lok: jsdialog: fix possible nullptr dereference
[LibreOffice.git] / Repository.mk
blob5311a5d1b84bcbb985a04a7324eb765ff2c9c12c
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 gie \
373 hyphen \
374 icg \
375 $(if $(ENABLE_JAVA),jdbc) \
376 $(if $(ENABLE_LDAP),ldapbe2) \
377 $(if $(filter WNT,$(OS)),WinUserInfoBe) \
378 localebe1 \
379 log \
380 lng \
381 $(if $(filter-out iOS,$(OS)),lnth) \
382 $(if $(filter $(OS),MACOSX),macbe1) \
383 $(if $(MERGELIBS),merged) \
384 migrationoo2 \
385 migrationoo3 \
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_VLC),avmediavlc) \
585 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
586 $(if $(filter WNT,$(OS)),avmediawin) \
587 cached1 \
588 collator_data \
589 comphelper \
590 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
591 $(call gb_Helper_optional,BREAKPAD,crashreport) \
592 deployment \
593 deploymentgui \
594 dict_ja \
595 dict_zh \
596 embobj \
597 $(if $(ENABLE_JAVA),hsqldb) \
598 i18nutil \
599 index_data \
600 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
601 localedata_en \
602 localedata_es \
603 localedata_euro \
604 localedata_others \
605 $(if $(ENABLE_JAVA), \
606 $(if $(filter $(OS),MACOSX),,officebean) \
608 emboleobj \
609 package2 \
610 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
611 sdbc2 \
612 sofficeapp \
613 srtrs1 \
614 textconv_dict \
615 ucb1 \
616 ucbhelper \
617 $(if $(WITH_WEBDAV),ucpdav1) \
618 ucpfile1 \
619 ucpftp1 \
620 ucpchelp1 \
621 ucphier1 \
622 ucppkg1 \
623 unopkgapp \
624 xmlsecurity \
625 xsec_xmlsec \
626 xstor \
627 $(if $(filter $(OS),MACOSX), \
628 macab1 \
629 macabdrv1 \
631 $(if $(filter WNT,$(OS)), \
632 fps \
633 inprocserv \
634 UAccCOM \
635 winaccessibility \
639 ifeq ($(OS),WNT)
640 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
641 regactivex \
644 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
645 so_activex \
648 ifneq ($(BUILD_X64),)
649 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
650 so_activex_x64 \
652 endif
654 $(eval $(call gb_Helper_register_executables_for_install,OOO,spsuppfiles, \
655 spsupp_helper \
658 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,spsuppfiles, \
659 $(if $(CXX_X64_BINARY),spsupp_x64) \
660 $(if $(CXX_X86_BINARY),spsupp_x86) \
663 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
664 $(if $(WINDOWS_SDK_HOME),\
665 instooofiltmsi \
666 inst_msu_msi \
667 qslnkmsi \
668 reg_dlls \
669 reg4allmsdoc \
670 sdqsmsi \
671 sellangmsi \
672 sn_tools \
676 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
677 shlxtmsi \
680 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
681 ooofilt \
682 propertyhdl \
683 shlxthdl \
686 ifneq ($(BUILD_X64),)
687 $(eval $(call gb_Helper_register_packages_for_install,winexplorerextwin64, \
688 $(if $(filter MSC,$(COM)),msvc_dlls) \
691 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
692 ooofilt_x64 \
693 propertyhdl_x64 \
694 shlxthdl_x64 \
696 endif # BUILD_X64
698 endif # WNT
700 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
701 cppuhelper \
702 purpenvhelper \
703 salhelper \
706 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
707 cppu \
708 sal \
711 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
712 active_native \
713 passive_native \
716 ifneq ($(ENABLE_JAVA),)
717 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
718 java_uno \
719 juh \
720 jurt \
721 libreoffice \
722 ridl \
723 unoloader \
726 $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
727 ScriptFramework \
728 ScriptProviderForJava \
729 XMergeBridge \
730 commonwizards \
731 form \
732 $(if $(filter-out MACOSX,$(OS)),officebean) \
733 query \
734 report \
735 sdbc_hsqldb \
736 smoketest \
737 table \
738 unoil \
739 xmerge \
742 $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
743 reportbuilder \
744 reportbuilderwizard \
747 ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
748 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
749 ScriptProviderForBeanShell \
751 endif
753 ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
754 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
755 ScriptProviderForJavaScript \
757 endif
759 ifeq (CT2N,$(filter CT2N,$(BUILD_TYPE)))
760 $(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
761 ct2n \
763 endif
765 ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
766 $(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
767 numbertext \
769 endif
771 $(eval $(call gb_Helper_register_jars,OXT, \
772 EvolutionarySolver \
773 active_java \
774 mediawiki \
775 nlpsolver \
776 passive_java \
779 $(eval $(call gb_Helper_register_jars,NONE,\
780 ConnectivityTools \
781 HelloWorld \
782 Highlight \
783 MemoryUsage \
784 OOoRunner \
785 TestExtension \
786 test \
787 test-tools \
788 testComponent \
790 endif
792 # 'test_unittest' is only package delivering to workdir.
793 # Other packages could be potentially autoinstalled.
794 $(eval $(call gb_Helper_register_packages, \
795 test_unittest \
796 cli_basetypes_copy \
797 extras_wordbook \
798 instsetoo_native_setup \
799 $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \
800 postprocess_registry \
801 readlicense_oo_readmes \
802 setup_native_misc \
803 sysui_share \
804 vcl_fontunxpsprint \
807 $(eval $(call gb_Helper_register_packages_for_install,impress,\
808 sd_xml \
811 $(eval $(call gb_Helper_register_packages_for_install,calc,\
812 sc_res_xml \
815 $(eval $(call gb_Helper_register_packages_for_install,libreofficekit,\
816 $(if $(filter LINUX %BSD SOLARIS, $(OS)),libreofficekit_selectionhandles) \
819 $(eval $(call gb_Helper_register_packages_for_install,ure,\
820 instsetoo_native_setup_ure \
821 ure_install \
822 $(if $(ENABLE_JAVA),\
823 jvmfwk_jvmfwk3_ini \
824 jvmfwk_javavendors \
825 jvmfwk_jreproperties \
826 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
830 $(eval $(call gb_Helper_register_packages_for_install,postgresqlsdbc,\
831 $(if $(BUILD_POSTGRESQL_SDBC),connectivity_postgresql-sdbc) \
834 $(eval $(call gb_Helper_register_packages_for_install,sdk,\
835 odk_share_readme \
836 odk_share_readme_generated \
837 $(if $(filter WNT,$(OS)),$(if $(filter-out ARM64,$(CPUNAME)),odk_cli)) \
838 odk_config \
839 $(if $(filter WNT,$(OS)),odk_config_win) \
840 odk_docs \
841 $(if $(DOXYGEN),odk_doxygen) \
842 odk_examples \
843 odk_headers \
844 odk_headers_generated \
845 odk_html \
846 odk_settings \
847 odk_settings_generated \
848 offapi_idl \
849 udkapi_idl \
850 $(if $(ENABLE_JAVA), \
851 odk_javadoc \
852 odk_uno_loader_classes \
856 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
857 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
858 officecfg_misc \
859 $(if $(filter $(OS),MACOSX), \
860 extensions_mdibundle \
861 extensions_OOoSpotlightImporter \
863 extras_autocorr \
864 extras_autotextuser \
865 extras_cfgsrvnolang \
866 extras_cfgusr \
867 extras_database \
868 extras_databasebiblio \
869 extras_gallbullets \
870 extras_gallmytheme \
871 extras_gallroot \
872 extras_gallsystem \
873 extras_gallsystemstr \
874 extras_glade \
875 extras_labels \
876 $(if $(filter WNT,$(OS)),extras_newfiles) \
877 extras_palettes \
878 extras_personas \
879 extras_persona_dark \
880 extras_persona_gray \
881 extras_persona_green \
882 extras_persona_pink \
883 extras_persona_sand \
884 extras_persona_white \
885 extras_tplofficorr \
886 extras_tploffimisc \
887 extras_tplpresnt \
888 extras_tpl_styles \
889 extras_tpldraw \
890 extras_tplpersonal \
891 extras_tplwizbitmap \
892 extras_tplwizdesktop \
893 extras_tplwizletter \
894 extras_tplwizfax \
895 extras_tplwizagenda \
896 extras_tplwizreport \
897 extras_tplwizstyles \
898 framework_dtd \
899 $(if $(filter $(OS),MACOSX),infoplist) \
900 oox_customshapes \
901 oox_generated \
902 package_dtd \
903 sd_web \
904 sfx2_emojiconfig \
905 $(call gb_Helper_optional,DESKTOP,\
906 $(if $(filter-out WNT,$(OS)),$(if $(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
907 $(call gb_Helper_optional,DESKTOP,$(if $(filter-out MACOSX WNT,$(OS)),svx_gengal)) \
908 $(if $(USING_X11),vcl_fontunxppds) \
909 $(if $(filter $(OS),MACOSX),vcl_osxres) \
910 xmloff_dtd \
911 xmlscript_dtd \
912 xmlhelp_helpxsl \
913 $(if $(ENABLE_JAVA),\
914 scripting_java \
915 scripting_java_jars \
916 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
917 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
919 $(if $(DISABLE_SCRIPTING),,scripting_scriptbindinglib) \
920 $(if $(filter $(OS),MACOSX),sysui_osxicons) \
921 wizards_basicshare \
922 wizards_basicsrvaccess2base \
923 wizards_basicsrvdepot \
924 wizards_basicsrveuro \
925 wizards_basicsrvgimmicks \
926 wizards_basicsrvimport \
927 wizards_basicsrvform \
928 wizards_basicsrvscriptforge \
929 wizards_basicsrvsfdatabases \
930 wizards_basicsrvsfdialogs \
931 wizards_basicsrvsfdocuments \
932 wizards_basicsrvstandard \
933 wizards_basicsrvtemplate \
934 wizards_basicsrvtools \
935 wizards_basicsrvtutorials \
936 wizards_basicusr \
937 wizards_properties \
938 wizards_wizardshare \
939 tipoftheday_images \
940 toolbarmode_images \
941 vcl_theme_definitions \
942 $(if $(filter WNT,$(OS)), \
943 vcl_opengl_denylist \
945 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
946 $(if $(filter SKIA,$(BUILD_TYPE)), \
947 vcl_skia_denylist ) \
948 $(if $(DISABLE_PYTHON),,$(if $(filter-out AIX,$(OS)), \
949 Pyuno/commonwizards \
950 Pyuno/fax \
951 Pyuno/letter \
952 Pyuno/agenda \
953 Pyuno/mailmerge \
954 )) \
955 sfx2_classification \
956 $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
957 $(if $(ENABLE_HTMLHELP),\
958 helpcontent2_html_dynamic \
959 helpcontent2_html_media \
960 helpcontent2_html_icon-themes \
961 helpcontent2_html_static \
963 resource_fonts \
964 cui \
967 $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
968 extras_fonts \
969 $(if $(USING_X11)$(DISABLE_GUI)$(filter ANDROID,$(OS)), \
970 postprocess_fontconfig) \
971 $(call gb_Helper_optional,MORE_FONTS,\
972 fonts_alef \
973 fonts_amiri \
974 fonts_caladea \
975 fonts_carlito \
976 $(if $(MPL_SUBSET),,fonts_culmus) \
977 fonts_dejavu \
978 fonts_emojione_color \
979 fonts_gentium \
980 $(if $(MPL_SUBSET),,fonts_kacst) \
981 fonts_liberation \
982 fonts_liberation_narrow \
983 fonts_libertineg \
984 fonts_libre_hebrew \
985 fonts_noto \
986 fonts_reem \
987 fonts_sourcecode \
988 fonts_sourcesans \
989 fonts_sourceserif \
990 fonts_scheherazade \
994 $(eval $(call gb_Helper_register_packages_for_install,ooo_images,\
995 postprocess_images \
996 $(call gb_Helper_optional,HELP,helpcontent2_helpimages) \
999 $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
1000 sd_opengl \
1001 slideshow_opengl_shader \
1004 ifneq ($(ENABLE_POPPLER),)
1005 $(eval $(call gb_Helper_register_packages_for_install,pdfimport, \
1006 sdext_pdfimport_pdf \
1008 endif
1010 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
1011 reportbuilder_templates \
1014 $(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
1015 filter_docbook \
1016 filter_xhtml \
1017 filter_xslt \
1020 $(eval $(call gb_Helper_register_packages_for_install,brand,\
1021 desktop_branding \
1022 $(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \
1023 $(if $(filter DESKTOP,$(BUILD_TYPE)),desktop_scripts_install) \
1024 $(if $(and $(filter-out MACOSX HAIKU WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),\
1025 $(if $(DISABLE_GUI),, \
1026 desktop_soffice_sh \
1029 readlicense_oo_files \
1030 readlicense_oo_license \
1031 $(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \
1034 ifeq ($(USING_X11), TRUE)
1035 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
1036 desktop_sbase_sh \
1039 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
1040 desktop_scalc_sh \
1043 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
1044 desktop_sdraw_sh \
1047 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
1048 desktop_simpress_sh \
1051 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
1052 desktop_smath_sh \
1055 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
1056 desktop_swriter_sh \
1058 endif # USING_X11=TRUE
1060 $(eval $(call gb_Helper_register_packages_for_install,onlineupdate,\
1061 $(if $(ENABLE_ONLINE_UPDATE),$(if $(filter LINUX SOLARIS,$(OS)),setup_native_scripts)) \
1064 ifneq ($(DISABLE_PYTHON),TRUE)
1065 $(eval $(call gb_Helper_register_packages_for_install,python, \
1066 pyuno_pythonloader_ini \
1067 pyuno_python_scripts \
1068 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
1069 scripting_ScriptsPython \
1072 $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
1073 scripting_scriptproviderforpython \
1076 $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
1077 librelogo \
1078 librelogo_properties \
1080 endif # DISABLE_PYTHON
1082 # External executables
1083 $(eval $(call gb_ExternalExecutable_register_executables,\
1084 genbrk \
1085 genccode \
1086 gencmn \
1087 python \
1088 ucpp \
1089 xmllint \
1090 xsltproc \
1093 # Resources
1094 $(eval $(call gb_Helper_register_mos,\
1095 acc \
1096 avmedia \
1097 $(call gb_Helper_optional,SCRIPTING,basctl) \
1098 chart \
1099 cnr \
1100 cui \
1101 dba \
1102 dkt \
1103 editeng \
1104 flt \
1105 for \
1106 $(call gb_Helper_optional,DESKTOP,fps) \
1107 frm \
1108 fwk \
1109 oox \
1110 pcr \
1111 rpt \
1112 $(call gb_Helper_optional,SCRIPTING,sb) \
1113 sc \
1114 sca \
1115 scc \
1116 sd \
1117 sfx \
1118 shell \
1119 sm \
1120 svl \
1121 svt \
1122 svx \
1123 sw \
1124 uui \
1125 vcl \
1126 wiz \
1127 wpt \
1128 $(if $(ENABLE_NSS),xsc) \
1131 # UI configuration
1132 $(eval $(call gb_Helper_register_uiconfigs,\
1133 cui \
1134 $(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
1135 desktop \
1136 editeng \
1137 filter \
1138 formula \
1139 fps \
1140 libreofficekit \
1141 $(call gb_Helper_optional,SCRIPTING,modules/BasicIDE) \
1142 $(call gb_Helper_optional,DBCONNECTIVITY,\
1143 modules/dbapp \
1144 modules/dbbrowser \
1145 modules/dbquery \
1146 modules/dbrelation \
1148 modules/dbreport \
1149 $(call gb_Helper_optional,DBCONNECTIVITY,\
1150 modules/dbtable \
1151 modules/dbtdata \
1153 modules/sabpilot \
1154 $(call gb_Helper_optional,DBCONNECTIVITY,modules/sbibliography) \
1155 modules/scalc \
1156 modules/scanner \
1157 modules/schart \
1158 modules/sdraw \
1159 modules/sglobal \
1160 modules/simpress \
1161 modules/smath \
1162 $(call gb_Helper_optional,DBCONNECTIVITY,modules/spropctrlr) \
1163 modules/StartModule \
1164 modules/sweb \
1165 modules/swform \
1166 modules/swreport \
1167 modules/swriter \
1168 modules/swxform \
1169 sfx \
1170 svt \
1171 svx \
1172 uui \
1173 vcl \
1174 writerperfect \
1175 $(if $(ENABLE_NSS),xmlsec) \
1178 ifeq ($(gb_GBUILDSELFTEST),t)
1179 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, gbuildselftestdep gbuildselftest))
1180 $(eval $(call gb_Helper_register_executables,NONE, gbuildselftestexe))
1181 endif
1183 # vim: set noet sw=4 ts=4: