tdf#99492 sw layout: always paint merged cell grids
[LibreOffice.git] / Repository.mk
blob09bb53d7f90310adf682d2d51feca1f9d81f78b1
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 libtest \
43 lngconvex \
44 localize \
45 makedepend \
46 mbsdiff \
47 mork_helper \
48 osl_process_child \
49 pdf2xml \
50 pdfunzip \
51 pdfverify \
52 pocheck \
53 propex \
54 regsvrex \
55 saxparser \
56 sp2bv \
57 svidl \
58 $(if $(ENABLE_ONLINE_UPDATE_MAR),\
59 test_updater_dialog \
60 ) \
61 treex \
62 ulfex \
63 unoidl-read \
64 unoidl-write \
65 xrmex \
66 $(if $(filter-out ANDROID iOS WNT,$(OS)), \
67 svdemo \
68 fftester \
69 svptest \
70 svpclient ) \
71 $(if $(filter LINUX %BSD SOLARIS,$(OS)), tilebench) \
72 $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest) \
73 vcldemo \
74 tiledrendering \
75 mtfdemo \
76 visualbackendtest \
77 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), gtktiledviewer) \
80 $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
81 $(if $(filter MSC,$(COM)),climaker) \
82 cppumaker \
83 idlc \
84 javamaker \
85 $(if $(filter UCPP,$(BUILD_TYPE)),ucpp) \
86 $(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
87 unoidl-check \
88 $(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
91 $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
92 $(if $(ENABLE_ONLINE_UPDATE_MAR),\
93 mar \
94 $(if $(filter WNT,$(OS)), \
95 update_service \
96 ) \
97 updater )\
98 $(call gb_Helper_optional,BREAKPAD,minidump_upload) \
99 $(call gb_Helper_optional,FUZZERS,wmffuzzer) \
100 $(call gb_Helper_optional,FUZZERS,jpgfuzzer) \
101 $(call gb_Helper_optional,FUZZERS,giffuzzer) \
102 $(call gb_Helper_optional,FUZZERS,xbmfuzzer) \
103 $(call gb_Helper_optional,FUZZERS,xpmfuzzer) \
104 $(call gb_Helper_optional,FUZZERS,pngfuzzer) \
105 $(call gb_Helper_optional,FUZZERS,bmpfuzzer) \
106 $(call gb_Helper_optional,FUZZERS,svmfuzzer) \
107 $(call gb_Helper_optional,FUZZERS,pcdfuzzer) \
108 $(call gb_Helper_optional,FUZZERS,dxffuzzer) \
109 $(call gb_Helper_optional,FUZZERS,metfuzzer) \
110 $(call gb_Helper_optional,FUZZERS,ppmfuzzer) \
111 $(call gb_Helper_optional,FUZZERS,psdfuzzer) \
112 $(call gb_Helper_optional,FUZZERS,epsfuzzer) \
113 $(call gb_Helper_optional,FUZZERS,pctfuzzer) \
114 $(call gb_Helper_optional,FUZZERS,pcxfuzzer) \
115 $(call gb_Helper_optional,FUZZERS,rasfuzzer) \
116 $(call gb_Helper_optional,FUZZERS,tgafuzzer) \
117 $(call gb_Helper_optional,FUZZERS,tiffuzzer) \
118 $(call gb_Helper_optional,FUZZERS,hwpfuzzer) \
119 $(call gb_Helper_optional,FUZZERS,602fuzzer) \
120 $(call gb_Helper_optional,FUZZERS,lwpfuzzer) \
121 $(call gb_Helper_optional,FUZZERS,olefuzzer) \
122 $(call gb_Helper_optional,FUZZERS,pptfuzzer) \
123 $(call gb_Helper_optional,FUZZERS,rtffuzzer) \
124 $(call gb_Helper_optional,FUZZERS,cgmfuzzer) \
125 $(call gb_Helper_optional,FUZZERS,ww2fuzzer) \
126 $(call gb_Helper_optional,FUZZERS,ww6fuzzer) \
127 $(call gb_Helper_optional,FUZZERS,ww8fuzzer) \
128 $(call gb_Helper_optional,FUZZERS,qpwfuzzer) \
129 $(call gb_Helper_optional,FUZZERS,slkfuzzer) \
130 $(call gb_Helper_optional,FUZZERS,fodtfuzzer) \
131 $(call gb_Helper_optional,FUZZERS,fodsfuzzer) \
132 $(call gb_Helper_optional,FUZZERS,fodpfuzzer) \
133 $(call gb_Helper_optional,FUZZERS,xlsfuzzer) \
134 $(call gb_Helper_optional,FUZZERS,scrtffuzzer) \
135 $(call gb_Helper_optional,FUZZERS,wksfuzzer) \
136 $(call gb_Helper_optional,FUZZERS,diffuzzer) \
137 $(call gb_Helper_optional,FUZZERS,docxfuzzer) \
138 $(call gb_Helper_optional,FUZZERS,xlsxfuzzer) \
139 $(call gb_Helper_optional,FUZZERS,pptxfuzzer) \
140 $(call gb_Helper_optional,FUZZERS,mmlfuzzer) \
141 $(call gb_Helper_optional,FUZZERS,mtpfuzzer) \
142 $(call gb_Helper_optional,FUZZERS,htmlfuzzer) \
143 $(call gb_Helper_optional,FUZZERS,sftfuzzer) \
144 $(if $(filter-out ANDROID HAIKU iOS MACOSX WNT,$(OS)),oosplash) \
145 soffice_bin \
146 $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
147 $(if $(filter WNT,$(OS)), \
148 soffice_exe \
149 soffice_com \
150 soffice_safe \
151 unoinfo \
152 unopkg \
153 unopkg_com \
154 twain32shim \
158 $(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
159 $(if $(filter WNT,$(OS)), \
160 sbase \
164 $(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
165 $(if $(filter WNT,$(OS)), \
166 odbcconfig \
170 $(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
171 $(if $(filter WNT,$(OS)), \
172 scalc \
176 $(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
177 $(if $(filter WNT,$(OS)), \
178 sdraw \
182 $(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
183 $(if $(filter WNT,$(OS)), \
184 simpress \
188 $(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
189 $(if $(filter WNT,$(OS)), \
190 smath \
194 $(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
195 $(if $(filter WNT,$(OS)), \
196 sweb \
197 swriter \
201 $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
202 gengal \
203 $(if $(filter WNT,$(OS)),,uri-encode) \
204 $(if $(ENABLE_MACOSX_SANDBOX),, \
205 $(if $(DISABLE_GUI),, \
206 ui-previewer \
209 $(if $(filter WNT,$(OS)), \
210 senddoc \
212 $(if $(filter OPENCL,$(BUILD_TYPE)),opencltest) \
215 ifeq ($(OS),WNT)
216 $(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
217 quickstart \
219 endif
221 $(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
222 $(if $(filter WNT,$(OS)), \
223 python \
227 ifneq ($(ENABLE_POPPLER),)
228 $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
229 xpdfimport \
231 endif
233 $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
234 $(if $(and $(ENABLE_JAVA),$(filter-out HAIKU MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
235 $(if $(ENABLE_MACOSX_SANDBOX),, \
236 regmerge \
237 regview \
239 $(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
242 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
243 abp \
244 dbp \
245 dbu \
248 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
249 analysis \
250 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
251 date \
252 pricing \
253 sc \
254 scd \
255 scfilt \
256 scui \
257 wpftcalc \
258 solver \
259 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
262 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
263 svgfilter \
264 wpftdraw \
265 graphicfilter \
268 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
269 animcore \
270 PresenterScreen \
271 PresentationMinimizer \
272 wpftimpress \
275 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
276 $(if $(ENABLE_ONLINE_UPDATE), \
277 updatecheckui \
278 updchk \
282 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
283 $(if $(ENABLE_EVOAB2),evoab) \
284 $(if $(ENABLE_GTK3),vclplug_gtk3) \
285 $(if $(ENABLE_GIO),losessioninstall) \
286 $(if $(ENABLE_GIO),ucpgio1) \
289 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
290 $(if $(ENABLE_KF5),kf5be1) \
291 $(if $(USING_X11), \
292 $(if $(ENABLE_KF5),vclplug_kf5) \
293 $(if $(ENABLE_QT5),vclplug_qt5) \
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_KF5),vclplug_kf5) \
308 endif
310 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
311 sm \
312 smd \
315 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
316 OGLTrans \
319 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
320 acc \
321 $(call gb_Helper_optional,AVMEDIA,avmedia) \
322 $(if $(filter MACOSX,$(OS)),\
323 avmediaMacAVF \
325 $(call gb_Helper_optional,SCRIPTING, \
326 basctl \
327 basprov \
329 basegfx \
330 bib \
331 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
332 canvasfactory \
333 canvastools \
334 chartcore \
335 chartcontroller \
336 $(call gb_Helper_optional,OPENCL,clew) \
337 $(if $(filter $(OS),WNT),,cmdmail) \
338 cppcanvas \
339 configmgr \
340 ctl \
341 cui \
342 dba \
343 dbahsql \
344 $(call gb_Helper_optional,DBCONNECTIVITY, \
345 dbase \
346 dbaxml) \
347 dbtools \
348 deploymentmisc \
349 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
350 $(if $(USING_X11),desktop_detector) \
351 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
352 $(if $(filter WNT,$(OS)),directx9canvas) \
353 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
354 drawinglayer \
355 editeng \
356 $(if $(filter WNT,$(OS)),emser) \
357 evtatt \
358 expwrap \
359 $(call gb_Helper_optional,DBCONNECTIVITY, \
360 flat \
361 file) \
362 filterconfig \
363 fps_office \
364 for \
365 forui \
366 frm \
367 fsstorage \
368 fwk \
369 $(if $(filter WNT,$(OS)),gdipluscanvas) \
370 guesslang \
371 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
372 i18npool \
373 i18nsearch \
374 gie \
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 $(if $(filter-out iOS,$(OS)),lnth) \
384 $(if $(filter $(OS),MACOSX),macbe1) \
385 $(if $(MERGELIBS),merged) \
386 migrationoo2 \
387 migrationoo3 \
388 mork \
389 mozbootstrap \
390 msfilter \
391 $(call gb_Helper_optional,SCRIPTING,msforms) \
392 mtfrenderer \
393 $(call gb_Helper_optional,DBCONNECTIVITY,mysql_jdbc) \
394 $(call gb_Helper_optional,MARIADBC,$(call gb_Helper_optional,DBCONNECTIVITY,mysqlc)) \
395 numbertext \
396 odbc \
397 odfflatxml \
398 offacc \
399 oox \
400 $(call gb_Helper_optional,OPENCL,opencl) \
401 passwordcontainer \
402 pcr \
403 pdffilter \
404 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
405 sax \
406 sb \
407 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
408 scn \
409 sd \
410 sdd \
411 sdfilt \
412 sdui \
413 sfx \
414 simplecanvas \
415 slideshow \
416 sot \
417 $(if $(filter-out iOS,$(OS)),spell) \
418 $(if $(DISABLE_GUI),,spl) \
419 storagefd \
420 $(call gb_Helper_optional,SCRIPTING,stringresource) \
421 svgio \
422 emfio \
423 svl \
424 svt \
425 svx \
426 svxcore \
427 sw \
428 syssh \
429 textconversiondlgs \
430 textfd \
431 tk \
432 tl \
433 ucpexpand1 \
434 ucpext \
435 ucpimage \
436 ucpcmis1 \
437 ucptdoc1 \
438 unordf \
439 unoxml \
440 updatefeed \
441 utl \
442 uui \
443 $(call gb_Helper_optional,SCRIPTING, \
444 vbaevents \
445 vbahelper \
447 vcl \
448 vclcanvas \
449 writerperfect \
450 xmlscript \
451 xmlfa \
452 xmlfd \
453 xo \
454 xof \
455 xsltdlg \
456 xsltfilter \
457 $(if $(USING_X11), \
458 vclplug_gen \
460 $(if $(filter $(OS),WNT), \
461 ado \
462 oleautobridge \
463 smplmail \
464 vclplug_win \
465 wininetbe1 \
467 $(if $(filter $(OS),MACOSX), \
468 $(if $(ENABLE_MACOSX_SANDBOX),, \
469 AppleRemote \
471 fps_aqua \
472 vclplug_osx \
474 $(if $(filter iOS MACOSX,$(OS)), \
475 MacOSXSpell \
479 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
480 $(if $(BUILD_POSTGRESQL_SDBC), \
481 postgresql-sdbc \
482 postgresql-sdbc-impl) \
485 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,firebirdsdbc, \
486 $(if $(ENABLE_FIREBIRD_SDBC),firebird_sdbc) \
489 ifneq ($(ENABLE_PDFIMPORT),)
490 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
491 pdfimport \
493 endif
495 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
496 pythonloader \
499 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
500 pyuno \
501 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
504 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
505 rpt \
506 rptui \
507 rptxml \
510 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
511 hwp \
512 $(if $(ENABLE_LWP),lwpft) \
513 msword \
514 swd \
515 swui \
516 t602filter \
517 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
518 wpftwriter \
519 writerfilter \
520 $(call gb_Helper_optional,DBCONNECTIVITY,writer) \
523 # cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
524 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
525 smoketest \
526 subsequenttest \
527 test \
528 test-setupvcl \
529 testtools_cppobj \
530 testtools_bridgetest \
531 testtools_bridgetest-common \
532 testtools_constructors \
533 unobootstrapprotector \
534 unoexceptionprotector \
535 unotest \
536 vclbootstrapprotector \
537 scqahelper \
538 unowinreg \
539 wpftqahelper \
540 precompiled_system \
541 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
542 $(if $(filter $(OS),ANDROID),lo-bootstrap) \
543 $(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
546 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
547 affine_uno_uno \
548 $(if $(filter MSC,$(COM)),cli_uno) \
549 i18nlangtag \
550 $(if $(ENABLE_JAVA), \
551 java_uno \
552 jpipe \
553 $(if $(filter $(OS),WNT),jpipx) \
554 juh \
555 juhx \
557 log_uno_uno \
558 unsafe_uno_uno \
559 $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
562 $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
563 binaryurp \
564 bootstrap \
565 introspection \
566 invocadapt \
567 invocation \
568 io \
569 $(if $(ENABLE_JAVA),javaloader) \
570 $(if $(ENABLE_JAVA),javavm) \
571 $(if $(ENABLE_JAVA),jvmaccess) \
572 $(if $(ENABLE_JAVA),jvmfwk) \
573 namingservice \
574 proxyfac \
575 reflection \
576 reg \
577 sal_textenc \
578 stocservices \
579 store \
580 unoidl \
581 uuresolver \
582 xmlreader \
585 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
586 $(if $(ENABLE_VLC),avmediavlc) \
587 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
588 $(if $(filter WNT,$(OS)),avmediawin) \
589 cached1 \
590 collator_data \
591 comphelper \
592 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
593 $(call gb_Helper_optional,BREAKPAD,crashreport) \
594 deployment \
595 deploymentgui \
596 dict_ja \
597 dict_zh \
598 embobj \
599 $(if $(ENABLE_JAVA),hsqldb) \
600 i18nutil \
601 index_data \
602 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
603 localedata_en \
604 localedata_es \
605 localedata_euro \
606 localedata_others \
607 mcnttype \
608 $(if $(ENABLE_JAVA), \
609 $(if $(filter $(OS),MACOSX),,officebean) \
611 emboleobj \
612 package2 \
613 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
614 sdbc2 \
615 sofficeapp \
616 srtrs1 \
617 $(if $(filter $(OS),WNT),sysdtrans) \
618 textconv_dict \
619 ucb1 \
620 ucbhelper \
621 $(if $(WITH_WEBDAV),ucpdav1) \
622 ucpfile1 \
623 ucpftp1 \
624 ucpchelp1 \
625 ucphier1 \
626 ucppkg1 \
627 unopkgapp \
628 xmlsecurity \
629 xsec_xmlsec \
630 xstor \
631 $(if $(filter $(OS),MACOSX), \
632 macab1 \
633 macabdrv1 \
635 $(if $(filter WNT,$(OS)), \
636 dnd \
637 dtrans \
638 fps \
639 ftransl \
640 inprocserv \
641 UAccCOM \
642 winaccessibility \
646 ifeq ($(OS),WNT)
647 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
648 regactivex \
651 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
652 so_activex \
655 ifneq ($(BUILD_X64),)
656 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
657 so_activex_x64 \
659 endif
661 $(eval $(call gb_Helper_register_executables_for_install,OOO,spsuppfiles, \
662 spsupp_helper \
665 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,spsuppfiles, \
666 $(if $(CXX_X64_BINARY),spsupp_x64) \
667 $(if $(CXX_X86_BINARY),spsupp_x86) \
670 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
671 $(if $(WINDOWS_SDK_HOME),\
672 instooofiltmsi \
673 inst_msu_msi \
674 qslnkmsi \
675 reg_dlls \
676 reg4allmsdoc \
677 sdqsmsi \
678 sellangmsi \
679 sn_tools \
683 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
684 shlxtmsi \
687 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
688 ooofilt \
689 propertyhdl \
690 shlxthdl \
693 ifneq ($(BUILD_X64),)
694 $(eval $(call gb_Helper_register_packages_for_install,winexplorerextwin64, \
695 $(if $(filter MSC,$(COM)),msvc_dlls) \
698 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
699 ooofilt_x64 \
700 propertyhdl_x64 \
701 shlxthdl_x64 \
703 endif # BUILD_X64
705 endif # WNT
707 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
708 cppuhelper \
709 purpenvhelper \
710 salhelper \
713 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
714 cppu \
715 sal \
718 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
719 active_native \
720 passive_native \
723 ifneq ($(ENABLE_JAVA),)
724 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
725 java_uno \
726 juh \
727 jurt \
728 libreoffice \
729 ridl \
730 unoloader \
733 $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
734 ScriptFramework \
735 ScriptProviderForJava \
736 XMergeBridge \
737 commonwizards \
738 form \
739 $(if $(filter-out MACOSX,$(OS)),officebean) \
740 query \
741 report \
742 sdbc_hsqldb \
743 smoketest \
744 table \
745 unoil \
746 xmerge \
749 $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
750 reportbuilder \
751 reportbuilderwizard \
754 ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
755 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
756 ScriptProviderForBeanShell \
758 endif
760 ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
761 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
762 ScriptProviderForJavaScript \
764 endif
766 ifeq (CT2N,$(filter CT2N,$(BUILD_TYPE)))
767 $(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
768 ct2n \
770 endif
772 ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
773 $(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
774 numbertext \
776 endif
778 $(eval $(call gb_Helper_register_jars,OXT, \
779 EvolutionarySolver \
780 active_java \
781 mediawiki \
782 nlpsolver \
783 passive_java \
786 $(eval $(call gb_Helper_register_jars,NONE,\
787 ConnectivityTools \
788 HelloWorld \
789 Highlight \
790 MemoryUsage \
791 OOoRunner \
792 TestExtension \
793 test \
794 test-tools \
795 testComponent \
797 endif
799 # 'test_unittest' is only package delivering to workdir.
800 # Other packages could be potentially autoinstalled.
801 $(eval $(call gb_Helper_register_packages, \
802 test_unittest \
803 cli_basetypes_copy \
804 extras_wordbook \
805 instsetoo_native_setup \
806 $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \
807 postprocess_registry \
808 readlicense_oo_readmes \
809 setup_native_misc \
810 sysui_share \
811 vcl_fontunxpsprint \
814 $(eval $(call gb_Helper_register_packages_for_install,impress,\
815 sd_xml \
818 $(eval $(call gb_Helper_register_packages_for_install,calc,\
819 sc_res_xml \
822 $(eval $(call gb_Helper_register_packages_for_install,libreofficekit,\
823 $(if $(filter LINUX %BSD SOLARIS, $(OS)),libreofficekit_selectionhandles) \
826 $(eval $(call gb_Helper_register_packages_for_install,ure,\
827 instsetoo_native_setup_ure \
828 ure_install \
829 $(if $(ENABLE_JAVA),\
830 jvmfwk_jvmfwk3_ini \
831 jvmfwk_javavendors \
832 jvmfwk_jreproperties \
833 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
837 $(eval $(call gb_Helper_register_packages_for_install,postgresqlsdbc,\
838 $(if $(BUILD_POSTGRESQL_SDBC),connectivity_postgresql-sdbc) \
841 $(eval $(call gb_Helper_register_packages_for_install,sdk,\
842 odk_share_readme \
843 odk_share_readme_generated \
844 $(if $(filter WNT,$(OS)),odk_cli) \
845 odk_config \
846 $(if $(filter WNT,$(OS)),odk_config_win) \
847 odk_docs \
848 $(if $(DOXYGEN),odk_doxygen) \
849 odk_examples \
850 odk_headers \
851 odk_headers_generated \
852 odk_html \
853 odk_settings \
854 odk_settings_generated \
855 offapi_idl \
856 udkapi_idl \
857 $(if $(ENABLE_JAVA), \
858 odk_javadoc \
859 odk_uno_loader_classes \
860 odk_unowinreg \
864 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
865 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
866 officecfg_misc \
867 $(if $(filter $(OS),MACOSX), \
868 extensions_mdibundle \
869 extensions_OOoSpotlightImporter \
871 extras_autocorr \
872 extras_autotextuser \
873 extras_cfgsrvnolang \
874 extras_cfgusr \
875 extras_database \
876 extras_databasebiblio \
877 extras_gallbullets \
878 extras_gallmytheme \
879 extras_gallroot \
880 extras_gallsystem \
881 extras_gallsystemstr \
882 extras_glade \
883 extras_labels \
884 $(if $(filter WNT,$(OS)),extras_newfiles) \
885 extras_palettes \
886 extras_personas \
887 extras_persona_dark \
888 extras_persona_gray \
889 extras_persona_green \
890 extras_persona_pink \
891 extras_persona_sand \
892 extras_persona_white \
893 extras_tplofficorr \
894 extras_tploffimisc \
895 extras_tplpresnt \
896 extras_tpl_styles \
897 extras_tpldraw \
898 extras_tplpersonal \
899 extras_tplwizbitmap \
900 extras_tplwizdesktop \
901 extras_tplwizletter \
902 extras_tplwizfax \
903 extras_tplwizagenda \
904 extras_tplwizreport \
905 extras_tplwizstyles \
906 framework_dtd \
907 $(if $(filter $(OS),MACOSX),infoplist) \
908 oox_customshapes \
909 oox_generated \
910 package_dtd \
911 sd_web \
912 sfx2_emojiconfig \
913 $(call gb_Helper_optional,DESKTOP,\
914 $(if $(filter-out WNT,$(OS)),$(if $(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
915 $(call gb_Helper_optional,DESKTOP,$(if $(filter-out MACOSX WNT,$(OS)),svx_gengal)) \
916 $(if $(USING_X11),vcl_fontunxppds) \
917 $(if $(filter $(OS),MACOSX),vcl_osxres) \
918 xmloff_dtd \
919 xmlscript_dtd \
920 xmlhelp_helpxsl \
921 $(if $(ENABLE_JAVA),\
922 scripting_java \
923 scripting_java_jars \
924 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
925 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
927 $(if $(DISABLE_SCRIPTING),,scripting_scriptbindinglib) \
928 $(if $(filter $(OS),MACOSX),sysui_osxicons) \
929 wizards_basicshare \
930 wizards_basicsrvaccess2base \
931 wizards_basicsrvdepot \
932 wizards_basicsrveuro \
933 wizards_basicsrvgimmicks \
934 wizards_basicsrvimport \
935 wizards_basicsrvform \
936 wizards_basicsrvstandard \
937 wizards_basicsrvtemplate \
938 wizards_basicsrvtools \
939 wizards_basicsrvtutorials \
940 wizards_basicusr \
941 wizards_properties \
942 wizards_wizardshare \
943 tipoftheday_images \
944 vcl_opengl_shader \
945 vcl_theme_definitions \
946 $(if $(filter WNT,$(OS)), \
947 vcl_opengl_denylist \
949 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
950 $(if $(filter SKIA,$(BUILD_TYPE)), \
951 vcl_skia_denylist ) \
952 $(if $(DISABLE_PYTHON),,$(if $(filter-out AIX,$(OS)), \
953 Pyuno/commonwizards \
954 Pyuno/fax \
955 Pyuno/letter \
956 Pyuno/agenda \
957 Pyuno/mailmerge \
958 )) \
959 sfx2_classification \
960 $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
961 $(if $(ENABLE_HTMLHELP),\
962 helpcontent2_html_dynamic \
963 helpcontent2_html_media \
964 helpcontent2_html_icon-themes \
965 helpcontent2_html_static \
967 resource_fonts \
968 cui \
971 $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
972 extras_fonts \
973 $(if $(USING_X11)$(DISABLE_GUI)$(filter ANDROID,$(OS)), \
974 postprocess_fontconfig) \
975 $(call gb_Helper_optional,MORE_FONTS,\
976 fonts_alef \
977 fonts_amiri \
978 fonts_caladea \
979 fonts_carlito \
980 $(if $(MPL_SUBSET),,fonts_culmus) \
981 fonts_dejavu \
982 fonts_emojione_color \
983 fonts_gentium \
984 $(if $(MPL_SUBSET),,fonts_kacst) \
985 fonts_liberation \
986 fonts_liberation_narrow \
987 fonts_libertineg \
988 fonts_libre_hebrew \
989 fonts_noto \
990 fonts_reem \
991 fonts_sourcecode \
992 fonts_sourcesans \
993 fonts_sourceserif \
994 fonts_scheherazade \
998 $(eval $(call gb_Helper_register_packages_for_install,ooo_images,\
999 postprocess_images \
1000 $(call gb_Helper_optional,HELP,helpcontent2_helpimages) \
1003 $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
1004 sd_opengl \
1005 slideshow_opengl_shader \
1008 ifneq ($(ENABLE_POPPLER),)
1009 $(eval $(call gb_Helper_register_packages_for_install,pdfimport, \
1010 sdext_pdfimport_pdf \
1012 endif
1014 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
1015 reportbuilder_templates \
1018 $(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
1019 filter_docbook \
1020 filter_xhtml \
1021 filter_xslt \
1024 $(eval $(call gb_Helper_register_packages_for_install,brand,\
1025 desktop_branding \
1026 $(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \
1027 $(if $(filter DESKTOP,$(BUILD_TYPE)),desktop_scripts_install) \
1028 $(if $(and $(filter-out MACOSX HAIKU WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),\
1029 $(if $(DISABLE_GUI),, \
1030 desktop_soffice_sh \
1033 readlicense_oo_files \
1034 readlicense_oo_license \
1035 $(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \
1038 ifeq ($(USING_X11), TRUE)
1039 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
1040 desktop_sbase_sh \
1043 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
1044 desktop_scalc_sh \
1047 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
1048 desktop_sdraw_sh \
1051 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
1052 desktop_simpress_sh \
1055 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
1056 desktop_smath_sh \
1059 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
1060 desktop_swriter_sh \
1062 endif # USING_X11=TRUE
1064 $(eval $(call gb_Helper_register_packages_for_install,onlineupdate,\
1065 $(if $(ENABLE_ONLINE_UPDATE),$(if $(filter LINUX SOLARIS,$(OS)),setup_native_scripts)) \
1068 ifneq ($(DISABLE_PYTHON),TRUE)
1069 $(eval $(call gb_Helper_register_packages_for_install,python, \
1070 pyuno_pythonloader_ini \
1071 pyuno_python_scripts \
1072 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
1073 scripting_ScriptsPython \
1076 $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
1077 scripting_scriptproviderforpython \
1080 $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
1081 librelogo \
1082 librelogo_properties \
1084 endif # DISABLE_PYTHON
1086 # External executables
1087 $(eval $(call gb_ExternalExecutable_register_executables,\
1088 genbrk \
1089 genccode \
1090 gencmn \
1091 python \
1092 ucpp \
1093 xmllint \
1094 xsltproc \
1097 # Resources
1098 $(eval $(call gb_Helper_register_mos,\
1099 acc \
1100 avmedia \
1101 $(call gb_Helper_optional,SCRIPTING,basctl) \
1102 chart \
1103 cnr \
1104 cui \
1105 dba \
1106 dkt \
1107 editeng \
1108 flt \
1109 for \
1110 $(call gb_Helper_optional,DESKTOP,fps) \
1111 frm \
1112 fwk \
1113 oox \
1114 pcr \
1115 rpt \
1116 $(call gb_Helper_optional,SCRIPTING,sb) \
1117 sc \
1118 sca \
1119 scc \
1120 sd \
1121 sfx \
1122 shell \
1123 sm \
1124 svl \
1125 svt \
1126 svx \
1127 sw \
1128 uui \
1129 vcl \
1130 wiz \
1131 wpt \
1132 $(if $(ENABLE_NSS),xsc) \
1135 # UI configuration
1136 $(eval $(call gb_Helper_register_uiconfigs,\
1137 cui \
1138 $(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
1139 desktop \
1140 editeng \
1141 filter \
1142 formula \
1143 fps \
1144 libreofficekit \
1145 $(call gb_Helper_optional,SCRIPTING,modules/BasicIDE) \
1146 $(call gb_Helper_optional,DBCONNECTIVITY,\
1147 modules/dbapp \
1148 modules/dbbrowser \
1149 modules/dbquery \
1150 modules/dbrelation \
1152 modules/dbreport \
1153 $(call gb_Helper_optional,DBCONNECTIVITY,\
1154 modules/dbtable \
1155 modules/dbtdata \
1157 modules/sabpilot \
1158 $(call gb_Helper_optional,DBCONNECTIVITY,modules/sbibliography) \
1159 modules/scalc \
1160 modules/scanner \
1161 modules/schart \
1162 modules/sdraw \
1163 modules/sglobal \
1164 modules/simpress \
1165 modules/smath \
1166 $(call gb_Helper_optional,DBCONNECTIVITY,modules/spropctrlr) \
1167 modules/StartModule \
1168 modules/sweb \
1169 modules/swform \
1170 modules/swreport \
1171 modules/swriter \
1172 modules/swxform \
1173 sfx \
1174 svt \
1175 svx \
1176 uui \
1177 vcl \
1178 writerperfect \
1179 $(if $(ENABLE_NSS),xmlsec) \
1182 ifeq ($(gb_GBUILDSELFTEST),t)
1183 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, gbuildselftestdep gbuildselftest))
1184 $(eval $(call gb_Helper_register_executables,NONE, gbuildselftestexe))
1185 endif
1187 # vim: set noet sw=4 ts=4: