license: add LibTomMath
[LibreOffice.git] / Repository.mk
blob20ba9b0697c173820c10a2803450f9eab2e54443
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 canvasdemo \
25 cfgex \
26 concat-deps \
27 cpp \
28 cppunittester \
29 gbuildtojson \
30 $(if $(filter MSC,$(COM)), \
31 gcc-wrapper \
32 g++-wrapper \
33 ) \
34 gencoll_rule \
35 genconv_dict \
36 gendict \
37 genindex_data \
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 svidl \
58 $(if $(ENABLE_ONLINE_UPDATE_MAR),\
59 test_updater_dialog \
60 ) \
61 treex \
62 ulfex \
63 unoidl-read \
64 unoidl-write \
65 xrmex \
66 $(if $(filter-out ANDROID iOS WNT,$(OS)), \
67 svdemo \
68 fftester \
69 svptest \
70 svpclient ) \
71 $(if $(filter LINUX %BSD SOLARIS,$(OS)), tilebench) \
72 $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest \
73 outdevgrind) \
74 vcldemo \
75 tiledrendering \
76 mtfdemo \
77 visualbackendtest \
78 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), gtktiledviewer) \
81 $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
82 $(if $(filter MSC,$(COM)),climaker) \
83 cppumaker \
84 idlc \
85 javamaker \
86 $(if $(filter UCPP,$(BUILD_TYPE)),ucpp) \
87 $(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
88 unoidl-check \
89 $(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
92 $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
93 $(if $(ENABLE_ONLINE_UPDATE_MAR),\
94 mar \
95 $(if $(filter WNT,$(OS)), \
96 update_service \
97 ) \
98 updater )\
99 $(call gb_Helper_optional,BREAKPAD,minidump_upload) \
100 $(call gb_Helper_optional,FUZZERS,wmffuzzer) \
101 $(call gb_Helper_optional,FUZZERS,jpgfuzzer) \
102 $(call gb_Helper_optional,FUZZERS,giffuzzer) \
103 $(call gb_Helper_optional,FUZZERS,xbmfuzzer) \
104 $(call gb_Helper_optional,FUZZERS,xpmfuzzer) \
105 $(call gb_Helper_optional,FUZZERS,pngfuzzer) \
106 $(call gb_Helper_optional,FUZZERS,bmpfuzzer) \
107 $(call gb_Helper_optional,FUZZERS,svmfuzzer) \
108 $(call gb_Helper_optional,FUZZERS,pcdfuzzer) \
109 $(call gb_Helper_optional,FUZZERS,dxffuzzer) \
110 $(call gb_Helper_optional,FUZZERS,metfuzzer) \
111 $(call gb_Helper_optional,FUZZERS,ppmfuzzer) \
112 $(call gb_Helper_optional,FUZZERS,psdfuzzer) \
113 $(call gb_Helper_optional,FUZZERS,epsfuzzer) \
114 $(call gb_Helper_optional,FUZZERS,pctfuzzer) \
115 $(call gb_Helper_optional,FUZZERS,pcxfuzzer) \
116 $(call gb_Helper_optional,FUZZERS,rasfuzzer) \
117 $(call gb_Helper_optional,FUZZERS,tgafuzzer) \
118 $(call gb_Helper_optional,FUZZERS,tiffuzzer) \
119 $(call gb_Helper_optional,FUZZERS,hwpfuzzer) \
120 $(call gb_Helper_optional,FUZZERS,602fuzzer) \
121 $(call gb_Helper_optional,FUZZERS,lwpfuzzer) \
122 $(call gb_Helper_optional,FUZZERS,olefuzzer) \
123 $(call gb_Helper_optional,FUZZERS,pptfuzzer) \
124 $(call gb_Helper_optional,FUZZERS,rtffuzzer) \
125 $(call gb_Helper_optional,FUZZERS,cgmfuzzer) \
126 $(call gb_Helper_optional,FUZZERS,ww2fuzzer) \
127 $(call gb_Helper_optional,FUZZERS,ww6fuzzer) \
128 $(call gb_Helper_optional,FUZZERS,ww8fuzzer) \
129 $(call gb_Helper_optional,FUZZERS,qpwfuzzer) \
130 $(call gb_Helper_optional,FUZZERS,slkfuzzer) \
131 $(call gb_Helper_optional,FUZZERS,fodtfuzzer) \
132 $(call gb_Helper_optional,FUZZERS,fodsfuzzer) \
133 $(call gb_Helper_optional,FUZZERS,fodpfuzzer) \
134 $(call gb_Helper_optional,FUZZERS,xlsfuzzer) \
135 $(call gb_Helper_optional,FUZZERS,scrtffuzzer) \
136 $(call gb_Helper_optional,FUZZERS,wksfuzzer) \
137 $(call gb_Helper_optional,FUZZERS,diffuzzer) \
138 $(call gb_Helper_optional,FUZZERS,docxfuzzer) \
139 $(call gb_Helper_optional,FUZZERS,xlsxfuzzer) \
140 $(call gb_Helper_optional,FUZZERS,pptxfuzzer) \
141 $(call gb_Helper_optional,FUZZERS,mmlfuzzer) \
142 $(call gb_Helper_optional,FUZZERS,mtpfuzzer) \
143 $(call gb_Helper_optional,FUZZERS,htmlfuzzer) \
144 $(call gb_Helper_optional,FUZZERS,sftfuzzer) \
145 $(if $(filter-out ANDROID HAIKU iOS MACOSX WNT,$(OS)),oosplash) \
146 soffice_bin \
147 $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
148 $(if $(filter WNT,$(OS)), \
149 soffice_exe \
150 soffice_com \
151 unoinfo \
152 unopkg \
153 unopkg_com \
154 twain32shim \
158 $(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
159 $(if $(filter WNT,$(OS)), \
160 sbase \
164 $(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
165 $(if $(filter WNT,$(OS)), \
166 odbcconfig \
170 $(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
171 $(if $(filter WNT,$(OS)), \
172 scalc \
176 $(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
177 $(if $(filter WNT,$(OS)), \
178 sdraw \
182 $(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
183 $(if $(filter WNT,$(OS)), \
184 simpress \
188 $(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
189 $(if $(filter WNT,$(OS)), \
190 smath \
194 $(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
195 $(if $(filter WNT,$(OS)), \
196 sweb \
197 swriter \
201 $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
202 gengal \
203 $(if $(filter WNT,$(OS)),,uri-encode) \
204 $(if $(ENABLE_MACOSX_SANDBOX),, \
205 $(if $(DISABLE_GUI),, \
206 ui-previewer \
209 $(if $(filter WNT,$(OS)), \
210 senddoc \
214 ifeq ($(OS),WNT)
215 $(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
216 quickstart \
218 endif
220 $(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
221 $(if $(filter WNT,$(OS)), \
222 python \
226 ifeq ($(USING_X11), TRUE)
227 $(eval $(call gb_Helper_register_executables_for_install,OOO,gnome, \
228 $(if $(ENABLE_GTK),\
229 xid-fullscreen-on-all-monitors \
232 endif
234 ifneq ($(ENABLE_POPPLER),)
235 $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
236 xpdfimport \
238 endif
240 $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
241 $(if $(and $(ENABLE_JAVA),$(filter-out HAIKU MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
242 $(if $(ENABLE_MACOSX_SANDBOX),, \
243 regmerge \
244 regview \
246 $(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
249 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
250 abp \
251 dbp \
252 dbu \
255 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
256 analysis \
257 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
258 date \
259 pricing \
260 sc \
261 scd \
262 scfilt \
263 scui \
264 wpftcalc \
265 solver \
266 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
269 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
270 svgfilter \
271 flash \
272 wpftdraw \
273 graphicfilter \
276 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
277 animcore \
278 PresenterScreen \
279 PresentationMinimizer \
280 wpftimpress \
283 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
284 $(if $(ENABLE_ONLINE_UPDATE), \
285 updatecheckui \
286 updchk \
290 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
291 $(if $(ENABLE_EVOAB2),evoab) \
292 $(if $(ENABLE_GTK),vclplug_gtk) \
293 $(if $(ENABLE_GTK3),vclplug_gtk3) \
294 $(if $(ENABLE_GIO),losessioninstall) \
295 $(if $(ENABLE_GIO),ucpgio1) \
298 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
299 $(if $(ENABLE_KDE5),kde5be1) \
300 $(if $(USING_X11), \
301 $(if $(ENABLE_KDE5),vclplug_kde5) \
302 $(if $(ENABLE_QT5),vclplug_qt5) \
303 $(if $(ENABLE_GTK3_KDE5),vclplug_gtk3_kde5) \
306 ifneq ($(ENABLE_GTK3_KDE5),)
307 $(eval $(call gb_Helper_register_executables_for_install,OOO,kde, \
308 lo_kde5filepicker \
310 endif
312 ifeq ($(OS),HAIKU)
313 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,haiku, \
314 $(if $(ENABLE_QT5),vclplug_qt5) \
315 $(if $(ENABLE_KDE5),vclplug_kde5) \
317 endif
319 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
320 sm \
321 smd \
324 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
325 OGLTrans \
328 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
329 acc \
330 $(call gb_Helper_optional,AVMEDIA,avmedia) \
331 $(if $(filter MACOSX,$(OS)),\
332 avmediaMacAVF \
334 $(call gb_Helper_optional,SCRIPTING, \
335 basctl \
336 basprov \
338 basegfx \
339 bib \
340 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
341 canvasfactory \
342 canvastools \
343 chartcore \
344 chartcontroller \
345 $(call gb_Helper_optional,OPENCL,clew) \
346 $(if $(filter $(OS),WNT),,cmdmail) \
347 cppcanvas \
348 configmgr \
349 ctl \
350 cui \
351 $(call gb_Helper_optional,DBCONNECTIVITY, \
352 dba \
353 dbase \
354 dbmm \
355 dbaxml \
356 dbahsql) \
357 dbtools \
358 deploymentmisc \
359 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
360 $(if $(USING_X11),desktop_detector) \
361 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
362 $(if $(filter WNT,$(OS)),directx9canvas) \
363 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
364 drawinglayer \
365 editeng \
366 $(if $(filter WNT,$(OS)),emser) \
367 evtatt \
368 expwrap \
369 $(call gb_Helper_optional,DBCONNECTIVITY, \
370 flat \
371 file) \
372 filterconfig \
373 fps_office \
374 for \
375 forui \
376 frm \
377 fsstorage \
378 fwe \
379 fwi \
380 fwk \
381 fwl \
382 fwm \
383 $(if $(filter WNT,$(OS)),gdipluscanvas) \
384 guesslang \
385 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
386 i18npool \
387 i18nsearch \
388 gie \
389 hyphen \
390 icg \
391 $(if $(ENABLE_JAVA),jdbc) \
392 $(if $(ENABLE_LDAP),ldapbe2) \
393 $(if $(filter WNT,$(OS)),WinUserInfoBe) \
394 localebe1 \
395 log \
396 lng \
397 lnth \
398 $(if $(filter $(OS),MACOSX),macbe1) \
399 $(if $(MERGELIBS),merged) \
400 migrationoo2 \
401 migrationoo3 \
402 mork \
403 mozbootstrap \
404 msfilter \
405 $(call gb_Helper_optional,SCRIPTING,msforms) \
406 mtfrenderer \
407 $(call gb_Helper_optional,DBCONNECTIVITY,mysql_jdbc) \
408 $(call gb_Helper_optional,MARIADBC,$(call gb_Helper_optional,DBCONNECTIVITY,mysqlc)) \
409 numbertext \
410 odbc \
411 odfflatxml \
412 offacc \
413 oox \
414 $(call gb_Helper_optional,OPENCL,opencl) \
415 passwordcontainer \
416 pcr \
417 pdffilter \
418 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
419 sax \
420 sb \
421 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
422 scn \
423 sd \
424 sdd \
425 sdfilt \
426 sdui \
427 sfx \
428 simplecanvas \
429 slideshow \
430 sot \
431 spell \
432 $(if $(DISABLE_GUI),,spl) \
433 storagefd \
434 $(call gb_Helper_optional,SCRIPTING,stringresource) \
435 svgio \
436 emfio \
437 svl \
438 svt \
439 svx \
440 svxcore \
441 sw \
442 syssh \
443 textconversiondlgs \
444 textfd \
445 tk \
446 tl \
447 ucpexpand1 \
448 ucpext \
449 ucpimage \
450 ucpcmis1 \
451 ucptdoc1 \
452 unordf \
453 unoxml \
454 updatefeed \
455 utl \
456 uui \
457 $(call gb_Helper_optional,SCRIPTING, \
458 vbaevents \
459 vbahelper \
461 vcl \
462 vclcanvas \
463 writerperfect \
464 xmlscript \
465 xmlfa \
466 xmlfd \
467 xo \
468 xof \
469 xsltdlg \
470 xsltfilter \
471 $(if $(USING_X11), \
472 vclplug_gen \
474 $(if $(filter $(OS),WNT), \
475 ado \
476 oleautobridge \
477 smplmail \
478 vclplug_win \
479 wininetbe1 \
481 $(if $(filter $(OS),MACOSX), \
482 $(if $(ENABLE_MACOSX_SANDBOX),, \
483 AppleRemote \
485 fps_aqua \
486 vclplug_osx \
488 $(if $(filter iOS MACOSX,$(OS)), \
489 MacOSXSpell \
493 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
494 $(if $(BUILD_POSTGRESQL_SDBC), \
495 postgresql-sdbc \
496 postgresql-sdbc-impl) \
499 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,firebirdsdbc, \
500 $(if $(ENABLE_FIREBIRD_SDBC),firebird_sdbc) \
503 ifneq ($(ENABLE_PDFIMPORT),)
504 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
505 pdfimport \
507 endif
509 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
510 pythonloader \
513 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
514 pyuno \
515 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
518 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
519 rpt \
520 rptui \
521 rptxml \
524 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
525 hwp \
526 $(if $(ENABLE_LWP),lwpft) \
527 msword \
528 swd \
529 swui \
530 t602filter \
531 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
532 wpftwriter \
533 writerfilter \
534 $(call gb_Helper_optional,DBCONNECTIVITY,writer) \
537 # cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
538 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
539 smoketest \
540 subsequenttest \
541 test \
542 test-setupvcl \
543 testtools_cppobj \
544 testtools_bridgetest \
545 testtools_bridgetest-common \
546 testtools_constructors \
547 unobootstrapprotector \
548 unoexceptionprotector \
549 unotest \
550 vclbootstrapprotector \
551 scqahelper \
552 unowinreg \
553 wpftqahelper \
554 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
555 $(if $(filter $(OS),ANDROID),lo-bootstrap) \
556 $(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
559 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
560 affine_uno_uno \
561 $(if $(filter MSC,$(COM)),cli_uno) \
562 i18nlangtag \
563 $(if $(ENABLE_JAVA), \
564 java_uno \
565 jpipe \
566 $(if $(filter $(OS),WNT),jpipx) \
567 juh \
568 juhx \
570 log_uno_uno \
571 unsafe_uno_uno \
572 $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
575 $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
576 binaryurp \
577 bootstrap \
578 introspection \
579 invocadapt \
580 invocation \
581 io \
582 $(if $(ENABLE_JAVA),javaloader) \
583 $(if $(ENABLE_JAVA),javavm) \
584 $(if $(ENABLE_JAVA),jvmaccess) \
585 $(if $(ENABLE_JAVA),jvmfwk) \
586 namingservice \
587 proxyfac \
588 reflection \
589 reg \
590 sal_textenc \
591 stocservices \
592 store \
593 unoidl \
594 uuresolver \
595 xmlreader \
598 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
599 $(if $(ENABLE_VLC),avmediavlc) \
600 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
601 $(if $(ENABLE_GSTREAMER_0_10),avmediagst_0_10) \
602 $(if $(filter WNT,$(OS)),avmediawin) \
603 cached1 \
604 collator_data \
605 comphelper \
606 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
607 $(call gb_Helper_optional,BREAKPAD,crashreport) \
608 deployment \
609 deploymentgui \
610 dict_ja \
611 dict_zh \
612 embobj \
613 $(if $(ENABLE_JAVA),hsqldb) \
614 i18nutil \
615 index_data \
616 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
617 localedata_en \
618 localedata_es \
619 localedata_euro \
620 localedata_others \
621 mcnttype \
622 $(if $(ENABLE_JAVA), \
623 $(if $(filter $(OS),MACOSX),,officebean) \
625 emboleobj \
626 package2 \
627 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
628 sdbc2 \
629 sofficeapp \
630 srtrs1 \
631 $(if $(filter $(OS),WNT),sysdtrans) \
632 textconv_dict \
633 ucb1 \
634 ucbhelper \
635 $(if $(WITH_WEBDAV),ucpdav1) \
636 ucpfile1 \
637 ucpftp1 \
638 ucpchelp1 \
639 ucphier1 \
640 ucppkg1 \
641 unopkgapp \
642 xmlsecurity \
643 xsec_xmlsec \
644 xstor \
645 $(if $(filter $(OS),MACOSX), \
646 macab1 \
647 macabdrv1 \
649 $(if $(filter WNT,$(OS)), \
650 dnd \
651 dtrans \
652 fps \
653 ftransl \
654 inprocserv \
655 UAccCOM \
656 winaccessibility \
660 ifeq ($(OS),WNT)
661 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
662 regactivex \
665 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
666 so_activex \
667 spsupp \
670 ifneq ($(BUILD_X64),)
671 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
672 so_activex_x64 \
673 spsupp_x64 \
675 endif
677 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
678 $(if $(WINDOWS_SDK_HOME),\
679 instooofiltmsi \
680 inst_msu_msi \
681 qslnkmsi \
682 reg4allmsdoc \
683 sdqsmsi \
684 sellangmsi \
685 sn_tools \
689 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
690 shlxtmsi \
693 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
694 ooofilt \
695 propertyhdl \
696 shlxthdl \
699 ifneq ($(BUILD_X64),)
700 $(eval $(call gb_Helper_register_packages_for_install,winexplorerextwin64, \
701 $(if $(filter MSC,$(COM)),msvc_dlls) \
704 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
705 ooofilt_x64 \
706 propertyhdl_x64 \
707 shlxthdl_x64 \
709 endif # BUILD_X64
711 endif # WNT
713 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
714 cppuhelper \
715 purpenvhelper \
716 salhelper \
719 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
720 cppu \
721 sal \
724 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
725 active_native \
726 passive_native \
729 ifneq ($(ENABLE_JAVA),)
730 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
731 java_uno \
732 juh \
733 jurt \
734 ridl \
735 unoloader \
738 $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
739 ScriptFramework \
740 ScriptProviderForJava \
741 XMergeBridge \
742 commonwizards \
743 form \
744 $(if $(filter-out MACOSX,$(OS)),officebean) \
745 query \
746 report \
747 sdbc_hsqldb \
748 smoketest \
749 table \
750 unoil \
751 xmerge \
754 $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
755 reportbuilder \
756 reportbuilderwizard \
759 ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
760 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
761 ScriptProviderForBeanShell \
763 endif
765 ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
766 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
767 ScriptProviderForJavaScript \
769 endif
771 ifeq (CT2N,$(filter CT2N,$(BUILD_TYPE)))
772 $(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
773 ct2n \
775 endif
777 ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
778 $(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
779 numbertext \
781 endif
783 $(eval $(call gb_Helper_register_jars,OXT, \
784 EvolutionarySolver \
785 active_java \
786 mediawiki \
787 nlpsolver \
788 passive_java \
791 $(eval $(call gb_Helper_register_jars,NONE,\
792 ConnectivityTools \
793 HelloWorld \
794 Highlight \
795 MemoryUsage \
796 OOoRunner \
797 TestExtension \
798 test \
799 test-tools \
800 testComponent \
802 endif
804 # 'test_unittest' is only package delivering to workdir.
805 # Other packages could be potentially autoinstalled.
806 $(eval $(call gb_Helper_register_packages, \
807 test_unittest \
808 cli_basetypes_copy \
809 extras_wordbook \
810 instsetoo_native_setup \
811 $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \
812 postprocess_registry \
813 readlicense_oo_readmes \
814 setup_native_misc \
815 sysui_share \
816 vcl_fontunxpsprint \
819 $(eval $(call gb_Helper_register_packages_for_install,impress,\
820 sd_xml \
823 $(eval $(call gb_Helper_register_packages_for_install,calc,\
824 sc_res_xml \
827 $(eval $(call gb_Helper_register_packages_for_install,libreofficekit,\
828 $(if $(filter LINUX %BSD SOLARIS, $(OS)),libreofficekit_selectionhandles) \
831 $(eval $(call gb_Helper_register_packages_for_install,ure,\
832 instsetoo_native_setup_ure \
833 ure_install \
834 $(if $(ENABLE_JAVA),\
835 jvmfwk_jvmfwk3_ini \
836 jvmfwk_javavendors \
837 jvmfwk_jreproperties \
838 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
842 $(eval $(call gb_Helper_register_packages_for_install,postgresqlsdbc,\
843 $(if $(BUILD_POSTGRESQL_SDBC),connectivity_postgresql-sdbc) \
846 $(eval $(call gb_Helper_register_packages_for_install,sdk,\
847 odk_share_readme \
848 odk_share_readme_generated \
849 $(if $(filter WNT,$(OS)),odk_cli) \
850 odk_config \
851 $(if $(filter WNT,$(OS)),odk_config_win) \
852 odk_docs \
853 $(if $(DOXYGEN),odk_doxygen) \
854 odk_examples \
855 odk_headers \
856 odk_headers_generated \
857 odk_html \
858 odk_settings \
859 odk_settings_generated \
860 offapi_idl \
861 udkapi_idl \
862 $(if $(ENABLE_JAVA), \
863 odk_javadoc \
864 odk_uno_loader_classes \
865 odk_unowinreg \
869 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
870 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
871 officecfg_misc \
872 $(if $(filter $(OS),MACOSX), \
873 extensions_mdibundle \
874 extensions_OOoSpotlightImporter \
876 extras_autocorr \
877 extras_autotextuser \
878 extras_cfgsrvnolang \
879 extras_cfgusr \
880 extras_database \
881 extras_databasebiblio \
882 extras_gallbullets \
883 extras_gallhtmlexpo \
884 extras_gallmytheme \
885 extras_gallroot \
886 extras_gallsystem \
887 extras_gallwwwgraf \
888 extras_glade \
889 extras_labels \
890 $(if $(filter WNT,$(OS)),extras_newfiles) \
891 extras_palettes \
892 extras_personas \
893 extras_persona_dark \
894 extras_persona_gray \
895 extras_persona_green \
896 extras_persona_pink \
897 extras_persona_sand \
898 extras_persona_white \
899 extras_tplofficorr \
900 extras_tploffimisc \
901 extras_tplpresnt \
902 extras_tpl_styles \
903 extras_tplpersonal \
904 extras_tplwizbitmap \
905 extras_tplwizdesktop \
906 extras_tplwizletter \
907 extras_tplwizfax \
908 extras_tplwizagenda \
909 extras_tplwizreport \
910 extras_tplwizstyles \
911 framework_dtd \
912 $(if $(filter $(OS),MACOSX),infoplist) \
913 oox_customshapes \
914 oox_generated \
915 package_dtd \
916 sd_web \
917 sfx2_emojiconfig \
918 $(call gb_Helper_optional,DESKTOP,\
919 $(if $(filter-out WNT,$(OS)),$(if $(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
920 $(call gb_Helper_optional,DESKTOP,$(if $(filter-out MACOSX WNT,$(OS)),svx_gengal)) \
921 $(if $(USING_X11),vcl_fontunxppds) \
922 $(if $(filter $(OS),MACOSX),vcl_osxres) \
923 xmloff_dtd \
924 xmlscript_dtd \
925 xmlhelp_helpxsl \
926 $(if $(ENABLE_JAVA),\
927 scripting_java \
928 scripting_java_jars \
929 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
930 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
932 $(if $(DISABLE_SCRIPTING),,scripting_scriptbindinglib) \
933 $(if $(filter $(OS),MACOSX),sysui_osxicons) \
934 wizards_basicshare \
935 wizards_basicsrvaccess2base \
936 wizards_basicsrvdepot \
937 wizards_basicsrveuro \
938 wizards_basicsrvgimmicks \
939 wizards_basicsrvimport \
940 wizards_basicsrvform \
941 wizards_basicsrvstandard \
942 wizards_basicsrvtemplate \
943 wizards_basicsrvtools \
944 wizards_basicsrvtutorials \
945 wizards_basicusr \
946 wizards_properties \
947 wizards_wizardshare \
948 vcl_opengl_shader \
949 vcl_theme_definitions \
950 $(if $(filter WNT,$(OS)), \
951 vcl_opengl_blacklist \
953 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
954 $(if $(DISABLE_PYTHON),,$(if $(filter-out AIX,$(OS)), \
955 Pyuno/commonwizards \
956 Pyuno/fax \
957 Pyuno/letter \
958 Pyuno/agenda \
959 Pyuno/mailmerge \
960 )) \
961 sfx2_classification \
962 $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
963 $(if $(ENABLE_HTMLHELP),\
964 helpcontent2_html_dynamic \
965 helpcontent2_html_media \
966 helpcontent2_html_icon-themes \
967 helpcontent2_html_static \
971 $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
972 extras_fonts \
973 $(if $(USING_X11)$(DISABLE_GUI)$(filter ANDROID,$(OS)), \
974 postprocess_fontconfig) \
975 $(call gb_Helper_optional,MORE_FONTS,\
976 fonts_alef \
977 fonts_amiri \
978 fonts_caladea \
979 fonts_carlito \
980 fonts_culmus \
981 fonts_dejavu \
982 fonts_emojione_color \
983 fonts_gentium \
984 fonts_kacst \
985 fonts_liberation \
986 fonts_liberation_narrow \
987 fonts_libertineg \
988 fonts_libre_hebrew \
989 fonts_noto \
990 fonts_reem \
991 fonts_sourcecode \
992 fonts_sourcesans \
993 fonts_sourceserif \
994 fonts_scheherazade \
998 $(eval $(call gb_Helper_register_packages_for_install,ooo_images,\
999 postprocess_images \
1000 $(call gb_Helper_optional,HELP,helpcontent2_helpimages) \
1003 $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
1004 sd_opengl \
1005 slideshow_opengl_shader \
1008 ifneq ($(ENABLE_POPPLER),)
1009 $(eval $(call gb_Helper_register_packages_for_install,pdfimport, \
1010 sdext_pdfimport_pdf \
1012 endif
1014 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
1015 reportbuilder_templates \
1018 $(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
1019 filter_docbook \
1020 filter_xhtml \
1021 filter_xslt \
1024 $(eval $(call gb_Helper_register_packages_for_install,brand,\
1025 desktop_branding \
1026 $(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \
1027 $(if $(filter DESKTOP,$(BUILD_TYPE)),desktop_scripts_install) \
1028 $(if $(and $(filter-out MACOSX HAIKU WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),\
1029 $(if $(DISABLE_GUI),, \
1030 desktop_soffice_sh \
1033 readlicense_oo_files \
1034 readlicense_oo_license \
1035 $(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \
1038 ifeq ($(USING_X11), TRUE)
1039 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
1040 desktop_sbase_sh \
1043 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
1044 desktop_scalc_sh \
1047 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
1048 desktop_sdraw_sh \
1051 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
1052 desktop_simpress_sh \
1055 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
1056 desktop_smath_sh \
1059 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
1060 desktop_swriter_sh \
1062 endif # USING_X11=TRUE
1064 $(eval $(call gb_Helper_register_packages_for_install,onlineupdate,\
1065 $(if $(ENABLE_ONLINE_UPDATE),$(if $(filter LINUX SOLARIS,$(OS)),setup_native_scripts)) \
1068 ifneq ($(DISABLE_PYTHON),TRUE)
1069 $(eval $(call gb_Helper_register_packages_for_install,python, \
1070 pyuno_pythonloader_ini \
1071 pyuno_python_scripts \
1072 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
1073 scripting_ScriptsPython \
1076 $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
1077 scripting_scriptproviderforpython \
1080 $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
1081 librelogo \
1082 librelogo_properties \
1084 endif # DISABLE_PYTHON
1086 # External executables
1087 $(eval $(call gb_ExternalExecutable_register_executables,\
1088 genbrk \
1089 genccode \
1090 gencmn \
1091 python \
1092 ucpp \
1093 xmllint \
1094 xsltproc \
1097 # Resources
1098 $(eval $(call gb_Helper_register_mos,\
1099 acc \
1100 avmedia \
1101 $(call gb_Helper_optional,SCRIPTING,basctl) \
1102 chart \
1103 cnr \
1104 cui \
1105 $(call gb_Helper_optional,DBCONNECTIVITY,dba) \
1106 dkt \
1107 editeng \
1108 flt \
1109 for \
1110 $(call gb_Helper_optional,DESKTOP,fps) \
1111 frm \
1112 fwk \
1113 pcr \
1114 rpt \
1115 $(call gb_Helper_optional,SCRIPTING,sb) \
1116 sc \
1117 sca \
1118 scc \
1119 sd \
1120 sfx \
1121 sm \
1122 svl \
1123 svt \
1124 svx \
1125 sw \
1126 uui \
1127 vcl \
1128 wiz \
1129 wpt \
1130 $(if $(ENABLE_NSS),xsc) \
1133 # UI configuration
1134 $(eval $(call gb_Helper_register_uiconfigs,\
1135 cui \
1136 $(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
1137 desktop \
1138 editeng \
1139 filter \
1140 formula \
1141 fps \
1142 libreofficekit \
1143 $(call gb_Helper_optional,SCRIPTING,modules/BasicIDE) \
1144 $(call gb_Helper_optional,DBCONNECTIVITY,\
1145 modules/dbapp \
1146 modules/dbbrowser \
1147 modules/dbquery \
1148 modules/dbrelation \
1150 modules/dbreport \
1151 $(call gb_Helper_optional,DBCONNECTIVITY,\
1152 modules/dbtable \
1153 modules/dbtdata \
1155 modules/sabpilot \
1156 $(call gb_Helper_optional,DBCONNECTIVITY,modules/sbibliography) \
1157 modules/scalc \
1158 modules/scanner \
1159 modules/schart \
1160 modules/sdraw \
1161 modules/sglobal \
1162 modules/simpress \
1163 modules/smath \
1164 $(call gb_Helper_optional,DBCONNECTIVITY,modules/spropctrlr) \
1165 modules/StartModule \
1166 modules/sweb \
1167 modules/swform \
1168 modules/swreport \
1169 modules/swriter \
1170 modules/swxform \
1171 sfx \
1172 svt \
1173 svx \
1174 uui \
1175 vcl \
1176 writerperfect \
1177 $(if $(ENABLE_NSS),xmlsec) \
1180 ifeq ($(gb_GBUILDSELFTEST),t)
1181 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, gbuildselftestdep gbuildselftest))
1182 $(eval $(call gb_Helper_register_executables,NONE, gbuildselftestexe))
1183 endif
1185 # vim: set noet sw=4 ts=4: