Resolve tdf#124572 - Draw a faint line between tabs
[LibreOffice.git] / Repository.mk
blob19dc0b034189154663a4b016fd6ac099a4db1df1
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 $(call gb_Helper_optional,HELPTOOLS, \
22 HelpIndexer \
23 HelpLinker \
24 ) \
25 bestreversemap \
26 canvasdemo \
27 cfgex \
28 concat-deps \
29 cpp \
30 cppunittester \
31 gbuildtojson \
32 $(if $(filter MSC,$(COM)), \
33 gcc-wrapper \
34 g++-wrapper \
35 ) \
36 gencoll_rule \
37 genconv_dict \
38 gendict \
39 genindex_data \
40 helpex \
41 idxdict \
42 io-testconnection \
43 langsupport \
44 $(if $(filter iOS,$(OS)),LibreOffice) \
45 lngconvex \
46 localize \
47 $(call gb_CondExeLockfile,lockfile) \
48 makedepend \
49 mbsdiff \
50 osl_process_child \
51 pdf2xml \
52 pdfunzip \
53 pdfverify \
54 pocheck \
55 propex \
56 regsvrex \
57 saxparser \
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 minvcl \
70 fftester \
71 svptest \
72 svpclient ) \
73 $(if $(filter LINUX %BSD SOLARIS,$(OS)), tilebench) \
74 $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest) \
75 vcldemo \
76 tiledrendering \
77 mtfdemo \
78 visualbackendtest \
79 listfonts \
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)),$(if $(filter-out AARCH64,$(CPUNAME)),climaker)) \
85 cppumaker \
86 idlc \
87 javamaker \
88 $(call gb_CondExeSp2bv,sp2bv) \
89 $(if $(filter UCPP,$(BUILD_TYPE)),ucpp) \
90 $(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
91 unoidl-check \
92 $(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
95 $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
96 $(if $(ENABLE_ONLINE_UPDATE_MAR),\
97 mar \
98 $(if $(filter WNT,$(OS)), \
99 update_service \
101 updater )\
102 $(call gb_Helper_optional,BREAKPAD,minidump_upload) \
103 $(call gb_Helper_optional,FUZZERS,wmffuzzer) \
104 $(call gb_Helper_optional,FUZZERS,jpgfuzzer) \
105 $(call gb_Helper_optional,FUZZERS,giffuzzer) \
106 $(call gb_Helper_optional,FUZZERS,xbmfuzzer) \
107 $(call gb_Helper_optional,FUZZERS,xpmfuzzer) \
108 $(call gb_Helper_optional,FUZZERS,pngfuzzer) \
109 $(call gb_Helper_optional,FUZZERS,bmpfuzzer) \
110 $(call gb_Helper_optional,FUZZERS,svmfuzzer) \
111 $(call gb_Helper_optional,FUZZERS,pcdfuzzer) \
112 $(call gb_Helper_optional,FUZZERS,dxffuzzer) \
113 $(call gb_Helper_optional,FUZZERS,metfuzzer) \
114 $(call gb_Helper_optional,FUZZERS,ppmfuzzer) \
115 $(call gb_Helper_optional,FUZZERS,psdfuzzer) \
116 $(call gb_Helper_optional,FUZZERS,epsfuzzer) \
117 $(call gb_Helper_optional,FUZZERS,pctfuzzer) \
118 $(call gb_Helper_optional,FUZZERS,pcxfuzzer) \
119 $(call gb_Helper_optional,FUZZERS,rasfuzzer) \
120 $(call gb_Helper_optional,FUZZERS,tgafuzzer) \
121 $(call gb_Helper_optional,FUZZERS,tiffuzzer) \
122 $(call gb_Helper_optional,FUZZERS,hwpfuzzer) \
123 $(call gb_Helper_optional,FUZZERS,602fuzzer) \
124 $(call gb_Helper_optional,FUZZERS,lwpfuzzer) \
125 $(call gb_Helper_optional,FUZZERS,olefuzzer) \
126 $(call gb_Helper_optional,FUZZERS,pptfuzzer) \
127 $(call gb_Helper_optional,FUZZERS,rtffuzzer) \
128 $(call gb_Helper_optional,FUZZERS,cgmfuzzer) \
129 $(call gb_Helper_optional,FUZZERS,ww2fuzzer) \
130 $(call gb_Helper_optional,FUZZERS,ww6fuzzer) \
131 $(call gb_Helper_optional,FUZZERS,ww8fuzzer) \
132 $(call gb_Helper_optional,FUZZERS,qpwfuzzer) \
133 $(call gb_Helper_optional,FUZZERS,slkfuzzer) \
134 $(call gb_Helper_optional,FUZZERS,fodtfuzzer) \
135 $(call gb_Helper_optional,FUZZERS,fodsfuzzer) \
136 $(call gb_Helper_optional,FUZZERS,fodpfuzzer) \
137 $(call gb_Helper_optional,FUZZERS,xlsfuzzer) \
138 $(call gb_Helper_optional,FUZZERS,scrtffuzzer) \
139 $(call gb_Helper_optional,FUZZERS,wksfuzzer) \
140 $(call gb_Helper_optional,FUZZERS,diffuzzer) \
141 $(call gb_Helper_optional,FUZZERS,docxfuzzer) \
142 $(call gb_Helper_optional,FUZZERS,xlsxfuzzer) \
143 $(call gb_Helper_optional,FUZZERS,pptxfuzzer) \
144 $(call gb_Helper_optional,FUZZERS,mmlfuzzer) \
145 $(call gb_Helper_optional,FUZZERS,mtpfuzzer) \
146 $(call gb_Helper_optional,FUZZERS,htmlfuzzer) \
147 $(call gb_Helper_optional,FUZZERS,sftfuzzer) \
148 $(call gb_Helper_optional,FUZZERS,dbffuzzer) \
149 $(if $(filter-out ANDROID HAIKU iOS MACOSX WNT,$(OS)),oosplash) \
150 soffice_bin \
151 $(call gb_CondExeUnopkg, \
152 unopkg_bin \
153 $(if $(filter WNT,$(OS)), \
154 unopkg \
155 unopkg_com \
158 $(if $(filter WNT,$(OS)), \
159 soffice_exe \
160 soffice_com \
161 soffice_safe \
162 unoinfo \
163 $(if $(filter-out AARCH64,$(CPUNAME)),twain32shim) \
167 $(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
168 $(if $(filter WNT,$(OS)), \
169 sbase \
173 $(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
174 $(if $(filter WNT,$(OS)), \
175 odbcconfig \
179 $(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
180 $(if $(filter WNT,$(OS)), \
181 scalc \
185 $(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
186 $(if $(filter WNT,$(OS)), \
187 sdraw \
191 $(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
192 $(if $(filter WNT,$(OS)), \
193 simpress \
197 $(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
198 $(if $(filter WNT,$(OS)), \
199 smath \
203 $(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
204 $(if $(filter WNT,$(OS)), \
205 sweb \
206 swriter \
210 $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
211 gengal \
212 $(if $(filter WNT,$(OS)),,uri-encode) \
213 $(if $(filter WNT,$(OS)), \
214 senddoc \
216 $(if $(filter OPENCL,$(BUILD_TYPE)),opencltest) \
219 ifeq ($(OS),WNT)
220 $(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
221 quickstart \
223 endif
225 $(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
226 $(if $(filter WNT,$(OS)), \
227 python \
231 ifneq ($(ENABLE_POPPLER),)
232 $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
233 xpdfimport \
235 endif
237 $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
238 $(if $(and $(ENABLE_JAVA),$(filter-out HAIKU MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
239 $(call gb_CondExeRegistryTools, \
240 regmerge \
241 regview \
243 $(call gb_CondExeUno,uno) \
246 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
247 abp \
248 dbp \
249 dbu \
252 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
253 analysis \
254 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
255 date \
256 pricing \
257 sc \
258 scd \
259 scfilt \
260 wpftcalc \
261 solver \
262 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
265 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,calc, \
266 scui \
269 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
270 svgfilter \
271 wpftdraw \
272 graphicfilter \
275 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
276 animcore \
277 PresenterScreen \
278 PresentationMinimizer \
279 wpftimpress \
282 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
283 $(if $(ENABLE_ONLINE_UPDATE), \
284 updatecheckui \
285 updchk \
289 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
290 $(if $(ENABLE_EVOAB2),evoab) \
291 $(if $(ENABLE_GIO),losessioninstall) \
292 $(if $(ENABLE_GIO),ucpgio1) \
295 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,gnome, \
296 $(if $(ENABLE_GTK3),vclplug_gtk3) \
297 $(if $(ENABLE_GTK4),vclplug_gtk4) \
300 gb_haiku_or_kde := $(if $(filter HAIKU,$(OS)),haiku,kde)
302 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
303 $(if $(ENABLE_KF5),kf5be1) \
306 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,$(gb_haiku_or_kde), \
307 $(if $(ENABLE_KF5),vclplug_kf5) \
308 $(if $(ENABLE_QT5),vclplug_qt5) \
309 $(if $(ENABLE_QT6),vclplug_qt6) \
310 $(if $(ENABLE_GTK3_KDE5),vclplug_gtk3_kde5) \
313 $(eval $(call gb_Helper_register_executables_for_install,OOO,$(gb_haiku_or_kde), \
314 $(if $(ENABLE_GTK3_KDE5),lo_kde5filepicker) \
317 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
318 sm \
319 smd \
322 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
323 OGLTrans \
326 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
327 avmedia \
328 $(call gb_Helper_optional,AVMEDIA, \
329 $(if $(filter MACOSX,$(OS)),\
330 avmediaMacAVF \
333 $(call gb_Helper_optional,SCRIPTING, \
334 basctl \
335 basprov \
337 basegfx \
338 bib \
339 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
340 canvasfactory \
341 canvastools \
342 chartcore \
343 chartcontroller \
344 $(call gb_Helper_optional,OPENCL,clew) \
345 $(if $(filter $(OS),WNT),,cmdmail) \
346 cppcanvas \
347 configmgr \
348 ctl \
349 dba \
350 dbahsql \
351 $(call gb_Helper_optional,DBCONNECTIVITY, \
352 dbase \
353 dbaxml) \
354 dbtools \
355 deploymentmisc \
356 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
357 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
358 $(if $(filter WNT,$(OS)),directx9canvas) \
359 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
360 drawinglayercore \
361 drawinglayer \
362 editeng \
363 $(if $(filter WNT,$(OS)),emser) \
364 evtatt \
365 expwrap \
366 $(call gb_Helper_optional,DBCONNECTIVITY, \
367 flat \
368 file) \
369 filterconfig \
370 fps_office \
371 for \
372 forui \
373 frm \
374 fsstorage \
375 fwk \
376 $(if $(filter WNT,$(OS)),gdipluscanvas) \
377 guesslang \
378 $(call gb_Helper_optionals_or,HELPTOOLS XMLHELP,helplinker) \
379 i18npool \
380 i18nsearch \
381 hyphen \
382 $(if $(ENABLE_JAVA),jdbc) \
383 $(if $(ENABLE_LDAP),ldapbe2) \
384 $(if $(filter WNT,$(OS)),WinUserInfoBe) \
385 localebe1 \
386 log \
387 lng \
388 lnth \
389 $(if $(filter $(OS),MACOSX),macbe1) \
390 $(if $(MERGELIBS),merged) \
391 migrationoo2 \
392 migrationoo3 \
393 mozbootstrap \
394 msfilter \
395 $(call gb_Helper_optional,SCRIPTING,msforms) \
396 mtfrenderer \
397 $(call gb_Helper_optional,DBCONNECTIVITY,mysql_jdbc) \
398 $(call gb_Helper_optional,MARIADBC,$(call gb_Helper_optional,DBCONNECTIVITY,mysqlc)) \
399 numbertext \
400 odbc \
401 odfflatxml \
402 offacc \
403 oox \
404 $(call gb_Helper_optional,OPENCL,opencl) \
405 passwordcontainer \
406 pcr \
407 pdffilter \
408 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
409 sax \
410 sb \
411 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
412 scn \
413 sd \
414 sdd \
415 sdfilt \
416 sfx \
417 simplecanvas \
418 slideshow \
419 sot \
420 spell \
421 $(if $(DISABLE_GUI),,spl) \
422 storagefd \
423 $(call gb_Helper_optional,SCRIPTING,stringresource) \
424 svgio \
425 emfio \
426 svl \
427 svt \
428 svx \
429 svxcore \
430 sw \
431 syssh \
432 textconversiondlgs \
433 textfd \
434 tk \
435 tl \
436 ucpexpand1 \
437 ucpext \
438 ucpimage \
439 $(if $(ENABLE_LIBCMIS),ucpcmis1) \
440 ucptdoc1 \
441 unordf \
442 unoxml \
443 updatefeed \
444 utl \
445 uui \
446 $(call gb_Helper_optional,SCRIPTING, \
447 vbaevents \
448 vbahelper \
450 vcl \
451 vclcanvas \
452 writerperfect \
453 xmlscript \
454 xmlfa \
455 xmlfd \
456 xo \
457 xof \
458 xsltdlg \
459 xsltfilter \
460 $(if $(filter $(OS),WNT), \
461 ado \
462 oleautobridge \
463 smplmail \
464 wininetbe1 \
466 $(if $(filter $(OS),MACOSX), \
467 $(if $(ENABLE_MACOSX_SANDBOX),, \
468 AppleRemote \
470 fps_aqua \
472 $(if $(filter iOS MACOSX,$(OS)), \
473 MacOSXSpell \
477 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,ooo, \
478 acc \
479 $(if $(ENABLE_CUSTOMTARGET_COMPONENTS),components) \
480 cui \
481 $(if $(USING_X11),desktop_detector) \
482 icg \
483 sdui \
484 $(if $(ENABLE_GEN),vclplug_gen) \
485 $(if $(filter $(OS),WNT),vclplug_win) \
486 $(if $(filter $(OS),MACOSX),vclplug_osx) \
489 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
490 $(if $(BUILD_POSTGRESQL_SDBC), \
491 postgresql-sdbc \
492 postgresql-sdbc-impl) \
495 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,firebirdsdbc, \
496 $(if $(ENABLE_FIREBIRD_SDBC),firebird_sdbc) \
499 ifneq ($(ENABLE_PDFIMPORT),)
500 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
501 pdfimport \
503 endif
505 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
506 pythonloader \
509 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
510 pyuno \
511 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
514 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
515 rpt \
516 rptui \
517 rptxml \
520 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
521 hwp \
522 $(if $(ENABLE_LWP),lwpft) \
523 msword \
524 swd \
525 t602filter \
526 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
527 wpftwriter \
528 writerfilter \
529 $(call gb_Helper_optional,DBCONNECTIVITY,writer) \
532 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,writer, \
533 swui \
536 # cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
537 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
538 smoketest \
539 subsequenttest \
540 test \
541 test-setupvcl \
542 testtools_cppobj \
543 testtools_bridgetest \
544 testtools_bridgetest-common \
545 testtools_constructors \
546 unobootstrapprotector \
547 unoexceptionprotector \
548 unotest \
549 vclbootstrapprotector \
550 scqahelper \
551 swqahelper \
552 wpftqahelper \
553 precompiled_system \
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)),$(if $(filter-out AARCH64,$(CPUNAME)),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 \
574 $(eval $(call gb_Helper_register_plugins_for_install,PLAINLIBS_URE,ure, \
575 $(if $(filter EMSCRIPTEN,$(OS)),, \
576 $(if $(filter MSC,$(COM)), \
577 $(if $(filter INTEL,$(CPUNAME)),msci_uno) \
578 $(if $(filter X86_64,$(CPUNAME)),mscx_uno) \
579 $(if $(filter AARCH64,$(CPUNAME)),msca_uno) \
580 , gcc3_uno) \
584 $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
585 binaryurp \
586 bootstrap \
587 introspection \
588 invocadapt \
589 invocation \
590 io \
591 $(if $(ENABLE_JAVA),javaloader) \
592 $(if $(ENABLE_JAVA),javavm) \
593 $(if $(ENABLE_JAVA),jvmaccess) \
594 $(if $(ENABLE_JAVA),jvmfwk) \
595 namingservice \
596 proxyfac \
597 reflection \
598 reg \
599 stocservices \
600 store \
601 unoidl \
602 uuresolver \
603 xmlreader \
606 $(eval $(call gb_Helper_register_plugins_for_install,PRIVATELIBS_URE,ure, \
607 $(call gb_CondLibSalTextenc,sal_textenc) \
610 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
611 $(call gb_Helper_optional,AVMEDIA, \
612 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
613 $(if $(filter WNT,$(OS)),avmediawin) \
615 cached1 \
616 comphelper \
617 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
618 $(call gb_Helper_optional,BREAKPAD,crashreport) \
619 deployment \
620 deploymentgui \
621 embobj \
622 $(if $(ENABLE_JAVA),hsqldb) \
623 i18nutil \
624 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
625 $(if $(ENABLE_JAVA), \
626 $(if $(filter $(OS),MACOSX),,officebean) \
628 emboleobj \
629 package2 \
630 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
631 sdbc2 \
632 sofficeapp \
633 srtrs1 \
634 ucb1 \
635 ucbhelper \
636 $(if $(WITH_WEBDAV),ucpdav1) \
637 ucpfile1 \
638 ucpftp1 \
639 $(call gb_Helper_optional,XMLHELP,ucpchelp1) \
640 ucphier1 \
641 ucppkg1 \
642 $(call gb_CondExeUnopkg,unopkgapp) \
643 xmlsecurity \
644 xsec_xmlsec \
645 xstor \
646 $(if $(filter $(OS),MACOSX), \
647 macab1 \
648 macabdrv1 \
650 $(if $(filter WNT,$(OS)), \
651 fps \
652 inprocserv \
653 UAccCOM \
654 winaccessibility \
658 $(eval $(call gb_Helper_register_plugins_for_install,PLAINLIBS_OOO,ooo, \
659 collator_data \
660 dict_ja \
661 dict_zh \
662 index_data \
663 localedata_en \
664 localedata_es \
665 localedata_euro \
666 localedata_others \
667 textconv_dict \
670 ifeq ($(OS),WNT)
671 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
672 regactivex \
675 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
676 so_activex \
679 ifneq ($(BUILD_X64),)
680 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
681 so_activex_x64 \
683 endif
685 $(eval $(call gb_Helper_register_executables_for_install,OOO,spsuppfiles, \
686 spsupp_helper \
689 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,spsuppfiles, \
690 $(if $(CXX_X64_BINARY),spsupp_x64) \
691 $(if $(CXX_X86_BINARY),spsupp_x86) \
694 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
695 $(if $(WINDOWS_SDK_HOME),\
696 instooofiltmsi \
697 inst_msu_msi \
698 qslnkmsi \
699 reg_dlls \
700 reg4allmsdoc \
701 sdqsmsi \
702 sellangmsi \
703 sn_tools \
707 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
708 shlxtmsi \
711 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
712 ooofilt \
713 propertyhdl \
714 shlxthdl \
717 ifneq ($(BUILD_X64),)
718 $(eval $(call gb_Helper_register_packages_for_install,winexplorerextwin64, \
719 $(if $(filter MSC,$(COM)),msvc_dlls) \
722 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
723 ooofilt_x64 \
724 propertyhdl_x64 \
725 shlxthdl_x64 \
727 endif # BUILD_X64
729 endif # WNT
731 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
732 cppuhelper \
733 purpenvhelper \
734 salhelper \
737 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
738 cppu \
739 sal \
742 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
743 active_native \
744 passive_native \
747 ifneq ($(ENABLE_JAVA),)
748 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
749 java_uno \
750 juh \
751 jurt \
752 libreoffice \
753 ridl \
754 unoloader \
757 $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
758 ScriptFramework \
759 ScriptProviderForJava \
760 XMergeBridge \
761 commonwizards \
762 form \
763 $(if $(filter-out MACOSX,$(OS)),officebean) \
764 query \
765 report \
766 sdbc_hsqldb \
767 smoketest \
768 table \
769 unoil \
770 xmerge \
773 $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
774 reportbuilder \
775 reportbuilderwizard \
778 ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
779 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
780 ScriptProviderForBeanShell \
782 endif
784 ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
785 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
786 ScriptProviderForJavaScript \
788 endif
790 ifeq (CT2N,$(filter CT2N,$(BUILD_TYPE)))
791 $(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
792 ct2n \
794 endif
796 ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
797 $(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
798 numbertext \
800 endif
802 $(eval $(call gb_Helper_register_jars,OXT, \
803 EvolutionarySolver \
804 active_java \
805 mediawiki \
806 nlpsolver \
807 passive_java \
810 $(eval $(call gb_Helper_register_jars,NONE,\
811 ConnectivityTools \
812 HelloWorld \
813 Highlight \
814 MemoryUsage \
815 OOoRunner \
816 TestExtension \
817 test \
818 test-tools \
819 testComponent \
821 endif
823 # 'test_unittest' is only package delivering to workdir.
824 # Other packages could be potentially autoinstalled.
825 $(eval $(call gb_Helper_register_packages, \
826 test_unittest \
827 cli_basetypes_copy \
828 extras_wordbook \
829 instsetoo_native_setup \
830 $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \
831 postprocess_registry \
832 readlicense_oo_readmes \
833 setup_native_misc \
834 sysui_share \
835 vcl_fontunxpsprint \
838 $(eval $(call gb_Helper_register_packages_for_install,impress,\
839 sd_xml \
842 $(eval $(call gb_Helper_register_packages_for_install,calc,\
843 sc_res_xml \
846 $(eval $(call gb_Helper_register_packages_for_install,libreofficekit,\
847 $(if $(filter LINUX %BSD SOLARIS, $(OS)),libreofficekit_selectionhandles) \
850 $(eval $(call gb_Helper_register_packages_for_install,ure,\
851 instsetoo_native_setup_ure \
852 $(call gb_CondExeUno,uno_sh) \
853 ure_install \
854 $(if $(ENABLE_JAVA),\
855 jvmfwk_jvmfwk3_ini \
856 jvmfwk_javavendors \
857 jvmfwk_jreproperties \
858 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
862 $(eval $(call gb_Helper_register_packages_for_install,postgresqlsdbc,\
863 $(if $(BUILD_POSTGRESQL_SDBC),connectivity_postgresql-sdbc) \
866 $(eval $(call gb_Helper_register_packages_for_install,sdk,\
867 odk_share_readme \
868 odk_share_readme_generated \
869 $(if $(filter WNT,$(OS)),$(if $(filter-out AARCH64,$(CPUNAME)),odk_cli)) \
870 odk_config \
871 $(if $(filter WNT,$(OS)),odk_config_win) \
872 odk_docs \
873 $(if $(DOXYGEN),odk_doxygen) \
874 odk_examples \
875 odk_headers \
876 odk_headers_generated \
877 odk_html \
878 odk_settings \
879 odk_settings_generated \
880 offapi_idl \
881 udkapi_idl \
882 $(if $(ENABLE_JAVA), \
883 odk_javadoc \
884 odk_uno_loader_classes \
888 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
889 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
890 officecfg_misc \
891 $(if $(filter $(OS),MACOSX), \
892 extensions_mdibundle \
893 extensions_OOoSpotlightImporter \
895 extras_autocorr \
896 extras_autotextuser \
897 extras_cfgsrvnolang \
898 extras_cfgusr \
899 extras_database \
900 extras_databasebiblio \
901 extras_gallbullets \
902 extras_gallmytheme \
903 extras_gallroot \
904 extras_gallsystem \
905 extras_gallsystemstr \
906 extras_glade \
907 extras_labels \
908 $(if $(filter WNT,$(OS)),extras_newfiles) \
909 extras_palettes \
910 extras_personas \
911 extras_persona_dark \
912 extras_persona_gray \
913 extras_persona_green \
914 extras_persona_pink \
915 extras_persona_sand \
916 extras_persona_white \
917 extras_tplofficorr \
918 extras_tploffimisc \
919 extras_tplpresnt \
920 extras_tpl_styles \
921 extras_tpldraw \
922 extras_tplpersonal \
923 extras_tplwizbitmap \
924 extras_tplwizdesktop \
925 extras_tplwizletter \
926 extras_tplwizfax \
927 extras_tplwizagenda \
928 extras_tplwizreport \
929 extras_tplwizstyles \
930 framework_dtd \
931 $(if $(filter $(OS),MACOSX),infoplist) \
932 oox_customshapes \
933 oox_generated \
934 package_dtd \
935 sd_web \
936 sfx2_emojiconfig \
937 $(call gb_Helper_optional,DESKTOP,\
938 $(if $(filter-out WNT,$(OS)),$(if $(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
939 $(call gb_Helper_optional,DESKTOP,$(if $(filter-out EMSCRIPTEN MACOSX WNT,$(OS)),svx_gengal)) \
940 $(if $(USING_X11),vcl_fontunxppds) \
941 $(if $(filter $(OS),MACOSX),vcl_osxres) \
942 xmloff_dtd \
943 xmlscript_dtd \
944 $(call gb_Helper_optional,XMLHELP,xmlhelp_helpxsl) \
945 $(if $(ENABLE_JAVA),\
946 scripting_java \
947 scripting_java_jars \
948 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
949 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
951 $(call gb_Helper_optional,SCRIPTING,scripting_scriptbindinglib) \
952 $(if $(filter $(OS),MACOSX),sysui_osxicons) \
953 wizards_basicshare \
954 wizards_basicsrvaccess2base \
955 wizards_basicsrvdepot \
956 wizards_basicsrveuro \
957 wizards_basicsrvgimmicks \
958 wizards_basicsrvimport \
959 wizards_basicsrvform \
960 wizards_basicsrvscriptforge \
961 wizards_basicsrvsfdatabases \
962 wizards_basicsrvsfdialogs \
963 wizards_basicsrvsfdocuments \
964 wizards_basicsrvsfwidgets \
965 wizards_basicsrvstandard \
966 wizards_basicsrvtemplate \
967 wizards_basicsrvtools \
968 wizards_basicsrvtutorials \
969 wizards_basicusr \
970 wizards_properties \
971 wizards_wizardshare \
972 tipoftheday_images \
973 toolbarmode_images \
974 vcl_theme_definitions \
975 $(if $(filter WNT,$(OS)), \
976 vcl_opengl_denylist \
978 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
979 $(if $(filter SKIA,$(BUILD_TYPE)), \
980 vcl_skia_denylist ) \
981 $(if $(DISABLE_PYTHON),,$(if $(filter-out AIX,$(OS)), \
982 Pyuno/commonwizards \
983 Pyuno/fax \
984 Pyuno/letter \
985 Pyuno/agenda \
986 Pyuno/mailmerge \
987 )) \
988 sfx2_classification \
989 $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
990 $(if $(ENABLE_HTMLHELP),\
991 helpcontent2_html_dynamic \
992 helpcontent2_html_media \
993 helpcontent2_html_icon-themes \
994 helpcontent2_html_static \
996 resource_fonts \
997 cui \
1000 $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
1001 extras_fonts \
1002 $(if $(USING_X11)$(DISABLE_GUI)$(filter ANDROID,$(OS)), \
1003 postprocess_fontconfig) \
1004 $(call gb_Helper_optional,MORE_FONTS,\
1005 fonts_alef \
1006 fonts_amiri \
1007 fonts_caladea \
1008 fonts_carlito \
1009 $(if $(MPL_SUBSET),,fonts_culmus) \
1010 fonts_dejavu \
1011 fonts_emojione_color \
1012 fonts_gentium \
1013 $(if $(MPL_SUBSET),,fonts_kacst) \
1014 fonts_liberation \
1015 fonts_liberation_narrow \
1016 fonts_libertineg \
1017 fonts_libre_hebrew \
1018 fonts_noto \
1019 fonts_reem \
1020 fonts_sourcecode \
1021 fonts_sourcesans \
1022 fonts_sourceserif \
1023 fonts_scheherazade \
1027 $(eval $(call gb_Helper_register_packages_for_install,ooo_images,\
1028 postprocess_images \
1029 $(call gb_Helper_optional,HELP,helpcontent2_helpimages) \
1032 $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
1033 sd_opengl \
1034 slideshow_opengl_shader \
1037 ifneq ($(ENABLE_POPPLER),)
1038 $(eval $(call gb_Helper_register_packages_for_install,pdfimport, \
1039 sdext_pdfimport_pdf \
1041 endif
1043 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
1044 reportbuilder_templates \
1047 $(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
1048 filter_docbook \
1049 filter_xhtml \
1050 filter_xslt \
1053 $(eval $(call gb_Helper_register_packages_for_install,brand,\
1054 desktop_branding \
1055 $(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \
1056 $(if $(filter DESKTOP,$(BUILD_TYPE)),desktop_scripts_install) \
1057 $(if $(and $(filter-out MACOSX HAIKU WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),\
1058 $(if $(DISABLE_GUI),, \
1059 desktop_soffice_sh \
1062 readlicense_oo_files \
1063 readlicense_oo_license \
1064 $(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \
1067 ifeq ($(USING_X11), TRUE)
1068 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
1069 desktop_sbase_sh \
1072 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
1073 desktop_scalc_sh \
1076 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
1077 desktop_sdraw_sh \
1080 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
1081 desktop_simpress_sh \
1084 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
1085 desktop_smath_sh \
1088 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
1089 desktop_swriter_sh \
1091 endif # USING_X11=TRUE
1093 $(eval $(call gb_Helper_register_packages_for_install,onlineupdate,\
1094 $(if $(ENABLE_ONLINE_UPDATE),$(if $(filter LINUX SOLARIS,$(OS)),setup_native_scripts)) \
1097 ifneq ($(DISABLE_PYTHON),TRUE)
1098 $(eval $(call gb_Helper_register_packages_for_install,python, \
1099 pyuno_pythonloader_ini \
1100 pyuno_python_scripts \
1101 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
1102 scripting_ScriptsPython \
1105 $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
1106 scripting_scriptproviderforpython \
1109 ifeq (LIBRELOGO,$(filter LIBRELOGO,$(BUILD_TYPE)))
1110 $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
1111 librelogo \
1112 librelogo_properties \
1114 endif # LIBRELOGO
1116 endif # DISABLE_PYTHON
1118 # External executables
1119 $(eval $(call gb_ExternalExecutable_register_executables,\
1120 genbrk \
1121 genccode \
1122 gencmn \
1123 python \
1124 ucpp \
1125 xmllint \
1126 xsltproc \
1129 # Resources
1130 $(eval $(call gb_Helper_register_mos,\
1131 acc \
1132 $(call gb_Helper_optional,AVMEDIA,avmedia) \
1133 $(call gb_Helper_optional,SCRIPTING,basctl) \
1134 chart \
1135 cnr \
1136 cui \
1137 dba \
1138 dkt \
1139 editeng \
1140 flt \
1141 for \
1142 $(call gb_Helper_optional,DESKTOP,fps) \
1143 frm \
1144 fwk \
1145 oox \
1146 pcr \
1147 rpt \
1148 $(call gb_Helper_optional,SCRIPTING,sb) \
1149 sc \
1150 sca \
1151 scc \
1152 sd \
1153 sfx \
1154 shell \
1155 sm \
1156 svl \
1157 svt \
1158 svx \
1159 sw \
1160 uui \
1161 vcl \
1162 wiz \
1163 wpt \
1164 $(if $(ENABLE_NSS)$(ENABLE_OPENSSL),xsc) \
1167 # UI configuration
1168 $(eval $(call gb_Helper_register_uiconfigs,\
1169 cui \
1170 $(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
1171 desktop \
1172 editeng \
1173 filter \
1174 formula \
1175 fps \
1176 libreofficekit \
1177 $(call gb_Helper_optional,SCRIPTING,modules/BasicIDE) \
1178 $(call gb_Helper_optional,DBCONNECTIVITY,\
1179 modules/dbapp \
1180 modules/dbbrowser \
1181 modules/dbquery \
1182 modules/dbrelation \
1184 modules/dbreport \
1185 $(call gb_Helper_optional,DBCONNECTIVITY,\
1186 modules/dbtable \
1187 modules/dbtdata \
1189 modules/sabpilot \
1190 $(call gb_Helper_optional,DBCONNECTIVITY,modules/sbibliography) \
1191 modules/scalc \
1192 modules/scanner \
1193 modules/schart \
1194 modules/sdraw \
1195 modules/sglobal \
1196 modules/simpress \
1197 modules/smath \
1198 $(call gb_Helper_optional,DBCONNECTIVITY,modules/spropctrlr) \
1199 modules/StartModule \
1200 modules/sweb \
1201 modules/swform \
1202 modules/swreport \
1203 modules/swriter \
1204 modules/swxform \
1205 sfx \
1206 svt \
1207 svx \
1208 uui \
1209 vcl \
1210 writerperfect \
1211 $(if $(ENABLE_NSS)$(ENABLE_OPENSSL),xmlsec) \
1214 ifeq ($(gb_GBUILDSELFTEST),t)
1215 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, gbuildselftestdep gbuildselftest))
1216 $(eval $(call gb_Helper_register_executables,NONE, gbuildselftestexe))
1217 endif
1219 # vim: set noet sw=4 ts=4: