blob: 5c468b2084621b08180eec14e760975ef3fed41f [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 \
Stephan Bergmannf3f63f52014-11-06 14:11:35 +0100148 $(if $(filter WNT,$(OS)),,uri-encode) \
Michael Stahl58735f02014-10-30 22:43:27 +0100149 ui-previewer \
Michael Stahlf049b832014-10-30 22:57:06 +0100150 $(if $(filter WNT,$(OS)), \
151 senddoc \
152 ) \
Matúš Kukan9555b5b2013-06-14 12:48:20 +0200153))
154
Michael Stahlf049b832014-10-30 22:57:06 +0100155ifeq ($(OS),WNT)
156$(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
157 quickstart \
158))
159endif
160
Michael Stahl368729d2014-10-28 22:40:39 +0100161$(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
162 $(if $(filter WNT,$(OS)), \
163 python \
164 ) \
165))
166
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200167ifeq ($(USING_X11), TRUE)
Michael Stahl58735f02014-10-30 22:43:27 +0100168$(eval $(call gb_Helper_register_executables_for_install,OOO,gnome, \
Michael Stahl58735f02014-10-30 22:43:27 +0100169 $(if $(ENABLE_GTK),\
170 xid-fullscreen-on-all-monitors \
171 ) \
172))
173endif
174
Michael Stahlf4fac5e2014-10-28 22:32:40 +0100175ifneq ($(ENABLE_PDFIMPORT),)
176$(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
177 xpdfimport \
178))
179endif
180
Jan Holesovskye03a5f52015-06-29 17:34:30 +0200181ifneq ($(ENABLE_ONLINE_UPDATE_MAR),)
Nathan Yee8c075102015-06-26 12:47:03 -0700182$(eval $(call gb_Helper_register_executables_for_install,OOO,updater,\
Nathan Yee73161442015-06-23 17:04:17 -0700183 mar \
Nathan Yee8c075102015-06-26 12:47:03 -0700184 updater \
Nathan Yee73161442015-06-23 17:04:17 -0700185))
Jan Holesovskye03a5f52015-06-29 17:34:30 +0200186endif
Nathan Yee73161442015-06-23 17:04:17 -0700187
Matúš Kukan74f5df92013-06-10 00:48:31 +0200188$(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
Tor Lillqvist08452f12013-08-19 00:41:12 +0300189 $(if $(and $(ENABLE_JAVA),$(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
Tor Lillqvista074ee02013-06-17 11:15:44 +0300190 regmerge \
191 regview \
Matúš Kukane78fe7a2013-06-11 16:02:34 +0200192 $(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
David Ostrovsky5342bc02012-04-01 16:07:41 +0200193))
David Tardon3446cda2011-12-23 12:21:19 +0100194
Matúš Kukan74f5df92013-06-10 00:48:31 +0200195$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200196 abp \
197 dbp \
198 dbu \
Marcos Paulo de Souza53070b02013-06-04 13:41:12 -0300199))
200
Marcos Paulo de Souzacb548bc2013-06-10 19:20:14 -0300201$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
202 analysis \
Tor Lillqvist629cc602014-04-17 23:51:04 +0300203 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
Marcos Paulo de Souzacb548bc2013-06-10 19:20:14 -0300204 date \
205 pricing \
206 sc \
207 scd \
208 scfilt \
209 scui \
osnolae1fa08f2014-05-29 10:26:28 +0200210 wpftcalc \
Matúš Kukan077bdc72014-03-27 14:51:46 +0100211 $(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE),solver) \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300212 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
Marcos Paulo de Souzacb548bc2013-06-10 19:20:14 -0300213))
214
Matúš Kukan74f5df92013-06-10 00:48:31 +0200215$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200216 svgfilter \
217 flash \
218 wpftdraw \
219 graphicfilter \
Marcos Paulo de Souza67dd9582013-05-08 14:24:57 -0300220))
221
Matúš Kukan74f5df92013-06-10 00:48:31 +0200222$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,tde, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200223 $(if $(ENABLE_TDE),tdebe1) \
Jan-Marek Glogowskia9e76452015-10-12 10:43:48 +0200224 $(if $(USING_X11), \
225 $(if $(ENABLE_TDE),vclplug_tde) \
226 ) \
227))
228
229$(eval $(call gb_Helper_register_executables_for_install,OOO,tde, \
230 $(if $(ENABLE_TDE),tdefilepicker) \
Marcos Paulo de Souza4656a892013-05-06 23:21:25 -0300231))
232
Matúš Kukan74f5df92013-06-10 00:48:31 +0200233$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200234 animcore \
235 placeware \
236 PresenterScreen \
David Ostrovsky2aa5d132013-10-05 23:07:24 +0200237 PresentationMinimizer \
David Tardon41297572013-10-30 08:56:06 +0100238 wpftimpress \
Marcos Paulo de Souzaa6f81b32013-06-06 15:27:41 -0300239))
240
Matúš Kukan74f5df92013-06-10 00:48:31 +0200241$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
Bjoern Michaelsena18b56c2013-11-21 17:31:37 +0100242 $(if $(ENABLE_ONLINE_UPDATE), \
243 updatecheckui \
244 updchk \
245 ) \
Marcos Paulo de Souza2feb7562013-05-12 19:53:17 -0300246))
247
Matúš Kukan74f5df92013-06-10 00:48:31 +0200248$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200249 $(if $(ENABLE_EVOAB2),evoab) \
250 $(if $(ENABLE_GTK),vclplug_gtk) \
251 $(if $(ENABLE_GTK3),vclplug_gtk3) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200252 $(if $(ENABLE_SYSTRAY_GTK),qstart_gtk) \
253 $(if $(ENABLE_GIO),losessioninstall) \
254 $(if $(ENABLE_GIO),ucpgio1) \
Marcos Paulo de Souza36564f32013-05-07 11:44:32 -0300255))
256
Matúš Kukan74f5df92013-06-10 00:48:31 +0200257$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200258 $(if $(ENABLE_KDE4),kde4be1) \
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200259 $(if $(USING_X11), \
Miklos Vajna4d5de802014-06-08 21:46:53 +0200260 $(if $(ENABLE_KDE4),vclplug_kde4) \
261 ) \
Matúš Kukand0e099f2013-05-04 16:45:32 +0200262))
263
Matúš Kukan74f5df92013-06-10 00:48:31 +0200264$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200265 sm \
266 smd \
Marcos Paulo de Souza8a58bc22013-05-27 19:13:14 -0300267))
268
Michael Stahl53fd7e82014-07-20 19:55:40 +0200269$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
270 OGLTrans \
271))
272
Matúš Kukan74f5df92013-06-10 00:48:31 +0200273$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300274 acc \
Tor Lillqvist262aa2c2014-04-17 22:09:44 +0300275 $(call gb_Helper_optional,AVMEDIA,avmedia) \
Michael Stahl0b49cc52014-06-13 16:38:15 +0200276 $(if $(filter MACOSX,$(OS)),\
Riccardo Magliocchettid4759062014-11-04 11:57:14 +0100277 avmediaMacAVF \
Michael Stahl0b49cc52014-06-13 16:38:15 +0200278 $(if $(ENABLE_MACOSX_SANDBOX),,avmediaQuickTime) \
279 ) \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300280 $(call gb_Helper_optional,SCRIPTING, \
281 basctl \
282 basprov \
283 ) \
Michael Stahl0b49cc52014-06-13 16:38:15 +0200284 $(if $(filter $(OS),ANDROID),, \
285 basebmp \
286 ) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200287 basegfx \
288 bib \
289 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
290 canvasfactory \
291 canvastools \
292 chartcore \
293 chartcontroller \
Tor Lillqvist20fc0ed2014-04-29 08:25:38 +0300294 chartopengl \
Tor Lillqvistbf6544c02014-12-08 09:29:28 +0200295 $(call gb_Helper_optional,OPENCL,clew) \
Tor Lillqvista59e2d42014-08-11 11:42:33 +0300296 $(if $(filter $(OS),WNT),,cmdmail) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200297 cppcanvas \
298 configmgr \
299 ctl \
300 cui \
Tor Lillqvist629cc602014-04-17 23:51:04 +0300301 $(call gb_Helper_optional,DBCONNECTIVITY, \
302 dba \
303 dbase \
304 dbmm \
305 dbtools \
306 dbaxml) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200307 deploymentmisc \
308 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200309 $(if $(USING_X11),desktop_detector) \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300310 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200311 $(if $(ENABLE_DIRECTX),directx9canvas) \
Christian Lohmaier6019a152013-10-07 23:19:08 +0200312 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200313 drawinglayer \
314 editeng \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200315 $(if $(filter WNT,$(OS)),$(if $(DISABLE_ATL),,emser)) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200316 evtatt \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300317 expwrap \
Tor Lillqvist629cc602014-04-17 23:51:04 +0300318 $(call gb_Helper_optional,DBCONNECTIVITY, \
319 flat \
320 file) \
Matúš Kukan90750f02013-04-15 13:36:02 +0200321 filterconfig \
Andrzej J.R. Huntf32dc632013-07-15 21:11:22 +0200322 $(if $(filter $(ENABLE_FIREBIRD_SDBC),TRUE),firebird_sdbc) \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300323 fps_office \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200324 for \
325 forui \
326 frm \
327 fsstorage \
328 fwe \
Bjoern Michaelsen167458f2013-02-25 15:44:36 +0100329 fwi \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200330 fwk \
331 fwl \
Bjoern Michaelsen65875bf2013-02-25 15:45:40 +0100332 fwm \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200333 $(if $(ENABLE_DIRECTX),gdipluscanvas) \
334 guesslang \
335 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
336 i18npool \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300337 i18nsearch \
Oliver Specht7f533e62015-11-04 13:58:41 +0100338 gie \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200339 hyphen \
Oliver Specht7f533e62015-11-04 13:58:41 +0100340 icg \
Tor Lillqvist08452f12013-08-19 00:41:12 +0300341 $(if $(ENABLE_JAVA),jdbc) \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300342 ldapbe2 \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200343 localebe1 \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300344 log \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200345 lng \
346 lnth \
Marcos Paulo de Souza1492a2f2013-06-13 11:32:09 -0300347 $(if $(filter $(OS),MACOSX),macbe1) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200348 $(if $(MERGELIBS),merged) \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300349 migrationoo2 \
350 migrationoo3 \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200351 msfilter \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300352 $(call gb_Helper_optional,SCRIPTING,msforms) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200353 mtfrenderer \
Tor Lillqvist629cc602014-04-17 23:51:04 +0300354 $(call gb_Helper_optional,DBCONNECTIVITY,mysql) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200355 odbc \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200356 odfflatxml \
357 offacc \
Marcos Paulo de Souza24426c92013-11-22 17:20:57 -0200358 oox \
Tor Lillqvistc1d09b12014-11-26 22:30:33 +0200359 $(call gb_Helper_optional,OPENCL,opencl) \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300360 passwordcontainer \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200361 pcr \
362 pdffilter \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300363 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200364 res \
365 sax \
366 sb \
Tor Lillqvist629cc602014-04-17 23:51:04 +0300367 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200368 scn \
369 sd \
370 sdd \
371 sdfilt \
372 sdui \
373 sfx \
374 simplecanvas \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300375 slideshow \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200376 sot \
Marcos Paulo de Souza32848f02013-08-25 20:20:29 -0300377 spell \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200378 $(if $(ENABLE_HEADLESS),,spl) \
Maxim Monastirskyf82f7bf2014-04-27 15:54:58 +0300379 storagefd \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300380 $(call gb_Helper_optional,SCRIPTING,stringresource) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200381 svgio \
382 svl \
383 svt \
384 svx \
385 svxcore \
386 sw \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300387 syssh \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200388 $(if $(ENABLE_TDEAB),tdeab1) \
389 $(if $(ENABLE_TDEAB),tdeabdrv1) \
390 textconversiondlgs \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300391 textfd \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200392 tk \
393 tl \
Eike Rathke091a7bd2014-08-15 18:10:24 +0200394 $(if $(ENABLE_TELEPATHY),tubes) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200395 ucpexpand1 \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300396 ucpext \
Stephan Bergmann6948c542015-10-26 17:55:14 +0100397 ucpimage \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300398 ucpcmis1 \
399 ucptdoc1 \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200400 unordf \
401 unoxml \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300402 updatefeed \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200403 utl \
404 uui \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300405 $(call gb_Helper_optional,SCRIPTING, \
406 vbaevents \
407 vbahelper \
408 ) \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200409 vcl \
410 vclcanvas \
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200411 $(if $(USING_X11), \
Marcos Paulo de Souza24426c92013-11-22 17:20:57 -0200412 vclplug_gen \
Marcos Paulo de Souza24426c92013-11-22 17:20:57 -0200413 ) \
David Tardonb7fa9952014-04-24 14:02:23 +0200414 writerperfect \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200415 xmlscript \
416 xmlfa \
417 xmlfd \
418 xo \
419 xof \
420 xsltdlg \
421 xsltfilter \
David Ostrovsky4e3086d2015-10-23 18:39:07 +0200422 mork \
423 mozbootstrap \
Matúš Kukanf29966b2013-06-14 11:02:19 +0200424 $(if $(filter $(OS),WNT), \
425 ado \
Michael Stahl7666c2622013-08-26 19:47:33 +0200426 $(if $(DISABLE_ATL),,oleautobridge) \
Matúš Kukanf29966b2013-06-14 11:02:19 +0200427 smplmail \
428 wininetbe1 \
429 ) \
430 $(if $(filter $(OS),MACOSX), \
Tor Lillqvist523df6ef2013-08-22 23:59:25 +0300431 $(if $(ENABLE_MACOSX_SANDBOX),, \
432 AppleRemote \
433 ) \
Matúš Kukanf29966b2013-06-14 11:02:19 +0200434 fps_aqua \
435 MacOSXSpell \
436 ) \
Matúš Kukan8008b662013-04-12 11:21:10 +0200437))
438
Michael Stahl5ac6c482014-07-20 20:04:15 +0200439$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
Tor Lillqvistc68dd992014-08-15 01:39:14 +0300440 $(if $(BUILD_POSTGRESQL_SDBC), \
441 postgresql-sdbc \
442 postgresql-sdbc-impl) \
Michael Stahl5ac6c482014-07-20 20:04:15 +0200443))
444
Tor Lillqvistbaee89d2015-04-28 19:13:08 +0300445ifneq ($(ENABLE_PDFIMPORT),)
Michael Stahl31d3a4d2014-07-20 19:51:50 +0200446$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
447 pdfimport \
448))
Tor Lillqvistbaee89d2015-04-28 19:13:08 +0300449endif
Michael Stahl31d3a4d2014-07-20 19:51:50 +0200450
Michael Stahlf01aa962014-07-20 20:15:54 +0200451$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
452 pythonloader \
453))
454
455$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
456 pyuno \
457 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
458))
459
Michael Stahlea9f2c72014-06-13 16:43:10 +0200460$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
461 rpt \
462 rptui \
463 rptxml \
464))
465
Matúš Kukan74f5df92013-06-10 00:48:31 +0200466$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
Matúš Kukan8008b662013-04-12 11:21:10 +0200467 hwp \
Michael Meeksdb52fd72013-04-23 14:18:34 +0100468 $(if $(ENABLE_LWP),lwpft) \
Matúš Kukan8008b662013-04-12 11:21:10 +0200469 msword \
470 swd \
471 swui \
472 t602filter \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300473 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
Matúš Kukan8008b662013-04-12 11:21:10 +0200474 wpftwriter \
475 writerfilter \
Bjoern Michaelsen3ed5ab52013-02-15 20:40:28 +0100476))
Bjoern Michaelsen9cc55772013-02-25 15:43:37 +0100477
Matúš Kukan4daf6602015-04-15 23:41:45 +0200478# cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
Michael Stahl1b736bf2013-09-18 21:01:14 +0200479$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
Stephan Bergmannc3e55a12013-11-08 12:32:55 +0100480 getuid \
Michael Stahl621b30e2013-10-22 00:32:12 +0200481 smoketest \
Michael Stahl1b736bf2013-09-18 21:01:14 +0200482 subsequenttest \
Michael Stahl621b30e2013-10-22 00:32:12 +0200483 test \
Michael Stahl1b736bf2013-09-18 21:01:14 +0200484 testtools_cppobj \
485 testtools_bridgetest \
486 testtools_constructors \
Michael Stahl621b30e2013-10-22 00:32:12 +0200487 unobootstrapprotector \
488 unoexceptionprotector \
489 unotest \
Stephan Bergmann369d9592014-06-04 08:45:54 +0200490 vclbootstrapprotector \
Kohei Yoshidaeef53622013-07-08 18:08:30 -0400491 scqahelper \
Michael Stahl4de7b402013-09-21 01:38:54 +0200492 unowinreg \
Matúš Kukan4daf6602015-04-15 23:41:45 +0200493 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
494 $(if $(filter $(OS),ANDROID),lo-bootstrap) \
495 $(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
Stephan Bergmann3d229da2013-04-26 11:08:49 +0200496))
497
Matúš Kukan74f5df92013-06-10 00:48:31 +0200498$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
Michael Stahl60530f42013-09-16 23:35:26 +0200499 affine_uno_uno \
Marcos Paulo de Souza4af38b02014-02-06 13:53:17 -0200500 $(if $(filter MSC,$(COM)),cli_uno) \
501 $(if $(ENABLE_JAVA), \
502 java_uno \
503 jpipe \
504 $(if $(filter $(OS),WNT),jpipx) \
505 juh \
506 juhx \
507 ) \
Michael Stahl60530f42013-09-16 23:35:26 +0200508 log_uno_uno \
509 unsafe_uno_uno \
Matúš Kukan9305b302013-04-11 22:49:48 +0200510 $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
Michael Stahl6ec243f2013-09-09 21:19:16 +0200511 $(if $(filter $(OS),WNT), \
512 uwinapi \
513 ) \
Matúš Kukanc9c963d2013-04-11 11:02:39 +0200514))
515
Stephan Bergmann644c33a2013-08-27 13:58:52 +0200516$(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
Matúš Kukan2bb103c2013-04-17 11:40:37 +0200517 binaryurp \
518 bootstrap \
Matúš Kukan2bb103c2013-04-17 11:40:37 +0200519 introspection \
520 invocadapt \
521 invocation \
Marcos Paulo de Souza3a009c42013-11-04 13:06:32 -0200522 io \
Tor Lillqvist08452f12013-08-19 00:41:12 +0300523 $(if $(ENABLE_JAVA),javaloader) \
524 $(if $(ENABLE_JAVA),javavm) \
Stephan Bergmann644c33a2013-08-27 13:58:52 +0200525 $(if $(ENABLE_JAVA),jvmaccess) \
526 $(if $(ENABLE_JAVA),jvmfwk) \
Matúš Kukan2bb103c2013-04-17 11:40:37 +0200527 namingservice \
528 proxyfac \
529 reflection \
Stephan Bergmann644c33a2013-08-27 13:58:52 +0200530 reg \
531 sal_textenc \
Matúš Kukan2bb103c2013-04-17 11:40:37 +0200532 stocservices \
Stephan Bergmann644c33a2013-08-27 13:58:52 +0200533 store \
Stephan Bergmann644c33a2013-08-27 13:58:52 +0200534 unoidl \
Matúš Kukan2bb103c2013-04-17 11:40:37 +0200535 uuresolver \
Stephan Bergmann644c33a2013-08-27 13:58:52 +0200536 xmlreader \
Matúš Kukan2bb103c2013-04-17 11:40:37 +0200537))
538
Matúš Kukan74f5df92013-06-10 00:48:31 +0200539$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
Michael Meeks791e2f62013-05-29 12:27:08 +0100540 $(if $(ENABLE_VLC),avmediavlc) \
Jan-Marek Glogowski65a00c72014-10-10 23:15:28 +0200541 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300542 $(if $(ENABLE_GSTREAMER_0_10),avmediagst_0_10) \
Matúš Kukanf29966b2013-06-14 11:02:19 +0200543 $(if $(ENABLE_DIRECTX),avmediawin) \
Zolnai Tamás5f6fd412014-04-19 17:32:31 +0200544 $(if $(ENABLE_GLTF),avmediaogl) \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300545 cached1 \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300546 collator_data \
Matúš Kukan6b436a12013-04-17 11:55:28 +0200547 comphelper \
Tor Lillqvist629cc602014-04-17 23:51:04 +0300548 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
Matúš Kukan3df1af32013-04-10 13:32:44 +0200549 deployment \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300550 deploymentgui \
551 dict_ja \
552 dict_zh \
553 embobj \
Tor Lillqvist08452f12013-08-19 00:41:12 +0300554 $(if $(ENABLE_JAVA),hsqldb) \
Matúš Kukan6b436a12013-04-17 11:55:28 +0200555 i18nlangtag \
Matúš Kukanceb54bc2013-04-15 12:57:35 +0200556 i18nutil \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300557 index_data \
Richard PALOfd612a12015-09-15 15:58:51 +0200558 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300559 localedata_en \
560 localedata_es \
561 localedata_euro \
562 localedata_others \
Matúš Kukan3df1af32013-04-10 13:32:44 +0200563 mcnttype \
Marcos Paulo de Souza32848f02013-08-25 20:20:29 -0300564 $(if $(ENABLE_JAVA), \
565 $(if $(filter $(OS),MACOSX),,officebean) \
566 ) \
Michael Stahl7666c2622013-08-26 19:47:33 +0200567 $(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,emboleobj) \
Matúš Kukanceb54bc2013-04-15 12:57:35 +0200568 package2 \
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200569 $(if $(USING_X11),recentfile) \
Tor Lillqvist9ecac3872014-10-21 23:21:37 +0300570 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
Marcos Paulo de Souza31ed7f02013-06-11 17:43:23 -0300571 sdbc2 \
Matúš Kukanceb54bc2013-04-15 12:57:35 +0200572 sofficeapp \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300573 srtrs1 \
Marcos Paulo de Souzaf70343b2014-02-12 06:53:02 -0200574 $(if $(filter $(OS),WNT),sysdtrans) \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300575 textconv_dict \
Matúš Kukanceb54bc2013-04-15 12:57:35 +0200576 ucb1 \
Matúš Kukan6b436a12013-04-17 11:55:28 +0200577 ucbhelper \
Matúš Kukandcae0502014-02-25 21:47:33 +0100578 $(if $(WITH_WEBDAV),ucpdav1) \
Matúš Kukanceb54bc2013-04-15 12:57:35 +0200579 ucpfile1 \
Marcos Paulo de Souza1c2ab8f2013-06-11 19:37:26 -0300580 ucpftp1 \
581 ucpchelp1 \
582 ucphier1 \
583 ucppkg1 \
584 unopkgapp \
585 xmlsecurity \
586 xsec_fw \
Michael Stahl140ec1e2014-07-20 20:24:38 +0200587 xsec_xmlsec \
Matúš Kukanceb54bc2013-04-15 12:57:35 +0200588 xstor \
Marcos Paulo de Souza32848f02013-08-25 20:20:29 -0300589 $(if $(filter $(OS),MACOSX), \
590 macab1 \
591 macabdrv1 \
592 ) \
Michael Stahl7666c2622013-08-26 19:47:33 +0200593 $(if $(filter WNT,$(OS)), \
594 dnd \
595 dtrans \
596 fps \
597 ftransl \
Michael Stahl7666c2622013-08-26 19:47:33 +0200598 $(if $(DISABLE_ATL),,\
Michael Stahl7666c2622013-08-26 19:47:33 +0200599 inprocserv \
Michael Stahl31b91f62013-11-21 14:53:57 +0100600 UAccCOM \
601 winaccessibility \
David Ostrovskycbf2a0d2013-11-02 20:40:47 +0100602 ) \
Michael Stahl7666c2622013-08-26 19:47:33 +0200603 ) \
Matúš Kukanceb54bc2013-04-15 12:57:35 +0200604))
Michael Stahl140ec1e2014-07-20 20:24:38 +0200605
Matúš Kukanc39a24402011-07-31 16:53:30 +0200606ifeq ($(OS),WNT)
Michael Stahlb09c5282013-08-31 00:25:58 +0200607$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
608 $(if $(DISABLE_ACTIVEX),,\
609 regactivex \
610 ) \
611))
612
Michael Stahl4bab1f22014-08-02 20:26:26 +0200613$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
614 $(if $(DISABLE_ACTIVEX),,\
615 so_activex \
616 ) \
617))
618
619ifneq ($(BUILD_X64),)
620$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
621 $(if $(DISABLE_ACTIVEX),,\
622 so_activex_x64 \
623 ) \
624))
625endif
626
Michael Stahlb09c5282013-08-31 00:25:58 +0200627$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
628 $(if $(WINDOWS_SDK_HOME),\
629 instooofiltmsi \
630 qslnkmsi \
631 reg4allmsdoc \
632 sdqsmsi \
633 sellangmsi \
634 sn_tools \
635 ) \
636))
637
Michael Stahlb09c5282013-08-31 00:25:58 +0200638$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
639 shlxtmsi \
640))
641
Michael Stahlb2193382014-08-02 21:12:09 +0200642$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200643 ooofilt \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200644 shlxthdl \
Michael Stahlb2193382014-08-02 21:12:09 +0200645))
646
647$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextnt6, \
648 propertyhdl \
649))
650
651$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
652 ooofilt_x64 \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200653 shlxthdl_x64 \
Michael Stahldef1a592013-09-21 00:39:17 +0200654))
655
Michael Stahlb2193382014-08-02 21:12:09 +0200656$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64nt6, \
657 propertyhdl_x64 \
658))
659
Michael Stahl625c3782014-08-02 20:45:39 +0200660endif # WNT
Matúš Kukanc39a24402011-07-31 16:53:30 +0200661
Michael Stahl482ab0d2014-02-26 14:23:57 +0100662$(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200663 cppuhelper \
664 purpenvhelper \
665 salhelper \
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100666))
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200667
Michael Stahl482ab0d2014-02-26 14:23:57 +0100668$(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200669 cppu \
670 sal \
Bjoern Michaelsen01273042010-11-11 19:01:45 +0100671))
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200672
David Tardon6d9a5242012-04-19 12:03:37 +0200673$(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
Stephan Bergmann13270202013-12-16 11:23:54 +0100674 active_native \
Matúš Kukan6141dbb2013-06-11 00:59:27 +0200675 mysqlc \
676 passive_native \
David Tardon6d9a5242012-04-19 12:03:37 +0200677))
678
Michael Stahl9870a5f2014-02-04 18:03:46 +0100679ifneq ($(ENABLE_JAVA),)
680$(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200681 java_uno \
682 juh \
683 jurt \
684 ridl \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200685 unoloader \
686))
687
Michael Stahl559d82d2014-04-17 23:07:47 +0200688$(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200689 ScriptFramework \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200690 ScriptProviderForJava \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200691 XMergeBridge \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200692 commonwizards \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200693 form \
Michael Stahl559d82d2014-04-17 23:07:47 +0200694 $(if $(filter-out MACOSX,$(OS)),officebean) \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200695 query \
696 report \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200697 sdbc_hsqldb \
Stephan Bergmannff9fbfd2013-05-07 16:46:46 +0200698 smoketest \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200699 table \
David Tardonaf129202013-05-01 15:08:16 +0200700 unoil \
Michael Stahl5a4bcd32012-08-17 11:02:49 +0200701 xmerge \
702))
703
Rene Engelhard18cea6b2014-04-21 00:16:48 +0200704$(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
Michael Stahle9ae3082014-04-17 23:33:05 +0200705 reportbuilder \
706 reportbuilderwizard \
707))
708
Michael Stahl8a8a2472014-04-17 23:26:28 +0200709ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
710$(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
711 ScriptProviderForBeanShell \
712))
713endif
714
Michael Stahl4a3e8aa2014-04-17 23:28:04 +0200715ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
716$(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
717 ScriptProviderForJavaScript \
718))
719endif
720
Michael Stahl855d4c52015-02-28 20:46:37 +0100721ifneq ($(WITH_EXTRA_GALLERY),)
722$(eval $(call gb_Helper_register_packages_for_install,accessories_gallery,\
723 accessories_accessoriesgallery \
724 accessories_accessoriesgallerydrawspeople \
725 accessories_accessoriesgalleryphotosplants \
726 accessories_accessoriesgalleryphotoscelebration \
727 accessories_accessoriesgalleryphotosfauna \
728 accessories_accessoriesgalleryphotosflowers \
729 accessories_accessoriesgalleryphotosfoodsanddrinks \
730 accessories_accessoriesgalleryphotoshumans \
731 accessories_accessoriesgalleryphotoslandscapes \
732 accessories_accessoriesgalleryphotosbuildings \
733 accessories_accessoriesgalleryphotoscities \
734 accessories_accessoriesgalleryphotosobjects \
735 accessories_accessoriesgalleryphotosspace \
736 accessories_accessoriesgalleryphotosstatues \
737 accessories_accessoriesgalleryphotostravel \
738 accessories_accessoriesgalleryelementsbullets2 \
739 accessories_accessoriesgallerynonfree \
740))
741
742endif
743
David Ostrovsky715aafa2014-11-21 15:03:13 +0100744ifeq (CT2N,$(filter CT2N,$(BUILD_TYPE)))
745$(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
746 ct2n \
747))
748endif
749
David Ostrovsky5f770592014-11-22 21:46:23 +0100750ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
751$(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
752 numbertext \
753))
754endif
755
Michael Stahl87a723d2012-08-17 12:43:37 +0200756$(eval $(call gb_Helper_register_jars,OXT, \
757 EvolutionarySolver \
Stephan Bergmann13270202013-12-16 11:23:54 +0100758 active_java \
Michael Stahl87a723d2012-08-17 12:43:37 +0200759 mediawiki \
760 nlpsolver \
Stephan Bergmannffb1e882013-03-07 11:05:57 +0100761 passive_java \
Michael Stahl87a723d2012-08-17 12:43:37 +0200762))
763
David Tardon0773c8c2013-05-01 15:04:48 +0200764$(eval $(call gb_Helper_register_jars,NONE,\
Michael Stahl31c32c12014-04-17 23:37:30 +0200765 ConnectivityTools \
David Tardon0773c8c2013-05-01 15:04:48 +0200766 HelloWorld \
767 Highlight \
768 MemoryUsage \
769 OOoRunner \
David Tardon0773c8c2013-05-01 15:04:48 +0200770 TestExtension \
771 test \
772 test-tools \
Michael Stahl4f346c92014-02-04 18:28:46 +0100773 testComponent \
David Tardon0773c8c2013-05-01 15:04:48 +0200774))
Michael Stahl9870a5f2014-02-04 18:03:46 +0100775endif
David Tardon0773c8c2013-05-01 15:04:48 +0200776
Michael Stahl5784caf2014-02-04 20:56:25 +0100777$(eval $(call gb_Helper_register_packages_for_install,ure,\
Stephan Bergmann7d5b30b2014-09-18 18:07:41 +0200778 instsetoo_native_setup_ure \
Michael Stahl5784caf2014-02-04 20:56:25 +0100779 ure_install \
780 $(if $(ENABLE_JAVA),\
Simon Wilper0fc8df62015-01-24 01:43:35 +0100781 jvmfwk_jvmfwk3_ini \
Michael Stahl5784caf2014-02-04 20:56:25 +0100782 jvmfwk_javavendors \
783 jvmfwk_jreproperties \
784 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
785 ) \
786))
787
Michael Stahl6cf07532014-03-13 19:43:27 +0100788$(eval $(call gb_Helper_register_packages_for_install,ooo,\
Michael Stahl9978e4c2015-02-28 22:00:24 +0100789 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
790 officecfg_misc \
791 extras_glade \
792 extras_labels \
793 framework_dtd \
794 package_dtd \
795 xmloff_dtd \
796 xmlscript_dtd \
797 xmlhelp_helpxsl \
798 $(if $(ENABLE_JAVA),\
799 scripting_java \
800 scripting_java_jars \
801 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
802 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
803 ) \
804 $(if $(DISABLE_SCRIPTING),,scripting_scriptbindinglib) \
805 wizards_basicsrvaccess2base \
806 wizards_basicsrvdepot \
807 wizards_basicsrveuro \
808 wizards_basicsrvgimmicks \
809 wizards_basicsrvimport \
810 wizards_basicsrvform \
811 wizards_basicsrvtemplate \
812 wizards_basicsrvtools \
813 wizards_basicsrvtutorials \
Michael Stahl6cf07532014-03-13 19:43:27 +0100814 xmlsec \
Markus Mohrhard3fb03202014-12-10 17:06:30 +0100815 chart2_opengl_shader \
816 vcl_opengl_shader \
817 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
818))
819
820$(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
821 slideshow_opengl_shader \
Michael Stahl6cf07532014-03-13 19:43:27 +0100822))
823
Michael Stahl4de54e52015-02-28 21:34:51 +0100824$(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
825 reportbuilder-templates \
826))
827
Michael Stahle0aaa832015-02-28 21:29:27 +0100828$(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
829 filter_docbook \
830 filter_xhtml \
831 filter_xslt \
832))
833
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200834ifeq ($(USING_X11), TRUE)
Michael Stahl139a4b62014-10-31 23:42:37 +0100835$(eval $(call gb_Helper_register_packages_for_install,base_brand,\
836 desktop_sbase_sh \
837))
838
839$(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
840 desktop_scalc_sh \
841))
842
843$(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
844 desktop_sdraw_sh \
845))
846
847$(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
848 desktop_simpress_sh \
849))
850
851$(eval $(call gb_Helper_register_packages_for_install,math_brand,\
852 desktop_smath_sh \
853))
854
855$(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
856 desktop_swriter_sh \
857))
Samuel Mehrbrodtc29ea222015-09-18 14:12:08 +0200858endif # USING_X11=TRUE
Michael Stahl139a4b62014-10-31 23:42:37 +0100859
Stephan Bergmanna756b782014-11-26 17:20:52 +0100860ifneq ($(DISABLE_PYTHON),TRUE)
861$(eval $(call gb_Helper_register_packages_for_install,python, \
862 pyuno_pythonloader_ini \
Michael Stahl62eb3bf2015-02-28 21:10:20 +0100863 pyuno_python_scripts \
864 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
865 scripting_ScriptsPython \
Stephan Bergmanna756b782014-11-26 17:20:52 +0100866))
Michael Stahldedaf742015-02-28 21:17:04 +0100867
Michael Stahl8c53af62015-02-28 21:02:04 +0100868$(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
869 scriptproviderforpython \
870))
Michael Stahldedaf742015-02-28 21:17:04 +0100871
872$(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
873 librelogo \
874 librelogo_properties \
875))
876endif # DISABLE_PYTHON
Stephan Bergmanna756b782014-11-26 17:20:52 +0100877
David Tardonc2eca352012-12-02 10:51:37 +0100878# External executables
879$(eval $(call gb_ExternalExecutable_register_executables,\
David Tardon63069262012-12-29 12:56:24 +0100880 genbrk \
881 genccode \
882 gencmn \
David Tardonc2eca352012-12-02 10:51:37 +0100883 python \
David Tardonce038cf2013-10-20 20:43:46 +0200884 ucpp \
David Tardonc2eca352012-12-02 10:51:37 +0100885 xmllint \
886 xsltproc \
887))
888
Mathias Bauera5dd1ea2010-04-17 12:41:17 +0200889# vim: set noet sw=4 ts=4: