sc: filter: html: fix missing color scale conditional format
[LibreOffice.git] / setup_native / Module_setup_native.mk
blob42fa1421786de5922878bd3f760f09f21330cb4e
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) \
14 CustomTarget_spell \
15 $(if $(filter WNT,$(OS)),Package_misc) \
16 Package_packinfo \
17 $(if $(filter LINUX SOLARIS,$(OS)), \
18 CustomTarget_scripts \
19 $(if $(ENABLE_ONLINE_UPDATE),Package_scripts) \
20 ) \
23 ifeq ($(OS),WNT)
24 $(eval $(call gb_Module_add_targets,setup_native,\
25 Library_instooofiltmsi \
26 Library_inst_msu_msi \
27 Library_qslnkmsi \
28 Library_reg_dlls \
29 Library_reg4allmsdoc \
30 Library_regactivex \
31 Library_sdqsmsi \
32 Library_sellangmsi \
33 Library_shlxtmsi \
34 Library_sn_tools \
35 StaticLibrary_quickstarter \
36 StaticLibrary_seterror \
39 endif
41 # vim: set noet sw=4 ts=4: