Resolves tdf#137298 - Show document info for respective fields
[libreoffice.git] / instsetoo_native / Module_instsetoo_native.mk
blob1b24ebaaed85a0d6c1443257c5d72f11716a671f
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Module_Module,instsetoo_native))
12 ifneq (,$(PKGFORMAT)$(filter TRUE,$(LIBO_TEST_INSTALL) $(ENABLE_WIX)))
14 ifeq ($(OS),EMSCRIPTEN)
15 $(eval $(call gb_Module_add_targets,instsetoo_native, \
16 CustomTarget_emscripten-install \
18 else
19 $(eval $(call gb_Module_add_targets,instsetoo_native,\
20 CustomTarget_install \
22 endif
24 endif
26 $(eval $(call gb_Module_add_targets,instsetoo_native,\
27 CustomTarget_setup \
28 Package_setup \
29 Package_setup_ure \
30 $(if $(ENABLE_OOENV),Package_instsetoo_native_ooenv) \
33 # vim: set noet sw=4 ts=4: