[cp] Collabora Office branding
[LibreOffice.git] / Repository.mk
blob8f3ff83ab1810d9e93778124c43a0a50c5bb83fc
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 svdemo \
73 minvcl \
74 fftester \
75 svptest \
76 svpclient ) \
77 $(if $(filter LINUX %BSD SOLARIS,$(OS)), tilebench) \
78 $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest) \
79 vcldemo \
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,$(CPUNAME)),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,fodsfuzzer) \
148 $(call gb_Helper_optional,FUZZERS,fodpfuzzer) \
149 $(call gb_Helper_optional,FUZZERS,xlsfuzzer) \
150 $(call gb_Helper_optional,FUZZERS,scrtffuzzer) \
151 $(call gb_Helper_optional,FUZZERS,wksfuzzer) \
152 $(call gb_Helper_optional,FUZZERS,diffuzzer) \
153 $(call gb_Helper_optional,FUZZERS,docxfuzzer) \
154 $(call gb_Helper_optional,FUZZERS,xlsxfuzzer) \
155 $(call gb_Helper_optional,FUZZERS,pptxfuzzer) \
156 $(call gb_Helper_optional,FUZZERS,mmlfuzzer) \
157 $(call gb_Helper_optional,FUZZERS,mtpfuzzer) \
158 $(call gb_Helper_optional,FUZZERS,htmlfuzzer) \
159 $(call gb_Helper_optional,FUZZERS,sftfuzzer) \
160 $(call gb_Helper_optional,FUZZERS,dbffuzzer) \
161 $(call gb_Helper_optional,FUZZERS,webpfuzzer) \
162 $(call gb_Helper_optional,FUZZERS,lockfuzzer) \
163 soffice_bin \
164 $(call gb_CondExeUnopkg, \
165 unopkg_bin \
166 $(if $(filter WNT,$(OS)), \
167 unopkg \
168 unopkg_com \
171 $(if $(filter WNT,$(OS)), \
172 soffice_exe \
173 soffice_com \
174 soffice_safe \
175 unoinfo \
176 $(if $(filter-out AARCH64,$(CPUNAME)),twain32shim) \
180 $(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
181 $(if $(filter WNT,$(OS)), \
182 sbase \
186 $(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
187 $(if $(filter WNT,$(OS)), \
188 odbcconfig \
192 $(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
193 $(if $(filter WNT,$(OS)), \
194 scalc \
198 $(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
199 $(if $(filter WNT,$(OS)), \
200 sdraw \
204 $(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
205 $(if $(filter WNT,$(OS)), \
206 simpress \
210 $(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
211 $(if $(filter WNT,$(OS)), \
212 smath \
216 $(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
217 $(if $(filter WNT,$(OS)), \
218 sweb \
219 swriter \
223 $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
224 gengal \
225 $(if $(filter WNT,$(OS)),,uri-encode) \
226 $(if $(filter WNT,$(OS)), \
227 senddoc \
229 $(if $(filter OPENCL,$(BUILD_TYPE)),opencltest) \
232 ifeq ($(OS),WNT)
233 $(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
234 quickstart \
236 endif
238 $(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
239 $(if $(filter WNT,$(OS)), \
240 python \
244 ifneq ($(ENABLE_POPPLER),)
245 $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
246 xpdfimport \
248 endif
250 $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
251 $(if $(and $(ENABLE_JAVA),$(filter-out HAIKU MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
252 $(call gb_CondExeRegistryTools, \
253 regview \
255 $(call gb_CondExeUno,uno) \
258 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
259 abp \
260 dbp \
261 dbu \
264 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
265 analysis \
266 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
267 date \
268 pricing \
269 sc \
270 scd \
271 scfilt \
272 wpftcalc \
273 solver \
274 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
277 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,calc, \
278 scui \
281 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
282 svgfilter \
283 wpftdraw \
284 graphicfilter \
287 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
288 animcore \
289 PresenterScreen \
290 PresentationMinimizer \
291 wpftimpress \
294 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
295 $(if $(ENABLE_ONLINE_UPDATE), \
296 updatecheckui \
297 updchk \
301 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
302 $(if $(ENABLE_EVOAB2),evoab) \
303 $(if $(ENABLE_GIO),losessioninstall) \
304 $(if $(ENABLE_GIO),ucpgio1) \
307 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,gnome, \
308 $(if $(ENABLE_GTK3),vclplug_gtk3) \
309 $(if $(ENABLE_GTK4),vclplug_gtk4) \
312 gb_haiku_or_kde := $(if $(filter HAIKU,$(OS)),haiku,kde)
314 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
315 $(if $(ENABLE_KF5),kf5be1) \
318 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,$(gb_haiku_or_kde), \
319 $(if $(ENABLE_KF5),vclplug_kf5) \
320 $(if $(ENABLE_QT5),vclplug_qt5) \
321 $(if $(ENABLE_QT6),vclplug_qt6) \
322 $(if $(ENABLE_GTK3_KDE5),vclplug_gtk3_kde5) \
325 $(eval $(call gb_Helper_register_executables_for_install,OOO,$(gb_haiku_or_kde), \
326 $(if $(ENABLE_GTK3_KDE5),lo_kde5filepicker) \
329 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
330 sm \
331 smd \
334 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
335 OGLTrans \
338 ifneq ($(ENABLE_WASM_STRIP_CANVAS),TRUE)
339 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
340 canvastools \
341 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
342 canvasfactory \
343 cppcanvas \
344 $(if $(filter WNT,$(OS)),directx9canvas) \
345 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
346 $(if $(filter WNT,$(OS)),gdipluscanvas) \
347 simplecanvas \
348 vclcanvas \
350 endif
352 ifneq ($(ENABLE_WASM_STRIP_GUESSLANG),TRUE)
353 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
354 guesslang \
356 endif
358 ifneq ($(ENABLE_WASM_STRIP_HUNSPELL),TRUE)
359 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
360 hyphen \
361 lnth \
362 spell \
363 $(if $(filter iOS MACOSX,$(OS)), \
364 MacOSXSpell \
367 endif
369 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
370 avmedia \
371 LanguageTool \
372 $(call gb_Helper_optional,AVMEDIA, \
373 $(if $(filter MACOSX,$(OS)),\
374 avmediaMacAVF \
377 $(call gb_Helper_optional,SCRIPTING, \
378 basctl \
379 basprov \
381 basegfx \
382 bib \
383 chartcore \
384 chartcontroller \
385 $(call gb_Helper_optional,OPENCL,clew) \
386 $(if $(filter $(OS),WNT),,cmdmail) \
387 configmgr \
388 ctl \
389 dba \
390 dbahsql \
391 $(call gb_Helper_optional,DBCONNECTIVITY, \
392 dbase \
393 dbaxml) \
394 dbtools \
395 deploymentmisc \
396 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
397 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
398 docmodel \
399 drawinglayercore \
400 drawinglayer \
401 editeng \
402 $(if $(filter WNT,$(OS)),emser) \
403 evtatt \
404 expwrap \
405 $(call gb_Helper_optional,DBCONNECTIVITY, \
406 flat \
407 file) \
408 filterconfig \
409 fps_office \
410 for \
411 forui \
412 frm \
413 fsstorage \
414 fwk \
415 $(call gb_Helper_optionals_or,HELPTOOLS XMLHELP,helplinker) \
416 i18npool \
417 i18nsearch \
418 $(if $(ENABLE_JAVA),jdbc) \
419 $(if $(filter WNT,$(OS)),jumplist) \
420 $(if $(ENABLE_LDAP),ldapbe2) \
421 $(if $(filter WNT,$(OS)),WinUserInfoBe) \
422 localebe1 \
423 log \
424 lng \
425 $(if $(filter $(OS),MACOSX),macbe1) \
426 $(if $(MERGELIBS),merged) \
427 migrationoo2 \
428 migrationoo3 \
429 mozbootstrap \
430 msfilter \
431 $(call gb_Helper_optional,SCRIPTING,msforms) \
432 mtfrenderer \
433 $(call gb_Helper_optional,DBCONNECTIVITY,mysql_jdbc) \
434 $(call gb_Helper_optional,MARIADBC,$(call gb_Helper_optional,DBCONNECTIVITY,mysqlc)) \
435 numbertext \
436 odbc \
437 odfflatxml \
438 offacc \
439 oox \
440 $(call gb_Helper_optional,OPENCL,opencl) \
441 passwordcontainer \
442 pcr \
443 pdffilter \
444 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
445 sax \
446 sb \
447 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
448 scn \
449 sd \
450 sdd \
451 sfx \
452 slideshow \
453 sot \
454 $(if $(or $(DISABLE_GUI),$(ENABLE_WASM_STRIP_SPLASH)),,spl) \
455 storagefd \
456 $(call gb_Helper_optional,SCRIPTING,stringresource) \
457 svgio \
458 emfio \
459 svl \
460 svt \
461 svx \
462 svxcore \
463 sw \
464 syssh \
465 textconversiondlgs \
466 textfd \
467 tk \
468 tl \
469 ucpexpand1 \
470 ucpext \
471 ucpimage \
472 $(if $(ENABLE_LIBCMIS),ucpcmis1) \
473 ucptdoc1 \
474 unordf \
475 unoxml \
476 updatefeed \
477 utl \
478 uui \
479 $(call gb_Helper_optional,SCRIPTING, \
480 vbaevents \
481 vbahelper \
483 vcl \
484 writerperfect \
485 xmlscript \
486 xmlfa \
487 xmlfd \
488 xo \
489 xof \
490 xsltdlg \
491 xsltfilter \
492 $(if $(filter $(OS),WNT), \
493 ado \
494 oleautobridge \
495 smplmail \
496 wininetbe1 \
498 $(if $(filter $(OS),MACOSX), \
499 $(if $(ENABLE_MACOSX_SANDBOX),, \
500 AppleRemote \
502 fps_aqua \
506 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,ooo, \
507 acc \
508 $(if $(ENABLE_CUSTOMTARGET_COMPONENTS),components) \
509 cui \
510 $(if $(USING_X11),desktop_detector) \
511 icg \
512 sdui \
513 $(if $(ENABLE_GEN),vclplug_gen) \
514 $(if $(filter $(OS),WNT),vclplug_win) \
515 $(if $(filter $(OS),MACOSX),vclplug_osx) \
518 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
519 $(if $(BUILD_POSTGRESQL_SDBC), \
520 postgresql-sdbc \
521 postgresql-sdbc-impl) \
524 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,firebirdsdbc, \
525 $(if $(ENABLE_FIREBIRD_SDBC),firebird_sdbc) \
528 ifneq ($(ENABLE_PDFIMPORT),)
529 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
530 pdfimport \
532 endif
534 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
535 pythonloader \
538 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
539 pyuno \
540 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
543 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
544 rpt \
545 rptui \
546 rptxml \
549 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
550 hwp \
551 $(if $(ENABLE_LWP),lwpft) \
552 msword \
553 swd \
554 t602filter \
555 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
556 wpftwriter \
557 writerfilter \
558 $(call gb_Helper_optional,DBCONNECTIVITY,writer) \
561 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,writer, \
562 swui \
565 # cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
566 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
567 smoketest \
568 subsequenttest \
569 test \
570 test-setupvcl \
571 testtools_cppobj \
572 testtools_bridgetest \
573 testtools_bridgetest-common \
574 testtools_constructors \
575 unobootstrapprotector \
576 unoexceptionprotector \
577 unotest \
578 vclbootstrapprotector \
579 scqahelper \
580 swqahelper \
581 wpftqahelper \
582 precompiled_system \
583 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
584 $(if $(filter $(OS),ANDROID),lo-bootstrap) \
585 $(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
588 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
589 affine_uno_uno \
590 $(if $(filter MSC,$(COM)),$(if $(filter-out AARCH64,$(CPUNAME)),cli_uno)) \
591 i18nlangtag \
592 $(if $(ENABLE_JAVA), \
593 java_uno \
594 jpipe \
595 $(if $(filter $(OS),WNT),jpipx) \
596 juh \
597 juhx \
599 log_uno_uno \
600 unsafe_uno_uno \
603 $(eval $(call gb_Helper_register_plugins_for_install,PLAINLIBS_URE,ure, \
604 $(if $(filter MSC,$(COM)), \
605 $(if $(filter INTEL,$(CPUNAME)),msci_uno) \
606 $(if $(filter X86_64,$(CPUNAME)),mscx_uno) \
607 $(if $(filter AARCH64,$(CPUNAME)),msca_uno) \
608 , gcc3_uno) \
611 $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
612 binaryurp \
613 bootstrap \
614 introspection \
615 invocadapt \
616 invocation \
617 io \
618 $(if $(ENABLE_JAVA),javaloader) \
619 $(if $(ENABLE_JAVA),javavm) \
620 $(if $(ENABLE_JAVA),jvmaccess) \
621 $(if $(ENABLE_JAVA),jvmfwk) \
622 namingservice \
623 proxyfac \
624 reflection \
625 reg \
626 stocservices \
627 store \
628 unoidl \
629 uuresolver \
630 xmlreader \
633 $(eval $(call gb_Helper_register_plugins_for_install,PRIVATELIBS_URE,ure, \
634 $(call gb_CondLibSalTextenc,sal_textenc) \
637 ifneq ($(ENABLE_WASM_STRIP_ACCESSIBILITY),TRUE)
638 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
639 $(if $(filter WNT,$(OS)), \
640 winaccessibility \
643 endif
645 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
646 $(call gb_Helper_optional,AVMEDIA, \
647 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
648 $(if $(ENABLE_GTK4),avmediagtk) \
649 $(if $(filter WNT,$(OS)),avmediawin) \
651 cached1 \
652 comphelper \
653 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
654 $(call gb_Helper_optional,BREAKPAD,crashreport) \
655 deployment \
656 deploymentgui \
657 embobj \
658 $(if $(ENABLE_JAVA),hsqldb) \
659 i18nutil \
660 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
661 $(if $(and $(ENABLE_GTKTILEDVIEWER), $(filter WNT,$(OS))), libreofficekitgtk) \
662 $(if $(ENABLE_JAVA), \
663 $(if $(filter $(OS),MACOSX),,officebean) \
665 emboleobj \
666 package2 \
667 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
668 sdbc2 \
669 sofficeapp \
670 srtrs1 \
671 ucb1 \
672 ucbhelper \
673 $(if $(WITH_WEBDAV),ucpdav1) \
674 ucpfile1 \
675 ucpftp1 \
676 $(call gb_Helper_optional,XMLHELP,ucpchelp1) \
677 ucphier1 \
678 ucppkg1 \
679 $(call gb_CondExeUnopkg,unopkgapp) \
680 xmlsecurity \
681 xsec_xmlsec \
682 xstor \
683 $(if $(filter $(OS),MACOSX), \
684 macab1 \
685 macabdrv1 \
687 $(if $(filter WNT,$(OS)), \
688 fps \
689 inprocserv \
690 UAccCOM \
694 $(eval $(call gb_Helper_register_plugins_for_install,PLAINLIBS_OOO,ooo, \
695 collator_data \
696 dict_ja \
697 dict_zh \
698 index_data \
699 localedata_en \
700 localedata_es \
701 localedata_euro \
702 localedata_others \
703 textconv_dict \
706 ifeq ($(OS),WNT)
707 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
708 regactivex \
711 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
712 so_activex \
715 ifneq ($(BUILD_X64),)
716 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
717 so_activex_x64 \
719 endif
721 $(eval $(call gb_Helper_register_executables_for_install,OOO,spsuppfiles, \
722 spsupp_helper \
725 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,spsuppfiles, \
726 $(if $(CXX_X64_BINARY),spsupp_x64) \
727 $(if $(CXX_X86_BINARY),spsupp_x86) \
730 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
731 $(if $(WINDOWS_SDK_HOME),\
732 instooofiltmsi \
733 inst_msu_msi \
734 qslnkmsi \
735 reg_dlls \
736 reg4allmsdoc \
737 sdqsmsi \
738 sellangmsi \
739 sn_tools \
743 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
744 shlxtmsi \
747 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
748 ooofilt \
749 propertyhdl \
750 shlxthdl \
753 ifneq ($(BUILD_X64),)
754 $(eval $(call gb_Helper_register_packages_for_install,winexplorerextwin64, \
755 $(if $(filter MSC,$(COM)),msvc_dlls) \
758 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
759 ooofilt_x64 \
760 propertyhdl_x64 \
761 shlxthdl_x64 \
763 endif # BUILD_X64
765 endif # WNT
767 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
768 cppuhelper \
769 purpenvhelper \
770 salhelper \
773 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
774 cppu \
775 sal \
778 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
779 active_native \
780 passive_native \
781 crashextension \
784 ifneq ($(ENABLE_JAVA),)
785 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
786 java_uno \
787 juh \
788 jurt \
789 libreoffice \
790 ridl \
791 unoloader \
794 $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
795 ScriptFramework \
796 ScriptProviderForJava \
797 XMergeBridge \
798 commonwizards \
799 form \
800 $(if $(filter-out MACOSX,$(OS)),officebean) \
801 query \
802 report \
803 sdbc_hsqldb \
804 smoketest \
805 table \
806 unoil \
807 xmerge \
810 $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
811 reportbuilder \
812 reportbuilderwizard \
815 ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
816 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
817 ScriptProviderForBeanShell \
819 endif
821 ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
822 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
823 ScriptProviderForJavaScript \
825 endif
827 ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
828 $(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
829 numbertext \
831 endif
833 $(eval $(call gb_Helper_register_jars,OXT, \
834 EvolutionarySolver \
835 active_java \
836 mediawiki \
837 nlpsolver \
838 passive_java \
841 $(eval $(call gb_Helper_register_jars,NONE,\
842 ConnectivityTools \
843 HelloWorld \
844 Highlight \
845 MemoryUsage \
846 OOoRunner \
847 TestExtension \
848 test \
849 test-tools \
850 testComponent \
852 endif
854 # 'test_unittest' is only package delivering to workdir.
855 # Other packages could be potentially autoinstalled.
856 $(eval $(call gb_Helper_register_packages, \
857 test_unittest \
858 cli_basetypes_copy \
859 extras_wordbook \
860 instsetoo_native_setup \
861 $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \
862 postprocess_registry \
863 readlicense_oo_readmes \
864 setup_native_misc \
865 sysui_share \
866 vcl_fontunxpsprint \
869 $(eval $(call gb_Helper_register_packages_for_install,impress,\
870 sd_xml \
873 $(eval $(call gb_Helper_register_packages_for_install,calc,\
874 sc_res_xml \
877 $(eval $(call gb_Helper_register_packages_for_install,libreofficekit,\
878 $(if $(filter LINUX %BSD SOLARIS, $(OS)),libreofficekit_selectionhandles) \
879 $(if $(and $(ENABLE_GTKTILEDVIEWER), $(filter WNT,$(OS))), libreofficekit_selectionhandles) \
882 $(eval $(call gb_Helper_register_packages_for_install,ure,\
883 instsetoo_native_setup_ure \
884 $(call gb_CondExeUno,uno_sh) \
885 ure_install \
886 $(if $(ENABLE_JAVA),\
887 jvmfwk_jvmfwk3_ini \
888 jvmfwk_javavendors \
889 jvmfwk_jreproperties \
890 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
894 $(eval $(call gb_Helper_register_packages_for_install,postgresqlsdbc,\
895 $(if $(BUILD_POSTGRESQL_SDBC),connectivity_postgresql-sdbc) \
898 $(eval $(call gb_Helper_register_packages_for_install,sdk,\
899 odk_share_readme \
900 odk_share_readme_generated \
901 $(if $(filter WNT,$(OS)),$(if $(filter-out AARCH64,$(CPUNAME)),odk_cli)) \
902 odk_config \
903 $(if $(filter WNT,$(OS)),odk_config_win) \
904 odk_docs \
905 $(if $(DOXYGEN),odk_doxygen) \
906 odk_examples \
907 odk_headers \
908 odk_headers_generated \
909 odk_html \
910 odk_settings \
911 odk_settings_generated \
912 $(if $(ENABLE_JAVA), \
913 odk_javadoc \
914 odk_uno_loader_classes \
918 ifneq ($(ENABLE_WASM_STRIP_PINGUSER),TRUE)
919 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
920 tipoftheday_images \
922 endif
924 ifneq ($(ENABLE_WASM_STRIP_CANVAS),TRUE)
925 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
926 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
928 endif
930 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
931 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
932 officecfg_misc \
933 $(if $(filter $(OS),MACOSX), \
934 extensions_mdibundle \
935 extensions_OOoSpotlightImporter \
937 extras_autocorr \
938 extras_autotextuser \
939 extras_cfgsrvnolang \
940 extras_cfgusr \
941 extras_database \
942 extras_databasebiblio \
943 extras_gallbullets \
944 extras_gallmytheme \
945 extras_gallroot \
946 extras_gallsystem \
947 extras_gallsystemstr \
948 extras_glade \
949 extras_labels \
950 $(if $(filter WNT,$(OS)),extras_newfiles) \
951 extras_palettes \
952 extras_personas \
953 extras_persona_dark \
954 extras_persona_gray \
955 extras_persona_green \
956 extras_persona_pink \
957 extras_persona_sand \
958 extras_persona_white \
959 extras_templates \
960 extras_tplpresnt \
961 extras_tplwizbitmap \
962 extras_tplwizdesktop \
963 extras_tplwizard \
964 framework_dtd \
965 $(if $(filter $(OS),MACOSX),infoplist) \
966 oox_customshapes \
967 oox_generated \
968 package_dtd \
969 sd_web \
970 $(call gb_Helper_optional,DESKTOP,\
971 $(if $(filter-out WNT,$(OS)),$(if $(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
972 $(call gb_Helper_optional,DESKTOP,$(if $(filter-out EMSCRIPTEN MACOSX WNT,$(OS)),svx_gengal)) \
973 $(if $(USING_X11),vcl_fontunxppds) \
974 $(if $(filter $(OS),MACOSX),vcl_osxres) \
975 xmloff_dtd \
976 xmlscript_dtd \
977 $(call gb_Helper_optional,XMLHELP,xmlhelp_helpxsl) \
978 $(if $(ENABLE_JAVA),\
979 scripting_java \
980 scripting_java_jars \
981 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
982 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
984 $(call gb_Helper_optional,SCRIPTING,scripting_scriptbindinglib) \
985 $(if $(filter $(OS),MACOSX),sysui_osxicons) \
986 wizards_basicshare \
987 wizards_basicsrvaccess2base \
988 wizards_basicsrvdepot \
989 wizards_basicsrveuro \
990 wizards_basicsrvgimmicks \
991 wizards_basicsrvimport \
992 wizards_basicsrvform \
993 wizards_basicsrvscriptforge \
994 wizards_basicsrvsfdatabases \
995 wizards_basicsrvsfdialogs \
996 wizards_basicsrvsfdocuments \
997 wizards_basicsrvsfunittests \
998 wizards_basicsrvsfwidgets \
999 wizards_basicsrvstandard \
1000 wizards_basicsrvtemplate \
1001 wizards_basicsrvtools \
1002 wizards_basicsrvtutorials \
1003 wizards_basicusr \
1004 wizards_properties \
1005 wizards_wizardshare \
1006 toolbarmode_images \
1007 vcl_theme_definitions \
1008 $(if $(filter WNT,$(OS)), \
1009 vcl_opengl_denylist \
1011 $(if $(filter SKIA,$(BUILD_TYPE)), \
1012 vcl_skia_denylist ) \
1013 $(if $(DISABLE_PYTHON),,$(if $(filter-out AIX,$(OS)), \
1014 Pyuno/commonwizards \
1015 Pyuno/fax \
1016 Pyuno/letter \
1017 Pyuno/agenda \
1018 Pyuno/mailmerge \
1019 )) \
1020 sfx2_classification \
1021 $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
1022 $(if $(ENABLE_HTMLHELP),\
1023 helpcontent2_html_dynamic \
1024 helpcontent2_html_media \
1025 helpcontent2_html_icon-themes \
1026 helpcontent2_html_static \
1028 resource_fonts \
1029 cui \
1032 $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
1033 extras_fonts \
1034 $(if $(USING_X11)$(DISABLE_GUI)$(filter ANDROID EMSCRIPTEN,$(OS)), \
1035 postprocess_fontconfig) \
1036 $(call gb_Helper_optional,MORE_FONTS,\
1037 fonts_alef \
1038 fonts_amiri \
1039 fonts_caladea \
1040 fonts_carlito \
1041 $(if $(MPL_SUBSET),,fonts_culmus) \
1042 fonts_dejavu \
1043 fonts_gentium \
1044 fonts_karla \
1045 fonts_liberation \
1046 fonts_liberation_narrow \
1047 fonts_libertineg \
1048 fonts_libre_hebrew \
1049 fonts_noto \
1050 fonts_opendyslexic \
1051 fonts_reem \
1052 fonts_sourcesans \
1053 fonts_scheherazade \
1055 $(call gb_Helper_optional,NOTO_FONT,\
1056 fonts_notomore \
1057 fonts_notosansjp \
1058 fonts_notosanskr \
1059 fonts_notosanssc \
1060 fonts_notosanstc \
1061 fonts_notoserifjp \
1062 fonts_notoserifkr \
1063 fonts_notoserifsc \
1064 fonts_notoseriftc \
1068 $(eval $(call gb_Helper_register_packages_for_install,ooo_images,\
1069 postprocess_images \
1070 $(call gb_Helper_optional,HELP,helpcontent2_helpimages) \
1073 $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
1074 sd_opengl \
1075 slideshow_opengl_shader \
1078 ifneq ($(ENABLE_POPPLER),)
1079 $(eval $(call gb_Helper_register_packages_for_install,pdfimport, \
1080 sdext_pdfimport_pdf \
1082 endif
1084 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
1085 reportbuilder_templates \
1088 $(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
1089 filter_docbook \
1090 filter_xhtml \
1091 filter_xslt \
1094 $(eval $(call gb_Helper_register_packages_for_install,brand,\
1095 desktop_branding \
1096 $(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \
1097 $(if $(filter DESKTOP,$(BUILD_TYPE)),desktop_scripts_install) \
1098 $(if $(and $(filter-out EMSCRIPTEN HAIKU MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),\
1099 $(if $(DISABLE_GUI),, \
1100 desktop_soffice_sh \
1103 readlicense_oo_files \
1104 readlicense_oo_license \
1105 $(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \
1108 ifeq ($(USING_X11), TRUE)
1109 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
1110 desktop_sbase_sh \
1113 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
1114 desktop_scalc_sh \
1117 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
1118 desktop_sdraw_sh \
1121 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
1122 desktop_simpress_sh \
1125 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
1126 desktop_smath_sh \
1129 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
1130 desktop_swriter_sh \
1132 endif # USING_X11=TRUE
1134 $(eval $(call gb_Helper_register_packages_for_install,onlineupdate,\
1135 $(if $(ENABLE_ONLINE_UPDATE),$(if $(filter LINUX SOLARIS,$(OS)),setup_native_scripts)) \
1138 ifneq ($(DISABLE_PYTHON),TRUE)
1139 $(eval $(call gb_Helper_register_packages_for_install,python, \
1140 pyuno_pythonloader_ini \
1141 pyuno_python_scripts \
1142 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
1143 scripting_ScriptsPython \
1146 $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
1147 scripting_scriptproviderforpython \
1150 ifeq (LIBRELOGO,$(filter LIBRELOGO,$(BUILD_TYPE)))
1151 $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
1152 librelogo \
1153 librelogo_properties \
1155 endif # LIBRELOGO
1157 endif # DISABLE_PYTHON
1159 # External executables
1160 $(eval $(call gb_ExternalExecutable_register_executables,\
1161 genbrk \
1162 genccode \
1163 gencmn \
1164 python \
1165 xmllint \
1166 xsltproc \
1169 # Resources
1170 $(eval $(call gb_Helper_register_mos,\
1171 acc \
1172 $(call gb_Helper_optional,AVMEDIA,avmedia) \
1173 $(call gb_Helper_optional,SCRIPTING,basctl) \
1174 chart \
1175 cnr \
1176 cui \
1177 dba \
1178 dkt \
1179 editeng \
1180 flt \
1181 for \
1182 $(call gb_Helper_optional,DESKTOP,fps) \
1183 frm \
1184 fwk \
1185 oox \
1186 pcr \
1187 rpt \
1188 $(call gb_Helper_optional,SCRIPTING,sb) \
1189 sc \
1190 sca \
1191 scc \
1192 sd \
1193 sfx \
1194 shell \
1195 sm \
1196 svl \
1197 svt \
1198 svx \
1199 sw \
1200 uui \
1201 vcl \
1202 wiz \
1203 wpt \
1204 $(if $(ENABLE_NSS)$(ENABLE_OPENSSL),xsc) \
1207 # UI configuration
1208 ifneq ($(ENABLE_WASM_STRIP_DBACCESS),TRUE)
1209 $(eval $(call gb_Helper_register_uiconfigs,\
1210 $(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
1212 endif
1214 $(eval $(call gb_Helper_register_uiconfigs,\
1215 cui \
1216 desktop \
1217 editeng \
1218 filter \
1219 formula \
1220 fps \
1221 libreofficekit \
1222 $(call gb_Helper_optional,SCRIPTING,modules/BasicIDE) \
1223 $(call gb_Helper_optional,DBCONNECTIVITY,\
1224 modules/dbapp \
1225 modules/dbbrowser \
1226 modules/dbquery \
1227 modules/dbrelation \
1229 modules/dbreport \
1230 $(call gb_Helper_optional,DBCONNECTIVITY,\
1231 modules/dbtable \
1232 modules/dbtdata \
1234 modules/sabpilot \
1235 $(call gb_Helper_optional,DBCONNECTIVITY,modules/sbibliography) \
1236 modules/scalc \
1237 modules/scanner \
1238 modules/schart \
1239 modules/sdraw \
1240 modules/sglobal \
1241 modules/simpress \
1242 modules/smath \
1243 $(call gb_Helper_optional,DBCONNECTIVITY,modules/spropctrlr) \
1244 modules/StartModule \
1245 modules/sweb \
1246 modules/swform \
1247 modules/swreport \
1248 modules/swriter \
1249 modules/swxform \
1250 sfx \
1251 svt \
1252 svx \
1253 uui \
1254 vcl \
1255 writerperfect \
1256 $(if $(ENABLE_NSS)$(ENABLE_OPENSSL),xmlsec) \
1259 ifeq ($(gb_GBUILDSELFTEST),t)
1260 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, gbuildselftestdep gbuildselftest))
1261 $(eval $(call gb_Helper_register_executables,NONE, gbuildselftestexe))
1262 endif
1264 # vim: set noet sw=4 ts=4: