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
,\
14 $(if
$(filter IOS ANDROID
,$(OS
)),, \
20 $(eval
$(call gb_Module_add_l10n_targets
,extensions
,\
21 AllLangResTarget_abp \
22 AllLangResTarget_scn \
23 AllLangResTarget_upd \
28 ifneq ($(filter-out IOS ANDROID
,$(OS
)),)
29 $(eval
$(call gb_Module_add_targets
,extensions
,\
34 ifneq (,$(filter DBCONNECTIVITY
,$(BUILD_TYPE
)))
35 $(eval
$(call gb_Module_add_targets
,extensions
,\
40 $(eval
$(call gb_Module_add_l10n_targets
,extensions
,\
41 AllLangResTarget_bib \
42 AllLangResTarget_dbp \
43 AllLangResTarget_pcr \
44 UIConfig_sbibliography \
49 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
50 $(eval
$(call gb_Module_add_targets
,extensions
,\
54 ifeq ($(ENABLE_ONLINE_UPDATE
),TRUE
)
55 $(eval
$(call gb_Module_add_targets
,extensions
,\
56 Configuration_updchk \
57 Library_updatecheckui \
60 $(eval
$(call gb_Module_add_l10n_targets
,extensions
,\
61 AllLangResTarget_updchk \
64 $(eval
$(call gb_Module_add_check_targets
,extensions
,\
65 CppunitTest_extensions_test_update \
73 ifneq ($(DISABLE_ACTIVEX
),TRUE
)
74 $(eval
$(call gb_Module_add_targets
,extensions
,\
75 WinResTarget_activex \
77 CustomTarget_so_activex_idl \
80 ifeq ($(BUILD_X64
),TRUE
)
81 $(eval
$(call gb_Module_add_targets
,extensions
,\
82 CustomTarget_so_activex_x64 \
83 Library_so_activex_x64 \
86 endif # DISABLE_ACTIVEX
89 ifeq ($(DISABLE_ATL
),)
90 $(eval
$(call gb_Module_add_targets
,extensions
,\
91 Library_oleautobridge \
97 ifeq ($(ENABLE_NPAPI_FROM_BROWSER
),TRUE
)
99 $(eval
$(call gb_Module_add_targets
,extensions
,\
105 $(eval
$(call gb_Module_add_targets
,extensions
,\
106 StaticLibrary_plugcon \
107 Executable_pluginapp.bin \
112 endif # ENABLE_NPAPI_FROM_BROWSER=TRUE
115 $(eval
$(call gb_Module_add_targets
,extensions
,\
116 Library_OOoSpotlightImporter \
118 Package_OOoSpotlightImporter \
122 $(eval
$(call gb_Module_add_subsequentcheck_targets
,extensions
,\
123 JunitTest_extensions_unoapi \
126 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: