2011-12-06 21:15:10 +00:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2011-10-17 11:37:56 +02:00
|
|
|
#
|
2013-04-24 17:14:03 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-10-17 11:37:56 +02:00
|
|
|
#
|
2013-04-24 17:14:03 +01: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 11:37:56 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,extensions))
|
|
|
|
|
2011-12-14 19:57:14 +01:00
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
2011-12-18 00:47:43 +01:00
|
|
|
Library_res \
|
2012-10-05 12:47:18 +03:00
|
|
|
$(if $(filter IOS ANDROID,$(OS)),, \
|
|
|
|
Library_abp \
|
|
|
|
Library_log \
|
|
|
|
Library_scn) \
|
2012-02-21 12:49:09 +01:00
|
|
|
))
|
|
|
|
|
2013-11-13 02:12:48 +01:00
|
|
|
$(eval $(call gb_Module_add_l10n_targets,extensions,\
|
|
|
|
AllLangResTarget_abp \
|
|
|
|
AllLangResTarget_scn \
|
|
|
|
AllLangResTarget_upd \
|
|
|
|
))
|
|
|
|
|
2012-07-16 17:40:25 +01:00
|
|
|
ifneq ($(filter-out IOS ANDROID,$(OS)),)
|
2012-07-20 16:55:02 +01:00
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
2012-07-16 17:40:25 +01:00
|
|
|
Library_ldapbe2 \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2012-02-21 12:49:09 +01:00
|
|
|
ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Library_bib \
|
|
|
|
Library_dbp \
|
|
|
|
Library_pcr \
|
2012-02-18 10:50:52 +02:00
|
|
|
))
|
2013-11-13 02:12:48 +01:00
|
|
|
$(eval $(call gb_Module_add_l10n_targets,extensions,\
|
|
|
|
AllLangResTarget_bib \
|
|
|
|
AllLangResTarget_dbp \
|
|
|
|
AllLangResTarget_pcr \
|
2013-12-16 16:51:35 +01:00
|
|
|
UIConfig_sbibliography \
|
|
|
|
UIConfig_spropctrlr \
|
2013-11-13 02:12:48 +01:00
|
|
|
))
|
2012-02-21 12:49:09 +01:00
|
|
|
endif
|
2012-02-18 10:50:52 +02:00
|
|
|
|
|
|
|
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
|
2012-04-05 21:03:31 +02:00
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Library_updatefeed \
|
|
|
|
))
|
|
|
|
|
|
|
|
ifeq ($(ENABLE_ONLINE_UPDATE),TRUE)
|
2012-02-18 10:50:52 +02:00
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Configuration_updchk \
|
2011-12-14 19:57:14 +01:00
|
|
|
Library_updatecheckui \
|
|
|
|
Library_updchk \
|
|
|
|
))
|
2013-11-13 02:12:48 +01:00
|
|
|
$(eval $(call gb_Module_add_l10n_targets,extensions,\
|
|
|
|
AllLangResTarget_updchk \
|
|
|
|
))
|
2011-12-14 19:57:14 +01:00
|
|
|
|
2012-02-18 10:50:52 +02:00
|
|
|
$(eval $(call gb_Module_add_check_targets,extensions,\
|
|
|
|
CppunitTest_extensions_test_update \
|
|
|
|
))
|
|
|
|
endif
|
2012-04-05 21:03:31 +02:00
|
|
|
endif
|
2012-02-18 10:50:52 +02:00
|
|
|
|
2011-12-14 20:10:08 +01:00
|
|
|
ifeq ($(OS),WNT)
|
2011-12-18 01:28:13 +01:00
|
|
|
|
|
|
|
ifeq ($(COM),MSC)
|
|
|
|
ifneq ($(DISABLE_ACTIVEX),TRUE)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
WinResTarget_activex \
|
|
|
|
Library_so_activex \
|
2012-04-04 14:14:33 +02:00
|
|
|
CustomTarget_so_activex_idl \
|
2011-12-18 01:28:13 +01:00
|
|
|
))
|
|
|
|
|
|
|
|
ifeq ($(BUILD_X64),TRUE)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
2012-04-01 14:53:13 +02:00
|
|
|
CustomTarget_so_activex_x64 \
|
2011-12-18 01:28:13 +01:00
|
|
|
Library_so_activex_x64 \
|
|
|
|
))
|
|
|
|
endif # BUILD_X64
|
|
|
|
endif # DISABLE_ACTIVEX
|
|
|
|
endif # COM=MSC
|
|
|
|
|
2011-12-14 20:10:08 +01:00
|
|
|
ifeq ($(DISABLE_ATL),)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Library_oleautobridge \
|
|
|
|
))
|
2011-12-18 01:28:13 +01:00
|
|
|
endif # DISABLE_ATL
|
|
|
|
|
|
|
|
endif # WNT
|
2011-12-14 20:10:08 +01:00
|
|
|
|
2013-08-29 11:14:34 -05:00
|
|
|
ifeq ($(ENABLE_NPAPI_FROM_BROWSER),TRUE)
|
2012-11-19 17:41:01 +01:00
|
|
|
|
2012-03-03 16:35:52 +01:00
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
2012-11-19 17:41:01 +01:00
|
|
|
Library_pl \
|
2012-03-03 16:35:52 +01:00
|
|
|
))
|
2011-12-17 19:46:38 +01:00
|
|
|
|
2012-12-12 01:07:09 +02:00
|
|
|
ifneq ($(OS),WNT)
|
2012-12-11 23:06:47 +02:00
|
|
|
ifneq ($(OS),MACOSX)
|
2011-12-17 22:11:57 +01:00
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
2012-03-12 16:24:34 +01:00
|
|
|
StaticLibrary_plugcon \
|
2011-12-17 22:11:57 +01:00
|
|
|
Executable_pluginapp.bin \
|
|
|
|
))
|
2012-01-13 15:14:57 +01:00
|
|
|
endif
|
|
|
|
endif
|
2011-12-17 22:11:57 +01:00
|
|
|
|
2013-08-29 11:14:34 -05:00
|
|
|
endif # ENABLE_NPAPI_FROM_BROWSER=TRUE
|
2012-11-20 11:15:56 +01:00
|
|
|
|
2013-08-29 11:14:34 -05:00
|
|
|
ifeq ($(ENABLE_NPAPI_INTO_BROWSER),TRUE)
|
2012-11-20 11:15:56 +01:00
|
|
|
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Executable_nsplugin \
|
|
|
|
Library_npsoplugin \
|
|
|
|
StaticLibrary_npsoenv \
|
2013-04-09 19:23:33 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
ifeq ($(OS),WNT)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
2012-11-20 11:15:56 +01:00
|
|
|
WinResTarget_npsoplugin \
|
|
|
|
))
|
2013-04-09 19:23:33 +02:00
|
|
|
endif
|
2012-11-20 11:15:56 +01:00
|
|
|
|
2013-08-29 11:14:34 -05:00
|
|
|
endif # ENABLE_NPAPI_INTO_BROWSER=TRUE
|
2011-12-17 19:46:38 +01:00
|
|
|
|
2011-12-17 22:29:19 +01:00
|
|
|
ifeq ($(OS),MACOSX)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Library_OOoSpotlightImporter \
|
2013-04-30 13:51:36 +02:00
|
|
|
Package_mdibundle \
|
|
|
|
Package_OOoSpotlightImporter \
|
2011-12-17 22:29:19 +01:00
|
|
|
))
|
|
|
|
endif # OS=MACOSX
|
2011-12-17 19:46:38 +01:00
|
|
|
|
2012-09-05 21:00:33 +02:00
|
|
|
$(eval $(call gb_Module_add_subsequentcheck_targets,extensions,\
|
|
|
|
JunitTest_extensions_unoapi \
|
|
|
|
))
|
|
|
|
|
2011-10-17 11:37:56 +02:00
|
|
|
# vim:set shiftwidth=4 softtabstop=4 noexpandtab:
|