1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
14 # Major Contributor(s):
15 # Copyright (C) 2011 Jan Holesovsky <kendy@suse.cz> (initial developer)
16 # Copyright (C) 2011 Peter Foley <pefoley2@verizon.net>
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval
$(call gb_Module_Module
,extensions
))
30 $(eval
$(call gb_Module_add_targets
,extensions
,\
31 AllLangResTarget_abp \
32 AllLangResTarget_scn \
33 AllLangResTarget_upd \
40 ifneq (,$(filter DBCONNECTIVITY
,$(BUILD_TYPE
)))
41 $(eval
$(call gb_Module_add_targets
,extensions
,\
42 AllLangResTarget_bib \
43 AllLangResTarget_dbp \
44 AllLangResTarget_pcr \
53 ifneq (,$(filter DESKTOP
,$(BUILD_TYPE
)))
54 $(eval
$(call gb_Module_add_targets
,extensions
,\
58 ifeq ($(ENABLE_ONLINE_UPDATE
),TRUE
)
59 $(eval
$(call gb_Module_add_targets
,extensions
,\
60 AllLangResTarget_updchk \
61 Configuration_updchk \
62 Library_updatecheckui \
66 $(eval
$(call gb_Module_add_check_targets
,extensions
,\
67 CppunitTest_extensions_test_update \
75 ifneq ($(DISABLE_ACTIVEX
),TRUE
)
76 $(eval
$(call gb_Module_add_targets
,extensions
,\
77 WinResTarget_activex \
79 CustomTarget_so_activex_idl \
82 ifeq ($(BUILD_X64
),TRUE
)
83 $(eval
$(call gb_Module_add_targets
,extensions
,\
84 CustomTarget_so_activex_x64 \
85 Library_so_activex_x64 \
88 endif # DISABLE_ACTIVEX
91 ifeq ($(DISABLE_ATL
),)
92 $(eval
$(call gb_Module_add_targets
,extensions
,\
93 Library_oleautobridge \
94 Library_oleautobridge2 \
100 ifeq ($(ENABLE_NSPLUGIN
),YES
)
101 $(eval
$(call gb_Module_add_targets
,extensions
,\
102 Executable_nsplugin \
104 StaticLibrary_npsoenv \
105 WinResTarget_npsoplugin \
109 ifeq ($(WITH_MOZILLA
),YES
)
111 $(eval
$(call gb_Module_add_targets
,extensions
,\
116 ifneq ($(GUIBASE
),aqua
)
117 $(eval
$(call gb_Module_add_targets
,extensions
,\
118 StaticLibrary_plugcon \
119 Executable_pluginapp.bin \
124 endif # WITH_MOZILLA=YES
127 $(eval
$(call gb_Module_add_targets
,extensions
,\
128 Library_OOoSpotlightImporter \
133 ifeq ($(WITH_LDAP
),YES
)
134 $(eval
$(call gb_Module_add_targets
,extensions
,\
137 endif # WITH_LDAP=YES
139 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: