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
,\
22 $(if
$(filter WNT
,$(OS
)), \
23 Library_WinUserInfoBe \
24 $(if
$(filter TRUE
,$(BUILD_X86
)),Executable_twain32shim
) \
31 ifneq (,$(filter DBCONNECTIVITY
,$(BUILD_TYPE
)))
32 $(eval
$(call gb_Module_add_targets
,extensions
,\
36 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 Configuration_updchk \
49 Library_updatecheckui \
53 $(eval
$(call gb_Module_add_check_targets
,extensions
,\
54 CppunitTest_extensions_test_update \
62 $(eval
$(call gb_Module_add_targets
,extensions
,\
63 WinResTarget_activex \
65 CustomTarget_so_activex_idl \
68 ifeq ($(BUILD_X64
),TRUE
)
69 $(eval
$(call gb_Module_add_targets
,extensions
,\
70 CustomTarget_so_activex_x64 \
71 Library_so_activex_x64 \
76 $(eval
$(call gb_Module_add_targets
,extensions
,\
77 Library_oleautobridge \
80 # $(eval $(call gb_Module_add_subsequentcheck_targets,extensions,\
81 # CustomTarget_automationtest \
87 $(eval
$(call gb_Module_add_targets
,extensions
,\
88 Library_OOoSpotlightImporter \
90 Package_OOoSpotlightImporter \
94 $(eval
$(call gb_Module_add_subsequentcheck_targets
,extensions
,\
95 JunitTest_extensions_unoapi \
98 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: