Bump version to 5.3-55
[LibreOffice.git] / Repository.mk
blob1c72fc1abb613c2a5a1029041260314c06bc749d
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # 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/.
9 # This file incorporates work covered by the following license notice:
11 # 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 .
20 $(eval $(call gb_Helper_register_executables,NONE, \
21 HelpIndexer \
22 HelpLinker \
23 bestreversemap \
24 cfgex \
25 concat-deps \
26 cpp \
27 cppunittester \
28 gbuildtojson \
29 $(if $(filter MSC,$(COM)), \
30 gcc-wrapper \
31 g++-wrapper \
32 ) \
33 gencoll_rule \
34 genconv_dict \
35 gendict \
36 genindex_data \
37 genlang \
38 helpex \
39 idxdict \
40 langsupport \
41 $(if $(ENABLE_TELEPATHY),liboapprover) \
42 $(if $(filter IOS,$(OS)),LibreOffice) \
43 libtest \
44 lngconvex \
45 localize \
46 makedepend \
47 mork_helper \
48 osl_process_child \
49 pdf2xml \
50 pdfunzip \
51 pdfverify \
52 pocheck \
53 propex \
54 regsvrex \
55 rsc \
56 saxparser \
57 sp2bv \
58 svg2odf \
59 svidl \
60 transex3 \
61 treex \
62 uiex \
63 ulfex \
64 unoidl-read \
65 unoidl-write \
66 xrmex \
67 $(if $(filter-out ANDROID IOS WNT,$(OS)), \
68 svdemo \
69 fftester \
70 svptest \
71 svpclient \
72 pixelctl ) \
73 $(if $(filter LINUX %BSD SOLARIS,$(OS)), tilebench) \
74 $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest \
75 outdevgrind) \
76 vcldemo \
77 tiledrendering \
78 mtfdemo \
79 visualbackendtest \
80 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), gtktiledviewer) \
83 $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
84 $(if $(filter MSC,$(COM)),climaker) \
85 cppumaker \
86 idlc \
87 javamaker \
88 $(if $(filter UCPP,$(BUILD_TYPE)),ucpp) \
89 $(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
90 unoidl-check \
91 $(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
94 $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
95 $(call gb_Helper_optional,BREAKPAD,minidump_upload) \
96 $(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \
97 soffice_bin \
98 $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
99 $(if $(filter WNT,$(OS)), \
100 soffice \
101 unoinfo \
102 unopkg \
103 unopkg_com \
107 $(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
108 $(if $(filter WNT,$(OS)), \
109 sbase \
113 $(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
114 $(if $(filter WNT,$(OS)), \
115 odbcconfig \
119 $(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
120 $(if $(filter WNT,$(OS)), \
121 scalc \
125 $(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
126 $(if $(filter WNT,$(OS)), \
127 sdraw \
131 $(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
132 $(if $(filter WNT,$(OS)), \
133 simpress \
137 $(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
138 $(if $(filter WNT,$(OS)), \
139 smath \
143 $(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
144 $(if $(filter WNT,$(OS)), \
145 sweb \
146 swriter \
150 $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
151 gengal \
152 $(if $(filter WNT,$(OS)),,uri-encode) \
153 $(if $(ENABLE_MACOSX_SANDBOX),, \
154 ui-previewer \
156 $(if $(filter WNT,$(OS)), \
157 senddoc \
161 ifeq ($(OS),WNT)
162 $(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
163 quickstart \
165 endif
167 $(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
168 $(if $(filter WNT,$(OS)), \
169 python \
173 ifeq ($(USING_X11), TRUE)
174 $(eval $(call gb_Helper_register_executables_for_install,OOO,gnome, \
175 $(if $(ENABLE_GTK),\
176 xid-fullscreen-on-all-monitors \
179 endif
181 ifneq ($(ENABLE_PDFIMPORT),)
182 $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
183 xpdfimport \
185 endif
187 ifneq ($(ENABLE_ONLINE_UPDATE_MAR),)
188 $(eval $(call gb_Helper_register_executables_for_install,OOO,updater,\
189 mar \
190 updater \
192 endif
194 $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
195 $(if $(and $(ENABLE_JAVA),$(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
196 $(if $(ENABLE_MACOSX_SANDBOX),, \
197 regmerge \
198 regview \
200 $(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
203 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
204 abp \
205 dbp \
206 dbu \
209 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
210 analysis \
211 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
212 date \
213 pricing \
214 sc \
215 scd \
216 scfilt \
217 scui \
218 wpftcalc \
219 $(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE),solver) \
220 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
223 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
224 svgfilter \
225 flash \
226 wpftdraw \
227 graphicfilter \
230 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,tde, \
231 $(if $(ENABLE_TDE),tdebe1) \
232 $(if $(USING_X11), \
233 $(if $(ENABLE_TDE),vclplug_tde) \
237 $(eval $(call gb_Helper_register_executables_for_install,OOO,tde, \
238 $(if $(ENABLE_TDE),tdefilepicker) \
241 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
242 animcore \
243 placeware \
244 PresenterScreen \
245 PresentationMinimizer \
246 wpftimpress \
249 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
250 $(if $(ENABLE_ONLINE_UPDATE), \
251 updatecheckui \
252 updchk \
256 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
257 $(if $(ENABLE_EVOAB2),evoab) \
258 $(if $(ENABLE_GTK),vclplug_gtk) \
259 $(if $(ENABLE_GTK3),vclplug_gtk3) \
260 $(if $(ENABLE_SYSTRAY_GTK),qstart_gtk) \
261 $(if $(ENABLE_GIO),losessioninstall) \
262 $(if $(ENABLE_GIO),ucpgio1) \
265 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
266 $(if $(ENABLE_KDE4),kde4be1) \
267 $(if $(USING_X11), \
268 $(if $(ENABLE_KDE4),vclplug_kde4) \
272 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
273 sm \
274 smd \
277 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
278 OGLTrans \
281 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
282 acc \
283 $(call gb_Helper_optional,AVMEDIA,avmedia) \
284 $(if $(filter MACOSX,$(OS)),\
285 avmediaMacAVF \
286 $(if $(ENABLE_MACOSX_SANDBOX),,\
287 $(if $(shell test $(MACOSX_SDK_VERSION) -ge 101200 || echo not),avmediaQuickTime) \
290 $(call gb_Helper_optional,SCRIPTING, \
291 basctl \
292 basprov \
294 basegfx \
295 bib \
296 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
297 canvasfactory \
298 canvastools \
299 chartcore \
300 chartcontroller \
301 chartopengl \
302 $(call gb_Helper_optional,OPENCL,clew) \
303 $(if $(filter $(OS),WNT),,cmdmail) \
304 cppcanvas \
305 configmgr \
306 ctl \
307 cui \
308 $(call gb_Helper_optional,DBCONNECTIVITY, \
309 dba \
310 dbase \
311 dbmm \
312 dbtools \
313 dbaxml) \
314 deploymentmisc \
315 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
316 $(if $(USING_X11),desktop_detector) \
317 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
318 $(if $(ENABLE_DIRECTX),directx9canvas) \
319 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
320 drawinglayer \
321 editeng \
322 $(if $(filter WNT,$(OS)),$(if $(DISABLE_ATL),,emser)) \
323 evtatt \
324 expwrap \
325 $(call gb_Helper_optional,DBCONNECTIVITY, \
326 flat \
327 file) \
328 filterconfig \
329 $(if $(filter $(ENABLE_FIREBIRD_SDBC),TRUE),firebird_sdbc) \
330 fps_office \
331 for \
332 forui \
333 frm \
334 fsstorage \
335 fwe \
336 fwi \
337 fwk \
338 fwl \
339 fwm \
340 $(if $(ENABLE_DIRECTX),gdipluscanvas) \
341 guesslang \
342 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
343 i18npool \
344 i18nsearch \
345 gie \
346 hyphen \
347 icg \
348 $(if $(ENABLE_JAVA),jdbc) \
349 ldapbe2 \
350 localebe1 \
351 log \
352 lng \
353 lnth \
354 $(if $(filter $(OS),MACOSX),macbe1) \
355 $(if $(MERGELIBS),merged) \
356 migrationoo2 \
357 migrationoo3 \
358 msfilter \
359 $(call gb_Helper_optional,SCRIPTING,msforms) \
360 mtfrenderer \
361 $(call gb_Helper_optional,DBCONNECTIVITY,mysql) \
362 odbc \
363 odfflatxml \
364 offacc \
365 oox \
366 $(call gb_Helper_optional,OPENCL,opencl) \
367 passwordcontainer \
368 pcr \
369 pdffilter \
370 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
371 res \
372 sax \
373 sb \
374 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
375 scn \
376 sd \
377 sdd \
378 sdfilt \
379 sdui \
380 sfx \
381 simplecanvas \
382 slideshow \
383 sot \
384 spell \
385 $(if $(ENABLE_HEADLESS),,spl) \
386 storagefd \
387 $(call gb_Helper_optional,SCRIPTING,stringresource) \
388 svgio \
389 svl \
390 svt \
391 svx \
392 svxcore \
393 sw \
394 syssh \
395 $(if $(ENABLE_TDEAB),tdeab1) \
396 $(if $(ENABLE_TDEAB),tdeabdrv1) \
397 textconversiondlgs \
398 textfd \
399 tk \
400 tl \
401 $(if $(ENABLE_TELEPATHY),tubes) \
402 ucpexpand1 \
403 ucpext \
404 ucpimage \
405 ucpcmis1 \
406 ucptdoc1 \
407 unordf \
408 unoxml \
409 updatefeed \
410 utl \
411 uui \
412 $(call gb_Helper_optional,SCRIPTING, \
413 vbaevents \
414 vbahelper \
416 vcl \
417 vclcanvas \
418 $(if $(USING_X11), \
419 vclplug_gen \
421 writerperfect \
422 xmlscript \
423 xmlfa \
424 xmlfd \
425 xo \
426 xof \
427 xsltdlg \
428 xsltfilter \
429 mork \
430 mozbootstrap \
431 $(if $(filter $(OS),WNT), \
432 ado \
433 $(if $(DISABLE_ATL),,oleautobridge) \
434 smplmail \
435 wininetbe1 \
437 $(if $(filter $(OS),MACOSX), \
438 $(if $(ENABLE_MACOSX_SANDBOX),, \
439 AppleRemote \
441 fps_aqua \
442 MacOSXSpell \
446 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
447 $(if $(BUILD_POSTGRESQL_SDBC), \
448 postgresql-sdbc \
449 postgresql-sdbc-impl) \
452 ifneq ($(ENABLE_PDFIMPORT),)
453 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
454 pdfimport \
456 endif
458 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
459 pythonloader \
462 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
463 pyuno \
464 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
467 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
468 rpt \
469 rptui \
470 rptxml \
473 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
474 hwp \
475 $(if $(ENABLE_LWP),lwpft) \
476 msword \
477 swd \
478 swui \
479 t602filter \
480 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
481 wpftwriter \
482 writerfilter \
483 $(call gb_Helper_optional,DBCONNECTIVITY,writer) \
486 # cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
487 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
488 getuid \
489 smoketest \
490 subsequenttest \
491 test \
492 test-setupvcl \
493 testtools_cppobj \
494 testtools_bridgetest \
495 testtools_bridgetest-common \
496 testtools_constructors \
497 unobootstrapprotector \
498 unoexceptionprotector \
499 unotest \
500 vclbootstrapprotector \
501 scqahelper \
502 unowinreg \
503 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
504 $(if $(filter $(OS),ANDROID),lo-bootstrap) \
505 $(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
508 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
509 affine_uno_uno \
510 $(if $(filter MSC,$(COM)),cli_uno) \
511 i18nlangtag \
512 $(if $(ENABLE_JAVA), \
513 java_uno \
514 jpipe \
515 $(if $(filter $(OS),WNT),jpipx) \
516 juh \
517 juhx \
519 log_uno_uno \
520 unsafe_uno_uno \
521 $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
522 $(if $(filter $(OS),WNT), \
523 uwinapi \
527 $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
528 binaryurp \
529 bootstrap \
530 introspection \
531 invocadapt \
532 invocation \
533 io \
534 $(if $(ENABLE_JAVA),javaloader) \
535 $(if $(ENABLE_JAVA),javavm) \
536 $(if $(ENABLE_JAVA),jvmaccess) \
537 $(if $(ENABLE_JAVA),jvmfwk) \
538 namingservice \
539 proxyfac \
540 reflection \
541 reg \
542 sal_textenc \
543 stocservices \
544 store \
545 unoidl \
546 uuresolver \
547 xmlreader \
550 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
551 $(if $(ENABLE_VLC),avmediavlc) \
552 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
553 $(if $(ENABLE_GSTREAMER_0_10),avmediagst_0_10) \
554 $(if $(ENABLE_DIRECTX),avmediawin) \
555 cached1 \
556 collator_data \
557 comphelper \
558 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
559 $(call gb_Helper_optional,BREAKPAD,crashreport) \
560 deployment \
561 deploymentgui \
562 dict_ja \
563 dict_zh \
564 embobj \
565 $(if $(ENABLE_JAVA),hsqldb) \
566 i18nutil \
567 index_data \
568 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
569 localedata_en \
570 localedata_es \
571 localedata_euro \
572 localedata_others \
573 mcnttype \
574 $(if $(ENABLE_JAVA), \
575 $(if $(filter $(OS),MACOSX),,officebean) \
577 $(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,emboleobj) \
578 package2 \
579 $(if $(USING_X11),recentfile) \
580 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
581 sdbc2 \
582 sofficeapp \
583 srtrs1 \
584 $(if $(filter $(OS),WNT),sysdtrans) \
585 textconv_dict \
586 ucb1 \
587 ucbhelper \
588 $(if $(WITH_WEBDAV),ucpdav1) \
589 ucpfile1 \
590 ucpftp1 \
591 ucpchelp1 \
592 ucphier1 \
593 ucppkg1 \
594 unopkgapp \
595 xmlsecurity \
596 xsec_fw \
597 xsec_xmlsec \
598 xstor \
599 $(if $(filter $(OS),MACOSX), \
600 macab1 \
601 macabdrv1 \
603 $(if $(filter WNT,$(OS)), \
604 dnd \
605 dtrans \
606 fps \
607 ftransl \
608 $(if $(DISABLE_ATL),,\
609 inprocserv \
610 UAccCOM \
611 winaccessibility \
616 ifeq ($(ENABLE_GLTF),TRUE)
617 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
618 avmediaogl \
620 endif
622 ifeq ($(OS),WNT)
623 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
624 $(if $(DISABLE_ACTIVEX),,\
625 regactivex \
629 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
630 $(if $(DISABLE_ACTIVEX),,\
631 so_activex \
632 spsupp \
636 ifneq ($(BUILD_X64),)
637 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
638 $(if $(DISABLE_ACTIVEX),,\
639 so_activex_x64 \
640 spsupp_x64 \
643 endif
645 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
646 $(if $(WINDOWS_SDK_HOME),\
647 instooofiltmsi \
648 qslnkmsi \
649 reg4allmsdoc \
650 sdqsmsi \
651 sellangmsi \
652 sn_tools \
656 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
657 shlxtmsi \
660 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
661 ooofilt \
662 shlxthdl \
665 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextnt6, \
666 propertyhdl \
669 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
670 ooofilt_x64 \
671 shlxthdl_x64 \
674 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64nt6, \
675 propertyhdl_x64 \
678 endif # WNT
680 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
681 cppuhelper \
682 purpenvhelper \
683 salhelper \
686 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
687 cppu \
688 sal \
691 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
692 active_native \
693 mysqlc \
694 passive_native \
697 ifneq ($(ENABLE_JAVA),)
698 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
699 java_uno \
700 juh \
701 jurt \
702 ridl \
703 unoloader \
706 $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
707 ScriptFramework \
708 ScriptProviderForJava \
709 XMergeBridge \
710 commonwizards \
711 form \
712 $(if $(filter-out MACOSX,$(OS)),officebean) \
713 query \
714 report \
715 sdbc_hsqldb \
716 smoketest \
717 table \
718 unoil \
719 xmerge \
722 $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
723 reportbuilder \
724 reportbuilderwizard \
727 ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
728 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
729 ScriptProviderForBeanShell \
731 endif
733 ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
734 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
735 ScriptProviderForJavaScript \
737 endif
739 ifeq (CT2N,$(filter CT2N,$(BUILD_TYPE)))
740 $(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
741 ct2n \
743 endif
745 ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
746 $(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
747 numbertext \
749 endif
751 $(eval $(call gb_Helper_register_jars,OXT, \
752 EvolutionarySolver \
753 active_java \
754 mediawiki \
755 nlpsolver \
756 passive_java \
759 $(eval $(call gb_Helper_register_jars,NONE,\
760 ConnectivityTools \
761 HelloWorld \
762 Highlight \
763 MemoryUsage \
764 OOoRunner \
765 TestExtension \
766 test \
767 test-tools \
768 testComponent \
770 endif
772 $(eval $(call gb_Helper_register_packages_for_install,ure,\
773 instsetoo_native_setup_ure \
774 ure_install \
775 $(if $(ENABLE_JAVA),\
776 jvmfwk_jvmfwk3_ini \
777 jvmfwk_javavendors \
778 jvmfwk_jreproperties \
779 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
783 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
784 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
785 officecfg_misc \
786 extras_glade \
787 extras_labels \
788 framework_dtd \
789 package_dtd \
790 xmloff_dtd \
791 xmlscript_dtd \
792 xmlhelp_helpxsl \
793 $(if $(ENABLE_JAVA),\
794 scripting_java \
795 scripting_java_jars \
796 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
797 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
799 $(if $(DISABLE_SCRIPTING),,scripting_scriptbindinglib) \
800 wizards_basicsrvaccess2base \
801 wizards_basicsrvdepot \
802 wizards_basicsrveuro \
803 wizards_basicsrvgimmicks \
804 wizards_basicsrvimport \
805 wizards_basicsrvform \
806 wizards_basicsrvtemplate \
807 wizards_basicsrvtools \
808 wizards_basicsrvtutorials \
809 xmlsec \
810 chart2_opengl_shader \
811 sc_res_xml \
812 vcl_opengl_shader \
813 $(if $(filter WNT,$(OS)), \
814 vcl_opengl_blacklist \
816 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
817 $(if $(DISABLE_PYTHON),,$(if $(filter-out AIX,$(OS)), \
818 Pyuno/commonwizards \
819 Pyuno/fax \
820 Pyuno/letter \
821 Pyuno/agenda \
822 Pyuno/web \
823 Pyuno/mailmerge \
824 )) \
825 sfx2_classification \
826 $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
829 $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
830 slideshow_opengl_shader \
833 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
834 reportbuilder-templates \
837 $(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
838 filter_docbook \
839 filter_xhtml \
840 filter_xslt \
843 ifeq ($(USING_X11), TRUE)
844 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
845 desktop_sbase_sh \
848 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
849 desktop_scalc_sh \
852 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
853 desktop_sdraw_sh \
856 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
857 desktop_simpress_sh \
860 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
861 desktop_smath_sh \
864 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
865 desktop_swriter_sh \
867 endif # USING_X11=TRUE
869 ifneq ($(DISABLE_PYTHON),TRUE)
870 $(eval $(call gb_Helper_register_packages_for_install,python, \
871 pyuno_pythonloader_ini \
872 pyuno_python_scripts \
873 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
874 scripting_ScriptsPython \
877 $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
878 scriptproviderforpython \
881 $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
882 librelogo \
883 librelogo_properties \
885 endif # DISABLE_PYTHON
887 # External executables
888 $(eval $(call gb_ExternalExecutable_register_executables,\
889 genbrk \
890 genccode \
891 gencmn \
892 python \
893 ucpp \
894 xmllint \
895 xsltproc \
898 # Resources
899 $(eval $(call gb_Helper_register_resources,\
900 abp \
901 acc \
902 analysis \
903 avmedia \
904 $(call gb_Helper_optional,SCRIPTING,basctl) \
905 $(call gb_Helper_optional,DBCONNECTIVITY,bib) \
906 chartcontroller \
907 cnr \
908 cui \
909 date \
910 $(call gb_Helper_optional,DBCONNECTIVITY,\
911 dba \
912 dbmm \
913 dbp \
914 dbu \
916 dbw \
917 deployment \
918 deploymentgui \
919 dkt \
920 editeng \
921 eps \
922 eur \
923 for \
924 forui \
925 $(call gb_Helper_optional,DESKTOP,fps_office) \
926 frm \
927 fwe \
928 gal \
929 imp \
930 ofa \
931 $(call gb_Helper_optional,DBCONNECTIVITY,pcr) \
932 pdffilter \
933 pricing \
934 rpt \
935 rptui \
936 $(call gb_Helper_optional,SCRIPTING,sb) \
937 sc \
938 scn \
939 sd \
940 sdbcl \
941 sdberr \
942 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
943 sfx \
944 sm \
945 $(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE),solver) \
946 svl \
947 svt \
948 svx \
949 sw \
950 t602filter \
951 tpl \
952 upd \
953 $(if $(ENABLE_ONLINE_UPDATE),updchk) \
954 uui \
955 vcl \
956 writerperfect \
957 wzi \
958 xmlsec \
959 xsltdlg \
962 # UI configuration
963 $(eval $(call gb_Helper_register_uiconfigs,\
964 cui \
965 $(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
966 desktop \
967 filter \
968 formula \
969 fps \
970 $(call gb_Helper_optional,SCRIPTING,modules/BasicIDE) \
971 $(call gb_Helper_optional,DBCONNECTIVITY,\
972 modules/dbapp \
973 modules/dbbrowser \
974 modules/dbquery \
975 modules/dbrelation \
977 modules/dbreport \
978 $(call gb_Helper_optional,DBCONNECTIVITY,\
979 modules/dbtable \
980 modules/dbtdata \
982 modules/sabpilot \
983 $(call gb_Helper_optional,DBCONNECTIVITY,modules/sbibliography) \
984 modules/scalc \
985 modules/scanner \
986 modules/schart \
987 modules/sdraw \
988 modules/sglobal \
989 modules/simpress \
990 modules/smath \
991 $(call gb_Helper_optional,DBCONNECTIVITY,modules/spropctrlr) \
992 modules/StartModule \
993 modules/sweb \
994 modules/swform \
995 modules/swreport \
996 modules/swriter \
997 modules/swxform \
998 sfx \
999 svt \
1000 svx \
1001 $(if $(ENABLE_TELEPATHY),tubes) \
1002 uui \
1003 vcl \
1004 writerperfect \
1005 xmlsec \
1008 ifeq ($(gb_GBUILDSELFTEST),t)
1009 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, gbuildselftestdep gbuildselftest))
1010 $(eval $(call gb_Helper_register_executables,NONE, gbuildselftestexe))
1011 endif
1013 # vim: set noet sw=4 ts=4: