bump product version to 4.1.6.2
[LibreOffice.git] / extensions / Module_extensions.mk
blob3ab07abe7be8d4b19d525841b4d54d6b35812092
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,extensions))
12 $(eval $(call gb_Module_add_targets,extensions,\
13 AllLangResTarget_abp \
14 AllLangResTarget_scn \
15 AllLangResTarget_upd \
16 Library_res \
17 $(if $(filter IOS ANDROID,$(OS)),, \
18 Library_abp \
19 Library_log \
20 Library_scn) \
23 ifneq ($(filter-out IOS ANDROID,$(OS)),)
24 $(eval $(call gb_Module_add_targets,extensions,\
25 Library_ldapbe2 \
27 endif
29 ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
30 $(eval $(call gb_Module_add_targets,extensions,\
31 AllLangResTarget_bib \
32 AllLangResTarget_dbp \
33 AllLangResTarget_pcr \
34 Library_bib \
35 Library_dbp \
36 Library_pcr \
37 UIConfig_sbibliography \
39 endif
41 ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
42 $(eval $(call gb_Module_add_targets,extensions,\
43 Library_updatefeed \
46 ifeq ($(ENABLE_ONLINE_UPDATE),TRUE)
47 $(eval $(call gb_Module_add_targets,extensions,\
48 AllLangResTarget_updchk \
49 Configuration_updchk \
50 Library_updatecheckui \
51 Library_updchk \
54 $(eval $(call gb_Module_add_check_targets,extensions,\
55 CppunitTest_extensions_test_update \
57 endif
58 endif
60 ifeq ($(OS),WNT)
62 ifeq ($(COM),MSC)
63 ifneq ($(DISABLE_ACTIVEX),TRUE)
64 $(eval $(call gb_Module_add_targets,extensions,\
65 WinResTarget_activex \
66 Library_so_activex \
67 CustomTarget_so_activex_idl \
70 ifeq ($(BUILD_X64),TRUE)
71 $(eval $(call gb_Module_add_targets,extensions,\
72 CustomTarget_so_activex_x64 \
73 Library_so_activex_x64 \
75 endif # BUILD_X64
76 endif # DISABLE_ACTIVEX
77 endif # COM=MSC
79 ifeq ($(DISABLE_ATL),)
80 $(eval $(call gb_Module_add_targets,extensions,\
81 Library_oleautobridge \
83 endif # DISABLE_ATL
85 endif # WNT
87 ifeq ($(ENABLE_NPAPI_FROM_BROWSER),YES)
89 $(eval $(call gb_Module_add_targets,extensions,\
90 Library_pl \
93 ifneq ($(OS),WNT)
94 ifneq ($(OS),MACOSX)
95 $(eval $(call gb_Module_add_targets,extensions,\
96 StaticLibrary_plugcon \
97 Executable_pluginapp.bin \
99 endif
100 endif
102 endif # ENABLE_NPAPI_FROM_BROWSER=YES
104 ifeq ($(ENABLE_NPAPI_INTO_BROWSER),YES)
106 $(eval $(call gb_Module_add_targets,extensions,\
107 Executable_nsplugin \
108 Library_npsoplugin \
109 StaticLibrary_npsoenv \
112 ifeq ($(OS),WNT)
113 $(eval $(call gb_Module_add_targets,extensions,\
114 WinResTarget_npsoplugin \
116 endif
118 endif # ENABLE_NPAPI_INTO_BROWSER=YES
120 ifeq ($(OS),MACOSX)
121 $(eval $(call gb_Module_add_targets,extensions,\
122 Library_OOoSpotlightImporter \
123 Package_mdibundle \
124 Package_OOoSpotlightImporter \
126 endif # OS=MACOSX
128 $(eval $(call gb_Module_add_subsequentcheck_targets,extensions,\
129 JunitTest_extensions_unoapi \
132 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: