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
|
|
|
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
# 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
# the License or as specified alternatively below. You may obtain a copy of
|
|
|
|
# the License at http://www.mozilla.org/MPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# License.
|
|
|
|
#
|
|
|
|
# Major Contributor(s):
|
|
|
|
# Copyright (C) 2011 Jan Holesovsky <kendy@suse.cz> (initial developer)
|
2011-12-17 18:28:13 -06:00
|
|
|
# Copyright (C) 2011 Peter Foley <pefoley2@verizon.net>
|
2011-10-17 04:37:56 -05:00
|
|
|
#
|
|
|
|
# All Rights Reserved.
|
|
|
|
#
|
|
|
|
# For minor contributions see the git repository.
|
|
|
|
#
|
|
|
|
# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
|
|
|
|
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
|
|
|
|
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
|
|
|
|
# instead of those above.
|
|
|
|
|
|
|
|
$(eval $(call gb_Module_Module,extensions))
|
|
|
|
|
2011-12-14 12:57:14 -06:00
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
2011-12-17 17:23:55 -06:00
|
|
|
AllLangResTarget_abp \
|
2012-01-04 01:30:44 -06:00
|
|
|
AllLangResTarget_scn \
|
2011-12-14 12:57:14 -06:00
|
|
|
AllLangResTarget_upd \
|
2011-12-17 17:23:55 -06:00
|
|
|
Library_abp \
|
2011-12-17 16:58:52 -06:00
|
|
|
Library_log \
|
2011-12-17 17:47:43 -06:00
|
|
|
Library_res \
|
2011-12-14 13:52:33 -06:00
|
|
|
Library_scn \
|
2012-02-21 05:49:09 -06:00
|
|
|
))
|
|
|
|
|
|
|
|
ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
AllLangResTarget_bib \
|
|
|
|
AllLangResTarget_dbp \
|
|
|
|
AllLangResTarget_pcr \
|
|
|
|
Library_bib \
|
|
|
|
Library_dbp \
|
|
|
|
Library_pcr \
|
2012-02-18 02:50:52 -06:00
|
|
|
Package_bib \
|
|
|
|
Package_pcr \
|
|
|
|
))
|
2012-02-21 05:49:09 -06:00
|
|
|
endif
|
2012-02-18 02:50:52 -06:00
|
|
|
|
|
|
|
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
AllLangResTarget_updchk \
|
|
|
|
Configuration_updchk \
|
2011-12-14 12:57:14 -06:00
|
|
|
Library_updatecheckui \
|
|
|
|
Library_updatefeed \
|
|
|
|
Library_updchk \
|
|
|
|
))
|
|
|
|
|
2012-02-18 02:50:52 -06:00
|
|
|
$(eval $(call gb_Module_add_check_targets,extensions,\
|
|
|
|
CppunitTest_extensions_test_update \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2011-12-14 13:10:08 -06:00
|
|
|
ifeq ($(OS),WNT)
|
2011-12-17 18:28:13 -06:00
|
|
|
|
|
|
|
ifeq ($(COM),MSC)
|
|
|
|
ifneq ($(DISABLE_ACTIVEX),TRUE)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
WinResTarget_activex \
|
|
|
|
Library_so_activex \
|
|
|
|
))
|
|
|
|
|
|
|
|
ifeq ($(BUILD_X64),TRUE)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Library_so_activex_x64 \
|
|
|
|
))
|
|
|
|
endif # BUILD_X64
|
|
|
|
endif # DISABLE_ACTIVEX
|
|
|
|
endif # COM=MSC
|
|
|
|
|
2011-12-14 13:10:08 -06:00
|
|
|
ifeq ($(DISABLE_ATL),)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Library_oleautobridge \
|
|
|
|
Library_oleautobridge2 \
|
|
|
|
))
|
2011-12-17 18:28:13 -06:00
|
|
|
endif # DISABLE_ATL
|
|
|
|
|
|
|
|
endif # WNT
|
2011-12-14 13:10:08 -06:00
|
|
|
|
2012-01-12 02:08:13 -06:00
|
|
|
ifeq ($(WITH_MOZILLA),YES)
|
2012-01-13 08:14:57 -06:00
|
|
|
|
2011-12-17 12:46:38 -06:00
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
2012-01-12 02:08:13 -06:00
|
|
|
Library_pl \
|
2011-12-17 12:46:38 -06:00
|
|
|
))
|
|
|
|
|
|
|
|
ifeq ($(GUI),UNX)
|
2012-01-10 10:33:05 -06:00
|
|
|
ifneq ($(GUIBASE),aqua)
|
2011-12-17 15:11:57 -06:00
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Executable_pluginapp.bin \
|
|
|
|
))
|
2012-01-13 08:14:57 -06:00
|
|
|
endif
|
|
|
|
endif
|
2011-12-17 15:11:57 -06:00
|
|
|
|
2012-01-13 08:14:57 -06:00
|
|
|
ifeq ($(ENABLE_NSPLUGIN),YES)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Executable_nsplugin \
|
|
|
|
Library_npsoplugin \
|
|
|
|
WinResTarget_npsoplugin \
|
|
|
|
))
|
|
|
|
endif
|
2011-12-17 12:46:38 -06:00
|
|
|
|
|
|
|
endif # WITH_MOZILLA=YES
|
|
|
|
|
2011-12-17 15:29:19 -06:00
|
|
|
ifeq ($(OS),MACOSX)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Library_OOoSpotlightImporter \
|
|
|
|
Zip_mdibundle \
|
|
|
|
))
|
|
|
|
endif # OS=MACOSX
|
2011-12-17 12:46:38 -06:00
|
|
|
|
2011-12-17 16:33:32 -06:00
|
|
|
ifeq ($(WITH_LDAP),YES)
|
|
|
|
$(eval $(call gb_Module_add_targets,extensions,\
|
|
|
|
Library_ldapbe2 \
|
|
|
|
))
|
|
|
|
endif # WITH_LDAP=YES
|
|
|
|
|
2011-10-17 04:37:56 -05:00
|
|
|
# vim:set shiftwidth=4 softtabstop=4 noexpandtab:
|