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 ifeq (,$(DISABLE_DYNLOADING
))
17 $(eval
$(call gb_Module_add_targets
,extensions
,\
20 $(if
$(filter WNT
,$(OS
)), \
21 Library_WinUserInfoBe \
22 $(if
$(filter TRUE
,$(BUILD_X86
)),Executable_twain32shim
) \
29 ifneq ($(filter-out iOS
,$(OS
)),)
30 $(eval
$(call gb_Module_add_targets
,extensions
,\
35 ifeq ($(ENABLE_LDAP
),TRUE
)
36 $(eval
$(call gb_Module_add_targets
,extensions
,\
41 $(eval
$(call gb_Module_add_targets
,extensions
,\
45 $(eval
$(call gb_Module_add_check_targets
,extensions
,\
46 CppunitTest_extensions_bibliography \
49 ifneq (,$(filter DBCONNECTIVITY
,$(BUILD_TYPE
)))
50 $(eval
$(call gb_Module_add_targets
,extensions
,\
53 UIConfig_sbibliography \
58 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
59 ifeq (,$(ENABLE_WASM_STRIP_BASIC_CALC_DRAW_MATH_IMPRESS
))
60 $(eval
$(call gb_Module_add_targets
,extensions
,\
64 ifeq ($(ENABLE_ONLINE_UPDATE
),TRUE
)
65 $(eval
$(call gb_Module_add_targets
,extensions
,\
66 Configuration_updchk \
67 Library_updatecheckui \
71 $(eval
$(call gb_Module_add_check_targets
,extensions
,\
72 CppunitTest_extensions_test_update \
75 endif # !ENABLE_WASM_STRIP_BASIC_CALC_DRAW_MATH_IMPRESS
81 $(eval
$(call gb_Module_add_targets
,extensions
,\
82 WinResTarget_activex \
84 CustomTarget_so_activex_idl \
87 ifeq ($(BUILD_X64
),TRUE
)
88 $(eval
$(call gb_Module_add_targets
,extensions
,\
89 CustomTarget_so_activex_x64 \
90 Library_so_activex_x64 \
95 $(eval
$(call gb_Module_add_targets
,extensions
,\
96 Library_oleautobridge \
99 # $(eval $(call gb_Module_add_subsequentcheck_targets,extensions,\
100 # CustomTarget_automationtest \
106 $(eval
$(call gb_Module_add_targets
,extensions
,\
107 Library_OOoSpotlightImporter \
109 Package_OOoSpotlightImporter \
113 $(eval
$(call gb_Module_add_subsequentcheck_targets
,extensions
,\
114 JunitTest_extensions_unoapi \
117 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: