CppunitTest_sw_tiledrendering: factor out common code
[LibreOffice.git] / Repository.mk
blobc90c56880147d30239455fdfa8be181d0aae06a4
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 $(if $(or $(filter EMSCRIPTEN,$(BUILD_TYPE_FOR_HOST)),$(filter EMSCRIPTEN,$(OS))),embindmaker wasmbridgegen) \
37 gbuildtojson \
38 $(if $(filter MSC,$(COM)), \
39 gcc-wrapper \
40 g++-wrapper \
41 ) \
42 gencoll_rule \
43 genconv_dict \
44 gendict \
45 genindex_data \
46 helpex \
47 idxdict \
48 io-testconnection \
49 langsupport \
50 $(if $(filter iOS,$(OS)),LibreOffice) \
51 lngconvex \
52 localize \
53 $(call gb_CondExeLockfile,lockfile) \
54 makedepend \
55 mbsdiff \
56 osl_process_child \
57 pdf2xml \
58 pdfunzip \
59 pdfverify \
60 pocheck \
61 propex \
62 regsvrex \
63 saxparser \
64 svidl \
65 $(if $(ENABLE_ONLINE_UPDATE_MAR),\
66 test_updater_dialog \
67 ) \
68 treex \
69 ulfex \
70 unoidl-check \
71 xrmex \
72 $(if $(filter-out ANDROID iOS WNT,$(OS)), \
73 fftester \
74 svpclient ) \
75 $(if $(filter LINUX %BSD SOLARIS,$(OS)), tilebench) \
76 $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest) \
77 vcldemo \
78 svdemo \
79 minvcl \
80 minweld \
81 svptest \
82 tiledrendering \
83 mtfdemo \
84 visualbackendtest \
85 listfonts \
86 listglyphs \
87 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), gtktiledviewer) \
88 $(if $(and $(ENABLE_GTKTILEDVIEWER), $(filter WNT,$(OS))), gtktiledviewer) \
91 $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
92 $(if $(ENABLE_CLI),\
93 $(if $(filter MSC,$(COM)),$(if $(filter-out AARCH64_TRUE,$(CPUNAME)_$(CROSS_COMPILING)),climaker)) \
94 ) \
95 cppumaker \
96 javamaker \
97 netmaker \
98 $(call gb_CondExeSp2bv,sp2bv) \
99 $(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
100 unoidl-read \
101 unoidl-write \
102 $(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
105 ifneq ($(ENABLE_WASM_STRIP_ACCESSIBILITY),TRUE)
106 $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
107 $(if $(filter-out ANDROID HAIKU iOS MACOSX WNT,$(OS)),oosplash) \
109 endif
111 $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
112 $(if $(ENABLE_ONLINE_UPDATE_MAR),\
113 mar \
114 $(if $(filter WNT,$(OS)), \
115 update_service \
117 updater )\
118 $(call gb_Helper_optional,BREAKPAD,minidump_upload) \
119 $(call gb_Helper_optional,FUZZERS,wmffuzzer) \
120 $(call gb_Helper_optional,FUZZERS,jpgfuzzer) \
121 $(call gb_Helper_optional,FUZZERS,giffuzzer) \
122 $(call gb_Helper_optional,FUZZERS,xbmfuzzer) \
123 $(call gb_Helper_optional,FUZZERS,xpmfuzzer) \
124 $(call gb_Helper_optional,FUZZERS,pngfuzzer) \
125 $(call gb_Helper_optional,FUZZERS,bmpfuzzer) \
126 $(call gb_Helper_optional,FUZZERS,svmfuzzer) \
127 $(call gb_Helper_optional,FUZZERS,pcdfuzzer) \
128 $(call gb_Helper_optional,FUZZERS,dxffuzzer) \
129 $(call gb_Helper_optional,FUZZERS,metfuzzer) \
130 $(call gb_Helper_optional,FUZZERS,ppmfuzzer) \
131 $(call gb_Helper_optional,FUZZERS,psdfuzzer) \
132 $(call gb_Helper_optional,FUZZERS,epsfuzzer) \
133 $(call gb_Helper_optional,FUZZERS,pctfuzzer) \
134 $(call gb_Helper_optional,FUZZERS,pcxfuzzer) \
135 $(call gb_Helper_optional,FUZZERS,rasfuzzer) \
136 $(call gb_Helper_optional,FUZZERS,tgafuzzer) \
137 $(call gb_Helper_optional,FUZZERS,tiffuzzer) \
138 $(call gb_Helper_optional,FUZZERS,hwpfuzzer) \
139 $(call gb_Helper_optional,FUZZERS,602fuzzer) \
140 $(call gb_Helper_optional,FUZZERS,lwpfuzzer) \
141 $(call gb_Helper_optional,FUZZERS,olefuzzer) \
142 $(call gb_Helper_optional,FUZZERS,pptfuzzer) \
143 $(call gb_Helper_optional,FUZZERS,rtffuzzer) \
144 $(call gb_Helper_optional,FUZZERS,rtf2pdffuzzer) \
145 $(call gb_Helper_optional,FUZZERS,cgmfuzzer) \
146 $(call gb_Helper_optional,FUZZERS,ww2fuzzer) \
147 $(call gb_Helper_optional,FUZZERS,ww6fuzzer) \
148 $(call gb_Helper_optional,FUZZERS,ww8fuzzer) \
149 $(call gb_Helper_optional,FUZZERS,qpwfuzzer) \
150 $(call gb_Helper_optional,FUZZERS,slkfuzzer) \
151 $(call gb_Helper_optional,FUZZERS,fodtfuzzer) \
152 $(call gb_Helper_optional,FUZZERS,fodt2pdffuzzer) \
153 $(call gb_Helper_optional,FUZZERS,fods2xlsfuzzer) \
154 $(call gb_Helper_optional,FUZZERS,fodsfuzzer) \
155 $(call gb_Helper_optional,FUZZERS,fodpfuzzer) \
156 $(call gb_Helper_optional,FUZZERS,xlsfuzzer) \
157 $(call gb_Helper_optional,FUZZERS,schtmlfuzzer) \
158 $(call gb_Helper_optional,FUZZERS,scrtffuzzer) \
159 $(call gb_Helper_optional,FUZZERS,wksfuzzer) \
160 $(call gb_Helper_optional,FUZZERS,diffuzzer) \
161 $(call gb_Helper_optional,FUZZERS,docxfuzzer) \
162 $(call gb_Helper_optional,FUZZERS,xlsxfuzzer) \
163 $(call gb_Helper_optional,FUZZERS,pptxfuzzer) \
164 $(call gb_Helper_optional,FUZZERS,mmlfuzzer) \
165 $(call gb_Helper_optional,FUZZERS,mtpfuzzer) \
166 $(call gb_Helper_optional,FUZZERS,htmlfuzzer) \
167 $(call gb_Helper_optional,FUZZERS,sftfuzzer) \
168 $(call gb_Helper_optional,FUZZERS,dbffuzzer) \
169 $(call gb_Helper_optional,FUZZERS,webpfuzzer) \
170 $(call gb_Helper_optional,FUZZERS,zipfuzzer) \
171 $(call gb_Helper_optional,FUZZERS,svgfuzzer) \
172 soffice_bin \
173 $(call gb_CondExeUnopkg, \
174 unopkg_bin \
175 $(if $(filter WNT,$(OS)), \
176 unopkg \
177 unopkg_com \
180 $(if $(filter WNT,$(OS)), \
181 soffice_exe \
182 soffice_com \
183 soffice_safe \
184 unoinfo \
185 $(if $(filter-out AARCH64,$(CPUNAME)),twain32shim) \
189 $(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
190 $(if $(filter WNT,$(OS)), \
191 sbase \
195 $(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
196 $(if $(filter WNT,$(OS)), \
197 odbcconfig \
201 $(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
202 $(if $(filter WNT,$(OS)), \
203 scalc \
207 $(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
208 $(if $(filter WNT,$(OS)), \
209 sdraw \
213 $(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
214 $(if $(filter WNT,$(OS)), \
215 simpress \
219 $(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
220 $(if $(filter WNT,$(OS)), \
221 smath \
225 $(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
226 $(if $(filter WNT,$(OS)), \
227 sweb \
228 swriter \
232 $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
233 gengal \
234 $(if $(filter WNT,$(OS)),,uri-encode) \
235 $(if $(filter WNT,$(OS)), \
236 senddoc \
238 $(if $(filter OPENCL,$(BUILD_TYPE)),opencltest) \
241 ifeq ($(OS),WNT)
242 $(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
243 quickstart \
245 endif
247 $(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
248 $(if $(filter WNT,$(OS)), \
249 python \
253 ifneq ($(ENABLE_POPPLER),)
254 $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
255 xpdfimport \
257 endif
259 $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
260 $(if $(and $(ENABLE_JAVA),$(filter-out HAIKU MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
261 $(call gb_CondExeRegistryTools, \
262 regview \
264 $(call gb_CondExeUno,uno) \
267 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
268 abp \
269 dbp \
270 dbu \
273 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
274 analysis \
275 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
276 date \
277 pricing \
278 sc \
279 scd \
280 scfilt \
281 wpftcalc \
282 solver \
283 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
286 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,calc, \
287 scui \
290 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
291 svgfilter \
292 wpftdraw \
293 graphicfilter \
296 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
297 animcore \
298 PresentationMinimizer \
299 wpftimpress \
302 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
303 $(if $(ENABLE_ONLINE_UPDATE), \
304 updatecheckui \
305 updchk \
309 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
310 $(if $(ENABLE_EVOAB2),evoab) \
311 $(if $(ENABLE_GIO),losessioninstall) \
312 $(if $(ENABLE_GIO),ucpgio1) \
315 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,gnome, \
316 $(if $(ENABLE_GTK3),vclplug_gtk3) \
317 $(if $(ENABLE_GTK4),vclplug_gtk4) \
320 gb_haiku_or_kde := $(if $(filter HAIKU,$(OS)),haiku,kde)
322 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
323 $(if $(ENABLE_KF5),kf5be1) \
326 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,$(gb_haiku_or_kde), \
327 $(if $(ENABLE_KF5),vclplug_kf5) \
328 $(if $(ENABLE_KF6),vclplug_kf6) \
329 $(if $(ENABLE_QT5),vclplug_qt5) \
330 $(if $(ENABLE_QT6),vclplug_qt6) \
331 $(if $(ENABLE_GTK3_KDE5),vclplug_gtk3_kde5) \
334 $(eval $(call gb_Helper_register_executables_for_install,OOO,$(gb_haiku_or_kde), \
335 $(if $(ENABLE_GTK3_KDE5),lo_kde5filepicker) \
338 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
339 sm \
340 smd \
343 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
344 OGLTrans \
347 ifeq ($(OS),EMSCRIPTEN)
348 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
349 lo-bootstrap \
351 endif
353 ifneq ($(ENABLE_WASM_STRIP_CANVAS),TRUE)
354 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
355 canvastools \
356 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
357 canvasfactory \
358 cppcanvas \
359 $(if $(filter WNT,$(OS)),directx9canvas) \
360 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
361 $(if $(filter WNT,$(OS)),gdipluscanvas) \
362 simplecanvas \
363 vclcanvas \
365 endif
367 ifneq ($(ENABLE_WASM_STRIP_GUESSLANG),TRUE)
368 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
369 guesslang \
371 endif
373 ifneq ($(ENABLE_WASM_STRIP_HUNSPELL),TRUE)
374 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
375 hyphen \
376 lnth \
377 spell \
378 $(if $(filter iOS MACOSX,$(OS)), \
379 MacOSXSpell \
382 endif
384 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
385 avmedia \
386 $(if $(ENABLE_CURL),LanguageTool) \
387 $(call gb_Helper_optional,AVMEDIA, \
388 $(if $(filter MACOSX,$(OS)),\
389 avmediaMacAVF \
392 $(call gb_Helper_optional,SCRIPTING, \
393 basctl \
394 basprov \
396 basegfx \
397 bib \
398 chartcore \
399 chartcontroller \
400 $(call gb_Helper_optional,OPENCL,clew) \
401 $(if $(filter $(OS),WNT),,cmdmail) \
402 configmgr \
403 ctl \
404 dba \
405 dbahsql \
406 $(call gb_Helper_optional,DBCONNECTIVITY, \
407 dbase \
408 dbaxml) \
409 dbtools \
410 deploymentmisc \
411 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
412 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
413 docmodel \
414 drawinglayercore \
415 drawinglayer \
416 editeng \
417 $(if $(filter EMSCRIPTEN,$(OS)),$(if $(ENABLE_DBGUTIL),embindtest)) \
418 $(if $(filter WNT,$(OS)),emser) \
419 evtatt \
420 $(call gb_Helper_optional,DBCONNECTIVITY, \
421 flat \
422 file) \
423 filterconfig \
424 fps_office \
425 for \
426 forui \
427 frm \
428 fsstorage \
429 fwk \
430 $(call gb_Helper_optionals_or,HELPTOOLS XMLHELP,helplinker) \
431 i18npool \
432 i18nsearch \
433 $(if $(ENABLE_JAVA),jdbc) \
434 $(if $(filter WNT,$(OS)),jumplist) \
435 $(if $(ENABLE_LDAP),ldapbe2) \
436 $(if $(filter WNT,$(OS)),WinUserInfoBe) \
437 localebe1 \
438 log \
439 lng \
440 $(if $(filter $(OS),MACOSX),macbe1) \
441 $(if $(MERGELIBS),merged) \
442 migrationoo2 \
443 migrationoo3 \
444 mozbootstrap \
445 msfilter \
446 $(call gb_Helper_optional,SCRIPTING,msforms) \
447 mtfrenderer \
448 $(call gb_Helper_optional,DBCONNECTIVITY,mysql_jdbc) \
449 $(call gb_Helper_optional,MARIADBC,$(call gb_Helper_optional,DBCONNECTIVITY,mysqlc)) \
450 numbertext \
451 odbc \
452 odfflatxml \
453 offacc \
454 oox \
455 $(call gb_Helper_optional,OPENCL,opencl) \
456 passwordcontainer \
457 pcr \
458 pdffilter \
459 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
460 sax \
461 sb \
462 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
463 scn \
464 sd \
465 sdd \
466 sfx \
467 slideshow \
468 sot \
469 $(if $(or $(DISABLE_GUI),$(ENABLE_WASM_STRIP_SPLASH)),,spl) \
470 storagefd \
471 $(call gb_Helper_optional,SCRIPTING,stringresource) \
472 svgio \
473 emfio \
474 svl \
475 svt \
476 svx \
477 svxcore \
478 sw \
479 syssh \
480 textconversiondlgs \
481 textfd \
482 tk \
483 tl \
484 ucpexpand1 \
485 ucpext \
486 ucpimage \
487 $(if $(ENABLE_LIBCMIS),ucpcmis1) \
488 ucptdoc1 \
489 unordf \
490 unoxml \
491 updatefeed \
492 utl \
493 uui \
494 $(call gb_Helper_optional,SCRIPTING, \
495 vbaevents \
496 vbahelper \
498 vcl \
499 writerperfect \
500 xmlscript \
501 xmlfa \
502 xmlfd \
503 xo \
504 xof \
505 xsltdlg \
506 xsltfilter \
507 $(if $(filter $(OS),WNT), \
508 ado \
509 oleautobridge \
510 smplmail \
511 wininetbe1 \
513 $(if $(filter $(OS),MACOSX), \
514 $(if $(ENABLE_MACOSX_SANDBOX),, \
515 AppleRemote \
517 fps_aqua \
521 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,ooo, \
522 acc \
523 $(if $(ENABLE_CUSTOMTARGET_COMPONENTS),components) \
524 cui \
525 icg \
526 sdui \
527 $(if $(ENABLE_GEN),vclplug_gen) \
528 $(if $(filter $(OS),WNT),vclplug_win) \
529 $(if $(filter $(OS),MACOSX),vclplug_osx) \
532 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
533 $(if $(BUILD_POSTGRESQL_SDBC), \
534 postgresql-sdbc \
535 postgresql-sdbc-impl) \
538 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,firebirdsdbc, \
539 $(if $(ENABLE_FIREBIRD_SDBC),firebird_sdbc) \
542 ifneq ($(ENABLE_PDFIMPORT),)
543 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
544 pdfimport \
546 endif
548 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
549 pythonloader \
552 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
553 pyuno \
554 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
557 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
558 rpt \
559 rptui \
560 rptxml \
563 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
564 hwp \
565 $(if $(ENABLE_LWP),lwpft) \
566 msword \
567 swd \
568 t602filter \
569 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
570 wpftwriter \
571 sw_writerfilter \
572 $(call gb_Helper_optional,DBCONNECTIVITY,writer) \
575 $(eval $(call gb_Helper_register_plugins_for_install,OOOLIBS,writer, \
576 swui \
579 # cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
580 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
581 smoketest \
582 subsequenttest \
583 test \
584 test-setupvcl \
585 testtools_cppobj \
586 testtools_bridgetest \
587 testtools_bridgetest-common \
588 testtools_constructors \
589 unobootstrapprotector \
590 unoexceptionprotector \
591 unotest \
592 vclbootstrapprotector \
593 scqahelper \
594 swqahelper \
595 wpftqahelper \
596 precompiled_system \
597 $(if $(ENABLE_CLI),$(if $(filter MSC,$(COM)),cli_cppuhelper)) \
598 $(if $(filter $(OS),ANDROID),lo-bootstrap) \
599 $(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
602 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
603 affine_uno_uno \
604 $(if $(ENABLE_CLI),\
605 $(if $(filter MSC,$(COM)),$(if $(filter-out AARCH64_TRUE,$(CPUNAME)_$(CROSS_COMPILING)),cli_uno)) \
607 i18nlangtag \
608 $(if $(ENABLE_DOTNET), \
609 net_bootstrap \
610 net_uno \
612 $(if $(ENABLE_JAVA), \
613 java_uno \
614 jpipe \
615 $(if $(filter $(OS),WNT),jpipx) \
616 juh \
617 juhx \
619 log_uno_uno \
620 unsafe_uno_uno \
623 $(eval $(call gb_Helper_register_plugins_for_install,PLAINLIBS_URE,ure, \
624 $(if $(filter MSC,$(COM)), \
625 $(if $(filter INTEL,$(CPUNAME)),msci_uno) \
626 $(if $(filter X86_64,$(CPUNAME)),mscx_uno) \
627 $(if $(filter AARCH64,$(CPUNAME)),msca_uno) \
628 , gcc3_uno) \
631 $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
632 binaryurp \
633 bootstrap \
634 introspection \
635 invocadapt \
636 invocation \
637 io \
638 $(if $(ENABLE_JAVA),javaloader) \
639 $(if $(ENABLE_JAVA),javavm) \
640 $(if $(ENABLE_JAVA),jvmaccess) \
641 $(if $(ENABLE_JAVA),jvmfwk) \
642 namingservice \
643 proxyfac \
644 reflection \
645 reg \
646 stocservices \
647 store \
648 unoidl \
649 uuresolver \
650 xmlreader \
653 $(eval $(call gb_Helper_register_plugins_for_install,PRIVATELIBS_URE,ure, \
654 $(call gb_CondLibSalTextenc,sal_textenc) \
657 ifneq ($(ENABLE_WASM_STRIP_ACCESSIBILITY),TRUE)
658 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
659 $(if $(filter WNT,$(OS)), \
660 winaccessibility \
663 endif
665 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
666 $(call gb_Helper_optional,AVMEDIA, \
667 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
668 $(if $(ENABLE_GTK4),avmediagtk) \
669 $(if $(ENABLE_QT6_MULTIMEDIA),avmediaqt6) \
670 $(if $(filter WNT,$(OS)),avmediawin) \
672 cached1 \
673 comphelper \
674 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
675 $(call gb_Helper_optional,BREAKPAD,crashreport) \
676 deployment \
677 deploymentgui \
678 embobj \
679 $(if $(ENABLE_JAVA),hsqldb) \
680 i18nutil \
681 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
682 $(if $(and $(ENABLE_GTKTILEDVIEWER), $(filter WNT,$(OS))), libreofficekitgtk) \
683 $(if $(ENABLE_JAVA), \
684 $(if $(filter $(OS),MACOSX),,officebean) \
686 emboleobj \
687 package2 \
688 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
689 sdbc2 \
690 sofficeapp \
691 srtrs1 \
692 ucb1 \
693 ucbhelper \
694 $(if $(WITH_WEBDAV),ucpdav1) \
695 ucpfile1 \
696 $(call gb_Helper_optional,XMLHELP,ucpchelp1) \
697 ucphier1 \
698 ucppkg1 \
699 $(call gb_CondExeUnopkg,unopkgapp) \
700 xmlsecurity \
701 xsec_xmlsec \
702 xstor \
703 $(if $(filter $(OS),MACOSX), \
704 macab1 \
705 macabdrv1 \
707 $(if $(filter WNT,$(OS)), \
708 fps \
709 inprocserv \
710 UAccCOM \
714 $(eval $(call gb_Helper_register_plugins_for_install,PLAINLIBS_OOO,ooo, \
715 localedata_en \
716 localedata_es \
717 localedata_euro \
718 localedata_others \
721 ifeq ($(OS),WNT)
722 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
723 regactivex \
726 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
727 so_activex \
730 ifneq ($(BUILD_X64),)
731 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
732 so_activex_x64 \
734 endif
736 $(eval $(call gb_Helper_register_executables_for_install,OOO,spsuppfiles, \
737 spsupp_helper \
740 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,spsuppfiles, \
741 $(if $(CXX_X64_BINARY),spsupp_x64) \
742 $(if $(CXX_X86_BINARY),spsupp_x86) \
745 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
746 $(if $(WINDOWS_SDK_HOME),\
747 instooofiltmsi \
748 inst_msu_msi \
749 qslnkmsi \
750 reg_dlls \
751 reg4allmsdoc \
752 sdqsmsi \
753 sellangmsi \
754 sn_tools \
755 $(if $(ENABLE_ONLINE_UPDATE_MAR),install_updateservice) \
759 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
760 shlxtmsi \
763 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
764 ooofilt \
765 propertyhdl \
766 shlxthdl \
769 ifneq ($(BUILD_X64),)
770 $(eval $(call gb_Helper_register_packages_for_install,winexplorerextwin64, \
771 $(if $(filter MSC,$(COM)),msvc_dlls) \
774 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
775 ooofilt_x64 \
776 propertyhdl_x64 \
777 shlxthdl_x64 \
779 endif # BUILD_X64
781 endif # WNT
783 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
784 cppuhelper \
785 purpenvhelper \
786 salhelper \
789 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
790 cppu \
791 sal \
794 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
795 active_native \
796 passive_native \
797 crashextension \
800 ifneq ($(ENABLE_JAVA),)
801 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
802 java_uno \
803 juh \
804 jurt \
805 libreoffice \
806 ridl \
807 unoloader \
810 $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
811 ScriptFramework \
812 ScriptProviderForJava \
813 commonwizards \
814 form \
815 $(if $(filter-out MACOSX,$(OS)),officebean) \
816 query \
817 report \
818 sdbc_hsqldb \
819 smoketest \
820 table \
821 unoil \
824 $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
825 reportbuilder \
826 reportbuilderwizard \
829 ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
830 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
831 ScriptProviderForBeanShell \
833 endif
835 ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
836 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
837 ScriptProviderForJavaScript \
839 endif
841 ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
842 $(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
843 numbertext \
845 endif
847 $(eval $(call gb_Helper_register_jars,OXT, \
848 EvolutionarySolver \
849 active_java \
850 mediawiki \
851 nlpsolver \
852 passive_java \
855 $(eval $(call gb_Helper_register_jars,NONE,\
856 ConnectivityTools \
857 HelloWorld \
858 Highlight \
859 MemoryUsage \
860 OOoRunner \
861 TestExtension \
862 test \
863 test-tools \
864 testComponent \
866 endif
868 # 'test_unittest' is only package delivering to workdir.
869 # Other packages could be potentially autoinstalled.
870 $(eval $(call gb_Helper_register_packages, \
871 test_unittest \
872 $(if $(ENABLE_CLI),cli_basetypes_copy) \
873 extras_wordbook \
874 instsetoo_native_setup \
875 $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \
876 postprocess_registry \
877 readlicense_oo_readmes \
878 setup_native_misc \
879 sysui_share \
880 vcl_fontunxpsprint \
883 $(eval $(call gb_Helper_register_packages_for_install,impress,\
884 sd_xml \
887 $(eval $(call gb_Helper_register_packages_for_install,calc,\
888 sc_res_xml \
891 $(eval $(call gb_Helper_register_packages_for_install,libreofficekit,\
892 $(if $(filter LINUX %BSD SOLARIS, $(OS)),libreofficekit_selectionhandles) \
893 $(if $(and $(ENABLE_GTKTILEDVIEWER), $(filter WNT,$(OS))), libreofficekit_selectionhandles) \
896 $(eval $(call gb_Helper_register_packages_for_install,ure,\
897 instsetoo_native_setup_ure \
898 $(call gb_CondExeUno,uno_sh) \
899 ure_install \
900 $(if $(ENABLE_DOTNET),\
901 net_basetypes \
902 net_uretypes \
903 net_oootypes \
904 net_bridge \
905 net_nuget_pkg \
906 net_nuget_config \
908 $(if $(ENABLE_JAVA),\
909 jvmfwk_jvmfwk3_ini \
910 jvmfwk_javavendors \
911 jvmfwk_jreproperties \
912 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
916 $(eval $(call gb_Helper_register_packages_for_install,postgresqlsdbc,\
917 $(if $(BUILD_POSTGRESQL_SDBC),connectivity_postgresql-sdbc) \
920 $(eval $(call gb_Helper_register_packages_for_install,sdk,\
921 odk_share_readme \
922 odk_share_readme_generated \
923 $(if $(ENABLE_CLI),\
924 $(if $(filter WNT,$(OS)),$(if $(filter-out AARCH64_TRUE,$(CPUNAME)_$(CROSS_COMPILING)),odk_cli)) \
926 odk_config \
927 $(if $(filter WNT,$(OS)),odk_config_win) \
928 odk_docs \
929 $(if $(DOXYGEN),odk_doxygen) \
930 odk_examples \
931 odk_headers \
932 odk_headers_generated \
933 odk_html \
934 odk_settings \
935 odk_settings_generated \
936 $(if $(ENABLE_JAVA), \
937 odk_javadoc \
938 odk_uno_loader_classes \
940 odk_scripts \
943 ifneq ($(ENABLE_WASM_STRIP_PINGUSER),TRUE)
944 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
945 tipoftheday_images \
947 endif
949 ifneq ($(ENABLE_WASM_STRIP_CANVAS),TRUE)
950 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
951 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
953 endif
955 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
956 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
957 officecfg_misc \
958 $(if $(filter $(OS),MACOSX), \
959 extensions_mdibundle \
960 extensions_OOoSpotlightImporter \
962 extras_autocorr \
963 extras_autotextuser \
964 extras_cfgsrvnolang \
965 extras_cfgusr \
966 extras_database \
967 extras_databasebiblio \
968 extras_gallbullets \
969 extras_gallmytheme \
970 extras_gallroot \
971 extras_gallsystem \
972 extras_gallsystemstr \
973 extras_glade \
974 extras_labels \
975 $(if $(filter WNT,$(OS)),extras_newfiles) \
976 extras_palettes \
977 extras_personas \
978 extras_persona_dark \
979 extras_persona_gray \
980 extras_persona_green \
981 extras_persona_pink \
982 extras_persona_sand \
983 extras_persona_white \
984 extras_tplwizdesktop \
985 $(if $(WITH_TEMPLATES),\
986 extras_templates \
987 extras_tplpresnt \
988 extras_tplwizbitmap \
989 extras_tplwizard \
991 framework_dtd \
992 $(if $(filter $(OS),MACOSX),infoplist) \
993 oox_customshapes \
994 oox_generated \
995 package_dtd \
996 $(call gb_Helper_optional,DESKTOP,\
997 $(if $(filter-out WNT,$(OS)),$(if $(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
998 $(call gb_Helper_optional,DESKTOP,$(if $(filter-out EMSCRIPTEN MACOSX WNT,$(OS)),svx_gengal)) \
999 $(if $(USING_X11),vcl_fontunxppds) \
1000 $(if $(filter $(OS),MACOSX),vcl_osxres) \
1001 xmloff_dtd \
1002 xmlscript_dtd \
1003 $(call gb_Helper_optional,XMLHELP,xmlhelp_helpxsl) \
1004 $(if $(ENABLE_JAVA),\
1005 scripting_java \
1006 scripting_java_jars \
1007 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
1008 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
1010 $(call gb_Helper_optional,SCRIPTING,scripting_scriptbindinglib) \
1011 $(if $(filter $(OS),MACOSX),sysui_osxicons) \
1012 wizards_basicshare \
1013 wizards_basicsrvaccess2base \
1014 wizards_basicsrvdepot \
1015 wizards_basicsrveuro \
1016 wizards_basicsrvgimmicks \
1017 wizards_basicsrvimport \
1018 wizards_basicsrvform \
1019 wizards_basicsrvscriptforge \
1020 wizards_basicsrvsfdatabases \
1021 wizards_basicsrvsfdialogs \
1022 wizards_basicsrvsfdocuments \
1023 wizards_basicsrvsfunittests \
1024 wizards_basicsrvsfwidgets \
1025 wizards_basicsrvstandard \
1026 wizards_basicsrvtemplate \
1027 wizards_basicsrvtools \
1028 wizards_basicsrvtutorials \
1029 wizards_basicusr \
1030 wizards_properties \
1031 wizards_wizardshare \
1032 toolbarmode_images \
1033 vcl_theme_definitions \
1034 $(if $(filter WNT,$(OS)), \
1035 vcl_opengl_denylist \
1037 $(if $(filter SKIA,$(BUILD_TYPE)), \
1038 vcl_skia_denylist ) \
1039 $(if $(DISABLE_PYTHON),, \
1040 Pyuno/commonwizards \
1041 Pyuno/fax \
1042 Pyuno/letter \
1043 Pyuno/agenda \
1044 Pyuno/mailmerge \
1046 sfx2_classification \
1047 $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
1048 $(if $(ENABLE_HTMLHELP),\
1049 helpcontent2_html_dynamic \
1050 helpcontent2_html_media \
1051 helpcontent2_html_icon-themes \
1052 helpcontent2_html_static \
1054 resource_fonts \
1055 cui \
1056 $(if $(filter EMSCRIPTEN,$(OS)), \
1057 favicon \
1058 unoembind \
1062 $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
1063 extras_fonts \
1064 $(if $(USING_X11)$(DISABLE_GUI)$(filter ANDROID EMSCRIPTEN,$(OS)), \
1065 postprocess_fontconfig) \
1066 $(call gb_Helper_optional,MORE_FONTS,\
1067 fonts_alef \
1068 fonts_amiri \
1069 fonts_caladea \
1070 fonts_carlito \
1071 $(if $(MPL_SUBSET),,fonts_culmus) \
1072 fonts_dejavu \
1073 fonts_gentium \
1074 fonts_liberation \
1075 fonts_liberation_narrow \
1076 fonts_libertineg \
1077 fonts_libre_hebrew \
1078 fonts_noto_kufi_arabic \
1079 fonts_noto_naskh_arabic \
1080 fonts_noto_sans \
1081 fonts_noto_sans_arabic \
1082 fonts_noto_sans_armenian \
1083 fonts_noto_sans_georgian \
1084 fonts_noto_sans_hebrew \
1085 fonts_noto_sans_lao \
1086 fonts_noto_sans_lisu \
1087 fonts_noto_serif \
1088 fonts_noto_serif_armenian \
1089 fonts_noto_serif_georgian \
1090 fonts_noto_serif_hebrew \
1091 fonts_noto_serif_lao \
1092 fonts_reem \
1093 fonts_scheherazade \
1094 $(if $(WITH_DOCREPAIR_FONTS),fonts_agdasima,) \
1095 $(if $(WITH_DOCREPAIR_FONTS),fonts_bacasime_antique,) \
1096 $(if $(WITH_DOCREPAIR_FONTS),fonts_belanosima,) \
1097 $(if $(WITH_DOCREPAIR_FONTS),fonts_caprasimo,) \
1098 $(if $(WITH_DOCREPAIR_FONTS),fonts_lugrasimo,) \
1099 $(if $(WITH_DOCREPAIR_FONTS),fonts_lumanosimo,) \
1100 $(if $(WITH_DOCREPAIR_FONTS),fonts_lunasima,) \
1104 $(eval $(call gb_Helper_register_packages_for_install,ooo_images,\
1105 postprocess_images \
1106 $(call gb_Helper_optional,HELP,helpcontent2_helpimages) \
1109 $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
1110 sd_opengl \
1111 slideshow_opengl_shader \
1114 ifneq ($(ENABLE_POPPLER),)
1115 $(eval $(call gb_Helper_register_packages_for_install,pdfimport, \
1116 sdext_pdfimport_pdf \
1118 endif
1120 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
1121 reportbuilder_templates \
1124 $(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
1125 filter_docbook \
1126 filter_xhtml \
1127 filter_xslt \
1130 $(eval $(call gb_Helper_register_packages_for_install,brand,\
1131 desktop_branding \
1132 $(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \
1133 $(if $(filter DESKTOP,$(BUILD_TYPE)),desktop_scripts_install) \
1134 $(if $(and $(filter-out EMSCRIPTEN HAIKU MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),\
1135 $(if $(DISABLE_GUI),, \
1136 desktop_soffice_sh \
1139 readlicense_oo_files \
1140 readlicense_oo_license \
1141 $(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \
1142 $(if $(ENABLE_ONLINE_UPDATE_MAR), \
1143 update-settings_ini \
1144 updater_ini \
1148 ifeq ($(USING_X11), TRUE)
1149 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
1150 desktop_sbase_sh \
1153 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
1154 desktop_scalc_sh \
1157 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
1158 desktop_sdraw_sh \
1161 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
1162 desktop_simpress_sh \
1165 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
1166 desktop_smath_sh \
1169 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
1170 desktop_swriter_sh \
1172 endif # USING_X11=TRUE
1174 $(eval $(call gb_Helper_register_packages_for_install,onlineupdate,\
1175 $(if $(ENABLE_ONLINE_UPDATE),$(if $(filter LINUX SOLARIS,$(OS)),setup_native_scripts)) \
1178 ifneq ($(DISABLE_PYTHON),TRUE)
1179 $(eval $(call gb_Helper_register_packages_for_install,python, \
1180 pyuno_pythonloader_ini \
1181 pyuno_python_scripts \
1182 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
1183 scripting_ScriptsPython \
1186 $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
1187 scripting_scriptproviderforpython \
1190 ifeq (LIBRELOGO,$(filter LIBRELOGO,$(BUILD_TYPE)))
1191 $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
1192 librelogo \
1193 librelogo_properties \
1195 endif # LIBRELOGO
1197 endif # DISABLE_PYTHON
1199 # External executables
1200 $(eval $(call gb_ExternalExecutable_register_executables,\
1201 genbrk \
1202 genccode \
1203 gencmn \
1204 python \
1205 xmllint \
1206 xsltproc \
1209 # Resources
1210 $(eval $(call gb_Helper_register_mos,\
1211 acc \
1212 $(call gb_Helper_optional,AVMEDIA,avmedia) \
1213 $(call gb_Helper_optional,SCRIPTING,basctl) \
1214 chart \
1215 cnr \
1216 cui \
1217 dba \
1218 dkt \
1219 editeng \
1220 flt \
1221 for \
1222 $(call gb_Helper_optional,DESKTOP,fps) \
1223 frm \
1224 fwk \
1225 oox \
1226 pcr \
1227 rpt \
1228 $(call gb_Helper_optional,SCRIPTING,sb) \
1229 sc \
1230 sca \
1231 scc \
1232 sd \
1233 sfx \
1234 shell \
1235 sm \
1236 svl \
1237 svt \
1238 svx \
1239 sw \
1240 uui \
1241 vcl \
1242 wiz \
1243 wpt \
1244 $(if $(ENABLE_NSS)$(ENABLE_OPENSSL),xsc) \
1247 # UI configuration
1248 ifneq ($(ENABLE_WASM_STRIP_DBACCESS),TRUE)
1249 $(eval $(call gb_Helper_register_uiconfigs,\
1250 $(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
1252 endif
1254 $(eval $(call gb_Helper_register_uiconfigs,\
1255 cui \
1256 desktop \
1257 editeng \
1258 filter \
1259 formula \
1260 fps \
1261 libreofficekit \
1262 $(call gb_Helper_optional,SCRIPTING,modules/BasicIDE) \
1263 $(call gb_Helper_optional,DBCONNECTIVITY,\
1264 modules/dbapp \
1265 modules/dbbrowser \
1266 modules/dbquery \
1267 modules/dbrelation \
1269 modules/dbreport \
1270 $(call gb_Helper_optional,DBCONNECTIVITY,\
1271 modules/dbtable \
1272 modules/dbtdata \
1274 modules/sabpilot \
1275 $(call gb_Helper_optional,DBCONNECTIVITY,modules/sbibliography) \
1276 modules/scalc \
1277 modules/scanner \
1278 modules/schart \
1279 modules/sdraw \
1280 modules/sglobal \
1281 modules/simpress \
1282 modules/smath \
1283 $(call gb_Helper_optional,DBCONNECTIVITY,modules/spropctrlr) \
1284 modules/StartModule \
1285 modules/sweb \
1286 modules/swform \
1287 modules/swreport \
1288 modules/swriter \
1289 modules/swxform \
1290 sfx \
1291 svt \
1292 svx \
1293 uui \
1294 vcl \
1295 writerperfect \
1296 $(if $(ENABLE_NSS)$(ENABLE_OPENSSL),xmlsec) \
1299 ifeq ($(gb_GBUILDSELFTEST),t)
1300 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, gbuildselftestdep gbuildselftest))
1301 $(eval $(call gb_Helper_register_executables,NONE, gbuildselftestexe))
1302 endif
1304 # vim: set noet sw=4 ts=4: