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
,\
16 $(eval
$(call gb_Module_add_l10n_targets
,extensions
,\
17 AllLangResTarget_abp \
18 AllLangResTarget_scn \
19 AllLangResTarget_upd \
24 ifneq ($(filter-out IOS ANDROID
,$(OS
)),)
25 $(eval
$(call gb_Module_add_targets
,extensions
,\
33 ifneq (,$(filter DBCONNECTIVITY
,$(BUILD_TYPE
)))
34 $(eval
$(call gb_Module_add_targets
,extensions
,\
39 $(eval
$(call gb_Module_add_l10n_targets
,extensions
,\
40 AllLangResTarget_bib \
41 AllLangResTarget_dbp \
42 AllLangResTarget_pcr \
43 UIConfig_sbibliography \
48 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
49 $(eval
$(call gb_Module_add_targets
,extensions
,\
53 ifeq ($(ENABLE_ONLINE_UPDATE
),TRUE
)
54 $(eval
$(call gb_Module_add_targets
,extensions
,\
55 Configuration_updchk \
56 Library_updatecheckui \
59 $(eval
$(call gb_Module_add_l10n_targets
,extensions
,\
60 AllLangResTarget_updchk \
63 $(eval
$(call gb_Module_add_check_targets
,extensions
,\
64 CppunitTest_extensions_test_update \
72 ifneq ($(DISABLE_ACTIVEX
),TRUE
)
73 $(eval
$(call gb_Module_add_targets
,extensions
,\
74 WinResTarget_activex \
76 CustomTarget_so_activex_idl \
79 ifeq ($(BUILD_X64
),TRUE
)
80 $(eval
$(call gb_Module_add_targets
,extensions
,\
81 CustomTarget_so_activex_x64 \
82 Library_so_activex_x64 \
85 endif # DISABLE_ACTIVEX
88 ifeq ($(DISABLE_ATL
),)
89 $(eval
$(call gb_Module_add_targets
,extensions
,\
90 Library_oleautobridge \
97 $(eval
$(call gb_Module_add_targets
,extensions
,\
98 Library_OOoSpotlightImporter \
100 Package_OOoSpotlightImporter \
104 $(eval
$(call gb_Module_add_subsequentcheck_targets
,extensions
,\
105 JunitTest_extensions_unoapi \
108 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: