sw lok: assign a parent window to property dialog
[LibreOffice.git] / setup_native / Module_setup_native.mk
blob43d1adb181ff2cb1a1b04f3ad8a029765ed03ebf
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,setup_native))
12 $(eval $(call gb_Module_add_targets,setup_native,\
13 $(if $(filter LINUX SOLARIS,$(OS)),Library_getuid) \
14 $(if $(filter MACOSX,$(OS)),CustomTarget_mac) \
15 CustomTarget_spell \
16 $(if $(filter WNT,$(OS)),Package_misc) \
17 Package_packinfo \
18 $(if $(filter LINUX SOLARIS,$(OS)), \
19 CustomTarget_scripts \
20 $(if $(ENABLE_ONLINE_UPDATE),Package_scripts) \
21 ) \
24 ifeq ($(OS),WNT)
25 $(eval $(call gb_Module_add_targets,setup_native,\
26 Library_instooofiltmsi \
27 Library_qslnkmsi \
28 Library_reg4allmsdoc \
29 Library_regactivex \
30 Library_sdqsmsi \
31 Library_sellangmsi \
32 Library_shlxtmsi \
33 Library_sn_tools \
34 StaticLibrary_quickstarter \
35 StaticLibrary_seterror \
38 endif
40 # vim: set noet sw=4 ts=4: