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 \
17 $(if
$(filter IOS ANDROID
,$(OS
)),, \
23 ifneq ($(filter-out IOS ANDROID
,$(OS
)),)
24 $(eval
$(call gb_Module_add_targets
,extensions
,\
29 ifneq (,$(filter DBCONNECTIVITY
,$(BUILD_TYPE
)))
30 $(eval
$(call gb_Module_add_targets
,extensions
,\
31 AllLangResTarget_bib \
32 AllLangResTarget_dbp \
33 AllLangResTarget_pcr \
37 UIConfig_sbibliography \
41 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
42 $(eval
$(call gb_Module_add_targets
,extensions
,\
46 ifeq ($(ENABLE_ONLINE_UPDATE
),TRUE
)
47 $(eval
$(call gb_Module_add_targets
,extensions
,\
48 AllLangResTarget_updchk \
49 Configuration_updchk \
50 Library_updatecheckui \
54 $(eval
$(call gb_Module_add_check_targets
,extensions
,\
55 CppunitTest_extensions_test_update \
63 ifneq ($(DISABLE_ACTIVEX
),TRUE
)
64 $(eval
$(call gb_Module_add_targets
,extensions
,\
65 WinResTarget_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 \
76 endif # DISABLE_ACTIVEX
79 ifeq ($(DISABLE_ATL
),)
80 $(eval
$(call gb_Module_add_targets
,extensions
,\
81 Library_oleautobridge \
87 ifeq ($(ENABLE_NPAPI_FROM_BROWSER
),YES
)
89 $(eval
$(call gb_Module_add_targets
,extensions
,\
95 $(eval
$(call gb_Module_add_targets
,extensions
,\
96 StaticLibrary_plugcon \
97 Executable_pluginapp.bin \
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 \
109 StaticLibrary_npsoenv \
113 $(eval
$(call gb_Module_add_targets
,extensions
,\
114 WinResTarget_npsoplugin \
118 endif # ENABLE_NPAPI_INTO_BROWSER=YES
121 $(eval
$(call gb_Module_add_targets
,extensions
,\
122 Library_OOoSpotlightImporter \
124 Package_OOoSpotlightImporter \
128 $(eval
$(call gb_Module_add_subsequentcheck_targets
,extensions
,\
129 JunitTest_extensions_unoapi \
132 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: