Update git submodules
[LibreOffice.git] / Repository.mk
blobb9cf9c2ddb9ccfc7cf543868ceb7baac37f1f48e
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 ifneq ($(ENABLE_WASM_STRIP_CANVAS),TRUE)
21 $(eval $(call gb_Helper_register_executables,NONE, \
22 canvasdemo \
24 endif
26 $(eval $(call gb_Helper_register_executables,NONE, \
27 $(call gb_Helper_optional,HELPTOOLS, \
28 HelpIndexer \
29 HelpLinker \
30 ) \
31 bestreversemap \
32 cfgex \
33 concat-deps \
34 cpp \
35 cppunittester \
36 gbuildtojson \
37 $(if $(filter MSC,$(COM)), \
38 gcc-wrapper \
39 g++-wrapper \
40 ) \
41 gencoll_rule \
42 genconv_dict \
43 gendict \
44 genindex_data \
45 helpex \
46 idxdict \
47 io-testconnection \
48 langsupport \
49 $(if $(filter iOS,$(OS)),LibreOffice) \
50 lngconvex \
51 localize \
52 $(call gb_CondExeLockfile,lockfile) \
53 makedepend \
54 mbsdiff \
55 osl_process_child \
56 pdf2xml \
57 pdfunzip \
58 pdfverify \
59 pocheck \
60 propex \
61 regsvrex \
62 saxparser \
63 svidl \
64 $(if $(ENABLE_ONLINE_UPDATE_MAR),\
65 test_updater_dialog \
66 ) \
67 treex \
68 ulfex \
69 unoidl-check \
70 xrmex \
71 $(if $(filter-out ANDROID iOS WNT,$(OS)), \
72 fftester \
73 svpclient ) \
74 $(if $(filter LINUX %BSD SOLARIS,$(OS)), tilebench) \
75 $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest) \
76 vcldemo \
77 svdemo \
78 minvcl \
79 svptest \
80 tiledrendering \
81 mtfdemo \
82 visualbackendtest \
83 listfonts \
84 listglyphs \
85 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), gtktiledviewer) \
86 $(if $(and $(ENABLE_GTKTILEDVIEWER), $(filter WNT,$(OS))), gtktiledviewer) \
87 $(if $(filter EMSCRIPTEN,$(OS)),wasm-qt5-mandelbrot) \
90 $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
91 $(if $(filter MSC,$(COM)),$(if $(filter-out AARCH64_TRUE,$(CPUNAME)_$(CROSS_COMPILING)),climaker)) \
92 cppumaker \
93 javamaker \
94 $(call gb_CondExeSp2bv,sp2bv) \
95 $(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
96 unoidl-read \
97 unoidl-write \
98 $(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
101 ifneq ($(ENABLE_WASM_STRIP_ACCESSIBILITY),TRUE)
102 $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
103 $(if $(filter-out ANDROID HAIKU iOS MACOSX WNT,$(OS)),oosplash) \
105 endif
107 $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
108 $(if $(ENABLE_ONLINE_UPDATE_MAR),\
109 mar \
110 $(if $(filter WNT,$(OS)), \
111 update_service \
113 updater )\
114 $(call gb_Helper_optional,BREAKPAD,minidump_upload) \
115 $(call gb_Helper_optional,FUZZERS,wmffuzzer) \
116 $(call gb_Helper_optional,FUZZERS,jpgfuzzer) \
117 $(call gb_Helper_optional,FUZZERS,giffuzzer) \
118 $(call gb_Helper_optional,FUZZERS,xbmfuzzer) \
119 $(call gb_Helper_optional,FUZZERS,xpmfuzzer) \
120 $(call gb_Helper_optional,FUZZERS,pngfuzzer) \
121 $(call gb_Helper_optional,FUZZERS,bmpfuzzer) \
122 $(call gb_Helper_optional,FUZZERS,svmfuzzer) \
123 $(call gb_Helper_optional,FUZZERS,pcdfuzzer) \
124 $(call gb_Helper_optional,FUZZERS,dxffuzzer) \
125 $(call gb_Helper_optional,FUZZERS,metfuzzer) \
126 $(call gb_Helper_optional,FUZZERS,ppmfuzzer) \
127 $(call gb_Helper_optional,FUZZERS,psdfuzzer) \
128 $(call gb_Helper_optional,FUZZERS,epsfuzzer) \
129 $(call gb_Helper_optional,FUZZERS,pctfuzzer) \
130 $(call gb_Helper_optional,FUZZERS,pcxfuzzer) \
131 $(call gb_Helper_optional,FUZZERS,rasfuzzer) \
132 $(call gb_Helper_optional,FUZZERS,tgafuzzer) \
133 $(call gb_Helper_optional,FUZZERS,tiffuzzer) \
134 $(call gb_Helper_optional,FUZZERS,hwpfuzzer) \
135 $(call gb_Helper_optional,FUZZERS,602fuzzer) \
136 $(call gb_Helper_optional,FUZZERS,lwpfuzzer) \
137 $(call gb_Helper_optional,FUZZERS,olefuzzer) \
138 $(call gb_Helper_optional,FUZZERS,pptfuzzer) \
139 $(call gb_Helper_optional,FUZZERS,rtffuzzer) \
140 $(call gb_Helper_optional,FUZZERS,cgmfuzzer) \
141 $(call gb_Helper_optional,FUZZERS,ww2fuzzer) \
142 $(call gb_Helper_optional,FUZZERS,ww6fuzzer) \
143 $(call gb_Helper_optional,FUZZERS,ww8fuzzer) \
144 $(call gb_Helper_optional,FUZZERS,qpwfuzzer) \
145 $(call gb_Helper_optional,FUZZERS,slkfuzzer) \
146 $(call gb_Helper_optional,FUZZERS,fodtfuzzer) \
147 $(call gb_Helper_optional,FUZZERS,fodt2pdffuzzer) \
148 $(call gb_Helper_optional,FUZZERS,fodsfuzzer) \
149 $(call gb_Helper_optional,FUZZERS,fodpfuzzer) \
150 $(call gb_Helper_optional,FUZZERS,xlsfuzzer) \
151 $(call gb_Helper_optional,FUZZERS,scrtffuzzer) \
152 $(call gb_Helper_optional,FUZZERS,wksfuzzer) \
153 $(call gb_Helper_optional,FUZZERS,diffuzzer) \
154 $(call gb_Helper_optional,FUZZERS,docxfuzzer) \
155 $(call gb_Helper_optional,FUZZERS,xlsxfuzzer) \
156 $(call gb_Helper_optional,FUZZERS,pptxfuzzer) \
157 $(call gb_Helper_optional,FUZZERS,mmlfuzzer) \
158 $(call gb_Helper_optional,FUZZERS,mtpfuzzer) \
159 $(call gb_Helper_optional,FUZZERS,htmlfuzzer) \
160 $(call gb_Helper_optional,FUZZERS,sftfuzzer) \
161 $(call gb_Helper_optional,FUZZERS,dbffuzzer) \
162 $(call gb_Helper_optional,FUZZERS,webpfuzzer) \
163 $(call gb_Helper_optional,FUZZERS,zipfuzzer) \
164 $(call gb_Helper_optional,FUZZERS,svgfuzzer) \
165 soffice_bin \
166 $(call gb_CondExeUnopkg, \
167 unopkg_bin \
168 $(if $(filter WNT,$(OS)), \
169 unopkg \
170 unopkg_com \
173 $(if $(filter WNT,$(OS)), \
174 soffice_exe \
175 soffice_com \
176 soffice_safe \
177 unoinfo \
178 $(if $(filter-out AARCH64,$(CPUNAME)),twain32shim) \
182 $(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
183 $(if $(filter WNT,$(OS)), \
184 sbase \
188 $(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
189 $(if $(filter WNT,$(OS)), \
190 odbcconfig \
194 $(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
195 $(if $(filter WNT,$(OS)), \
196 scalc \
200 $(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
201 $(if $(filter WNT,$(OS)), \
202 sdraw \
206 $(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
207 $(if $(filter WNT,$(OS)), \
208 simpress \
212 $(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
213 $(if $(filter WNT,$(OS)), \
214 smath \
218 $(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
219 $(if $(filter WNT,$(OS)), \
220 sweb \
221 swriter \
225 $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
226 gengal \
227 $(if $(filter WNT,$(OS)),,uri-encode) \
228 $(if $(filter WNT,$(OS)), \
229 senddoc \
231 $(if $(filter OPENCL,$(BUILD_TYPE)),opencltest) \
234 ifeq ($(OS),WNT)
235 $(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
236 quickstart \
238 endif
240 $(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
241 $(if $(filter WNT,$(OS)), \
242 python \
246 ifneq ($(ENABLE_POPPLER),)
247 $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
248 xpdfimport \
250 endif
252 $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
253 $(if $(and $(ENABLE_JAVA),$(filter-out HAIKU MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
254 $(call gb_CondExeRegistryTools, \
255 regview \
257 $(call gb_CondExeUno,uno) \
260 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
261 abp \
262 dbp \
263 dbu \
266 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
267 analysis \
268 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
269 date \
270 pricing \
271 sc \
272 scd \
273 scfilt \
274 wpftcalc \
275 solver \
276 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
279 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,calc, \
280 scui \
283 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
284 svgfilter \
285 wpftdraw \
286 graphicfilter \
289 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
290 animcore \
291 PresentationMinimizer \
292 wpftimpress \
295 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
296 $(if $(ENABLE_ONLINE_UPDATE), \
297 updatecheckui \
298 updchk \
302 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
303 $(if $(ENABLE_EVOAB2),evoab) \
304 $(if $(ENABLE_GIO),losessioninstall) \
305 $(if $(ENABLE_GIO),ucpgio1) \
308 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,gnome, \
309 $(if $(ENABLE_GTK3),vclplug_gtk3) \
310 $(if $(ENABLE_GTK4),vclplug_gtk4) \
313 gb_haiku_or_kde := $(if $(filter HAIKU,$(OS)),haiku,kde)
315 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
316 $(if $(ENABLE_KF5),kf5be1) \
319 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,$(gb_haiku_or_kde), \
320 $(if $(ENABLE_KF5),vclplug_kf5) \
321 $(if $(ENABLE_KF6),vclplug_kf6) \
322 $(if $(ENABLE_QT5),vclplug_qt5) \
323 $(if $(ENABLE_QT6),vclplug_qt6) \
324 $(if $(ENABLE_GTK3_KDE5),vclplug_gtk3_kde5) \
327 $(eval $(call gb_Helper_register_executables_for_install,OOO,$(gb_haiku_or_kde), \
328 $(if $(ENABLE_GTK3_KDE5),lo_kde5filepicker) \
331 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
332 sm \
333 smd \
336 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
337 OGLTrans \
340 ifeq ($(OS),EMSCRIPTEN)
341 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
342 lo-bootstrap \
344 endif
346 ifneq ($(ENABLE_WASM_STRIP_CANVAS),TRUE)
347 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
348 canvastools \
349 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
350 canvasfactory \
351 cppcanvas \
352 $(if $(filter WNT,$(OS)),directx9canvas) \
353 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
354 $(if $(filter WNT,$(OS)),gdipluscanvas) \
355 simplecanvas \
356 vclcanvas \
358 endif
360 ifneq ($(ENABLE_WASM_STRIP_GUESSLANG),TRUE)
361 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
362 guesslang \
364 endif
366 ifneq ($(ENABLE_WASM_STRIP_HUNSPELL),TRUE)
367 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
368 hyphen \
369 lnth \
370 spell \
371 $(if $(filter iOS MACOSX,$(OS)), \
372 MacOSXSpell \
375 endif
377 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
378 avmedia \
379 $(if $(ENABLE_CURL),LanguageTool) \
380 $(call gb_Helper_optional,AVMEDIA, \
381 $(if $(filter MACOSX,$(OS)),\
382 avmediaMacAVF \
385 $(call gb_Helper_optional,SCRIPTING, \
386 basctl \
387 basprov \
389 basegfx \
390 bib \
391 chartcore \
392 chartcontroller \
393 $(call gb_Helper_optional,OPENCL,clew) \
394 $(if $(filter $(OS),WNT),,cmdmail) \
395 configmgr \
396 ctl \
397 dba \
398 dbahsql \
399 $(call gb_Helper_optional,DBCONNECTIVITY, \
400 dbase \
401 dbaxml) \
402 dbtools \
403 deploymentmisc \
404 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
405 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
406 docmodel \
407 drawinglayercore \
408 drawinglayer \
409 editeng \
410 $(if $(filter WNT,$(OS)),emser) \
411 evtatt \
412 $(call gb_Helper_optional,DBCONNECTIVITY, \
413 flat \
414 file) \
415 filterconfig \
416 fps_office \
417 for \
418 forui \
419 frm \
420 fsstorage \
421 fwk \
422 $(call gb_Helper_optionals_or,HELPTOOLS XMLHELP,helplinker) \
423 i18npool \
424 i18nsearch \
425 $(if $(ENABLE_JAVA),jdbc) \
426 $(if $(filter WNT,$(OS)),jumplist) \
427 $(if $(ENABLE_LDAP),ldapbe2) \
428 $(if $(filter WNT,$(OS)),WinUserInfoBe) \
429 localebe1 \
430 log \
431 lng \
432 $(if $(filter $(OS),MACOSX),macbe1) \
433 $(if $(MERGELIBS),merged) \
434 migrationoo2 \
435 migrationoo3 \
436 mozbootstrap \
437 msfilter \
438 $(call gb_Helper_optional,SCRIPTING,msforms) \
439 mtfrenderer \
440 $(call gb_Helper_optional,DBCONNECTIVITY,mysql_jdbc) \
441 $(call gb_Helper_optional,MARIADBC,$(call gb_Helper_optional,DBCONNECTIVITY,mysqlc)) \
442 numbertext \
443 odbc \
444 odfflatxml \
445 offacc \
446 oox \
447 $(call gb_Helper_optional,OPENCL,opencl) \
448 passwordcontainer \
449 pcr \
450 pdffilter \
451 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
452 sax \
453 sb \
454 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
455 scn \
456 sd \
457 sdd \
458 sfx \
459 slideshow \
460 sot \
461 $(if $(or $(DISABLE_GUI),$(ENABLE_WASM_STRIP_SPLASH)),,spl) \
462 storagefd \
463 $(call gb_Helper_optional,SCRIPTING,stringresource) \
464 svgio \
465 emfio \
466 svl \
467 svt \
468 svx \
469 svxcore \
470 sw \
471 syssh \
472 textconversiondlgs \
473 textfd \
474 tk \
475 tl \
476 ucpexpand1 \
477 ucpext \
478 ucpimage \
479 $(if $(ENABLE_LIBCMIS),ucpcmis1) \
480 ucptdoc1 \
481 unordf \
482 unoxml \
483 updatefeed \
484 utl \
485 uui \
486 $(call gb_Helper_optional,SCRIPTING, \
487 vbaevents \
488 vbahelper \
490 vcl \
491 writerperfect \
492 xmlscript \
493 xmlfa \
494 xmlfd \
495 xo \
496 xof \
497 xsltdlg \
498 xsltfilter \
499 $(if $(filter $(OS),WNT), \
500 ado \
501 oleautobridge \
502 smplmail \
503 wininetbe1 \
505 $(if $(filter $(OS),MACOSX), \
506 $(if $(ENABLE_MACOSX_SANDBOX),, \
507 AppleRemote \
509 fps_aqua \
513 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,ooo, \
514 acc \
515 $(if $(ENABLE_CUSTOMTARGET_COMPONENTS),components) \
516 cui \
517 $(if $(USING_X11),desktop_detector) \
518 icg \
519 sdui \
520 $(if $(ENABLE_GEN),vclplug_gen) \
521 $(if $(filter $(OS),WNT),vclplug_win) \
522 $(if $(filter $(OS),MACOSX),vclplug_osx) \
525 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
526 $(if $(BUILD_POSTGRESQL_SDBC), \
527 postgresql-sdbc \
528 postgresql-sdbc-impl) \
531 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,firebirdsdbc, \
532 $(if $(ENABLE_FIREBIRD_SDBC),firebird_sdbc) \
535 ifneq ($(ENABLE_PDFIMPORT),)
536 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
537 pdfimport \
539 endif
541 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
542 pythonloader \
545 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
546 pyuno \
547 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
550 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
551 rpt \
552 rptui \
553 rptxml \
556 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
557 hwp \
558 $(if $(ENABLE_LWP),lwpft) \
559 msword \
560 swd \
561 t602filter \
562 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
563 wpftwriter \
564 writerfilter \
565 $(call gb_Helper_optional,DBCONNECTIVITY,writer) \
568 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,writer, \
569 swui \
572 # cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
573 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
574 smoketest \
575 subsequenttest \
576 test \
577 test-setupvcl \
578 testtools_cppobj \
579 testtools_bridgetest \
580 testtools_bridgetest-common \
581 testtools_constructors \
582 unobootstrapprotector \
583 unoexceptionprotector \
584 unotest \
585 vclbootstrapprotector \
586 scqahelper \
587 swqahelper \
588 wpftqahelper \
589 precompiled_system \
590 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
591 $(if $(filter $(OS),ANDROID),lo-bootstrap) \
592 $(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
595 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
596 affine_uno_uno \
597 $(if $(filter MSC,$(COM)),$(if $(filter-out AARCH64_TRUE,$(CPUNAME)_$(CROSS_COMPILING)),cli_uno)) \
598 i18nlangtag \
599 $(if $(ENABLE_JAVA), \
600 java_uno \
601 jpipe \
602 $(if $(filter $(OS),WNT),jpipx) \
603 juh \
604 juhx \
606 log_uno_uno \
607 unsafe_uno_uno \
610 $(eval $(call gb_Helper_register_plugins_for_install,PLAINLIBS_URE,ure, \
611 $(if $(filter MSC,$(COM)), \
612 $(if $(filter INTEL,$(CPUNAME)),msci_uno) \
613 $(if $(filter X86_64,$(CPUNAME)),mscx_uno) \
614 $(if $(filter AARCH64,$(CPUNAME)),msca_uno) \
615 , gcc3_uno) \
618 $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
619 binaryurp \
620 bootstrap \
621 introspection \
622 invocadapt \
623 invocation \
624 io \
625 $(if $(ENABLE_JAVA),javaloader) \
626 $(if $(ENABLE_JAVA),javavm) \
627 $(if $(ENABLE_JAVA),jvmaccess) \
628 $(if $(ENABLE_JAVA),jvmfwk) \
629 namingservice \
630 proxyfac \
631 reflection \
632 reg \
633 stocservices \
634 store \
635 unoidl \
636 uuresolver \
637 xmlreader \
640 $(eval $(call gb_Helper_register_plugins_for_install,PRIVATELIBS_URE,ure, \
641 $(call gb_CondLibSalTextenc,sal_textenc) \
644 ifneq ($(ENABLE_WASM_STRIP_ACCESSIBILITY),TRUE)
645 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
646 $(if $(filter WNT,$(OS)), \
647 winaccessibility \
650 endif
652 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
653 $(call gb_Helper_optional,AVMEDIA, \
654 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
655 $(if $(ENABLE_GTK4),avmediagtk) \
656 $(if $(filter WNT,$(OS)),avmediawin) \
658 cached1 \
659 comphelper \
660 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
661 $(call gb_Helper_optional,BREAKPAD,crashreport) \
662 deployment \
663 deploymentgui \
664 embobj \
665 $(if $(ENABLE_JAVA),hsqldb) \
666 i18nutil \
667 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
668 $(if $(and $(ENABLE_GTKTILEDVIEWER), $(filter WNT,$(OS))), libreofficekitgtk) \
669 $(if $(ENABLE_JAVA), \
670 $(if $(filter $(OS),MACOSX),,officebean) \
672 emboleobj \
673 package2 \
674 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
675 sdbc2 \
676 sofficeapp \
677 srtrs1 \
678 ucb1 \
679 ucbhelper \
680 $(if $(WITH_WEBDAV),ucpdav1) \
681 ucpfile1 \
682 $(call gb_Helper_optional,XMLHELP,ucpchelp1) \
683 ucphier1 \
684 ucppkg1 \
685 $(call gb_CondExeUnopkg,unopkgapp) \
686 xmlsecurity \
687 xsec_xmlsec \
688 xstor \
689 $(if $(filter $(OS),MACOSX), \
690 macab1 \
691 macabdrv1 \
693 $(if $(filter WNT,$(OS)), \
694 fps \
695 inprocserv \
696 UAccCOM \
700 $(eval $(call gb_Helper_register_plugins_for_install,PLAINLIBS_OOO,ooo, \
701 collator_data \
702 dict_ja \
703 dict_zh \
704 index_data \
705 localedata_en \
706 localedata_es \
707 localedata_euro \
708 localedata_others \
709 textconv_dict \
712 ifeq ($(OS),WNT)
713 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
714 regactivex \
717 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
718 so_activex \
721 ifneq ($(BUILD_X64),)
722 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
723 so_activex_x64 \
725 endif
727 $(eval $(call gb_Helper_register_executables_for_install,OOO,spsuppfiles, \
728 spsupp_helper \
731 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,spsuppfiles, \
732 $(if $(CXX_X64_BINARY),spsupp_x64) \
733 $(if $(CXX_X86_BINARY),spsupp_x86) \
736 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
737 $(if $(WINDOWS_SDK_HOME),\
738 instooofiltmsi \
739 inst_msu_msi \
740 qslnkmsi \
741 reg_dlls \
742 reg4allmsdoc \
743 sdqsmsi \
744 sellangmsi \
745 sn_tools \
749 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
750 shlxtmsi \
753 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
754 ooofilt \
755 propertyhdl \
756 shlxthdl \
759 ifneq ($(BUILD_X64),)
760 $(eval $(call gb_Helper_register_packages_for_install,winexplorerextwin64, \
761 $(if $(filter MSC,$(COM)),msvc_dlls) \
764 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
765 ooofilt_x64 \
766 propertyhdl_x64 \
767 shlxthdl_x64 \
769 endif # BUILD_X64
771 endif # WNT
773 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
774 cppuhelper \
775 purpenvhelper \
776 salhelper \
779 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
780 cppu \
781 sal \
784 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
785 active_native \
786 passive_native \
787 crashextension \
790 ifneq ($(ENABLE_JAVA),)
791 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
792 java_uno \
793 juh \
794 jurt \
795 libreoffice \
796 ridl \
797 unoloader \
800 $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
801 ScriptFramework \
802 ScriptProviderForJava \
803 XMergeBridge \
804 commonwizards \
805 form \
806 $(if $(filter-out MACOSX,$(OS)),officebean) \
807 query \
808 report \
809 sdbc_hsqldb \
810 smoketest \
811 table \
812 unoil \
813 xmerge \
816 $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
817 reportbuilder \
818 reportbuilderwizard \
821 ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
822 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
823 ScriptProviderForBeanShell \
825 endif
827 ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
828 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
829 ScriptProviderForJavaScript \
831 endif
833 ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
834 $(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
835 numbertext \
837 endif
839 $(eval $(call gb_Helper_register_jars,OXT, \
840 EvolutionarySolver \
841 active_java \
842 mediawiki \
843 nlpsolver \
844 passive_java \
847 $(eval $(call gb_Helper_register_jars,NONE,\
848 ConnectivityTools \
849 HelloWorld \
850 Highlight \
851 MemoryUsage \
852 OOoRunner \
853 TestExtension \
854 test \
855 test-tools \
856 testComponent \
858 endif
860 # 'test_unittest' is only package delivering to workdir.
861 # Other packages could be potentially autoinstalled.
862 $(eval $(call gb_Helper_register_packages, \
863 test_unittest \
864 cli_basetypes_copy \
865 extras_wordbook \
866 instsetoo_native_setup \
867 $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \
868 postprocess_registry \
869 readlicense_oo_readmes \
870 setup_native_misc \
871 sysui_share \
872 vcl_fontunxpsprint \
875 $(eval $(call gb_Helper_register_packages_for_install,impress,\
876 sd_xml \
879 $(eval $(call gb_Helper_register_packages_for_install,calc,\
880 sc_res_xml \
883 $(eval $(call gb_Helper_register_packages_for_install,libreofficekit,\
884 $(if $(filter LINUX %BSD SOLARIS, $(OS)),libreofficekit_selectionhandles) \
885 $(if $(and $(ENABLE_GTKTILEDVIEWER), $(filter WNT,$(OS))), libreofficekit_selectionhandles) \
888 $(eval $(call gb_Helper_register_packages_for_install,ure,\
889 instsetoo_native_setup_ure \
890 $(call gb_CondExeUno,uno_sh) \
891 ure_install \
892 $(if $(ENABLE_JAVA),\
893 jvmfwk_jvmfwk3_ini \
894 jvmfwk_javavendors \
895 jvmfwk_jreproperties \
896 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
900 $(eval $(call gb_Helper_register_packages_for_install,postgresqlsdbc,\
901 $(if $(BUILD_POSTGRESQL_SDBC),connectivity_postgresql-sdbc) \
904 $(eval $(call gb_Helper_register_packages_for_install,sdk,\
905 odk_share_readme \
906 odk_share_readme_generated \
907 $(if $(filter WNT,$(OS)),$(if $(filter-out AARCH64_TRUE,$(CPUNAME)_$(CROSS_COMPILING)),odk_cli)) \
908 odk_config \
909 $(if $(filter WNT,$(OS)),odk_config_win) \
910 odk_docs \
911 $(if $(DOXYGEN),odk_doxygen) \
912 odk_examples \
913 odk_headers \
914 odk_headers_generated \
915 odk_html \
916 odk_settings \
917 odk_settings_generated \
918 $(if $(ENABLE_JAVA), \
919 odk_javadoc \
920 odk_uno_loader_classes \
924 ifneq ($(ENABLE_WASM_STRIP_PINGUSER),TRUE)
925 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
926 tipoftheday_images \
928 endif
930 ifneq ($(ENABLE_WASM_STRIP_CANVAS),TRUE)
931 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
932 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
934 endif
936 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
937 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
938 officecfg_misc \
939 $(if $(filter $(OS),MACOSX), \
940 extensions_mdibundle \
941 extensions_OOoSpotlightImporter \
943 extras_autocorr \
944 extras_autotextuser \
945 extras_cfgsrvnolang \
946 extras_cfgusr \
947 extras_database \
948 extras_databasebiblio \
949 extras_gallbullets \
950 extras_gallmytheme \
951 extras_gallroot \
952 extras_gallsystem \
953 extras_gallsystemstr \
954 extras_glade \
955 extras_labels \
956 $(if $(filter WNT,$(OS)),extras_newfiles) \
957 extras_palettes \
958 extras_personas \
959 extras_persona_dark \
960 extras_persona_gray \
961 extras_persona_green \
962 extras_persona_pink \
963 extras_persona_sand \
964 extras_persona_white \
965 extras_tplwizdesktop \
966 $(if $(WITH_TEMPLATES),\
967 extras_templates \
968 extras_tplpresnt \
969 extras_tplwizbitmap \
970 extras_tplwizard \
972 framework_dtd \
973 $(if $(filter $(OS),MACOSX),infoplist) \
974 oox_customshapes \
975 oox_generated \
976 package_dtd \
977 $(call gb_Helper_optional,DESKTOP,\
978 $(if $(filter-out WNT,$(OS)),$(if $(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
979 $(call gb_Helper_optional,DESKTOP,$(if $(filter-out EMSCRIPTEN MACOSX WNT,$(OS)),svx_gengal)) \
980 $(if $(USING_X11),vcl_fontunxppds) \
981 $(if $(filter $(OS),MACOSX),vcl_osxres) \
982 xmloff_dtd \
983 xmlscript_dtd \
984 $(call gb_Helper_optional,XMLHELP,xmlhelp_helpxsl) \
985 $(if $(ENABLE_JAVA),\
986 scripting_java \
987 scripting_java_jars \
988 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
989 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
991 $(call gb_Helper_optional,SCRIPTING,scripting_scriptbindinglib) \
992 $(if $(filter $(OS),MACOSX),sysui_osxicons) \
993 wizards_basicshare \
994 wizards_basicsrvaccess2base \
995 wizards_basicsrvdepot \
996 wizards_basicsrveuro \
997 wizards_basicsrvgimmicks \
998 wizards_basicsrvimport \
999 wizards_basicsrvform \
1000 wizards_basicsrvscriptforge \
1001 wizards_basicsrvsfdatabases \
1002 wizards_basicsrvsfdialogs \
1003 wizards_basicsrvsfdocuments \
1004 wizards_basicsrvsfunittests \
1005 wizards_basicsrvsfwidgets \
1006 wizards_basicsrvstandard \
1007 wizards_basicsrvtemplate \
1008 wizards_basicsrvtools \
1009 wizards_basicsrvtutorials \
1010 wizards_basicusr \
1011 wizards_properties \
1012 wizards_wizardshare \
1013 toolbarmode_images \
1014 vcl_theme_definitions \
1015 $(if $(filter WNT,$(OS)), \
1016 vcl_opengl_denylist \
1018 $(if $(filter SKIA,$(BUILD_TYPE)), \
1019 vcl_skia_denylist ) \
1020 $(if $(DISABLE_PYTHON),, \
1021 Pyuno/commonwizards \
1022 Pyuno/fax \
1023 Pyuno/letter \
1024 Pyuno/agenda \
1025 Pyuno/mailmerge \
1027 sfx2_classification \
1028 $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
1029 $(if $(ENABLE_HTMLHELP),\
1030 helpcontent2_html_dynamic \
1031 helpcontent2_html_media \
1032 helpcontent2_html_icon-themes \
1033 helpcontent2_html_static \
1035 resource_fonts \
1036 cui \
1039 $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
1040 extras_fonts \
1041 $(if $(USING_X11)$(DISABLE_GUI)$(filter ANDROID EMSCRIPTEN,$(OS)), \
1042 postprocess_fontconfig) \
1043 $(call gb_Helper_optional,MORE_FONTS,\
1044 fonts_alef \
1045 fonts_amiri \
1046 fonts_caladea \
1047 fonts_carlito \
1048 $(if $(MPL_SUBSET),,fonts_culmus) \
1049 fonts_dejavu \
1050 fonts_gentium \
1051 fonts_liberation \
1052 fonts_liberation_narrow \
1053 fonts_libertineg \
1054 fonts_libre_hebrew \
1055 fonts_noto \
1056 fonts_reem \
1057 fonts_scheherazade \
1061 $(eval $(call gb_Helper_register_packages_for_install,ooo_images,\
1062 postprocess_images \
1063 $(call gb_Helper_optional,HELP,helpcontent2_helpimages) \
1066 $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
1067 sd_opengl \
1068 slideshow_opengl_shader \
1071 ifneq ($(ENABLE_POPPLER),)
1072 $(eval $(call gb_Helper_register_packages_for_install,pdfimport, \
1073 sdext_pdfimport_pdf \
1075 endif
1077 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
1078 reportbuilder_templates \
1081 $(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
1082 filter_docbook \
1083 filter_xhtml \
1084 filter_xslt \
1087 $(eval $(call gb_Helper_register_packages_for_install,brand,\
1088 desktop_branding \
1089 $(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \
1090 $(if $(filter DESKTOP,$(BUILD_TYPE)),desktop_scripts_install) \
1091 $(if $(and $(filter-out EMSCRIPTEN HAIKU MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),\
1092 $(if $(DISABLE_GUI),, \
1093 desktop_soffice_sh \
1096 readlicense_oo_files \
1097 readlicense_oo_license \
1098 $(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \
1101 ifeq ($(USING_X11), TRUE)
1102 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
1103 desktop_sbase_sh \
1106 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
1107 desktop_scalc_sh \
1110 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
1111 desktop_sdraw_sh \
1114 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
1115 desktop_simpress_sh \
1118 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
1119 desktop_smath_sh \
1122 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
1123 desktop_swriter_sh \
1125 endif # USING_X11=TRUE
1127 $(eval $(call gb_Helper_register_packages_for_install,onlineupdate,\
1128 $(if $(ENABLE_ONLINE_UPDATE),$(if $(filter LINUX SOLARIS,$(OS)),setup_native_scripts)) \
1131 ifneq ($(DISABLE_PYTHON),TRUE)
1132 $(eval $(call gb_Helper_register_packages_for_install,python, \
1133 pyuno_pythonloader_ini \
1134 pyuno_python_scripts \
1135 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
1136 scripting_ScriptsPython \
1139 $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
1140 scripting_scriptproviderforpython \
1143 ifeq (LIBRELOGO,$(filter LIBRELOGO,$(BUILD_TYPE)))
1144 $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
1145 librelogo \
1146 librelogo_properties \
1148 endif # LIBRELOGO
1150 endif # DISABLE_PYTHON
1152 # External executables
1153 $(eval $(call gb_ExternalExecutable_register_executables,\
1154 genbrk \
1155 genccode \
1156 gencmn \
1157 python \
1158 xmllint \
1159 xsltproc \
1162 # Resources
1163 $(eval $(call gb_Helper_register_mos,\
1164 acc \
1165 $(call gb_Helper_optional,AVMEDIA,avmedia) \
1166 $(call gb_Helper_optional,SCRIPTING,basctl) \
1167 chart \
1168 cnr \
1169 cui \
1170 dba \
1171 dkt \
1172 editeng \
1173 flt \
1174 for \
1175 $(call gb_Helper_optional,DESKTOP,fps) \
1176 frm \
1177 fwk \
1178 oox \
1179 pcr \
1180 rpt \
1181 $(call gb_Helper_optional,SCRIPTING,sb) \
1182 sc \
1183 sca \
1184 scc \
1185 sd \
1186 sfx \
1187 shell \
1188 sm \
1189 svl \
1190 svt \
1191 svx \
1192 sw \
1193 uui \
1194 vcl \
1195 wiz \
1196 wpt \
1197 $(if $(ENABLE_NSS)$(ENABLE_OPENSSL),xsc) \
1200 # UI configuration
1201 ifneq ($(ENABLE_WASM_STRIP_DBACCESS),TRUE)
1202 $(eval $(call gb_Helper_register_uiconfigs,\
1203 $(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
1205 endif
1207 $(eval $(call gb_Helper_register_uiconfigs,\
1208 cui \
1209 desktop \
1210 editeng \
1211 filter \
1212 formula \
1213 fps \
1214 libreofficekit \
1215 $(call gb_Helper_optional,SCRIPTING,modules/BasicIDE) \
1216 $(call gb_Helper_optional,DBCONNECTIVITY,\
1217 modules/dbapp \
1218 modules/dbbrowser \
1219 modules/dbquery \
1220 modules/dbrelation \
1222 modules/dbreport \
1223 $(call gb_Helper_optional,DBCONNECTIVITY,\
1224 modules/dbtable \
1225 modules/dbtdata \
1227 modules/sabpilot \
1228 $(call gb_Helper_optional,DBCONNECTIVITY,modules/sbibliography) \
1229 modules/scalc \
1230 modules/scanner \
1231 modules/schart \
1232 modules/sdraw \
1233 modules/sglobal \
1234 modules/simpress \
1235 modules/smath \
1236 $(call gb_Helper_optional,DBCONNECTIVITY,modules/spropctrlr) \
1237 modules/StartModule \
1238 modules/sweb \
1239 modules/swform \
1240 modules/swreport \
1241 modules/swriter \
1242 modules/swxform \
1243 sfx \
1244 svt \
1245 svx \
1246 uui \
1247 vcl \
1248 writerperfect \
1249 $(if $(ENABLE_NSS)$(ENABLE_OPENSSL),xmlsec) \
1252 ifeq ($(gb_GBUILDSELFTEST),t)
1253 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, gbuildselftestdep gbuildselftest))
1254 $(eval $(call gb_Helper_register_executables,NONE, gbuildselftestexe))
1255 endif
1257 # vim: set noet sw=4 ts=4: