tdf#130519 Add "More options" button to Lists section
[LibreOffice.git] / Repository.mk
blobcf905c97072365eeb64649eadc7537de01ecd0b9
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 unoinfo \
151 unopkg \
152 unopkg_com \
153 twain32shim \
157 $(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
158 $(if $(filter WNT,$(OS)), \
159 sbase \
163 $(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
164 $(if $(filter WNT,$(OS)), \
165 odbcconfig \
169 $(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
170 $(if $(filter WNT,$(OS)), \
171 scalc \
175 $(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
176 $(if $(filter WNT,$(OS)), \
177 sdraw \
181 $(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
182 $(if $(filter WNT,$(OS)), \
183 simpress \
187 $(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
188 $(if $(filter WNT,$(OS)), \
189 smath \
193 $(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
194 $(if $(filter WNT,$(OS)), \
195 sweb \
196 swriter \
200 $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
201 gengal \
202 $(if $(filter WNT,$(OS)),,uri-encode) \
203 $(if $(ENABLE_MACOSX_SANDBOX),, \
204 $(if $(DISABLE_GUI),, \
205 ui-previewer \
208 $(if $(filter WNT,$(OS)), \
209 senddoc \
211 $(if $(filter OPENCL,$(BUILD_TYPE)),opencltest) \
214 ifeq ($(OS),WNT)
215 $(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
216 quickstart \
218 endif
220 $(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
221 $(if $(filter WNT,$(OS)), \
222 python \
226 ifneq ($(ENABLE_POPPLER),)
227 $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
228 xpdfimport \
230 endif
232 $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
233 $(if $(and $(ENABLE_JAVA),$(filter-out HAIKU MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
234 $(if $(ENABLE_MACOSX_SANDBOX),, \
235 regmerge \
236 regview \
238 $(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
241 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
242 abp \
243 dbp \
244 dbu \
247 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
248 analysis \
249 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
250 date \
251 pricing \
252 sc \
253 scd \
254 scfilt \
255 scui \
256 wpftcalc \
257 solver \
258 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
261 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
262 svgfilter \
263 flash \
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 fwe \
369 fwi \
370 fwk \
371 fwl \
372 fwm \
373 $(if $(filter WNT,$(OS)),gdipluscanvas) \
374 guesslang \
375 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
376 i18npool \
377 i18nsearch \
378 gie \
379 hyphen \
380 icg \
381 $(if $(ENABLE_JAVA),jdbc) \
382 $(if $(ENABLE_LDAP),ldapbe2) \
383 $(if $(filter WNT,$(OS)),WinUserInfoBe) \
384 localebe1 \
385 log \
386 lng \
387 $(if $(filter-out iOS,$(OS)),lnth) \
388 $(if $(filter $(OS),MACOSX),macbe1) \
389 $(if $(MERGELIBS),merged) \
390 migrationoo2 \
391 migrationoo3 \
392 mork \
393 mozbootstrap \
394 msfilter \
395 $(call gb_Helper_optional,SCRIPTING,msforms) \
396 mtfrenderer \
397 $(call gb_Helper_optional,DBCONNECTIVITY,mysql_jdbc) \
398 $(call gb_Helper_optional,MARIADBC,$(call gb_Helper_optional,DBCONNECTIVITY,mysqlc)) \
399 numbertext \
400 odbc \
401 odfflatxml \
402 offacc \
403 oox \
404 $(call gb_Helper_optional,OPENCL,opencl) \
405 passwordcontainer \
406 pcr \
407 pdffilter \
408 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
409 sax \
410 sb \
411 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
412 scn \
413 sd \
414 sdd \
415 sdfilt \
416 sdui \
417 sfx \
418 simplecanvas \
419 slideshow \
420 sot \
421 $(if $(filter-out iOS,$(OS)),spell) \
422 $(if $(DISABLE_GUI),,spl) \
423 storagefd \
424 $(call gb_Helper_optional,SCRIPTING,stringresource) \
425 svgio \
426 emfio \
427 svl \
428 svt \
429 svx \
430 svxcore \
431 sw \
432 syssh \
433 textconversiondlgs \
434 textfd \
435 tk \
436 tl \
437 ucpexpand1 \
438 ucpext \
439 ucpimage \
440 ucpcmis1 \
441 ucptdoc1 \
442 unordf \
443 unoxml \
444 updatefeed \
445 utl \
446 uui \
447 $(call gb_Helper_optional,SCRIPTING, \
448 vbaevents \
449 vbahelper \
451 vcl \
452 vclcanvas \
453 writerperfect \
454 xmlscript \
455 xmlfa \
456 xmlfd \
457 xo \
458 xof \
459 xsltdlg \
460 xsltfilter \
461 $(if $(USING_X11), \
462 vclplug_gen \
464 $(if $(filter $(OS),WNT), \
465 ado \
466 oleautobridge \
467 smplmail \
468 vclplug_win \
469 wininetbe1 \
471 $(if $(filter $(OS),MACOSX), \
472 $(if $(ENABLE_MACOSX_SANDBOX),, \
473 AppleRemote \
475 fps_aqua \
476 vclplug_osx \
478 $(if $(filter iOS MACOSX,$(OS)), \
479 MacOSXSpell \
483 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
484 $(if $(BUILD_POSTGRESQL_SDBC), \
485 postgresql-sdbc \
486 postgresql-sdbc-impl) \
489 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,firebirdsdbc, \
490 $(if $(ENABLE_FIREBIRD_SDBC),firebird_sdbc) \
493 ifneq ($(ENABLE_PDFIMPORT),)
494 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
495 pdfimport \
497 endif
499 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
500 pythonloader \
503 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
504 pyuno \
505 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
508 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
509 rpt \
510 rptui \
511 rptxml \
514 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
515 hwp \
516 $(if $(ENABLE_LWP),lwpft) \
517 msword \
518 swd \
519 swui \
520 t602filter \
521 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
522 wpftwriter \
523 writerfilter \
524 $(call gb_Helper_optional,DBCONNECTIVITY,writer) \
527 # cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
528 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
529 smoketest \
530 subsequenttest \
531 test \
532 test-setupvcl \
533 testtools_cppobj \
534 testtools_bridgetest \
535 testtools_bridgetest-common \
536 testtools_constructors \
537 unobootstrapprotector \
538 unoexceptionprotector \
539 unotest \
540 vclbootstrapprotector \
541 scqahelper \
542 unowinreg \
543 wpftqahelper \
544 precompiled_system \
545 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
546 $(if $(filter $(OS),ANDROID),lo-bootstrap) \
547 $(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
550 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
551 affine_uno_uno \
552 $(if $(filter MSC,$(COM)),cli_uno) \
553 i18nlangtag \
554 $(if $(ENABLE_JAVA), \
555 java_uno \
556 jpipe \
557 $(if $(filter $(OS),WNT),jpipx) \
558 juh \
559 juhx \
561 log_uno_uno \
562 unsafe_uno_uno \
563 $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
566 $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
567 binaryurp \
568 bootstrap \
569 introspection \
570 invocadapt \
571 invocation \
572 io \
573 $(if $(ENABLE_JAVA),javaloader) \
574 $(if $(ENABLE_JAVA),javavm) \
575 $(if $(ENABLE_JAVA),jvmaccess) \
576 $(if $(ENABLE_JAVA),jvmfwk) \
577 namingservice \
578 proxyfac \
579 reflection \
580 reg \
581 sal_textenc \
582 stocservices \
583 store \
584 unoidl \
585 uuresolver \
586 xmlreader \
589 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
590 $(if $(ENABLE_VLC),avmediavlc) \
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 mcnttype \
612 $(if $(ENABLE_JAVA), \
613 $(if $(filter $(OS),MACOSX),,officebean) \
615 emboleobj \
616 package2 \
617 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
618 sdbc2 \
619 sofficeapp \
620 srtrs1 \
621 $(if $(filter $(OS),WNT),sysdtrans) \
622 textconv_dict \
623 ucb1 \
624 ucbhelper \
625 $(if $(WITH_WEBDAV),ucpdav1) \
626 ucpfile1 \
627 ucpftp1 \
628 ucpchelp1 \
629 ucphier1 \
630 ucppkg1 \
631 unopkgapp \
632 xmlsecurity \
633 xsec_xmlsec \
634 xstor \
635 $(if $(filter $(OS),MACOSX), \
636 macab1 \
637 macabdrv1 \
639 $(if $(filter WNT,$(OS)), \
640 dnd \
641 dtrans \
642 fps \
643 ftransl \
644 inprocserv \
645 UAccCOM \
646 winaccessibility \
650 ifeq ($(OS),WNT)
651 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
652 regactivex \
655 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
656 so_activex \
659 ifneq ($(BUILD_X64),)
660 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
661 so_activex_x64 \
663 endif
665 $(eval $(call gb_Helper_register_executables_for_install,OOO,spsuppfiles, \
666 spsupp_helper \
669 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,spsuppfiles, \
670 $(if $(CXX_X64_BINARY),spsupp_x64) \
671 $(if $(CXX_X86_BINARY),spsupp_x86) \
674 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
675 $(if $(WINDOWS_SDK_HOME),\
676 instooofiltmsi \
677 inst_msu_msi \
678 qslnkmsi \
679 reg_dlls \
680 reg4allmsdoc \
681 sdqsmsi \
682 sellangmsi \
683 sn_tools \
687 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
688 shlxtmsi \
691 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
692 ooofilt \
693 propertyhdl \
694 shlxthdl \
697 ifneq ($(BUILD_X64),)
698 $(eval $(call gb_Helper_register_packages_for_install,winexplorerextwin64, \
699 $(if $(filter MSC,$(COM)),msvc_dlls) \
702 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
703 ooofilt_x64 \
704 propertyhdl_x64 \
705 shlxthdl_x64 \
707 endif # BUILD_X64
709 endif # WNT
711 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
712 cppuhelper \
713 purpenvhelper \
714 salhelper \
717 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
718 cppu \
719 sal \
722 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
723 active_native \
724 passive_native \
727 ifneq ($(ENABLE_JAVA),)
728 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
729 java_uno \
730 juh \
731 jurt \
732 ridl \
733 unoloader \
736 $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
737 ScriptFramework \
738 ScriptProviderForJava \
739 XMergeBridge \
740 commonwizards \
741 form \
742 $(if $(filter-out MACOSX,$(OS)),officebean) \
743 query \
744 report \
745 sdbc_hsqldb \
746 smoketest \
747 table \
748 unoil \
749 xmerge \
752 $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
753 reportbuilder \
754 reportbuilderwizard \
757 ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
758 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
759 ScriptProviderForBeanShell \
761 endif
763 ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
764 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
765 ScriptProviderForJavaScript \
767 endif
769 ifeq (CT2N,$(filter CT2N,$(BUILD_TYPE)))
770 $(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
771 ct2n \
773 endif
775 ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
776 $(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
777 numbertext \
779 endif
781 $(eval $(call gb_Helper_register_jars,OXT, \
782 EvolutionarySolver \
783 active_java \
784 mediawiki \
785 nlpsolver \
786 passive_java \
789 $(eval $(call gb_Helper_register_jars,NONE,\
790 ConnectivityTools \
791 HelloWorld \
792 Highlight \
793 MemoryUsage \
794 OOoRunner \
795 TestExtension \
796 test \
797 test-tools \
798 testComponent \
800 endif
802 # 'test_unittest' is only package delivering to workdir.
803 # Other packages could be potentially autoinstalled.
804 $(eval $(call gb_Helper_register_packages, \
805 test_unittest \
806 cli_basetypes_copy \
807 extras_wordbook \
808 instsetoo_native_setup \
809 $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \
810 postprocess_registry \
811 readlicense_oo_readmes \
812 setup_native_misc \
813 sysui_share \
814 vcl_fontunxpsprint \
817 $(eval $(call gb_Helper_register_packages_for_install,impress,\
818 sd_xml \
821 $(eval $(call gb_Helper_register_packages_for_install,calc,\
822 sc_res_xml \
825 $(eval $(call gb_Helper_register_packages_for_install,libreofficekit,\
826 $(if $(filter LINUX %BSD SOLARIS, $(OS)),libreofficekit_selectionhandles) \
829 $(eval $(call gb_Helper_register_packages_for_install,ure,\
830 instsetoo_native_setup_ure \
831 ure_install \
832 $(if $(ENABLE_JAVA),\
833 jvmfwk_jvmfwk3_ini \
834 jvmfwk_javavendors \
835 jvmfwk_jreproperties \
836 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
840 $(eval $(call gb_Helper_register_packages_for_install,postgresqlsdbc,\
841 $(if $(BUILD_POSTGRESQL_SDBC),connectivity_postgresql-sdbc) \
844 $(eval $(call gb_Helper_register_packages_for_install,sdk,\
845 odk_share_readme \
846 odk_share_readme_generated \
847 $(if $(filter WNT,$(OS)),odk_cli) \
848 odk_config \
849 $(if $(filter WNT,$(OS)),odk_config_win) \
850 odk_docs \
851 $(if $(DOXYGEN),odk_doxygen) \
852 odk_examples \
853 odk_headers \
854 odk_headers_generated \
855 odk_html \
856 odk_settings \
857 odk_settings_generated \
858 offapi_idl \
859 udkapi_idl \
860 $(if $(ENABLE_JAVA), \
861 odk_javadoc \
862 odk_uno_loader_classes \
863 odk_unowinreg \
867 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
868 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
869 officecfg_misc \
870 $(if $(filter $(OS),MACOSX), \
871 extensions_mdibundle \
872 extensions_OOoSpotlightImporter \
874 extras_autocorr \
875 extras_autotextuser \
876 extras_cfgsrvnolang \
877 extras_cfgusr \
878 extras_database \
879 extras_databasebiblio \
880 extras_gallbullets \
881 extras_gallhtmlexpo \
882 extras_gallmytheme \
883 extras_gallroot \
884 extras_gallsystem \
885 extras_gallwwwgraf \
886 extras_glade \
887 extras_labels \
888 $(if $(filter WNT,$(OS)),extras_newfiles) \
889 extras_palettes \
890 extras_personas \
891 extras_persona_dark \
892 extras_persona_gray \
893 extras_persona_green \
894 extras_persona_pink \
895 extras_persona_sand \
896 extras_persona_white \
897 extras_tplofficorr \
898 extras_tploffimisc \
899 extras_tplpresnt \
900 extras_tpl_styles \
901 extras_tplpersonal \
902 extras_tplwizbitmap \
903 extras_tplwizdesktop \
904 extras_tplwizletter \
905 extras_tplwizfax \
906 extras_tplwizagenda \
907 extras_tplwizreport \
908 extras_tplwizstyles \
909 framework_dtd \
910 $(if $(filter $(OS),MACOSX),infoplist) \
911 oox_customshapes \
912 oox_generated \
913 package_dtd \
914 sd_web \
915 sfx2_emojiconfig \
916 $(call gb_Helper_optional,DESKTOP,\
917 $(if $(filter-out WNT,$(OS)),$(if $(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
918 $(call gb_Helper_optional,DESKTOP,$(if $(filter-out MACOSX WNT,$(OS)),svx_gengal)) \
919 $(if $(USING_X11),vcl_fontunxppds) \
920 $(if $(filter $(OS),MACOSX),vcl_osxres) \
921 xmloff_dtd \
922 xmlscript_dtd \
923 xmlhelp_helpxsl \
924 $(if $(ENABLE_JAVA),\
925 scripting_java \
926 scripting_java_jars \
927 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
928 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
930 $(if $(DISABLE_SCRIPTING),,scripting_scriptbindinglib) \
931 $(if $(filter $(OS),MACOSX),sysui_osxicons) \
932 wizards_basicshare \
933 wizards_basicsrvaccess2base \
934 wizards_basicsrvdepot \
935 wizards_basicsrveuro \
936 wizards_basicsrvgimmicks \
937 wizards_basicsrvimport \
938 wizards_basicsrvform \
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 vcl_opengl_shader \
948 vcl_theme_definitions \
949 $(if $(filter WNT,$(OS)), \
950 vcl_opengl_blacklist \
952 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
953 $(if $(filter SKIA,$(BUILD_TYPE)), \
954 vcl_skia_blacklist ) \
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 \
973 $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
974 extras_fonts \
975 $(if $(USING_X11)$(DISABLE_GUI)$(filter ANDROID,$(OS)), \
976 postprocess_fontconfig) \
977 $(call gb_Helper_optional,MORE_FONTS,\
978 fonts_alef \
979 fonts_amiri \
980 fonts_caladea \
981 fonts_carlito \
982 $(if $(MPL_SUBSET),,fonts_culmus) \
983 fonts_dejavu \
984 fonts_emojione_color \
985 fonts_gentium \
986 $(if $(MPL_SUBSET),,fonts_kacst) \
987 fonts_liberation \
988 fonts_liberation_narrow \
989 fonts_libertineg \
990 fonts_libre_hebrew \
991 fonts_noto \
992 fonts_reem \
993 fonts_sourcecode \
994 fonts_sourcesans \
995 fonts_sourceserif \
996 fonts_scheherazade \
1000 $(eval $(call gb_Helper_register_packages_for_install,ooo_images,\
1001 postprocess_images \
1002 $(call gb_Helper_optional,HELP,helpcontent2_helpimages) \
1005 $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
1006 sd_opengl \
1007 slideshow_opengl_shader \
1010 ifneq ($(ENABLE_POPPLER),)
1011 $(eval $(call gb_Helper_register_packages_for_install,pdfimport, \
1012 sdext_pdfimport_pdf \
1014 endif
1016 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
1017 reportbuilder_templates \
1020 $(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
1021 filter_docbook \
1022 filter_xhtml \
1023 filter_xslt \
1026 $(eval $(call gb_Helper_register_packages_for_install,brand,\
1027 desktop_branding \
1028 $(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \
1029 $(if $(filter DESKTOP,$(BUILD_TYPE)),desktop_scripts_install) \
1030 $(if $(and $(filter-out MACOSX HAIKU WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),\
1031 $(if $(DISABLE_GUI),, \
1032 desktop_soffice_sh \
1035 readlicense_oo_files \
1036 readlicense_oo_license \
1037 $(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \
1040 ifeq ($(USING_X11), TRUE)
1041 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
1042 desktop_sbase_sh \
1045 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
1046 desktop_scalc_sh \
1049 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
1050 desktop_sdraw_sh \
1053 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
1054 desktop_simpress_sh \
1057 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
1058 desktop_smath_sh \
1061 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
1062 desktop_swriter_sh \
1064 endif # USING_X11=TRUE
1066 $(eval $(call gb_Helper_register_packages_for_install,onlineupdate,\
1067 $(if $(ENABLE_ONLINE_UPDATE),$(if $(filter LINUX SOLARIS,$(OS)),setup_native_scripts)) \
1070 ifneq ($(DISABLE_PYTHON),TRUE)
1071 $(eval $(call gb_Helper_register_packages_for_install,python, \
1072 pyuno_pythonloader_ini \
1073 pyuno_python_scripts \
1074 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
1075 scripting_ScriptsPython \
1078 $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
1079 scripting_scriptproviderforpython \
1082 $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
1083 librelogo \
1084 librelogo_properties \
1086 endif # DISABLE_PYTHON
1088 # External executables
1089 $(eval $(call gb_ExternalExecutable_register_executables,\
1090 genbrk \
1091 genccode \
1092 gencmn \
1093 python \
1094 ucpp \
1095 xmllint \
1096 xsltproc \
1099 # Resources
1100 $(eval $(call gb_Helper_register_mos,\
1101 acc \
1102 avmedia \
1103 $(call gb_Helper_optional,SCRIPTING,basctl) \
1104 chart \
1105 cnr \
1106 cui \
1107 dba \
1108 dkt \
1109 editeng \
1110 flt \
1111 for \
1112 $(call gb_Helper_optional,DESKTOP,fps) \
1113 frm \
1114 fwk \
1115 oox \
1116 pcr \
1117 rpt \
1118 $(call gb_Helper_optional,SCRIPTING,sb) \
1119 sc \
1120 sca \
1121 scc \
1122 sd \
1123 sfx \
1124 shell \
1125 sm \
1126 svl \
1127 svt \
1128 svx \
1129 sw \
1130 uui \
1131 vcl \
1132 wiz \
1133 wpt \
1134 $(if $(ENABLE_NSS),xsc) \
1137 # UI configuration
1138 $(eval $(call gb_Helper_register_uiconfigs,\
1139 cui \
1140 $(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
1141 desktop \
1142 editeng \
1143 filter \
1144 formula \
1145 fps \
1146 libreofficekit \
1147 $(call gb_Helper_optional,SCRIPTING,modules/BasicIDE) \
1148 $(call gb_Helper_optional,DBCONNECTIVITY,\
1149 modules/dbapp \
1150 modules/dbbrowser \
1151 modules/dbquery \
1152 modules/dbrelation \
1154 modules/dbreport \
1155 $(call gb_Helper_optional,DBCONNECTIVITY,\
1156 modules/dbtable \
1157 modules/dbtdata \
1159 modules/sabpilot \
1160 $(call gb_Helper_optional,DBCONNECTIVITY,modules/sbibliography) \
1161 modules/scalc \
1162 modules/scanner \
1163 modules/schart \
1164 modules/sdraw \
1165 modules/sglobal \
1166 modules/simpress \
1167 modules/smath \
1168 $(call gb_Helper_optional,DBCONNECTIVITY,modules/spropctrlr) \
1169 modules/StartModule \
1170 modules/sweb \
1171 modules/swform \
1172 modules/swreport \
1173 modules/swriter \
1174 modules/swxform \
1175 sfx \
1176 svt \
1177 svx \
1178 uui \
1179 vcl \
1180 writerperfect \
1181 $(if $(ENABLE_NSS),xmlsec) \
1184 ifeq ($(gb_GBUILDSELFTEST),t)
1185 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, gbuildselftestdep gbuildselftest))
1186 $(eval $(call gb_Helper_register_executables,NONE, gbuildselftestexe))
1187 endif
1189 # vim: set noet sw=4 ts=4: