update credits
[LibreOffice.git] / Repository.mk
blobeb0365b0034aa0bfeb6ef9e9807df90bbf9a6256
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 $(filter IOS,$(OS)),LibreOffice) \
42 libtest \
43 lngconvex \
44 localize \
45 makedepend \
46 mbsdiff \
47 mork_helper \
48 osl_process_child \
49 pdf2xml \
50 pdfunzip \
51 pdfverify \
52 pocheck \
53 propex \
54 regsvrex \
55 saxparser \
56 sp2bv \
57 svg2odf \
58 svidl \
59 $(if $(ENABLE_ONLINE_UPDATE_MAR),\
60 test_updater_dialog \
61 ) \
62 treex \
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 $(and $(ENABLE_GTK3), $(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 $(if $(ENABLE_ONLINE_UPDATE_MAR),\
96 mar \
97 $(if $(filter WNT,$(OS)), \
98 update_service \
99 ) \
100 updater )\
101 $(call gb_Helper_optional,BREAKPAD,minidump_upload) \
102 $(call gb_Helper_optional,FUZZERS,wmffuzzer) \
103 $(call gb_Helper_optional,FUZZERS,jpgfuzzer) \
104 $(call gb_Helper_optional,FUZZERS,giffuzzer) \
105 $(call gb_Helper_optional,FUZZERS,xbmfuzzer) \
106 $(call gb_Helper_optional,FUZZERS,xpmfuzzer) \
107 $(call gb_Helper_optional,FUZZERS,pngfuzzer) \
108 $(call gb_Helper_optional,FUZZERS,bmpfuzzer) \
109 $(call gb_Helper_optional,FUZZERS,svmfuzzer) \
110 $(call gb_Helper_optional,FUZZERS,pcdfuzzer) \
111 $(call gb_Helper_optional,FUZZERS,dxffuzzer) \
112 $(call gb_Helper_optional,FUZZERS,metfuzzer) \
113 $(call gb_Helper_optional,FUZZERS,ppmfuzzer) \
114 $(call gb_Helper_optional,FUZZERS,psdfuzzer) \
115 $(call gb_Helper_optional,FUZZERS,epsfuzzer) \
116 $(call gb_Helper_optional,FUZZERS,pctfuzzer) \
117 $(call gb_Helper_optional,FUZZERS,pcxfuzzer) \
118 $(call gb_Helper_optional,FUZZERS,rasfuzzer) \
119 $(call gb_Helper_optional,FUZZERS,tgafuzzer) \
120 $(call gb_Helper_optional,FUZZERS,tiffuzzer) \
121 $(call gb_Helper_optional,FUZZERS,hwpfuzzer) \
122 $(call gb_Helper_optional,FUZZERS,602fuzzer) \
123 $(call gb_Helper_optional,FUZZERS,lwpfuzzer) \
124 $(call gb_Helper_optional,FUZZERS,olefuzzer) \
125 $(call gb_Helper_optional,FUZZERS,pptfuzzer) \
126 $(call gb_Helper_optional,FUZZERS,rtffuzzer) \
127 $(call gb_Helper_optional,FUZZERS,cgmfuzzer) \
128 $(call gb_Helper_optional,FUZZERS,ww2fuzzer) \
129 $(call gb_Helper_optional,FUZZERS,ww6fuzzer) \
130 $(call gb_Helper_optional,FUZZERS,ww8fuzzer) \
131 $(call gb_Helper_optional,FUZZERS,qpwfuzzer) \
132 $(call gb_Helper_optional,FUZZERS,slkfuzzer) \
133 $(call gb_Helper_optional,FUZZERS,fodtfuzzer) \
134 $(call gb_Helper_optional,FUZZERS,fodsfuzzer) \
135 $(call gb_Helper_optional,FUZZERS,fodpfuzzer) \
136 $(call gb_Helper_optional,FUZZERS,xlsfuzzer) \
137 $(call gb_Helper_optional,FUZZERS,scrtffuzzer) \
138 $(call gb_Helper_optional,FUZZERS,wksfuzzer) \
139 $(call gb_Helper_optional,FUZZERS,diffuzzer) \
140 $(call gb_Helper_optional,FUZZERS,docxfuzzer) \
141 $(call gb_Helper_optional,FUZZERS,xlsxfuzzer) \
142 $(call gb_Helper_optional,FUZZERS,pptxfuzzer) \
143 $(call gb_Helper_optional,FUZZERS,mmlfuzzer) \
144 $(call gb_Helper_optional,FUZZERS,mtpfuzzer) \
145 $(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \
146 soffice_bin \
147 $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
148 $(if $(filter WNT,$(OS)), \
149 soffice \
150 unoinfo \
151 unopkg \
152 unopkg_com \
156 $(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
157 $(if $(filter WNT,$(OS)), \
158 sbase \
162 $(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
163 $(if $(filter WNT,$(OS)), \
164 odbcconfig \
168 $(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
169 $(if $(filter WNT,$(OS)), \
170 scalc \
174 $(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
175 $(if $(filter WNT,$(OS)), \
176 sdraw \
180 $(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
181 $(if $(filter WNT,$(OS)), \
182 simpress \
186 $(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
187 $(if $(filter WNT,$(OS)), \
188 smath \
192 $(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
193 $(if $(filter WNT,$(OS)), \
194 sweb \
195 swriter \
199 $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
200 gengal \
201 $(if $(filter WNT,$(OS)),,uri-encode) \
202 $(if $(ENABLE_MACOSX_SANDBOX),, \
203 $(if $(ENABLE_HEADLESS),, \
204 ui-previewer \
207 $(if $(filter WNT,$(OS)), \
208 senddoc \
212 ifeq ($(OS),WNT)
213 $(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
214 quickstart \
216 endif
218 $(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
219 $(if $(filter WNT,$(OS)), \
220 python \
224 ifeq ($(USING_X11), TRUE)
225 $(eval $(call gb_Helper_register_executables_for_install,OOO,gnome, \
226 $(if $(ENABLE_GTK),\
227 xid-fullscreen-on-all-monitors \
230 endif
232 ifneq ($(ENABLE_PDFIMPORT),)
233 $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
234 xpdfimport \
236 endif
238 $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
239 $(if $(and $(ENABLE_JAVA),$(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
240 $(if $(ENABLE_MACOSX_SANDBOX),, \
241 regmerge \
242 regview \
244 $(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
247 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
248 abp \
249 dbp \
250 dbu \
253 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
254 analysis \
255 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
256 date \
257 pricing \
258 sc \
259 scd \
260 scfilt \
261 scui \
262 wpftcalc \
263 solver \
264 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
267 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
268 svgfilter \
269 flash \
270 wpftdraw \
271 graphicfilter \
274 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
275 animcore \
276 PresenterScreen \
277 PresentationMinimizer \
278 wpftimpress \
281 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
282 $(if $(ENABLE_ONLINE_UPDATE), \
283 updatecheckui \
284 updchk \
288 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
289 $(if $(ENABLE_EVOAB2),evoab) \
290 $(if $(ENABLE_GTK),vclplug_gtk) \
291 $(if $(ENABLE_GTK3),vclplug_gtk3) \
292 $(if $(ENABLE_SYSTRAY_GTK),qstart_gtk) \
293 $(if $(ENABLE_GIO),losessioninstall) \
294 $(if $(ENABLE_GIO),ucpgio1) \
297 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
298 $(if $(ENABLE_KDE4),kde4be1) \
299 $(if $(USING_X11), \
300 $(if $(ENABLE_KDE4),vclplug_kde4) \
301 $(if $(ENABLE_QT5),vclplug_qt5) \
305 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
306 sm \
307 smd \
310 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
311 OGLTrans \
314 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
315 acc \
316 $(call gb_Helper_optional,AVMEDIA,avmedia) \
317 $(if $(filter MACOSX,$(OS)),\
318 avmediaMacAVF \
319 $(if $(ENABLE_MACOSX_SANDBOX),,\
320 $(if $(shell test $(MACOSX_SDK_VERSION) -ge 101200 || echo not),avmediaQuickTime) \
323 $(call gb_Helper_optional,SCRIPTING, \
324 basctl \
325 basprov \
327 basegfx \
328 bib \
329 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
330 canvasfactory \
331 canvastools \
332 chartcore \
333 chartcontroller \
334 $(if $(ENABLE_HEADLESS),, \
335 chartopengl \
337 $(call gb_Helper_optional,OPENCL,clew) \
338 $(if $(filter $(OS),WNT),,cmdmail) \
339 cppcanvas \
340 configmgr \
341 ctl \
342 cui \
343 $(call gb_Helper_optional,DBCONNECTIVITY, \
344 dba \
345 dbase \
346 dbmm \
347 dbaxml) \
348 dbtools \
349 deploymentmisc \
350 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
351 $(if $(USING_X11),desktop_detector) \
352 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
353 $(if $(filter WNT,$(OS)),directx9canvas) \
354 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
355 drawinglayer \
356 editeng \
357 $(if $(filter WNT,$(OS)),emser) \
358 evtatt \
359 expwrap \
360 $(call gb_Helper_optional,DBCONNECTIVITY, \
361 flat \
362 file) \
363 filterconfig \
364 fps_office \
365 for \
366 forui \
367 frm \
368 fsstorage \
369 fwe \
370 fwi \
371 fwk \
372 fwl \
373 fwm \
374 $(if $(filter WNT,$(OS)),gdipluscanvas) \
375 guesslang \
376 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
377 i18npool \
378 i18nsearch \
379 gie \
380 hyphen \
381 icg \
382 $(if $(ENABLE_JAVA),jdbc) \
383 ldapbe2 \
384 localebe1 \
385 log \
386 lng \
387 lnth \
388 $(if $(filter $(OS),MACOSX),macbe1) \
389 $(if $(MERGELIBS),merged) \
390 migrationoo2 \
391 migrationoo3 \
392 msfilter \
393 $(call gb_Helper_optional,SCRIPTING,msforms) \
394 mtfrenderer \
395 $(call gb_Helper_optional,DBCONNECTIVITY,mysql) \
396 odbc \
397 odfflatxml \
398 offacc \
399 oox \
400 $(call gb_Helper_optional,OPENCL,opencl) \
401 passwordcontainer \
402 pcr \
403 pdffilter \
404 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
405 sax \
406 sb \
407 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
408 scn \
409 sd \
410 sdd \
411 sdfilt \
412 sdui \
413 sfx \
414 simplecanvas \
415 slideshow \
416 sot \
417 spell \
418 $(if $(ENABLE_HEADLESS),,spl) \
419 storagefd \
420 $(call gb_Helper_optional,SCRIPTING,stringresource) \
421 svgio \
422 emfio \
423 svl \
424 svt \
425 svx \
426 svxcore \
427 sw \
428 syssh \
429 textconversiondlgs \
430 textfd \
431 tk \
432 tl \
433 ucpexpand1 \
434 ucpext \
435 ucpimage \
436 ucpcmis1 \
437 ucptdoc1 \
438 unordf \
439 unoxml \
440 updatefeed \
441 utl \
442 uui \
443 $(call gb_Helper_optional,SCRIPTING, \
444 vbaevents \
445 vbahelper \
447 vcl \
448 vclcanvas \
449 $(if $(USING_X11), \
450 vclplug_gen \
452 writerperfect \
453 xmlscript \
454 xmlfa \
455 xmlfd \
456 xo \
457 xof \
458 xsltdlg \
459 xsltfilter \
460 mork \
461 mozbootstrap \
462 $(if $(filter $(OS),WNT), \
463 ado \
464 oleautobridge \
465 smplmail \
466 wininetbe1 \
468 $(if $(filter $(OS),MACOSX), \
469 $(if $(ENABLE_MACOSX_SANDBOX),, \
470 AppleRemote \
472 fps_aqua \
473 MacOSXSpell \
477 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
478 $(if $(BUILD_POSTGRESQL_SDBC), \
479 postgresql-sdbc \
480 postgresql-sdbc-impl) \
483 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,firebirdsdbc, \
484 $(if $(ENABLE_FIREBIRD_SDBC),firebird_sdbc) \
487 ifneq ($(ENABLE_PDFIMPORT),)
488 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
489 pdfimport \
491 endif
493 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
494 pythonloader \
497 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
498 pyuno \
499 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
502 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
503 rpt \
504 rptui \
505 rptxml \
508 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
509 hwp \
510 $(if $(ENABLE_LWP),lwpft) \
511 msword \
512 swd \
513 swui \
514 t602filter \
515 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
516 wpftwriter \
517 writerfilter \
518 $(call gb_Helper_optional,DBCONNECTIVITY,writer) \
521 # cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
522 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
523 getuid \
524 smoketest \
525 subsequenttest \
526 test \
527 test-setupvcl \
528 testtools_cppobj \
529 testtools_bridgetest \
530 testtools_bridgetest-common \
531 testtools_constructors \
532 unobootstrapprotector \
533 unoexceptionprotector \
534 unotest \
535 vclbootstrapprotector \
536 scqahelper \
537 unowinreg \
538 wpftqahelper \
539 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
540 $(if $(filter $(OS),ANDROID),lo-bootstrap) \
541 $(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
544 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
545 affine_uno_uno \
546 $(if $(filter MSC,$(COM)),cli_uno) \
547 i18nlangtag \
548 $(if $(ENABLE_JAVA), \
549 java_uno \
550 jpipe \
551 $(if $(filter $(OS),WNT),jpipx) \
552 juh \
553 juhx \
555 log_uno_uno \
556 unsafe_uno_uno \
557 $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
560 $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
561 binaryurp \
562 bootstrap \
563 introspection \
564 invocadapt \
565 invocation \
566 io \
567 $(if $(ENABLE_JAVA),javaloader) \
568 $(if $(ENABLE_JAVA),javavm) \
569 $(if $(ENABLE_JAVA),jvmaccess) \
570 $(if $(ENABLE_JAVA),jvmfwk) \
571 namingservice \
572 proxyfac \
573 reflection \
574 reg \
575 sal_textenc \
576 stocservices \
577 store \
578 unoidl \
579 uuresolver \
580 xmlreader \
583 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
584 $(if $(ENABLE_VLC),avmediavlc) \
585 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
586 $(if $(ENABLE_GSTREAMER_0_10),avmediagst_0_10) \
587 $(if $(filter WNT,$(OS)),avmediawin) \
588 cached1 \
589 collator_data \
590 comphelper \
591 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
592 $(call gb_Helper_optional,BREAKPAD,crashreport) \
593 deployment \
594 deploymentgui \
595 dict_ja \
596 dict_zh \
597 embobj \
598 $(if $(ENABLE_JAVA),hsqldb) \
599 i18nutil \
600 index_data \
601 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
602 localedata_en \
603 localedata_es \
604 localedata_euro \
605 localedata_others \
606 mcnttype \
607 $(if $(ENABLE_JAVA), \
608 $(if $(filter $(OS),MACOSX),,officebean) \
610 emboleobj \
611 package2 \
612 $(if $(USING_X11),recentfile) \
613 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
614 sdbc2 \
615 sofficeapp \
616 srtrs1 \
617 $(if $(filter $(OS),WNT),sysdtrans) \
618 textconv_dict \
619 ucb1 \
620 ucbhelper \
621 $(if $(WITH_WEBDAV),ucpdav1) \
622 ucpfile1 \
623 ucpftp1 \
624 ucpchelp1 \
625 ucphier1 \
626 ucppkg1 \
627 unopkgapp \
628 xmlsecurity \
629 xsec_fw \
630 xsec_xmlsec \
631 xstor \
632 $(if $(filter $(OS),MACOSX), \
633 macab1 \
634 macabdrv1 \
636 $(if $(filter WNT,$(OS)), \
637 dnd \
638 dtrans \
639 fps \
640 ftransl \
641 inprocserv \
642 UAccCOM \
643 winaccessibility \
647 ifeq ($(OS),WNT)
648 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
649 regactivex \
652 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
653 so_activex \
654 spsupp \
657 ifneq ($(BUILD_X64),)
658 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
659 so_activex_x64 \
660 spsupp_x64 \
662 endif
664 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
665 $(if $(WINDOWS_SDK_HOME),\
666 instooofiltmsi \
667 qslnkmsi \
668 reg4allmsdoc \
669 sdqsmsi \
670 sellangmsi \
671 sn_tools \
675 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
676 shlxtmsi \
679 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
680 ooofilt \
681 propertyhdl \
682 shlxthdl \
685 ifneq ($(BUILD_X64),)
686 $(eval $(call gb_Helper_register_packages_for_install,winexplorerextwin64, \
687 $(if $(filter MSC,$(COM)),msvc_dlls) \
690 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
691 ooofilt_x64 \
692 propertyhdl_x64 \
693 shlxthdl_x64 \
695 endif # BUILD_X64
697 endif # WNT
699 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
700 cppuhelper \
701 purpenvhelper \
702 salhelper \
705 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
706 cppu \
707 sal \
710 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
711 active_native \
712 mysqlc \
713 passive_native \
716 ifneq ($(ENABLE_JAVA),)
717 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
718 java_uno \
719 juh \
720 jurt \
721 ridl \
722 unoloader \
725 $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
726 ScriptFramework \
727 ScriptProviderForJava \
728 XMergeBridge \
729 commonwizards \
730 form \
731 $(if $(filter-out MACOSX,$(OS)),officebean) \
732 query \
733 report \
734 sdbc_hsqldb \
735 smoketest \
736 table \
737 unoil \
738 xmerge \
741 $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
742 reportbuilder \
743 reportbuilderwizard \
746 ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
747 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
748 ScriptProviderForBeanShell \
750 endif
752 ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
753 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
754 ScriptProviderForJavaScript \
756 endif
758 ifeq (CT2N,$(filter CT2N,$(BUILD_TYPE)))
759 $(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
760 ct2n \
762 endif
764 ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
765 $(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
766 numbertext \
768 endif
770 $(eval $(call gb_Helper_register_jars,OXT, \
771 EvolutionarySolver \
772 active_java \
773 mediawiki \
774 nlpsolver \
775 passive_java \
778 $(eval $(call gb_Helper_register_jars,NONE,\
779 ConnectivityTools \
780 HelloWorld \
781 Highlight \
782 MemoryUsage \
783 OOoRunner \
784 TestExtension \
785 test \
786 test-tools \
787 testComponent \
789 endif
791 # 'test_unittest' is only package delivering to workdir.
792 # Other packages could be potentially autoinstalled.
793 $(eval $(call gb_Helper_register_packages, \
794 test_unittest \
795 cli_basetypes_copy \
796 extras_wordbook \
797 $(if $(ENABLE_HTMLHELP),\
798 helpcontent2_html_static \
799 helpcontent2_html \
801 instsetoo_native_setup \
802 $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \
803 postprocess_registry \
804 readlicense_oo_readmes \
805 setup_native_misc \
806 share \
807 vcl_fontunxpsprint \
810 $(eval $(call gb_Helper_register_packages_for_install,impress,\
811 sd_xml \
814 $(eval $(call gb_Helper_register_packages_for_install,calc,\
815 sc_res_xml \
818 $(eval $(call gb_Helper_register_packages_for_install,libreofficekit,\
819 $(if $(filter LINUX %BSD SOLARIS, $(OS)),$(if $(ENABLE_GTK3),libreofficekit_selectionhandles)) \
822 $(eval $(call gb_Helper_register_packages_for_install,ure,\
823 instsetoo_native_setup_ure \
824 ure_install \
825 $(if $(ENABLE_JAVA),\
826 jvmfwk_jvmfwk3_ini \
827 jvmfwk_javavendors \
828 jvmfwk_jreproperties \
829 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
831 $(if $(UCRT_REDISTDIR),ucrt) \
834 $(eval $(call gb_Helper_register_packages_for_install,postgresqlsdbc,\
835 $(if $(BUILD_POSTGRESQL_SDBC),connectivity_postgresql-sdbc) \
838 $(eval $(call gb_Helper_register_packages_for_install,sdk,\
839 odk_share_readme \
840 odk_share_readme_generated \
841 $(if $(filter WNT,$(OS)),odk_cli) \
842 odk_config \
843 $(if $(filter WNT,$(OS)),odk_config_win) \
844 odk_docs \
845 $(if $(DOXYGEN),odk_doxygen) \
846 odk_examples \
847 odk_headers \
848 odk_headers_generated \
849 odk_html \
850 odk_settings \
851 odk_settings_generated \
852 offapi_idl \
853 udkapi_idl \
854 $(if $(ENABLE_JAVA), \
855 odk_javadoc \
856 odk_uno_loader_classes \
857 odk_unowinreg \
861 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
862 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
863 officecfg_misc \
864 $(if $(filter $(OS),MACOSX), \
865 extensions_mdibundle \
866 extensions_OOoSpotlightImporter \
868 extras_autocorr \
869 extras_autotextuser \
870 extras_cfgsrvnolang \
871 extras_cfgusr \
872 extras_database \
873 extras_databasebiblio \
874 extras_gallbullets \
875 extras_gallhtmlexpo \
876 extras_gallmytheme \
877 extras_gallroot \
878 extras_gallsystem \
879 extras_gallwwwback \
880 extras_gallwwwgraf \
881 extras_glade \
882 extras_labels \
883 $(if $(filter WNT,$(OS)),extras_newfiles) \
884 extras_palettes \
885 extras_tplofficorr \
886 extras_tploffimisc \
887 extras_tplpresnt \
888 extras_tpl_styles \
889 extras_tplpersonal \
890 extras_tplwizbitmap \
891 extras_tplwizdesktop \
892 extras_tplwizletter \
893 extras_tplwizfax \
894 extras_tplwizagenda \
895 extras_tplwizreport \
896 extras_tplwizstyles \
897 framework_dtd \
898 $(if $(filter $(OS),MACOSX),infoplist) \
899 oox_customshapes \
900 oox_generated \
901 package_dtd \
902 sd_web \
903 sfx2_emojiconfig \
904 $(call gb_Helper_optional,DESKTOP,\
905 $(if $(filter-out WNT,$(OS)),$(if $(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
906 $(call gb_Helper_optional,DESKTOP,$(if $(filter-out MACOSX WNT,$(OS)),svx_gengal)) \
907 $(if $(USING_X11),vcl_fontunxppds) \
908 $(if $(filter $(OS),MACOSX),vcl_osxres) \
909 xmloff_dtd \
910 xmlscript_dtd \
911 xmlhelp_helpxsl \
912 $(if $(ENABLE_JAVA),\
913 scripting_java \
914 scripting_java_jars \
915 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
916 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
918 $(if $(DISABLE_SCRIPTING),,scripting_scriptbindinglib) \
919 $(if $(filter $(OS),MACOSX),sysui_osxicons) \
920 wizards_basicshare \
921 wizards_basicsrvaccess2base \
922 wizards_basicsrvdepot \
923 wizards_basicsrveuro \
924 wizards_basicsrvgimmicks \
925 wizards_basicsrvimport \
926 wizards_basicsrvform \
927 wizards_basicsrvstandard \
928 wizards_basicsrvtemplate \
929 wizards_basicsrvtools \
930 wizards_basicsrvtutorials \
931 wizards_basicusr \
932 wizards_properties \
933 wizards_wizardshare \
934 $(if $(ENABLE_HEADLESS),, \
935 chart2_opengl_shader \
937 vcl_opengl_shader \
938 $(if $(filter WNT,$(OS)), \
939 vcl_opengl_blacklist \
941 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
942 $(if $(DISABLE_PYTHON),,$(if $(filter-out AIX,$(OS)), \
943 Pyuno/commonwizards \
944 Pyuno/fax \
945 Pyuno/letter \
946 Pyuno/agenda \
947 Pyuno/mailmerge \
948 )) \
949 sfx2_classification \
950 $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
953 $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
954 extras_fonts \
955 $(if $(USING_X11)$(ENABLE_HEADLESS)$(filter ANDROID,$(OS)), \
956 postprocess_fontconfig) \
957 $(call gb_Helper_optional,MORE_FONTS,\
958 fonts_caladea \
959 fonts_carlito \
960 fonts_dejavu \
961 fonts_emojione_color \
962 fonts_gentium \
963 fonts_liberation \
964 fonts_liberation_narrow \
965 fonts_libertineg \
966 fonts_noto \
967 fonts_opensans \
968 fonts_ptserif \
969 fonts_sourcecode \
970 fonts_sourcesans \
974 $(eval $(call gb_Helper_register_packages_for_install,ooo_images,\
975 postprocess_images \
976 $(call gb_Helper_optional,HELP,helpcontent2_helpimages) \
979 $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
980 sd_opengl \
981 slideshow_opengl_shader \
984 ifneq ($(ENABLE_PDFIMPORT),)
985 $(eval $(call gb_Helper_register_packages_for_install,pdfimport, \
986 sdext_pdfimport_pdf \
988 endif
990 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
991 reportbuilder-templates \
994 $(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
995 filter_docbook \
996 filter_xhtml \
997 filter_xslt \
1000 $(eval $(call gb_Helper_register_packages_for_install,brand,\
1001 desktop_branding \
1002 $(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \
1003 $(if $(filter DESKTOP,$(BUILD_TYPE)),desktop_scripts_install) \
1004 $(if $(and $(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),\
1005 $(if $(ENABLE_HEADLESS),, \
1006 desktop_soffice_sh \
1009 readlicense_oo_files \
1010 $(if $(filter WNT,$(OS)),readlicense_oo_license) \
1011 $(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \
1014 ifeq ($(USING_X11), TRUE)
1015 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
1016 desktop_sbase_sh \
1019 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
1020 desktop_scalc_sh \
1023 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
1024 desktop_sdraw_sh \
1027 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
1028 desktop_simpress_sh \
1031 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
1032 desktop_smath_sh \
1035 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
1036 desktop_swriter_sh \
1038 endif # USING_X11=TRUE
1040 $(eval $(call gb_Helper_register_packages_for_install,onlineupdate,\
1041 $(if $(ENABLE_ONLINE_UPDATE),$(if $(filter LINUX SOLARIS,$(OS)),setup_native_scripts)) \
1044 ifneq ($(DISABLE_PYTHON),TRUE)
1045 $(eval $(call gb_Helper_register_packages_for_install,python, \
1046 pyuno_pythonloader_ini \
1047 pyuno_python_scripts \
1048 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
1049 scripting_ScriptsPython \
1052 $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
1053 scriptproviderforpython \
1056 $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
1057 librelogo \
1058 librelogo_properties \
1060 endif # DISABLE_PYTHON
1062 # External executables
1063 $(eval $(call gb_ExternalExecutable_register_executables,\
1064 genbrk \
1065 genccode \
1066 gencmn \
1067 python \
1068 ucpp \
1069 xmllint \
1070 xsltproc \
1073 # Resources
1074 $(eval $(call gb_Helper_register_mos,\
1075 acc \
1076 avmedia \
1077 $(call gb_Helper_optional,SCRIPTING,basctl) \
1078 chart \
1079 cnr \
1080 cui \
1081 $(call gb_Helper_optional,DBCONNECTIVITY,dba) \
1082 dkt \
1083 editeng \
1084 flt \
1085 for \
1086 $(call gb_Helper_optional,DESKTOP,fps) \
1087 frm \
1088 fwk \
1089 pcr \
1090 rpt \
1091 $(call gb_Helper_optional,SCRIPTING,sb) \
1092 sc \
1093 sca \
1094 scc \
1095 sd \
1096 sfx \
1097 sm \
1098 svl \
1099 svt \
1100 svx \
1101 sw \
1102 uui \
1103 vcl \
1104 wiz \
1105 wpt \
1106 $(if $(ENABLE_NSS),xsc) \
1109 # UI configuration
1110 $(eval $(call gb_Helper_register_uiconfigs,\
1111 cui \
1112 $(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
1113 desktop \
1114 editeng \
1115 filter \
1116 formula \
1117 fps \
1118 $(call gb_Helper_optional,SCRIPTING,modules/BasicIDE) \
1119 $(call gb_Helper_optional,DBCONNECTIVITY,\
1120 modules/dbapp \
1121 modules/dbbrowser \
1122 modules/dbquery \
1123 modules/dbrelation \
1125 modules/dbreport \
1126 $(call gb_Helper_optional,DBCONNECTIVITY,\
1127 modules/dbtable \
1128 modules/dbtdata \
1130 modules/sabpilot \
1131 $(call gb_Helper_optional,DBCONNECTIVITY,modules/sbibliography) \
1132 modules/scalc \
1133 modules/scanner \
1134 modules/schart \
1135 modules/sdraw \
1136 modules/sglobal \
1137 modules/simpress \
1138 modules/smath \
1139 $(call gb_Helper_optional,DBCONNECTIVITY,modules/spropctrlr) \
1140 modules/StartModule \
1141 modules/sweb \
1142 modules/swform \
1143 modules/swreport \
1144 modules/swriter \
1145 modules/swxform \
1146 sfx \
1147 svt \
1148 svx \
1149 uui \
1150 vcl \
1151 writerperfect \
1152 $(if $(ENABLE_NSS),xmlsec) \
1155 ifeq ($(gb_GBUILDSELFTEST),t)
1156 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, gbuildselftestdep gbuildselftest))
1157 $(eval $(call gb_Helper_register_executables,NONE, gbuildselftestexe))
1158 endif
1160 # vim: set noet sw=4 ts=4: