tdf#135774 Char highlight: partial revert tdf#114799
[LibreOffice.git] / Repository.mk
blob930ae5bfdc9426f4929c21e24d2dcdffe8f67334
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Helper_register_executables,NONE, \
21 HelpIndexer \
22 HelpLinker \
23 bestreversemap \
24 canvasdemo \
25 cfgex \
26 concat-deps \
27 cpp \
28 cppunittester \
29 gbuildtojson \
30 $(if $(filter MSC,$(COM)), \
31 gcc-wrapper \
32 g++-wrapper \
33 ) \
34 gencoll_rule \
35 genconv_dict \
36 gendict \
37 genindex_data \
38 helpex \
39 idxdict \
40 langsupport \
41 $(if $(filter iOS,$(OS)),LibreOffice) \
42 lngconvex \
43 localize \
44 makedepend \
45 mbsdiff \
46 osl_process_child \
47 pdf2xml \
48 pdfunzip \
49 pdfverify \
50 pocheck \
51 propex \
52 regsvrex \
53 saxparser \
54 sp2bv \
55 svidl \
56 $(if $(ENABLE_ONLINE_UPDATE_MAR),\
57 test_updater_dialog \
58 ) \
59 treex \
60 ulfex \
61 unoidl-read \
62 unoidl-write \
63 xrmex \
64 $(if $(filter-out ANDROID iOS WNT,$(OS)), \
65 svdemo \
66 fftester \
67 svptest \
68 svpclient ) \
69 $(if $(filter LINUX %BSD SOLARIS,$(OS)), tilebench) \
70 $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest) \
71 vcldemo \
72 tiledrendering \
73 mtfdemo \
74 visualbackendtest \
75 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), gtktiledviewer) \
78 $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
79 $(if $(filter MSC,$(COM)),$(if $(filter-out ARM64,$(CPUNAME)),climaker)) \
80 cppumaker \
81 idlc \
82 javamaker \
83 $(if $(filter UCPP,$(BUILD_TYPE)),ucpp) \
84 $(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
85 unoidl-check \
86 $(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
89 $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
90 $(if $(ENABLE_ONLINE_UPDATE_MAR),\
91 mar \
92 $(if $(filter WNT,$(OS)), \
93 update_service \
94 ) \
95 updater )\
96 $(call gb_Helper_optional,BREAKPAD,minidump_upload) \
97 $(call gb_Helper_optional,FUZZERS,wmffuzzer) \
98 $(call gb_Helper_optional,FUZZERS,jpgfuzzer) \
99 $(call gb_Helper_optional,FUZZERS,giffuzzer) \
100 $(call gb_Helper_optional,FUZZERS,xbmfuzzer) \
101 $(call gb_Helper_optional,FUZZERS,xpmfuzzer) \
102 $(call gb_Helper_optional,FUZZERS,pngfuzzer) \
103 $(call gb_Helper_optional,FUZZERS,bmpfuzzer) \
104 $(call gb_Helper_optional,FUZZERS,svmfuzzer) \
105 $(call gb_Helper_optional,FUZZERS,pcdfuzzer) \
106 $(call gb_Helper_optional,FUZZERS,dxffuzzer) \
107 $(call gb_Helper_optional,FUZZERS,metfuzzer) \
108 $(call gb_Helper_optional,FUZZERS,ppmfuzzer) \
109 $(call gb_Helper_optional,FUZZERS,psdfuzzer) \
110 $(call gb_Helper_optional,FUZZERS,epsfuzzer) \
111 $(call gb_Helper_optional,FUZZERS,pctfuzzer) \
112 $(call gb_Helper_optional,FUZZERS,pcxfuzzer) \
113 $(call gb_Helper_optional,FUZZERS,rasfuzzer) \
114 $(call gb_Helper_optional,FUZZERS,tgafuzzer) \
115 $(call gb_Helper_optional,FUZZERS,tiffuzzer) \
116 $(call gb_Helper_optional,FUZZERS,hwpfuzzer) \
117 $(call gb_Helper_optional,FUZZERS,602fuzzer) \
118 $(call gb_Helper_optional,FUZZERS,lwpfuzzer) \
119 $(call gb_Helper_optional,FUZZERS,olefuzzer) \
120 $(call gb_Helper_optional,FUZZERS,pptfuzzer) \
121 $(call gb_Helper_optional,FUZZERS,rtffuzzer) \
122 $(call gb_Helper_optional,FUZZERS,cgmfuzzer) \
123 $(call gb_Helper_optional,FUZZERS,ww2fuzzer) \
124 $(call gb_Helper_optional,FUZZERS,ww6fuzzer) \
125 $(call gb_Helper_optional,FUZZERS,ww8fuzzer) \
126 $(call gb_Helper_optional,FUZZERS,qpwfuzzer) \
127 $(call gb_Helper_optional,FUZZERS,slkfuzzer) \
128 $(call gb_Helper_optional,FUZZERS,fodtfuzzer) \
129 $(call gb_Helper_optional,FUZZERS,fodsfuzzer) \
130 $(call gb_Helper_optional,FUZZERS,fodpfuzzer) \
131 $(call gb_Helper_optional,FUZZERS,xlsfuzzer) \
132 $(call gb_Helper_optional,FUZZERS,scrtffuzzer) \
133 $(call gb_Helper_optional,FUZZERS,wksfuzzer) \
134 $(call gb_Helper_optional,FUZZERS,diffuzzer) \
135 $(call gb_Helper_optional,FUZZERS,docxfuzzer) \
136 $(call gb_Helper_optional,FUZZERS,xlsxfuzzer) \
137 $(call gb_Helper_optional,FUZZERS,pptxfuzzer) \
138 $(call gb_Helper_optional,FUZZERS,mmlfuzzer) \
139 $(call gb_Helper_optional,FUZZERS,mtpfuzzer) \
140 $(call gb_Helper_optional,FUZZERS,htmlfuzzer) \
141 $(call gb_Helper_optional,FUZZERS,sftfuzzer) \
142 $(if $(filter-out ANDROID HAIKU iOS MACOSX WNT,$(OS)),oosplash) \
143 soffice_bin \
144 $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
145 $(if $(filter WNT,$(OS)), \
146 soffice_exe \
147 soffice_com \
148 soffice_safe \
149 unoinfo \
150 unopkg \
151 unopkg_com \
152 $(if $(filter-out ARM64,$(CPUNAME)),twain32shim) \
156 $(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
157 $(if $(filter WNT,$(OS)), \
158 sbase \
162 $(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
163 $(if $(filter WNT,$(OS)), \
164 odbcconfig \
168 $(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
169 $(if $(filter WNT,$(OS)), \
170 scalc \
174 $(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
175 $(if $(filter WNT,$(OS)), \
176 sdraw \
180 $(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
181 $(if $(filter WNT,$(OS)), \
182 simpress \
186 $(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
187 $(if $(filter WNT,$(OS)), \
188 smath \
192 $(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
193 $(if $(filter WNT,$(OS)), \
194 sweb \
195 swriter \
199 $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
200 gengal \
201 $(if $(filter WNT,$(OS)),,uri-encode) \
202 $(if $(ENABLE_MACOSX_SANDBOX),, \
203 $(if $(DISABLE_GUI),, \
204 ui-previewer \
207 $(if $(filter WNT,$(OS)), \
208 senddoc \
210 $(if $(filter OPENCL,$(BUILD_TYPE)),opencltest) \
213 ifeq ($(OS),WNT)
214 $(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
215 quickstart \
217 endif
219 $(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
220 $(if $(filter WNT,$(OS)), \
221 python \
225 ifneq ($(ENABLE_POPPLER),)
226 $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
227 xpdfimport \
229 endif
231 $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
232 $(if $(and $(ENABLE_JAVA),$(filter-out HAIKU MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
233 $(if $(ENABLE_MACOSX_SANDBOX),, \
234 regmerge \
235 regview \
237 $(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
240 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
241 abp \
242 dbp \
243 dbu \
246 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
247 analysis \
248 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
249 date \
250 pricing \
251 sc \
252 scd \
253 scfilt \
254 scui \
255 wpftcalc \
256 solver \
257 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
260 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
261 svgfilter \
262 wpftdraw \
263 graphicfilter \
266 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
267 animcore \
268 PresenterScreen \
269 PresentationMinimizer \
270 wpftimpress \
273 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
274 $(if $(ENABLE_ONLINE_UPDATE), \
275 updatecheckui \
276 updchk \
280 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
281 $(if $(ENABLE_EVOAB2),evoab) \
282 $(if $(ENABLE_GTK3),vclplug_gtk3) \
283 $(if $(ENABLE_GIO),losessioninstall) \
284 $(if $(ENABLE_GIO),ucpgio1) \
287 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
288 $(if $(ENABLE_KF5),kf5be1) \
289 $(if $(USING_X11), \
290 $(if $(ENABLE_KF5),vclplug_kf5) \
291 $(if $(ENABLE_QT5),vclplug_qt5) \
292 $(if $(ENABLE_GTK3_KDE5),vclplug_gtk3_kde5) \
295 ifneq ($(ENABLE_GTK3_KDE5),)
296 $(eval $(call gb_Helper_register_executables_for_install,OOO,kde, \
297 lo_kde5filepicker \
299 endif
301 ifeq ($(OS),HAIKU)
302 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,haiku, \
303 $(if $(ENABLE_QT5),vclplug_qt5) \
304 $(if $(ENABLE_KF5),vclplug_kf5) \
306 endif
308 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
309 sm \
310 smd \
313 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
314 OGLTrans \
317 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
318 acc \
319 $(call gb_Helper_optional,AVMEDIA,avmedia) \
320 $(if $(filter MACOSX,$(OS)),\
321 avmediaMacAVF \
323 $(call gb_Helper_optional,SCRIPTING, \
324 basctl \
325 basprov \
327 basegfx \
328 bib \
329 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
330 canvasfactory \
331 canvastools \
332 chartcore \
333 chartcontroller \
334 $(call gb_Helper_optional,OPENCL,clew) \
335 $(if $(filter $(OS),WNT),,cmdmail) \
336 cppcanvas \
337 configmgr \
338 ctl \
339 cui \
340 dba \
341 dbahsql \
342 $(call gb_Helper_optional,DBCONNECTIVITY, \
343 dbase \
344 dbaxml) \
345 dbtools \
346 deploymentmisc \
347 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
348 $(if $(USING_X11),desktop_detector) \
349 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
350 $(if $(filter WNT,$(OS)),directx9canvas) \
351 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
352 drawinglayer \
353 editeng \
354 $(if $(filter WNT,$(OS)),emser) \
355 evtatt \
356 expwrap \
357 $(call gb_Helper_optional,DBCONNECTIVITY, \
358 flat \
359 file) \
360 filterconfig \
361 fps_office \
362 for \
363 forui \
364 frm \
365 fsstorage \
366 fwk \
367 $(if $(filter WNT,$(OS)),gdipluscanvas) \
368 guesslang \
369 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
370 i18npool \
371 i18nsearch \
372 hyphen \
373 icg \
374 $(if $(ENABLE_JAVA),jdbc) \
375 $(if $(ENABLE_LDAP),ldapbe2) \
376 $(if $(filter WNT,$(OS)),WinUserInfoBe) \
377 localebe1 \
378 log \
379 lng \
380 $(if $(filter-out iOS,$(OS)),lnth) \
381 $(if $(filter $(OS),MACOSX),macbe1) \
382 $(if $(MERGELIBS),merged) \
383 migrationoo2 \
384 migrationoo3 \
385 mozbootstrap \
386 msfilter \
387 $(call gb_Helper_optional,SCRIPTING,msforms) \
388 mtfrenderer \
389 $(call gb_Helper_optional,DBCONNECTIVITY,mysql_jdbc) \
390 $(call gb_Helper_optional,MARIADBC,$(call gb_Helper_optional,DBCONNECTIVITY,mysqlc)) \
391 numbertext \
392 odbc \
393 odfflatxml \
394 offacc \
395 oox \
396 $(call gb_Helper_optional,OPENCL,opencl) \
397 passwordcontainer \
398 pcr \
399 pdffilter \
400 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
401 sax \
402 sb \
403 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
404 scn \
405 sd \
406 sdd \
407 sdfilt \
408 sdui \
409 sfx \
410 simplecanvas \
411 slideshow \
412 sot \
413 $(if $(filter-out iOS,$(OS)),spell) \
414 $(if $(DISABLE_GUI),,spl) \
415 storagefd \
416 $(call gb_Helper_optional,SCRIPTING,stringresource) \
417 svgio \
418 emfio \
419 svl \
420 svt \
421 svx \
422 svxcore \
423 sw \
424 syssh \
425 textconversiondlgs \
426 textfd \
427 tk \
428 tl \
429 ucpexpand1 \
430 ucpext \
431 ucpimage \
432 ucpcmis1 \
433 ucptdoc1 \
434 unordf \
435 unoxml \
436 updatefeed \
437 utl \
438 uui \
439 $(call gb_Helper_optional,SCRIPTING, \
440 vbaevents \
441 vbahelper \
443 vcl \
444 vclcanvas \
445 writerperfect \
446 xmlscript \
447 xmlfa \
448 xmlfd \
449 xo \
450 xof \
451 xsltdlg \
452 xsltfilter \
453 $(if $(USING_X11), \
454 vclplug_gen \
456 $(if $(filter $(OS),WNT), \
457 ado \
458 oleautobridge \
459 smplmail \
460 vclplug_win \
461 wininetbe1 \
463 $(if $(filter $(OS),MACOSX), \
464 $(if $(ENABLE_MACOSX_SANDBOX),, \
465 AppleRemote \
467 fps_aqua \
468 vclplug_osx \
470 $(if $(filter iOS MACOSX,$(OS)), \
471 MacOSXSpell \
475 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
476 $(if $(BUILD_POSTGRESQL_SDBC), \
477 postgresql-sdbc \
478 postgresql-sdbc-impl) \
481 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,firebirdsdbc, \
482 $(if $(ENABLE_FIREBIRD_SDBC),firebird_sdbc) \
485 ifneq ($(ENABLE_PDFIMPORT),)
486 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
487 pdfimport \
489 endif
491 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
492 pythonloader \
495 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
496 pyuno \
497 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
500 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
501 rpt \
502 rptui \
503 rptxml \
506 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
507 hwp \
508 $(if $(ENABLE_LWP),lwpft) \
509 msword \
510 swd \
511 swui \
512 t602filter \
513 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
514 wpftwriter \
515 writerfilter \
516 $(call gb_Helper_optional,DBCONNECTIVITY,writer) \
519 # cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
520 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
521 smoketest \
522 subsequenttest \
523 test \
524 test-setupvcl \
525 testtools_cppobj \
526 testtools_bridgetest \
527 testtools_bridgetest-common \
528 testtools_constructors \
529 unobootstrapprotector \
530 unoexceptionprotector \
531 unotest \
532 vclbootstrapprotector \
533 scqahelper \
534 swqahelper \
535 wpftqahelper \
536 precompiled_system \
537 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
538 $(if $(filter $(OS),ANDROID),lo-bootstrap) \
539 $(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
542 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
543 affine_uno_uno \
544 $(if $(filter MSC,$(COM)),$(if $(filter-out ARM64,$(CPUNAME)),cli_uno)) \
545 i18nlangtag \
546 $(if $(ENABLE_JAVA), \
547 java_uno \
548 jpipe \
549 $(if $(filter $(OS),WNT),jpipx) \
550 juh \
551 juhx \
553 log_uno_uno \
554 unsafe_uno_uno \
555 $(if $(filter MSC,$(COM)), \
556 $(if $(filter INTEL,$(CPUNAME)),msci, \
557 $(if $(filter ARM64,$(CPUNAME)),msca,mscx)),gcc3)_uno \
560 $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
561 binaryurp \
562 bootstrap \
563 introspection \
564 invocadapt \
565 invocation \
566 io \
567 $(if $(ENABLE_JAVA),javaloader) \
568 $(if $(ENABLE_JAVA),javavm) \
569 $(if $(ENABLE_JAVA),jvmaccess) \
570 $(if $(ENABLE_JAVA),jvmfwk) \
571 namingservice \
572 proxyfac \
573 reflection \
574 reg \
575 sal_textenc \
576 stocservices \
577 store \
578 unoidl \
579 uuresolver \
580 xmlreader \
583 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
584 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
585 $(if $(filter WNT,$(OS)),avmediawin) \
586 cached1 \
587 collator_data \
588 comphelper \
589 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
590 $(call gb_Helper_optional,BREAKPAD,crashreport) \
591 deployment \
592 deploymentgui \
593 dict_ja \
594 dict_zh \
595 embobj \
596 $(if $(ENABLE_JAVA),hsqldb) \
597 i18nutil \
598 index_data \
599 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
600 localedata_en \
601 localedata_es \
602 localedata_euro \
603 localedata_others \
604 $(if $(ENABLE_JAVA), \
605 $(if $(filter $(OS),MACOSX),,officebean) \
607 emboleobj \
608 package2 \
609 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
610 sdbc2 \
611 sofficeapp \
612 srtrs1 \
613 textconv_dict \
614 ucb1 \
615 ucbhelper \
616 $(if $(WITH_WEBDAV),ucpdav1) \
617 ucpfile1 \
618 ucpftp1 \
619 ucpchelp1 \
620 ucphier1 \
621 ucppkg1 \
622 unopkgapp \
623 xmlsecurity \
624 xsec_xmlsec \
625 xstor \
626 $(if $(filter $(OS),MACOSX), \
627 macab1 \
628 macabdrv1 \
630 $(if $(filter WNT,$(OS)), \
631 fps \
632 inprocserv \
633 UAccCOM \
634 winaccessibility \
638 ifeq ($(OS),WNT)
639 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
640 regactivex \
643 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
644 so_activex \
647 ifneq ($(BUILD_X64),)
648 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
649 so_activex_x64 \
651 endif
653 $(eval $(call gb_Helper_register_executables_for_install,OOO,spsuppfiles, \
654 spsupp_helper \
657 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,spsuppfiles, \
658 $(if $(CXX_X64_BINARY),spsupp_x64) \
659 $(if $(CXX_X86_BINARY),spsupp_x86) \
662 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
663 $(if $(WINDOWS_SDK_HOME),\
664 instooofiltmsi \
665 inst_msu_msi \
666 qslnkmsi \
667 reg_dlls \
668 reg4allmsdoc \
669 sdqsmsi \
670 sellangmsi \
671 sn_tools \
675 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
676 shlxtmsi \
679 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
680 ooofilt \
681 propertyhdl \
682 shlxthdl \
685 ifneq ($(BUILD_X64),)
686 $(eval $(call gb_Helper_register_packages_for_install,winexplorerextwin64, \
687 $(if $(filter MSC,$(COM)),msvc_dlls) \
690 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
691 ooofilt_x64 \
692 propertyhdl_x64 \
693 shlxthdl_x64 \
695 endif # BUILD_X64
697 endif # WNT
699 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
700 cppuhelper \
701 purpenvhelper \
702 salhelper \
705 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
706 cppu \
707 sal \
710 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
711 active_native \
712 passive_native \
715 ifneq ($(ENABLE_JAVA),)
716 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
717 java_uno \
718 juh \
719 jurt \
720 libreoffice \
721 ridl \
722 unoloader \
725 $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
726 ScriptFramework \
727 ScriptProviderForJava \
728 XMergeBridge \
729 commonwizards \
730 form \
731 $(if $(filter-out MACOSX,$(OS)),officebean) \
732 query \
733 report \
734 sdbc_hsqldb \
735 smoketest \
736 table \
737 unoil \
738 xmerge \
741 $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
742 reportbuilder \
743 reportbuilderwizard \
746 ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
747 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
748 ScriptProviderForBeanShell \
750 endif
752 ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
753 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
754 ScriptProviderForJavaScript \
756 endif
758 ifeq (CT2N,$(filter CT2N,$(BUILD_TYPE)))
759 $(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
760 ct2n \
762 endif
764 ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
765 $(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
766 numbertext \
768 endif
770 $(eval $(call gb_Helper_register_jars,OXT, \
771 EvolutionarySolver \
772 active_java \
773 mediawiki \
774 nlpsolver \
775 passive_java \
778 $(eval $(call gb_Helper_register_jars,NONE,\
779 ConnectivityTools \
780 HelloWorld \
781 Highlight \
782 MemoryUsage \
783 OOoRunner \
784 TestExtension \
785 test \
786 test-tools \
787 testComponent \
789 endif
791 # 'test_unittest' is only package delivering to workdir.
792 # Other packages could be potentially autoinstalled.
793 $(eval $(call gb_Helper_register_packages, \
794 test_unittest \
795 cli_basetypes_copy \
796 extras_wordbook \
797 instsetoo_native_setup \
798 $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \
799 postprocess_registry \
800 readlicense_oo_readmes \
801 setup_native_misc \
802 sysui_share \
803 vcl_fontunxpsprint \
806 $(eval $(call gb_Helper_register_packages_for_install,impress,\
807 sd_xml \
810 $(eval $(call gb_Helper_register_packages_for_install,calc,\
811 sc_res_xml \
814 $(eval $(call gb_Helper_register_packages_for_install,libreofficekit,\
815 $(if $(filter LINUX %BSD SOLARIS, $(OS)),libreofficekit_selectionhandles) \
818 $(eval $(call gb_Helper_register_packages_for_install,ure,\
819 instsetoo_native_setup_ure \
820 ure_install \
821 $(if $(ENABLE_JAVA),\
822 jvmfwk_jvmfwk3_ini \
823 jvmfwk_javavendors \
824 jvmfwk_jreproperties \
825 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
829 $(eval $(call gb_Helper_register_packages_for_install,postgresqlsdbc,\
830 $(if $(BUILD_POSTGRESQL_SDBC),connectivity_postgresql-sdbc) \
833 $(eval $(call gb_Helper_register_packages_for_install,sdk,\
834 odk_share_readme \
835 odk_share_readme_generated \
836 $(if $(filter WNT,$(OS)),$(if $(filter-out ARM64,$(CPUNAME)),odk_cli)) \
837 odk_config \
838 $(if $(filter WNT,$(OS)),odk_config_win) \
839 odk_docs \
840 $(if $(DOXYGEN),odk_doxygen) \
841 odk_examples \
842 odk_headers \
843 odk_headers_generated \
844 odk_html \
845 odk_settings \
846 odk_settings_generated \
847 offapi_idl \
848 udkapi_idl \
849 $(if $(ENABLE_JAVA), \
850 odk_javadoc \
851 odk_uno_loader_classes \
855 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
856 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
857 officecfg_misc \
858 $(if $(filter $(OS),MACOSX), \
859 extensions_mdibundle \
860 extensions_OOoSpotlightImporter \
862 extras_autocorr \
863 extras_autotextuser \
864 extras_cfgsrvnolang \
865 extras_cfgusr \
866 extras_database \
867 extras_databasebiblio \
868 extras_gallbullets \
869 extras_gallmytheme \
870 extras_gallroot \
871 extras_gallsystem \
872 extras_gallsystemstr \
873 extras_glade \
874 extras_labels \
875 $(if $(filter WNT,$(OS)),extras_newfiles) \
876 extras_palettes \
877 extras_personas \
878 extras_persona_dark \
879 extras_persona_gray \
880 extras_persona_green \
881 extras_persona_pink \
882 extras_persona_sand \
883 extras_persona_white \
884 extras_tplofficorr \
885 extras_tploffimisc \
886 extras_tplpresnt \
887 extras_tpl_styles \
888 extras_tpldraw \
889 extras_tplpersonal \
890 extras_tplwizbitmap \
891 extras_tplwizdesktop \
892 extras_tplwizletter \
893 extras_tplwizfax \
894 extras_tplwizagenda \
895 extras_tplwizreport \
896 extras_tplwizstyles \
897 framework_dtd \
898 $(if $(filter $(OS),MACOSX),infoplist) \
899 oox_customshapes \
900 oox_generated \
901 package_dtd \
902 sd_web \
903 sfx2_emojiconfig \
904 $(call gb_Helper_optional,DESKTOP,\
905 $(if $(filter-out WNT,$(OS)),$(if $(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
906 $(call gb_Helper_optional,DESKTOP,$(if $(filter-out EMSCRIPTEN MACOSX WNT,$(OS)),svx_gengal)) \
907 $(if $(USING_X11),vcl_fontunxppds) \
908 $(if $(filter $(OS),MACOSX),vcl_osxres) \
909 xmloff_dtd \
910 xmlscript_dtd \
911 xmlhelp_helpxsl \
912 $(if $(ENABLE_JAVA),\
913 scripting_java \
914 scripting_java_jars \
915 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
916 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
918 $(if $(DISABLE_SCRIPTING),,scripting_scriptbindinglib) \
919 $(if $(filter $(OS),MACOSX),sysui_osxicons) \
920 wizards_basicshare \
921 wizards_basicsrvaccess2base \
922 wizards_basicsrvdepot \
923 wizards_basicsrveuro \
924 wizards_basicsrvgimmicks \
925 wizards_basicsrvimport \
926 wizards_basicsrvform \
927 wizards_basicsrvscriptforge \
928 wizards_basicsrvsfdatabases \
929 wizards_basicsrvsfdialogs \
930 wizards_basicsrvsfdocuments \
931 wizards_basicsrvstandard \
932 wizards_basicsrvtemplate \
933 wizards_basicsrvtools \
934 wizards_basicsrvtutorials \
935 wizards_basicusr \
936 wizards_properties \
937 wizards_wizardshare \
938 tipoftheday_images \
939 toolbarmode_images \
940 vcl_theme_definitions \
941 $(if $(filter WNT,$(OS)), \
942 vcl_opengl_denylist \
944 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
945 $(if $(filter SKIA,$(BUILD_TYPE)), \
946 vcl_skia_denylist ) \
947 $(if $(DISABLE_PYTHON),,$(if $(filter-out AIX,$(OS)), \
948 Pyuno/commonwizards \
949 Pyuno/fax \
950 Pyuno/letter \
951 Pyuno/agenda \
952 Pyuno/mailmerge \
953 )) \
954 sfx2_classification \
955 $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
956 $(if $(ENABLE_HTMLHELP),\
957 helpcontent2_html_dynamic \
958 helpcontent2_html_media \
959 helpcontent2_html_icon-themes \
960 helpcontent2_html_static \
962 resource_fonts \
963 cui \
966 $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
967 extras_fonts \
968 $(if $(USING_X11)$(DISABLE_GUI)$(filter ANDROID,$(OS)), \
969 postprocess_fontconfig) \
970 $(call gb_Helper_optional,MORE_FONTS,\
971 fonts_alef \
972 fonts_amiri \
973 fonts_caladea \
974 fonts_carlito \
975 $(if $(MPL_SUBSET),,fonts_culmus) \
976 fonts_dejavu \
977 fonts_emojione_color \
978 fonts_gentium \
979 $(if $(MPL_SUBSET),,fonts_kacst) \
980 fonts_liberation \
981 fonts_liberation_narrow \
982 fonts_libertineg \
983 fonts_libre_hebrew \
984 fonts_noto \
985 fonts_reem \
986 fonts_sourcecode \
987 fonts_sourcesans \
988 fonts_sourceserif \
989 fonts_scheherazade \
993 $(eval $(call gb_Helper_register_packages_for_install,ooo_images,\
994 postprocess_images \
995 $(call gb_Helper_optional,HELP,helpcontent2_helpimages) \
998 $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
999 sd_opengl \
1000 slideshow_opengl_shader \
1003 ifneq ($(ENABLE_POPPLER),)
1004 $(eval $(call gb_Helper_register_packages_for_install,pdfimport, \
1005 sdext_pdfimport_pdf \
1007 endif
1009 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
1010 reportbuilder_templates \
1013 $(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
1014 filter_docbook \
1015 filter_xhtml \
1016 filter_xslt \
1019 $(eval $(call gb_Helper_register_packages_for_install,brand,\
1020 desktop_branding \
1021 $(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \
1022 $(if $(filter DESKTOP,$(BUILD_TYPE)),desktop_scripts_install) \
1023 $(if $(and $(filter-out MACOSX HAIKU WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),\
1024 $(if $(DISABLE_GUI),, \
1025 desktop_soffice_sh \
1028 readlicense_oo_files \
1029 readlicense_oo_license \
1030 $(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \
1033 ifeq ($(USING_X11), TRUE)
1034 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
1035 desktop_sbase_sh \
1038 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
1039 desktop_scalc_sh \
1042 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
1043 desktop_sdraw_sh \
1046 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
1047 desktop_simpress_sh \
1050 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
1051 desktop_smath_sh \
1054 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
1055 desktop_swriter_sh \
1057 endif # USING_X11=TRUE
1059 $(eval $(call gb_Helper_register_packages_for_install,onlineupdate,\
1060 $(if $(ENABLE_ONLINE_UPDATE),$(if $(filter LINUX SOLARIS,$(OS)),setup_native_scripts)) \
1063 ifneq ($(DISABLE_PYTHON),TRUE)
1064 $(eval $(call gb_Helper_register_packages_for_install,python, \
1065 pyuno_pythonloader_ini \
1066 pyuno_python_scripts \
1067 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
1068 scripting_ScriptsPython \
1071 $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
1072 scripting_scriptproviderforpython \
1075 ifeq (LIBRELOGO,$(filter LIBRELOGO,$(BUILD_TYPE)))
1076 $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
1077 librelogo \
1078 librelogo_properties \
1080 endif # LIBRELOGO
1082 endif # DISABLE_PYTHON
1084 # External executables
1085 $(eval $(call gb_ExternalExecutable_register_executables,\
1086 genbrk \
1087 genccode \
1088 gencmn \
1089 python \
1090 ucpp \
1091 xmllint \
1092 xsltproc \
1095 # Resources
1096 $(eval $(call gb_Helper_register_mos,\
1097 acc \
1098 avmedia \
1099 $(call gb_Helper_optional,SCRIPTING,basctl) \
1100 chart \
1101 cnr \
1102 cui \
1103 dba \
1104 dkt \
1105 editeng \
1106 flt \
1107 for \
1108 $(call gb_Helper_optional,DESKTOP,fps) \
1109 frm \
1110 fwk \
1111 oox \
1112 pcr \
1113 rpt \
1114 $(call gb_Helper_optional,SCRIPTING,sb) \
1115 sc \
1116 sca \
1117 scc \
1118 sd \
1119 sfx \
1120 shell \
1121 sm \
1122 svl \
1123 svt \
1124 svx \
1125 sw \
1126 uui \
1127 vcl \
1128 wiz \
1129 wpt \
1130 $(if $(ENABLE_NSS),xsc) \
1133 # UI configuration
1134 $(eval $(call gb_Helper_register_uiconfigs,\
1135 cui \
1136 $(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
1137 desktop \
1138 editeng \
1139 filter \
1140 formula \
1141 fps \
1142 libreofficekit \
1143 $(call gb_Helper_optional,SCRIPTING,modules/BasicIDE) \
1144 $(call gb_Helper_optional,DBCONNECTIVITY,\
1145 modules/dbapp \
1146 modules/dbbrowser \
1147 modules/dbquery \
1148 modules/dbrelation \
1150 modules/dbreport \
1151 $(call gb_Helper_optional,DBCONNECTIVITY,\
1152 modules/dbtable \
1153 modules/dbtdata \
1155 modules/sabpilot \
1156 $(call gb_Helper_optional,DBCONNECTIVITY,modules/sbibliography) \
1157 modules/scalc \
1158 modules/scanner \
1159 modules/schart \
1160 modules/sdraw \
1161 modules/sglobal \
1162 modules/simpress \
1163 modules/smath \
1164 $(call gb_Helper_optional,DBCONNECTIVITY,modules/spropctrlr) \
1165 modules/StartModule \
1166 modules/sweb \
1167 modules/swform \
1168 modules/swreport \
1169 modules/swriter \
1170 modules/swxform \
1171 sfx \
1172 svt \
1173 svx \
1174 uui \
1175 vcl \
1176 writerperfect \
1177 $(if $(ENABLE_NSS),xmlsec) \
1180 ifeq ($(gb_GBUILDSELFTEST),t)
1181 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, gbuildselftestdep gbuildselftest))
1182 $(eval $(call gb_Helper_register_executables,NONE, gbuildselftestexe))
1183 endif
1185 # vim: set noet sw=4 ts=4: