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_l10n_targets
,extensions
,\
16 ifneq ($(filter-out IOS ANDROID
,$(OS
)),)
17 $(eval
$(call gb_Module_add_targets
,extensions
,\
20 $(if
$(filter WNT
,$(OS
)),Library_WinUserInfoBe
) \
28 ifneq (,$(filter DBCONNECTIVITY
,$(BUILD_TYPE
)))
29 $(eval
$(call gb_Module_add_targets
,extensions
,\
33 UIConfig_sbibliography \
38 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
39 $(eval
$(call gb_Module_add_targets
,extensions
,\
43 ifeq ($(ENABLE_ONLINE_UPDATE
),TRUE
)
44 $(eval
$(call gb_Module_add_targets
,extensions
,\
45 Configuration_updchk \
46 Library_updatecheckui \
50 $(eval
$(call gb_Module_add_check_targets
,extensions
,\
51 CppunitTest_extensions_test_update \
59 $(eval
$(call gb_Module_add_targets
,extensions
,\
60 WinResTarget_activex \
62 CustomTarget_so_activex_idl \
65 ifeq ($(BUILD_X64
),TRUE
)
66 $(eval
$(call gb_Module_add_targets
,extensions
,\
67 CustomTarget_so_activex_x64 \
68 Library_so_activex_x64 \
73 $(eval
$(call gb_Module_add_targets
,extensions
,\
74 Library_oleautobridge \
80 $(eval
$(call gb_Module_add_targets
,extensions
,\
81 Library_OOoSpotlightImporter \
83 Package_OOoSpotlightImporter \
87 $(eval
$(call gb_Module_add_subsequentcheck_targets
,extensions
,\
88 JunitTest_extensions_unoapi \
91 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: