2011-12-06 15:15:10 -06:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-10-17 04:37:56 -05:00
|
|
|
#
|
2013-04-24 11:14:03 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-10-17 04:37:56 -05:00
|
|
|
#
|
2013-04-24 11:14:03 -05:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2011-10-17 04:37:56 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,extensions))
|
|
|
|
|
2013-11-12 19:12:48 -06:00
|
|
|
$(eval $(call gb_Module_add_l10n_targets,extensions,\
|
2017-06-11 14:56:30 -05:00
|
|
|
AllLangMoTarget_pcr \
|
2013-11-12 19:12:48 -06:00
|
|
|
))
|
|
|
|
|
2018-10-31 13:06:30 -05:00
|
|
|
ifneq ($(filter-out iOS ANDROID,$(OS)),)
|
2012-07-20 10:55:02 -05:00
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
2016-06-08 05:19:23 -05:00
|
|
|
Library_abp \
|
|
|
|
Library_scn \
|
2018-12-28 11:23:02 -06:00
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
Library_WinUserInfoBe \
|
|
|
|
$(if $(filter TRUE,$(BUILD_X86)),Executable_twain32shim) \
|
|
|
|
) \
|
2017-06-11 14:56:30 -05:00
|
|
|
UIConfig_sabpilot \
|
|
|
|
UIConfig_scanner \
|
2012-07-16 11:40:25 -05:00
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2020-02-06 15:48:29 -06:00
|
|
|
ifneq ($(filter-out iOS,$(OS)),)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Library_log \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2019-01-08 03:53:51 -06:00
|
|
|
ifeq ($(ENABLE_LDAP),TRUE)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Library_ldapbe2 \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2012-02-21 05:49:09 -06:00
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Library_bib \
|
2019-12-31 05:35:11 -06:00
|
|
|
))
|
|
|
|
|
|
|
|
ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
2012-02-21 05:49:09 -06:00
|
|
|
Library_dbp \
|
|
|
|
Library_pcr \
|
2013-12-16 09:51:35 -06:00
|
|
|
UIConfig_sbibliography \
|
|
|
|
UIConfig_spropctrlr \
|
2013-11-12 19:12:48 -06:00
|
|
|
))
|
2012-02-21 05:49:09 -06:00
|
|
|
endif
|
2012-02-18 02:50:52 -06:00
|
|
|
|
|
|
|
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
|
2012-04-05 14:03:31 -05:00
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Library_updatefeed \
|
|
|
|
))
|
|
|
|
|
|
|
|
ifeq ($(ENABLE_ONLINE_UPDATE),TRUE)
|
2012-02-18 02:50:52 -06:00
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Configuration_updchk \
|
2011-12-14 12:57:14 -06:00
|
|
|
Library_updatecheckui \
|
|
|
|
Library_updchk \
|
|
|
|
))
|
|
|
|
|
2012-02-18 02:50:52 -06:00
|
|
|
$(eval $(call gb_Module_add_check_targets,extensions,\
|
|
|
|
CppunitTest_extensions_test_update \
|
|
|
|
))
|
|
|
|
endif
|
2012-04-05 14:03:31 -05:00
|
|
|
endif
|
2012-02-18 02:50:52 -06:00
|
|
|
|
2011-12-14 13:10:08 -06:00
|
|
|
ifeq ($(OS),WNT)
|
2011-12-17 18:28:13 -06:00
|
|
|
|
|
|
|
ifeq ($(COM),MSC)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
WinResTarget_activex \
|
|
|
|
Library_so_activex \
|
2012-04-04 07:14:33 -05:00
|
|
|
CustomTarget_so_activex_idl \
|
2011-12-17 18:28:13 -06:00
|
|
|
))
|
|
|
|
|
|
|
|
ifeq ($(BUILD_X64),TRUE)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
2012-04-01 07:53:13 -05:00
|
|
|
CustomTarget_so_activex_x64 \
|
2011-12-17 18:28:13 -06:00
|
|
|
Library_so_activex_x64 \
|
|
|
|
))
|
|
|
|
endif # BUILD_X64
|
|
|
|
endif # COM=MSC
|
|
|
|
|
2011-12-14 13:10:08 -06:00
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Library_oleautobridge \
|
|
|
|
))
|
2011-12-17 18:28:13 -06:00
|
|
|
|
2018-05-31 09:08:47 -05:00
|
|
|
# $(eval $(call gb_Module_add_subsequentcheck_targets,extensions,\
|
|
|
|
# CustomTarget_automationtest \
|
|
|
|
# ))
|
2018-04-25 14:02:06 -05:00
|
|
|
|
2011-12-17 18:28:13 -06:00
|
|
|
endif # WNT
|
2011-12-14 13:10:08 -06:00
|
|
|
|
2011-12-17 15:29:19 -06:00
|
|
|
ifeq ($(OS),MACOSX)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Library_OOoSpotlightImporter \
|
2013-04-30 06:51:36 -05:00
|
|
|
Package_mdibundle \
|
|
|
|
Package_OOoSpotlightImporter \
|
2011-12-17 15:29:19 -06:00
|
|
|
))
|
|
|
|
endif # OS=MACOSX
|
2011-12-17 12:46:38 -06:00
|
|
|
|
2012-09-05 14:00:33 -05:00
|
|
|
$(eval $(call gb_Module_add_subsequentcheck_targets,extensions,\
|
|
|
|
JunitTest_extensions_unoapi \
|
|
|
|
))
|
|
|
|
|
2011-10-17 04:37:56 -05:00
|
|
|
# vim:set shiftwidth=4 softtabstop=4 noexpandtab:
|