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 MACOSX
,$(OS
)),CustomTarget_mac
) \
15 $(if
$(filter WNT
,$(OS
)),Package_misc
) \
17 $(if
$(filter LINUX SOLARIS
,$(OS
)), \
18 CustomTarget_scripts \
19 $(if
$(ENABLE_ONLINE_UPDATE
),Package_scripts
) \
24 $(eval
$(call gb_Module_add_targets
,setup_native
,\
25 Library_instooofiltmsi \
26 Library_inst_msu_msi \
29 Library_reg4allmsdoc \
35 StaticLibrary_quickstarter \
36 StaticLibrary_seterror \
41 # vim: set noet sw=4 ts=4: