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
,\
21 $(if
$(filter WNT
,$(OS
)), \
22 Library_WinUserInfoBe \
23 $(if
$(filter TRUE
,$(BUILD_X86
)),Executable_twain32shim
) \
30 ifeq ($(ENABLE_LDAP
),TRUE
)
31 $(eval
$(call gb_Module_add_targets
,extensions
,\
36 ifneq (,$(filter DBCONNECTIVITY
,$(BUILD_TYPE
)))
37 $(eval
$(call gb_Module_add_targets
,extensions
,\
41 UIConfig_sbibliography \
46 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
47 $(eval
$(call gb_Module_add_targets
,extensions
,\
51 ifeq ($(ENABLE_ONLINE_UPDATE
),TRUE
)
52 $(eval
$(call gb_Module_add_targets
,extensions
,\
53 Configuration_updchk \
54 Library_updatecheckui \
58 $(eval
$(call gb_Module_add_check_targets
,extensions
,\
59 CppunitTest_extensions_test_update \
67 $(eval
$(call gb_Module_add_targets
,extensions
,\
68 WinResTarget_activex \
70 CustomTarget_so_activex_idl \
73 ifeq ($(BUILD_X64
),TRUE
)
74 $(eval
$(call gb_Module_add_targets
,extensions
,\
75 CustomTarget_so_activex_x64 \
76 Library_so_activex_x64 \
81 $(eval
$(call gb_Module_add_targets
,extensions
,\
82 Library_oleautobridge \
85 # $(eval $(call gb_Module_add_subsequentcheck_targets,extensions,\
86 # CustomTarget_automationtest \
92 $(eval
$(call gb_Module_add_targets
,extensions
,\
93 Library_OOoSpotlightImporter \
95 Package_OOoSpotlightImporter \
99 $(eval
$(call gb_Module_add_subsequentcheck_targets
,extensions
,\
100 JunitTest_extensions_unoapi \
103 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: