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