Impress Remote 1.0.5, tag sdremote-1.0.5
[LibreOffice.git] / extensions / Module_extensions.mk
blob7bd6348ce797f66d68cf56b16abed7a931abd206
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
12 # License.
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 \
34 Library_res \
35 $(if $(filter IOS ANDROID,$(OS)),, \
36 Library_abp \
37 Library_log \
38 Library_scn) \
41 ifneq ($(filter-out IOS ANDROID,$(OS)),)
42 $(eval $(call gb_Module_add_targets,extensions,\
43 Library_ldapbe2 \
45 endif
47 ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
48 $(eval $(call gb_Module_add_targets,extensions,\
49 AllLangResTarget_bib \
50 AllLangResTarget_dbp \
51 AllLangResTarget_pcr \
52 Library_bib \
53 Library_dbp \
54 Library_pcr \
55 Package_uiconfig \
57 endif
59 ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
60 $(eval $(call gb_Module_add_targets,extensions,\
61 Library_updatefeed \
64 ifeq ($(ENABLE_ONLINE_UPDATE),TRUE)
65 $(eval $(call gb_Module_add_targets,extensions,\
66 AllLangResTarget_updchk \
67 Configuration_updchk \
68 Library_updatecheckui \
69 Library_updchk \
72 $(eval $(call gb_Module_add_check_targets,extensions,\
73 CppunitTest_extensions_test_update \
75 endif
76 endif
78 ifeq ($(OS),WNT)
80 ifeq ($(COM),MSC)
81 ifneq ($(DISABLE_ACTIVEX),TRUE)
82 $(eval $(call gb_Module_add_targets,extensions,\
83 WinResTarget_activex \
84 Library_so_activex \
85 CustomTarget_so_activex_idl \
88 ifeq ($(BUILD_X64),TRUE)
89 $(eval $(call gb_Module_add_targets,extensions,\
90 CustomTarget_so_activex_x64 \
91 Library_so_activex_x64 \
93 endif # BUILD_X64
94 endif # DISABLE_ACTIVEX
95 endif # COM=MSC
97 ifeq ($(DISABLE_ATL),)
98 $(eval $(call gb_Module_add_targets,extensions,\
99 Library_oleautobridge \
100 Library_oleautobridge2 \
102 endif # DISABLE_ATL
104 endif # WNT
106 ifeq ($(ENABLE_NPAPI_FROM_BROWSER),YES)
108 $(eval $(call gb_Module_add_targets,extensions,\
109 Library_pl \
112 ifeq ($(GUI),UNX)
113 ifneq ($(GUIBASE),aqua)
114 $(eval $(call gb_Module_add_targets,extensions,\
115 StaticLibrary_plugcon \
116 Executable_pluginapp.bin \
118 endif
119 endif
121 endif # ENABLE_NPAPI_FROM_BROWSER=YES
123 ifeq ($(ENABLE_NPAPI_INTO_BROWSER),YES)
125 $(eval $(call gb_Module_add_targets,extensions,\
126 Executable_nsplugin \
127 Library_npsoplugin \
128 StaticLibrary_npsoenv \
129 WinResTarget_npsoplugin \
132 endif # ENABLE_NPAPI_INTO_BROWSER=YES
134 ifeq ($(OS),MACOSX)
135 $(eval $(call gb_Module_add_targets,extensions,\
136 Library_OOoSpotlightImporter \
137 Zip_mdibundle \
139 endif # OS=MACOSX
141 $(eval $(call gb_Module_add_subsequentcheck_targets,extensions,\
142 JunitTest_extensions_unoapi \
145 # vim:set shiftwidth=4 softtabstop=4 noexpandtab: