blob: 5e9bb48287d14f759c00a5b9052e681d55e18144 [file] [log] [blame]
Takeshi Abeb2bd33e2011-08-10 02:12:48 +09001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
Mathias Bauera5dd1ea2010-04-17 12:41:17 +02002#
Michael Meeks1e4422a2013-05-16 21:56:04 +01003# This file is part of the LibreOffice project.
Norbert Thiebaud0a97ece2011-09-14 10:10:34 -05004#
Michael Meeks1e4422a2013-05-16 21:56:04 +01005# This Source Code Form is subject to the terms of the Mozilla Public
6# License, v. 2.0. If a copy of the MPL was not distributed with this
7# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Mathias Bauera5dd1ea2010-04-17 12:41:17 +02008#
Michael Meeks1e4422a2013-05-16 21:56:04 +01009# This file incorporates work covered by the following license notice:
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020010#
Michael Meeks1e4422a2013-05-16 21:56:04 +010011# Licensed to the Apache Software Foundation (ASF) under one or more
12# contributor license agreements. See the NOTICE file distributed
13# with this work for additional information regarding copyright
14# ownership. The ASF licenses this file to you under the Apache
15# License, Version 2.0 (the "License"); you may not use this file
16# except in compliance with the License. You may obtain a copy of
17# the License at http://www.apache.org/licenses/LICENSE-2.0 .
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020018#
Mathias Bauera5dd1ea2010-04-17 12:41:17 +020019
Bjoern Michaelsen6acfbf72010-11-11 18:38:32 +010020$(eval $(call gb_Helper_register_executables,NONE, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +020021 HelpIndexer \
22 HelpLinker \
23 bestreversemap \
24 cfgex \
Matúš Kukan41540062013-03-06 16:34:16 +010025 concat-deps \
Matúš Kukan6141dbb2013-06-11 00:59:27 +020026 cpp \
Stephan Bergmann359472b2013-10-18 12:45:00 +020027 cppunittester \
Matúš Kukan1f2a6352013-06-14 16:11:09 +020028 $(if $(filter MSC,$(COM)), \
29 gcc-wrapper \
30 g++-wrapper \
31 ) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +020032 gencoll_rule \
33 genconv_dict \
34 gendict \
35 genindex_data \
36 helpex \
37 idxdict \
David Tardonfbfdfee2013-05-05 10:45:07 +020038 langsupport \
Matúš Kukan6141dbb2013-06-11 00:59:27 +020039 $(if $(ENABLE_TELEPATHY),liboapprover) \
40 $(if $(filter IOS,$(OS)),LibreOffice) \
Michael Meeksddaf31f2013-03-05 22:21:57 +000041 libtest \
Matúš Kukan6141dbb2013-06-11 00:59:27 +020042 lngconvex \
43 localize \
44 makedepend \
45 mork_helper \
46 osl_process_child \
47 pdf2xml \
48 pdfunzip \
Andras Timar72576f42013-08-20 13:24:19 +020049 pocheck \
Matúš Kukan6141dbb2013-06-11 00:59:27 +020050 propex \
Matúš Kukan6141dbb2013-06-11 00:59:27 +020051 regsvrex \
52 rsc \
53 saxparser \
54 sp2bv \
55 svg2odf \
56 svidl \
Matúš Kukan6141dbb2013-06-11 00:59:27 +020057 transex3 \
58 treex \
Matúš Kukan6141dbb2013-06-11 00:59:27 +020059 uiex \
60 ulfex \
Stephan Bergmanncbea5d32013-09-18 11:49:54 +020061 unoidl-check \
Stephan Bergmann78dde872013-09-17 18:29:58 +020062 unoidl-read \
Stephan Bergmannfc549152013-09-16 16:48:09 +020063 unoidl-write \
Matúš Kukan6141dbb2013-06-11 00:59:27 +020064 xrmex \
Thomas Arnhold5c669a52014-05-18 13:39:02 +020065 $(if $(filter-out ANDROID IOS WNT,$(OS)), \
Chris Sherlockc39bb972014-05-18 19:16:24 +100066 svdemo \
Caolán McNamaraaf6daec72015-07-10 11:04:50 +010067 fftester \
Chris Sherlockc39bb972014-05-18 19:16:24 +100068 svptest \
69 svpclient \
Chris Sherlockdd7260e2014-05-19 19:29:54 +100070 pixelctl ) \
Richard PALOfd612a12015-09-15 15:58:51 +020071 $(if $(and $(ENABLE_GTK), $(filter LINUX %BSD SOLARIS,$(OS))), tilebench) \
72 $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest \
Markus Mohrhardbf9435b2014-11-12 06:06:36 +010073 outdevgrind) \
74 vcldemo \
Michael Stahl30c237a2014-10-30 22:59:02 +010075 tiledrendering \
Chris Sherlock5757af82014-12-09 14:21:33 +110076 mtfdemo \
Richard PALOfd612a12015-09-15 15:58:51 +020077 $(if $(and $(ENABLE_GTK), $(filter LINUX %BSD SOLARIS,$(OS))), gtktiledviewer) \
Bjoern Michaelsen6acfbf72010-11-11 18:38:32 +010078))
Michael Stahldbd21fc2010-05-11 20:17:15 +020079
Michael Stahl5e300e92013-09-19 00:06:24 +020080$(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
Matúš Kukan1f2a6352013-06-14 16:11:09 +020081 $(if $(filter MSC,$(COM)),climaker) \
Matúš Kukan807fa5a2013-06-15 22:52:39 +020082 cppumaker \
83 idlc \
84 javamaker \
85 regcompare \
Matúš Kukan1f2a6352013-06-14 16:11:09 +020086 $(if $(filter UCPP,$(BUILD_TYPE)),ucpp) \
87 $(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
88 $(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
David Ostrovskybed65802012-04-06 01:51:05 +020089))
90
Michael Stahl7c898c92014-10-28 22:11:00 +010091$(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
92 $(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \
93 soffice_bin \
94 $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
95 $(if $(filter WNT,$(OS)), \
Michael Stahlf3616062014-10-28 23:03:56 +010096 soffice \
Michael Stahl7c898c92014-10-28 22:11:00 +010097 unoinfo \
98 unopkg \
99 unopkg_com \
100 ) \
101))
102
Michael Stahlee80cbb2014-10-28 23:35:21 +0100103$(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
104 $(if $(filter WNT,$(OS)), \
105 sbase \
106 ) \
107))
108
109$(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
110 $(if $(filter WNT,$(OS)), \
111 odbcconfig \
112 ) \
113))
114
Michael Stahl5ceb8b72014-10-28 23:42:05 +0100115$(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
116 $(if $(filter WNT,$(OS)), \
117 scalc \
118 ) \
119))
120
Michael Stahl557f58d2014-10-28 23:51:16 +0100121$(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
122 $(if $(filter WNT,$(OS)), \
123 sdraw \
124 ) \
125))
126
Michael Stahl3ba20ef2014-10-28 23:57:21 +0100127$(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
128 $(if $(filter WNT,$(OS)), \
129 simpress \
130 ) \
131))
132
Michael Stahl30047f22014-10-29 00:02:58 +0100133$(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
134 $(if $(filter WNT,$(OS)), \
135 smath \
136 ) \
137))
138
Michael Stahla77ef6c2014-10-29 00:11:29 +0100139$(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
140 $(if $(filter WNT,$(OS)), \
141 sweb \
142 swriter \
143 ) \
144))
145
Matúš Kukan9555b5b2013-06-14 12:48:20 +0200146$(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
Matúš Kukan807fa5a2013-06-15 22:52:39 +0200147 gengal \
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200148 $(if $(filter TRUE-TRUE,$(USING_X11)-$(ENABLE_NPAPI_FROM_BROWSER)),pluginapp.bin) \
Stephan Bergmannf3f63f52014-11-06 14:11:35 +0100149 $(if $(filter WNT,$(OS)),,uri-encode) \
Michael Stahl58735f02014-10-30 22:43:27 +0100150 ui-previewer \
Michael Stahlf049b832014-10-30 22:57:06 +0100151 $(if $(filter WNT,$(OS)), \
152 senddoc \
153 ) \
Matúš Kukan9555b5b2013-06-14 12:48:20 +0200154))
155
Michael Stahlf049b832014-10-30 22:57:06 +0100156ifeq ($(OS),WNT)
157$(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
158 quickstart \
159))
160endif
161
Michael Stahl368729d2014-10-28 22:40:39 +0100162$(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
163 $(if $(filter WNT,$(OS)), \
164 python \
165 ) \
166))
167
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200168ifeq ($(USING_X11), TRUE)
Michael Stahl58735f02014-10-30 22:43:27 +0100169$(eval $(call gb_Helper_register_executables_for_install,OOO,gnome, \
Michael Stahl58735f02014-10-30 22:43:27 +0100170 $(if $(ENABLE_GTK),\
171 xid-fullscreen-on-all-monitors \
172 ) \
173))
174endif
175
Michael Stahlf4fac5e2014-10-28 22:32:40 +0100176ifneq ($(ENABLE_PDFIMPORT),)
177$(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
178 xpdfimport \
179))
180endif
181
Jan Holesovskye03a5f52015-06-29 17:34:30 +0200182ifneq ($(ENABLE_ONLINE_UPDATE_MAR),)
Nathan Yee8c075102015-06-26 12:47:03 -0700183$(eval $(call gb_Helper_register_executables_for_install,OOO,updater,\
Nathan Yee73161442015-06-23 17:04:17 -0700184 mar \
Nathan Yee8c075102015-06-26 12:47:03 -0700185 updater \
Nathan Yee73161442015-06-23 17:04:17 -0700186))
Jan Holesovskye03a5f52015-06-29 17:34:30 +0200187endif
Nathan Yee73161442015-06-23 17:04:17 -0700188
Matúš Kukan74f5df92013-06-10 00:48:31 +0200189$(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
Tor Lillqvist08452f12013-08-19 00:41:12 +0300190 $(if $(and $(ENABLE_JAVA),$(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
Tor Lillqvista074ee02013-06-17 11:15:44 +0300191 regmerge \
192 regview \
Matúš Kukane78fe7a2013-06-11 16:02:34 +0200193 $(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
David Ostrovsky5342bc02012-04-01 16:07:41 +0200194))
David Tardon3446cda2011-12-23 12:21:19 +0100195
Matúš Kukan74f5df92013-06-10 00:48:31 +0200196$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200197 abp \
198 dbp \
199 dbu \
Marcos Paulo de Souza53070b02013-06-04 13:41:12 -0300200))
201
Marcos Paulo de Souzacb548bc2013-06-10 19:20:14 -0300202$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
203 analysis \
Tor Lillqvist629cc602014-04-17 23:51:04 +0300204 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
Marcos Paulo de Souzacb548bc2013-06-10 19:20:14 -0300205 date \
206 pricing \
207 sc \
208 scd \
209 scfilt \
210 scui \
osnolae1fa08f2014-05-29 10:26:28 +0200211 wpftcalc \
Matúš Kukan077bdc72014-03-27 14:51:46 +0100212 $(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE),solver) \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300213 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
Marcos Paulo de Souzacb548bc2013-06-10 19:20:14 -0300214))
215
Matúš Kukan74f5df92013-06-10 00:48:31 +0200216$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200217 svgfilter \
218 flash \
219 wpftdraw \
220 graphicfilter \
Marcos Paulo de Souza67dd9582013-05-08 14:24:57 -0300221))
222
Matúš Kukan74f5df92013-06-10 00:48:31 +0200223$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,tde, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200224 $(if $(ENABLE_TDE),tdebe1) \
Jan-Marek Glogowskia9e76452015-10-12 10:43:48 +0200225 $(if $(USING_X11), \
226 $(if $(ENABLE_TDE),vclplug_tde) \
227 ) \
228))
229
230$(eval $(call gb_Helper_register_executables_for_install,OOO,tde, \
231 $(if $(ENABLE_TDE),tdefilepicker) \
Marcos Paulo de Souza4656a892013-05-06 23:21:25 -0300232))
233
Matúš Kukan74f5df92013-06-10 00:48:31 +0200234$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200235 animcore \
236 placeware \
237 PresenterScreen \
David Ostrovsky2aa5d132013-10-05 23:07:24 +0200238 PresentationMinimizer \
David Tardon41297572013-10-30 08:56:06 +0100239 wpftimpress \
Marcos Paulo de Souzaa6f81b32013-06-06 15:27:41 -0300240))
241
Matúš Kukan74f5df92013-06-10 00:48:31 +0200242$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
Bjoern Michaelsena18b56c2013-11-21 17:31:37 +0100243 $(if $(ENABLE_ONLINE_UPDATE), \
244 updatecheckui \
245 updchk \
246 ) \
Marcos Paulo de Souza2feb7562013-05-12 19:53:17 -0300247))
248
Matúš Kukan74f5df92013-06-10 00:48:31 +0200249$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200250 $(if $(ENABLE_EVOAB2),evoab) \
251 $(if $(ENABLE_GTK),vclplug_gtk) \
252 $(if $(ENABLE_GTK3),vclplug_gtk3) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200253 $(if $(ENABLE_SYSTRAY_GTK),qstart_gtk) \
254 $(if $(ENABLE_GIO),losessioninstall) \
255 $(if $(ENABLE_GIO),ucpgio1) \
Marcos Paulo de Souza36564f32013-05-07 11:44:32 -0300256))
257
Matúš Kukan74f5df92013-06-10 00:48:31 +0200258$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200259 $(if $(ENABLE_KDE4),kde4be1) \
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200260 $(if $(USING_X11), \
Miklos Vajna4d5de802014-06-08 21:46:53 +0200261 $(if $(ENABLE_KDE4),vclplug_kde4) \
262 ) \
Matúš Kukand0e099f2013-05-04 16:45:32 +0200263))
264
Matúš Kukan74f5df92013-06-10 00:48:31 +0200265$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200266 sm \
267 smd \
Marcos Paulo de Souza8a58bc22013-05-27 19:13:14 -0300268))
269
Michael Stahl53fd7e82014-07-20 19:55:40 +0200270$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
271 OGLTrans \
272))
273
Matúš Kukan74f5df92013-06-10 00:48:31 +0200274$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300275 acc \
Tor Lillqvist262aa2c2014-04-17 22:09:44 +0300276 $(call gb_Helper_optional,AVMEDIA,avmedia) \
Michael Stahl0b49cc52014-06-13 16:38:15 +0200277 $(if $(filter MACOSX,$(OS)),\
Riccardo Magliocchettid4759062014-11-04 11:57:14 +0100278 avmediaMacAVF \
Michael Stahl0b49cc52014-06-13 16:38:15 +0200279 $(if $(ENABLE_MACOSX_SANDBOX),,avmediaQuickTime) \
280 ) \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300281 $(call gb_Helper_optional,SCRIPTING, \
282 basctl \
283 basprov \
284 ) \
Michael Stahl0b49cc52014-06-13 16:38:15 +0200285 $(if $(filter $(OS),ANDROID),, \
286 basebmp \
287 ) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200288 basegfx \
289 bib \
290 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
291 canvasfactory \
292 canvastools \
293 chartcore \
294 chartcontroller \
Tor Lillqvist20fc0ed2014-04-29 08:25:38 +0300295 chartopengl \
Tor Lillqvistbf6544c02014-12-08 09:29:28 +0200296 $(call gb_Helper_optional,OPENCL,clew) \
Tor Lillqvista59e2d42014-08-11 11:42:33 +0300297 $(if $(filter $(OS),WNT),,cmdmail) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200298 cppcanvas \
299 configmgr \
300 ctl \
301 cui \
Tor Lillqvist629cc602014-04-17 23:51:04 +0300302 $(call gb_Helper_optional,DBCONNECTIVITY, \
303 dba \
304 dbase \
305 dbmm \
306 dbtools \
307 dbaxml) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200308 deploymentmisc \
309 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200310 $(if $(USING_X11),desktop_detector) \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300311 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200312 $(if $(ENABLE_DIRECTX),directx9canvas) \
Christian Lohmaier6019a152013-10-07 23:19:08 +0200313 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200314 drawinglayer \
315 editeng \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200316 $(if $(filter WNT,$(OS)),$(if $(DISABLE_ATL),,emser)) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200317 evtatt \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300318 expwrap \
Tor Lillqvist629cc602014-04-17 23:51:04 +0300319 $(call gb_Helper_optional,DBCONNECTIVITY, \
320 flat \
321 file) \
Matúš Kukan90750f02013-04-15 13:36:02 +0200322 filterconfig \
Andrzej J.R. Huntf32dc632013-07-15 21:11:22 +0200323 $(if $(filter $(ENABLE_FIREBIRD_SDBC),TRUE),firebird_sdbc) \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300324 fps_office \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200325 for \
326 forui \
327 frm \
328 fsstorage \
329 fwe \
Bjoern Michaelsen167458f2013-02-25 15:44:36 +0100330 fwi \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200331 fwk \
332 fwl \
Bjoern Michaelsen65875bf2013-02-25 15:45:40 +0100333 fwm \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200334 $(if $(ENABLE_DIRECTX),gdipluscanvas) \
335 guesslang \
336 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
337 i18npool \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300338 i18nsearch \
Oliver Specht7f533e62015-11-04 13:58:41 +0100339 gie \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200340 hyphen \
Oliver Specht7f533e62015-11-04 13:58:41 +0100341 icg \
Tor Lillqvist08452f12013-08-19 00:41:12 +0300342 $(if $(ENABLE_JAVA),jdbc) \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300343 ldapbe2 \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200344 localebe1 \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300345 log \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200346 lng \
347 lnth \
Marcos Paulo de Souza1492a2f2013-06-13 11:32:09 -0300348 $(if $(filter $(OS),MACOSX),macbe1) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200349 $(if $(MERGELIBS),merged) \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300350 migrationoo2 \
351 migrationoo3 \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200352 msfilter \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300353 $(call gb_Helper_optional,SCRIPTING,msforms) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200354 mtfrenderer \
Tor Lillqvist629cc602014-04-17 23:51:04 +0300355 $(call gb_Helper_optional,DBCONNECTIVITY,mysql) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200356 odbc \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200357 odfflatxml \
358 offacc \
Marcos Paulo de Souza24426c92013-11-22 17:20:57 -0200359 oox \
Tor Lillqvistc1d09b12014-11-26 22:30:33 +0200360 $(call gb_Helper_optional,OPENCL,opencl) \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300361 passwordcontainer \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200362 pcr \
Norbert Thiebaud1376af92013-08-29 11:14:34 -0500363 $(if $(ENABLE_NPAPI_FROM_BROWSER),pl) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200364 pdffilter \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300365 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200366 res \
367 sax \
368 sb \
Tor Lillqvist629cc602014-04-17 23:51:04 +0300369 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200370 scn \
371 sd \
372 sdd \
373 sdfilt \
374 sdui \
375 sfx \
376 simplecanvas \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300377 slideshow \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200378 sot \
Marcos Paulo de Souza32848f02013-08-25 20:20:29 -0300379 spell \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200380 $(if $(ENABLE_HEADLESS),,spl) \
Maxim Monastirskyf82f7bf2014-04-27 15:54:58 +0300381 storagefd \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300382 $(call gb_Helper_optional,SCRIPTING,stringresource) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200383 svgio \
384 svl \
385 svt \
386 svx \
387 svxcore \
388 sw \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300389 syssh \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200390 $(if $(ENABLE_TDEAB),tdeab1) \
391 $(if $(ENABLE_TDEAB),tdeabdrv1) \
392 textconversiondlgs \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300393 textfd \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200394 tk \
395 tl \
Eike Rathke091a7bd2014-08-15 18:10:24 +0200396 $(if $(ENABLE_TELEPATHY),tubes) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200397 ucpexpand1 \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300398 ucpext \
Stephan Bergmann6948c542015-10-26 17:55:14 +0100399 ucpimage \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300400 ucpcmis1 \
401 ucptdoc1 \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200402 unordf \
403 unoxml \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300404 updatefeed \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200405 utl \
406 uui \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300407 $(call gb_Helper_optional,SCRIPTING, \
408 vbaevents \
409 vbahelper \
410 ) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200411 vcl \
412 vclcanvas \
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200413 $(if $(USING_X11), \
Marcos Paulo de Souza24426c92013-11-22 17:20:57 -0200414 vclplug_gen \
Marcos Paulo de Souza24426c92013-11-22 17:20:57 -0200415 ) \
David Tardonb7fa9952014-04-24 14:02:23 +0200416 writerperfect \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200417 xmlscript \
418 xmlfa \
419 xmlfd \
420 xo \
421 xof \
422 xsltdlg \
423 xsltfilter \
David Ostrovsky4e3086d2015-10-23 18:39:07 +0200424 mork \
425 mozbootstrap \
Matúš Kukanf29966b2013-06-14 11:02:19 +0200426 $(if $(filter $(OS),WNT), \
427 ado \
Michael Stahl7666c2622013-08-26 19:47:33 +0200428 $(if $(DISABLE_ATL),,oleautobridge) \
Matúš Kukanf29966b2013-06-14 11:02:19 +0200429 smplmail \
430 wininetbe1 \
431 ) \
432 $(if $(filter $(OS),MACOSX), \
Tor Lillqvist523df6ef2013-08-22 23:59:25 +0300433 $(if $(ENABLE_MACOSX_SANDBOX),, \
434 AppleRemote \
435 ) \
Matúš Kukanf29966b2013-06-14 11:02:19 +0200436 fps_aqua \
437 MacOSXSpell \
438 ) \
Matúš Kukan8008b662013-04-12 11:21:10 +0200439))
440
Michael Stahl5ac6c482014-07-20 20:04:15 +0200441$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
Tor Lillqvistc68dd992014-08-15 01:39:14 +0300442 $(if $(BUILD_POSTGRESQL_SDBC), \
443 postgresql-sdbc \
444 postgresql-sdbc-impl) \
Michael Stahl5ac6c482014-07-20 20:04:15 +0200445))
446
Tor Lillqvistbaee89d2015-04-28 19:13:08 +0300447ifneq ($(ENABLE_PDFIMPORT),)
Michael Stahl31d3a4d2014-07-20 19:51:50 +0200448$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
449 pdfimport \
450))
Tor Lillqvistbaee89d2015-04-28 19:13:08 +0300451endif
Michael Stahl31d3a4d2014-07-20 19:51:50 +0200452
Michael Stahlf01aa962014-07-20 20:15:54 +0200453$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
454 pythonloader \
455))
456
457$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
458 pyuno \
459 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
460))
461
Michael Stahlea9f2c72014-06-13 16:43:10 +0200462$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
463 rpt \
464 rptui \
465 rptxml \
466))
467
Matúš Kukan74f5df92013-06-10 00:48:31 +0200468$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
Matúš Kukan8008b662013-04-12 11:21:10 +0200469 hwp \
Michael Meeksdb52fd72013-04-23 14:18:34 +0100470 $(if $(ENABLE_LWP),lwpft) \
Matúš Kukan8008b662013-04-12 11:21:10 +0200471 msword \
472 swd \
473 swui \
474 t602filter \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300475 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
Matúš Kukan8008b662013-04-12 11:21:10 +0200476 wpftwriter \
477 writerfilter \
Bjoern Michaelsen3ed5ab52013-02-15 20:40:28 +0100478))
Bjoern Michaelsen9cc55772013-02-25 15:43:37 +0100479
Matúš Kukan4daf6602015-04-15 23:41:45 +0200480# cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
Michael Stahl1b736bf2013-09-18 21:01:14 +0200481$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
Stephan Bergmannc3e55a12013-11-08 12:32:55 +0100482 getuid \
Michael Stahl621b30e2013-10-22 00:32:12 +0200483 smoketest \
Michael Stahl1b736bf2013-09-18 21:01:14 +0200484 subsequenttest \
Michael Stahl621b30e2013-10-22 00:32:12 +0200485 test \
Michael Stahl1b736bf2013-09-18 21:01:14 +0200486 testtools_cppobj \
487 testtools_bridgetest \
488 testtools_constructors \
Michael Stahl621b30e2013-10-22 00:32:12 +0200489 unobootstrapprotector \
490 unoexceptionprotector \
491 unotest \
Stephan Bergmann369d9592014-06-04 08:45:54 +0200492 vclbootstrapprotector \
Kohei Yoshidaeef53622013-07-08 18:08:30 -0400493 scqahelper \
Michael Stahl4de7b402013-09-21 01:38:54 +0200494 unowinreg \
Matúš Kukan4daf6602015-04-15 23:41:45 +0200495 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
496 $(if $(filter $(OS),ANDROID),lo-bootstrap) \
497 $(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
Stephan Bergmann3d229da2013-04-26 11:08:49 +0200498))
499
Matúš Kukan74f5df92013-06-10 00:48:31 +0200500$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
Michael Stahl60530f42013-09-16 23:35:26 +0200501 affine_uno_uno \
Marcos Paulo de Souza4af38b02014-02-06 13:53:17 -0200502 $(if $(filter MSC,$(COM)),cli_uno) \
503 $(if $(ENABLE_JAVA), \
504 java_uno \
505 jpipe \
506 $(if $(filter $(OS),WNT),jpipx) \
507 juh \
508 juhx \
509 ) \
Michael Stahl60530f42013-09-16 23:35:26 +0200510 log_uno_uno \
511 unsafe_uno_uno \
Matúš Kukan9305b302013-04-11 22:49:48 +0200512 $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
Michael Stahl6ec243f2013-09-09 21:19:16 +0200513 $(if $(filter $(OS),WNT), \
514 uwinapi \
515 ) \
Matúš Kukanc9c963d2013-04-11 11:02:39 +0200516))
517
Stephan Bergmann644c33a2013-08-27 13:58:52 +0200518$(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
Matúš Kukan2bb103c2013-04-17 11:40:37 +0200519 binaryurp \
520 bootstrap \
Matúš Kukan2bb103c2013-04-17 11:40:37 +0200521 introspection \
522 invocadapt \
523 invocation \
Marcos Paulo de Souza3a009c42013-11-04 13:06:32 -0200524 io \
Tor Lillqvist08452f12013-08-19 00:41:12 +0300525 $(if $(ENABLE_JAVA),javaloader) \
526 $(if $(ENABLE_JAVA),javavm) \
Stephan Bergmann644c33a2013-08-27 13:58:52 +0200527 $(if $(ENABLE_JAVA),jvmaccess) \
528 $(if $(ENABLE_JAVA),jvmfwk) \
Matúš Kukan2bb103c2013-04-17 11:40:37 +0200529 namingservice \
530 proxyfac \
531 reflection \
Stephan Bergmann644c33a2013-08-27 13:58:52 +0200532 reg \
533 sal_textenc \
Matúš Kukan2bb103c2013-04-17 11:40:37 +0200534 stocservices \
Stephan Bergmann644c33a2013-08-27 13:58:52 +0200535 store \
Stephan Bergmann644c33a2013-08-27 13:58:52 +0200536 unoidl \
Matúš Kukan2bb103c2013-04-17 11:40:37 +0200537 uuresolver \
Stephan Bergmann644c33a2013-08-27 13:58:52 +0200538 xmlreader \
Matúš Kukan2bb103c2013-04-17 11:40:37 +0200539))
540
Matúš Kukan74f5df92013-06-10 00:48:31 +0200541$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
Michael Meeks791e2f62013-05-29 12:27:08 +0100542 $(if $(ENABLE_VLC),avmediavlc) \
Jan-Marek Glogowski65a00c72014-10-10 23:15:28 +0200543 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300544 $(if $(ENABLE_GSTREAMER_0_10),avmediagst_0_10) \
Matúš Kukanf29966b2013-06-14 11:02:19 +0200545 $(if $(ENABLE_DIRECTX),avmediawin) \
Zolnai Tamás5f6fd412014-04-19 17:32:31 +0200546 $(if $(ENABLE_GLTF),avmediaogl) \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300547 cached1 \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300548 collator_data \
Matúš Kukan6b436a12013-04-17 11:55:28 +0200549 comphelper \
Tor Lillqvist629cc602014-04-17 23:51:04 +0300550 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
Matúš Kukan3df1af32013-04-10 13:32:44 +0200551 deployment \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300552 deploymentgui \
553 dict_ja \
554 dict_zh \
555 embobj \
Tor Lillqvist08452f12013-08-19 00:41:12 +0300556 $(if $(ENABLE_JAVA),hsqldb) \
Matúš Kukan6b436a12013-04-17 11:55:28 +0200557 i18nlangtag \
Matúš Kukanceb54bc2013-04-15 12:57:35 +0200558 i18nutil \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300559 index_data \
Richard PALOfd612a12015-09-15 15:58:51 +0200560 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300561 localedata_en \
562 localedata_es \
563 localedata_euro \
564 localedata_others \
Matúš Kukan3df1af32013-04-10 13:32:44 +0200565 mcnttype \
Marcos Paulo de Souza32848f02013-08-25 20:20:29 -0300566 $(if $(ENABLE_JAVA), \
567 $(if $(filter $(OS),MACOSX),,officebean) \
568 ) \
Michael Stahl7666c2622013-08-26 19:47:33 +0200569 $(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,emboleobj) \
Matúš Kukanceb54bc2013-04-15 12:57:35 +0200570 package2 \
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200571 $(if $(USING_X11),recentfile) \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300572 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300573 sdbc2 \
Matúš Kukanceb54bc2013-04-15 12:57:35 +0200574 sofficeapp \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300575 srtrs1 \
Marcos Paulo de Souzaf70343b2014-02-12 06:53:02 -0200576 $(if $(filter $(OS),WNT),sysdtrans) \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300577 textconv_dict \
Matúš Kukanceb54bc2013-04-15 12:57:35 +0200578 ucb1 \
Matúš Kukan6b436a12013-04-17 11:55:28 +0200579 ucbhelper \
Matúš Kukandcae0502014-02-25 21:47:33 +0100580 $(if $(WITH_WEBDAV),ucpdav1) \
Matúš Kukanceb54bc2013-04-15 12:57:35 +0200581 ucpfile1 \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300582 ucpftp1 \
583 ucpchelp1 \
584 ucphier1 \
585 ucppkg1 \
586 unopkgapp \
587 xmlsecurity \
588 xsec_fw \
Michael Stahl140ec1e2014-07-20 20:24:38 +0200589 xsec_xmlsec \
Matúš Kukanceb54bc2013-04-15 12:57:35 +0200590 xstor \
Marcos Paulo de Souza32848f02013-08-25 20:20:29 -0300591 $(if $(filter $(OS),MACOSX), \
592 macab1 \
593 macabdrv1 \
594 ) \
Michael Stahl7666c2622013-08-26 19:47:33 +0200595 $(if $(filter WNT,$(OS)), \
596 dnd \
597 dtrans \
598 fps \
599 ftransl \
Michael Stahl7666c2622013-08-26 19:47:33 +0200600 $(if $(DISABLE_ATL),,\
Michael Stahl7666c2622013-08-26 19:47:33 +0200601 inprocserv \
Michael Stahl31b91f62013-11-21 14:53:57 +0100602 UAccCOM \
603 winaccessibility \
David Ostrovskycbf2a0d2013-11-02 20:40:47 +0100604 ) \
Michael Stahl7666c2622013-08-26 19:47:33 +0200605 ) \
Matúš Kukanceb54bc2013-04-15 12:57:35 +0200606))
Michael Stahl140ec1e2014-07-20 20:24:38 +0200607
Matúš Kukanc39a24402011-07-31 16:53:30 +0200608ifeq ($(OS),WNT)
Michael Stahlb09c5282013-08-31 00:25:58 +0200609$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
610 $(if $(DISABLE_ACTIVEX),,\
611 regactivex \
612 ) \
613))
614
Michael Stahl4bab1f22014-08-02 20:26:26 +0200615$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
616 $(if $(DISABLE_ACTIVEX),,\
617 so_activex \
618 ) \
619))
620
621ifneq ($(BUILD_X64),)
622$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
623 $(if $(DISABLE_ACTIVEX),,\
624 so_activex_x64 \
625 ) \
626))
627endif
628
Michael Stahlb09c5282013-08-31 00:25:58 +0200629$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
630 $(if $(WINDOWS_SDK_HOME),\
631 instooofiltmsi \
632 qslnkmsi \
633 reg4allmsdoc \
634 sdqsmsi \
635 sellangmsi \
636 sn_tools \
637 ) \
638))
639
Michael Stahlb09c5282013-08-31 00:25:58 +0200640$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
641 shlxtmsi \
642))
643
Michael Stahlb2193382014-08-02 21:12:09 +0200644$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200645 ooofilt \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200646 shlxthdl \
Michael Stahlb2193382014-08-02 21:12:09 +0200647))
648
649$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextnt6, \
650 propertyhdl \
651))
652
653$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
654 ooofilt_x64 \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200655 shlxthdl_x64 \
Michael Stahldef1a592013-09-21 00:39:17 +0200656))
657
Michael Stahlb2193382014-08-02 21:12:09 +0200658$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64nt6, \
659 propertyhdl_x64 \
660))
661
Michael Stahl625c3782014-08-02 20:45:39 +0200662endif # WNT
Matúš Kukanc39a24402011-07-31 16:53:30 +0200663
Michael Stahl482ab0d2014-02-26 14:23:57 +0100664$(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200665 cppuhelper \
666 purpenvhelper \
667 salhelper \
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100668))
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200669
Michael Stahl482ab0d2014-02-26 14:23:57 +0100670$(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200671 cppu \
672 sal \
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100673))
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200674
David Tardon6d9a5242012-04-19 12:03:37 +0200675$(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
Stephan Bergmann13270202013-12-16 11:23:54 +0100676 active_native \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200677 mysqlc \
678 passive_native \
David Tardon6d9a5242012-04-19 12:03:37 +0200679))
680
Michael Stahl9870a5f2014-02-04 18:03:46 +0100681ifneq ($(ENABLE_JAVA),)
682$(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200683 java_uno \
684 juh \
685 jurt \
686 ridl \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200687 unoloader \
688))
689
Michael Stahl559d82d2014-04-17 23:07:47 +0200690$(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200691 ScriptFramework \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200692 ScriptProviderForJava \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200693 XMergeBridge \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200694 commonwizards \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200695 form \
Michael Stahl559d82d2014-04-17 23:07:47 +0200696 $(if $(filter-out MACOSX,$(OS)),officebean) \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200697 query \
698 report \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200699 sdbc_hsqldb \
Stephan Bergmannff9fbfd2013-05-07 16:46:46 +0200700 smoketest \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200701 table \
David Tardonaf129202013-05-01 15:08:16 +0200702 unoil \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200703 xmerge \
704))
705
Rene Engelhard18cea6b2014-04-21 00:16:48 +0200706$(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
Michael Stahle9ae3082014-04-17 23:33:05 +0200707 reportbuilder \
708 reportbuilderwizard \
709))
710
Michael Stahl8a8a2472014-04-17 23:26:28 +0200711ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
712$(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
713 ScriptProviderForBeanShell \
714))
715endif
716
Michael Stahl4a3e8aa2014-04-17 23:28:04 +0200717ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
718$(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
719 ScriptProviderForJavaScript \
720))
721endif
722
Michael Stahl855d4c52015-02-28 20:46:37 +0100723ifneq ($(WITH_EXTRA_GALLERY),)
724$(eval $(call gb_Helper_register_packages_for_install,accessories_gallery,\
725 accessories_accessoriesgallery \
726 accessories_accessoriesgallerydrawspeople \
727 accessories_accessoriesgalleryphotosplants \
728 accessories_accessoriesgalleryphotoscelebration \
729 accessories_accessoriesgalleryphotosfauna \
730 accessories_accessoriesgalleryphotosflowers \
731 accessories_accessoriesgalleryphotosfoodsanddrinks \
732 accessories_accessoriesgalleryphotoshumans \
733 accessories_accessoriesgalleryphotoslandscapes \
734 accessories_accessoriesgalleryphotosbuildings \
735 accessories_accessoriesgalleryphotoscities \
736 accessories_accessoriesgalleryphotosobjects \
737 accessories_accessoriesgalleryphotosspace \
738 accessories_accessoriesgalleryphotosstatues \
739 accessories_accessoriesgalleryphotostravel \
740 accessories_accessoriesgalleryelementsbullets2 \
741 accessories_accessoriesgallerynonfree \
742))
743
744endif
745
David Ostrovsky715aafa2014-11-21 15:03:13 +0100746ifeq (CT2N,$(filter CT2N,$(BUILD_TYPE)))
747$(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
748 ct2n \
749))
750endif
751
David Ostrovsky5f770592014-11-22 21:46:23 +0100752ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
753$(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
754 numbertext \
755))
756endif
757
Michael Stahl87a723d2012-08-17 12:43:37 +0200758$(eval $(call gb_Helper_register_jars,OXT, \
759 EvolutionarySolver \
Stephan Bergmann13270202013-12-16 11:23:54 +0100760 active_java \
Michael Stahl87a723d2012-08-17 12:43:37 +0200761 mediawiki \
762 nlpsolver \
Stephan Bergmannffb1e882013-03-07 11:05:57 +0100763 passive_java \
Michael Stahl87a723d2012-08-17 12:43:37 +0200764))
765
David Tardon0773c8c2013-05-01 15:04:48 +0200766$(eval $(call gb_Helper_register_jars,NONE,\
Michael Stahl31c32c12014-04-17 23:37:30 +0200767 ConnectivityTools \
David Tardon0773c8c2013-05-01 15:04:48 +0200768 HelloWorld \
769 Highlight \
770 MemoryUsage \
771 OOoRunner \
David Tardon0773c8c2013-05-01 15:04:48 +0200772 TestExtension \
773 test \
774 test-tools \
Michael Stahl4f346c92014-02-04 18:28:46 +0100775 testComponent \
David Tardon0773c8c2013-05-01 15:04:48 +0200776))
Michael Stahl9870a5f2014-02-04 18:03:46 +0100777endif
David Tardon0773c8c2013-05-01 15:04:48 +0200778
Michael Stahl5784caf2014-02-04 20:56:25 +0100779$(eval $(call gb_Helper_register_packages_for_install,ure,\
Stephan Bergmann7d5b30b2014-09-18 18:07:41 +0200780 instsetoo_native_setup_ure \
Michael Stahl5784caf2014-02-04 20:56:25 +0100781 ure_install \
782 $(if $(ENABLE_JAVA),\
Simon Wilper0fc8df62015-01-24 01:43:35 +0100783 jvmfwk_jvmfwk3_ini \
Michael Stahl5784caf2014-02-04 20:56:25 +0100784 jvmfwk_javavendors \
785 jvmfwk_jreproperties \
786 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
787 ) \
788))
789
Michael Stahl6cf07532014-03-13 19:43:27 +0100790$(eval $(call gb_Helper_register_packages_for_install,ooo,\
Michael Stahl9978e4c2015-02-28 22:00:24 +0100791 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
792 officecfg_misc \
793 extras_glade \
794 extras_labels \
795 framework_dtd \
796 package_dtd \
797 xmloff_dtd \
798 xmlscript_dtd \
799 xmlhelp_helpxsl \
800 $(if $(ENABLE_JAVA),\
801 scripting_java \
802 scripting_java_jars \
803 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
804 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
805 ) \
806 $(if $(DISABLE_SCRIPTING),,scripting_scriptbindinglib) \
807 wizards_basicsrvaccess2base \
808 wizards_basicsrvdepot \
809 wizards_basicsrveuro \
810 wizards_basicsrvgimmicks \
811 wizards_basicsrvimport \
812 wizards_basicsrvform \
813 wizards_basicsrvtemplate \
814 wizards_basicsrvtools \
815 wizards_basicsrvtutorials \
Michael Stahl6cf07532014-03-13 19:43:27 +0100816 xmlsec \
Markus Mohrhard3fb03202014-12-10 17:06:30 +0100817 chart2_opengl_shader \
818 vcl_opengl_shader \
819 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
820))
821
822$(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
823 slideshow_opengl_shader \
Michael Stahl6cf07532014-03-13 19:43:27 +0100824))
825
Michael Stahl4de54e52015-02-28 21:34:51 +0100826$(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
827 reportbuilder-templates \
828))
829
Michael Stahle0aaa832015-02-28 21:29:27 +0100830$(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
831 filter_docbook \
832 filter_xhtml \
833 filter_xslt \
834))
835
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200836ifeq ($(USING_X11), TRUE)
Michael Stahl139a4b62014-10-31 23:42:37 +0100837$(eval $(call gb_Helper_register_packages_for_install,base_brand,\
838 desktop_sbase_sh \
839))
840
841$(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
842 desktop_scalc_sh \
843))
844
845$(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
846 desktop_sdraw_sh \
847))
848
849$(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
850 desktop_simpress_sh \
851))
852
853$(eval $(call gb_Helper_register_packages_for_install,math_brand,\
854 desktop_smath_sh \
855))
856
857$(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
858 desktop_swriter_sh \
859))
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200860endif # USING_X11=TRUE
Michael Stahl139a4b62014-10-31 23:42:37 +0100861
Stephan Bergmanna756b782014-11-26 17:20:52 +0100862ifneq ($(DISABLE_PYTHON),TRUE)
863$(eval $(call gb_Helper_register_packages_for_install,python, \
864 pyuno_pythonloader_ini \
Michael Stahl62eb3bf2015-02-28 21:10:20 +0100865 pyuno_python_scripts \
866 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
867 scripting_ScriptsPython \
Stephan Bergmanna756b782014-11-26 17:20:52 +0100868))
Michael Stahldedaf742015-02-28 21:17:04 +0100869
Michael Stahl8c53af62015-02-28 21:02:04 +0100870$(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
871 scriptproviderforpython \
872))
Michael Stahldedaf742015-02-28 21:17:04 +0100873
874$(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
875 librelogo \
876 librelogo_properties \
877))
878endif # DISABLE_PYTHON
Stephan Bergmanna756b782014-11-26 17:20:52 +0100879
David Tardonc2eca352012-12-02 10:51:37 +0100880# External executables
881$(eval $(call gb_ExternalExecutable_register_executables,\
David Tardon63069262012-12-29 12:56:24 +0100882 genbrk \
883 genccode \
884 gencmn \
David Tardonc2eca352012-12-02 10:51:37 +0100885 python \
David Tardonce038cf2013-10-20 20:43:46 +0200886 ucpp \
David Tardonc2eca352012-12-02 10:51:37 +0100887 xmllint \
888 xsltproc \
889))
890
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200891# vim: set noet sw=4 ts=4: