Send various state changes to LOK
[LibreOffice.git] / Repository.mk
blobfc701d8bff879a29f0000ad4ce303b3b92b4acf8
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 wpftdraw \
264 graphicfilter \
267 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
268 animcore \
269 PresenterScreen \
270 PresentationMinimizer \
271 wpftimpress \
274 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
275 $(if $(ENABLE_ONLINE_UPDATE), \
276 updatecheckui \
277 updchk \
281 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
282 $(if $(ENABLE_EVOAB2),evoab) \
283 $(if $(ENABLE_GTK3),vclplug_gtk3) \
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_GTK3_KDE5),vclplug_gtk3_kde5) \
296 ifneq ($(ENABLE_GTK3_KDE5),)
297 $(eval $(call gb_Helper_register_executables_for_install,OOO,kde, \
298 lo_kde5filepicker \
300 endif
302 ifeq ($(OS),HAIKU)
303 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,haiku, \
304 $(if $(ENABLE_QT5),vclplug_qt5) \
305 $(if $(ENABLE_KF5),vclplug_kf5) \
307 endif
309 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
310 sm \
311 smd \
314 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
315 OGLTrans \
318 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
319 acc \
320 $(call gb_Helper_optional,AVMEDIA,avmedia) \
321 $(if $(filter MACOSX,$(OS)),\
322 avmediaMacAVF \
324 $(call gb_Helper_optional,SCRIPTING, \
325 basctl \
326 basprov \
328 basegfx \
329 bib \
330 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
331 canvasfactory \
332 canvastools \
333 chartcore \
334 chartcontroller \
335 $(call gb_Helper_optional,OPENCL,clew) \
336 $(if $(filter $(OS),WNT),,cmdmail) \
337 cppcanvas \
338 configmgr \
339 ctl \
340 cui \
341 dba \
342 dbahsql \
343 $(call gb_Helper_optional,DBCONNECTIVITY, \
344 dbase \
345 dbaxml) \
346 dbtools \
347 deploymentmisc \
348 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
349 $(if $(USING_X11),desktop_detector) \
350 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
351 $(if $(filter WNT,$(OS)),directx9canvas) \
352 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
353 drawinglayer \
354 editeng \
355 $(if $(filter WNT,$(OS)),emser) \
356 evtatt \
357 expwrap \
358 $(call gb_Helper_optional,DBCONNECTIVITY, \
359 flat \
360 file) \
361 filterconfig \
362 fps_office \
363 for \
364 forui \
365 frm \
366 fsstorage \
367 fwe \
368 fwi \
369 fwk \
370 fwl \
371 fwm \
372 $(if $(filter WNT,$(OS)),gdipluscanvas) \
373 guesslang \
374 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
375 i18npool \
376 i18nsearch \
377 gie \
378 hyphen \
379 icg \
380 $(if $(ENABLE_JAVA),jdbc) \
381 $(if $(ENABLE_LDAP),ldapbe2) \
382 $(if $(filter WNT,$(OS)),WinUserInfoBe) \
383 localebe1 \
384 log \
385 lng \
386 $(if $(filter-out iOS,$(OS)),lnth) \
387 $(if $(filter $(OS),MACOSX),macbe1) \
388 $(if $(MERGELIBS),merged) \
389 migrationoo2 \
390 migrationoo3 \
391 mork \
392 mozbootstrap \
393 msfilter \
394 $(call gb_Helper_optional,SCRIPTING,msforms) \
395 mtfrenderer \
396 $(call gb_Helper_optional,DBCONNECTIVITY,mysql_jdbc) \
397 $(call gb_Helper_optional,MARIADBC,$(call gb_Helper_optional,DBCONNECTIVITY,mysqlc)) \
398 numbertext \
399 odbc \
400 odfflatxml \
401 offacc \
402 oox \
403 $(call gb_Helper_optional,OPENCL,opencl) \
404 passwordcontainer \
405 pcr \
406 pdffilter \
407 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
408 sax \
409 sb \
410 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
411 scn \
412 sd \
413 sdd \
414 sdfilt \
415 sdui \
416 sfx \
417 simplecanvas \
418 slideshow \
419 sot \
420 $(if $(filter-out iOS,$(OS)),spell) \
421 $(if $(DISABLE_GUI),,spl) \
422 storagefd \
423 $(call gb_Helper_optional,SCRIPTING,stringresource) \
424 svgio \
425 emfio \
426 svl \
427 svt \
428 svx \
429 svxcore \
430 sw \
431 syssh \
432 textconversiondlgs \
433 textfd \
434 tk \
435 tl \
436 ucpexpand1 \
437 ucpext \
438 ucpimage \
439 ucpcmis1 \
440 ucptdoc1 \
441 unordf \
442 unoxml \
443 updatefeed \
444 utl \
445 uui \
446 $(call gb_Helper_optional,SCRIPTING, \
447 vbaevents \
448 vbahelper \
450 vcl \
451 vclcanvas \
452 writerperfect \
453 xmlscript \
454 xmlfa \
455 xmlfd \
456 xo \
457 xof \
458 xsltdlg \
459 xsltfilter \
460 $(if $(USING_X11), \
461 vclplug_gen \
463 $(if $(filter $(OS),WNT), \
464 ado \
465 oleautobridge \
466 smplmail \
467 vclplug_win \
468 wininetbe1 \
470 $(if $(filter $(OS),MACOSX), \
471 $(if $(ENABLE_MACOSX_SANDBOX),, \
472 AppleRemote \
474 fps_aqua \
475 vclplug_osx \
477 $(if $(filter iOS MACOSX,$(OS)), \
478 MacOSXSpell \
482 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
483 $(if $(BUILD_POSTGRESQL_SDBC), \
484 postgresql-sdbc \
485 postgresql-sdbc-impl) \
488 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,firebirdsdbc, \
489 $(if $(ENABLE_FIREBIRD_SDBC),firebird_sdbc) \
492 ifneq ($(ENABLE_PDFIMPORT),)
493 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
494 pdfimport \
496 endif
498 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
499 pythonloader \
502 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
503 pyuno \
504 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
507 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
508 rpt \
509 rptui \
510 rptxml \
513 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
514 hwp \
515 $(if $(ENABLE_LWP),lwpft) \
516 msword \
517 swd \
518 swui \
519 t602filter \
520 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
521 wpftwriter \
522 writerfilter \
523 $(call gb_Helper_optional,DBCONNECTIVITY,writer) \
526 # cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
527 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
528 smoketest \
529 subsequenttest \
530 test \
531 test-setupvcl \
532 testtools_cppobj \
533 testtools_bridgetest \
534 testtools_bridgetest-common \
535 testtools_constructors \
536 unobootstrapprotector \
537 unoexceptionprotector \
538 unotest \
539 vclbootstrapprotector \
540 scqahelper \
541 unowinreg \
542 wpftqahelper \
543 precompiled_system \
544 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
545 $(if $(filter $(OS),ANDROID),lo-bootstrap) \
546 $(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
549 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
550 affine_uno_uno \
551 $(if $(filter MSC,$(COM)),cli_uno) \
552 i18nlangtag \
553 $(if $(ENABLE_JAVA), \
554 java_uno \
555 jpipe \
556 $(if $(filter $(OS),WNT),jpipx) \
557 juh \
558 juhx \
560 log_uno_uno \
561 unsafe_uno_uno \
562 $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
565 $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
566 binaryurp \
567 bootstrap \
568 introspection \
569 invocadapt \
570 invocation \
571 io \
572 $(if $(ENABLE_JAVA),javaloader) \
573 $(if $(ENABLE_JAVA),javavm) \
574 $(if $(ENABLE_JAVA),jvmaccess) \
575 $(if $(ENABLE_JAVA),jvmfwk) \
576 namingservice \
577 proxyfac \
578 reflection \
579 reg \
580 sal_textenc \
581 stocservices \
582 store \
583 unoidl \
584 uuresolver \
585 xmlreader \
588 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
589 $(if $(ENABLE_VLC),avmediavlc) \
590 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
591 $(if $(filter WNT,$(OS)),avmediawin) \
592 cached1 \
593 collator_data \
594 comphelper \
595 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
596 $(call gb_Helper_optional,BREAKPAD,crashreport) \
597 deployment \
598 deploymentgui \
599 dict_ja \
600 dict_zh \
601 embobj \
602 $(if $(ENABLE_JAVA),hsqldb) \
603 i18nutil \
604 index_data \
605 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
606 localedata_en \
607 localedata_es \
608 localedata_euro \
609 localedata_others \
610 mcnttype \
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 $(if $(filter $(OS),WNT),sysdtrans) \
621 textconv_dict \
622 ucb1 \
623 ucbhelper \
624 $(if $(WITH_WEBDAV),ucpdav1) \
625 ucpfile1 \
626 ucpftp1 \
627 ucpchelp1 \
628 ucphier1 \
629 ucppkg1 \
630 unopkgapp \
631 xmlsecurity \
632 xsec_xmlsec \
633 xstor \
634 $(if $(filter $(OS),MACOSX), \
635 macab1 \
636 macabdrv1 \
638 $(if $(filter WNT,$(OS)), \
639 dnd \
640 dtrans \
641 fps \
642 ftransl \
643 inprocserv \
644 UAccCOM \
645 winaccessibility \
649 ifeq ($(OS),WNT)
650 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
651 regactivex \
654 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
655 so_activex \
658 ifneq ($(BUILD_X64),)
659 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
660 so_activex_x64 \
662 endif
664 $(eval $(call gb_Helper_register_executables_for_install,OOO,spsuppfiles, \
665 spsupp_helper \
668 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,spsuppfiles, \
669 $(if $(CXX_X64_BINARY),spsupp_x64) \
670 $(if $(CXX_X86_BINARY),spsupp_x86) \
673 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
674 $(if $(WINDOWS_SDK_HOME),\
675 instooofiltmsi \
676 inst_msu_msi \
677 qslnkmsi \
678 reg_dlls \
679 reg4allmsdoc \
680 sdqsmsi \
681 sellangmsi \
682 sn_tools \
686 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
687 shlxtmsi \
690 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
691 ooofilt \
692 propertyhdl \
693 shlxthdl \
696 ifneq ($(BUILD_X64),)
697 $(eval $(call gb_Helper_register_packages_for_install,winexplorerextwin64, \
698 $(if $(filter MSC,$(COM)),msvc_dlls) \
701 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
702 ooofilt_x64 \
703 propertyhdl_x64 \
704 shlxthdl_x64 \
706 endif # BUILD_X64
708 endif # WNT
710 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
711 cppuhelper \
712 purpenvhelper \
713 salhelper \
716 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
717 cppu \
718 sal \
721 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
722 active_native \
723 passive_native \
726 ifneq ($(ENABLE_JAVA),)
727 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
728 java_uno \
729 juh \
730 jurt \
731 libreoffice \
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_gallmytheme \
882 extras_gallroot \
883 extras_gallsystem \
884 extras_glade \
885 extras_labels \
886 $(if $(filter WNT,$(OS)),extras_newfiles) \
887 extras_palettes \
888 extras_personas \
889 extras_persona_dark \
890 extras_persona_gray \
891 extras_persona_green \
892 extras_persona_pink \
893 extras_persona_sand \
894 extras_persona_white \
895 extras_tplofficorr \
896 extras_tploffimisc \
897 extras_tplpresnt \
898 extras_tpl_styles \
899 extras_tpldraw \
900 extras_tplpersonal \
901 extras_tplwizbitmap \
902 extras_tplwizdesktop \
903 extras_tplwizletter \
904 extras_tplwizfax \
905 extras_tplwizagenda \
906 extras_tplwizreport \
907 extras_tplwizstyles \
908 framework_dtd \
909 $(if $(filter $(OS),MACOSX),infoplist) \
910 oox_customshapes \
911 oox_generated \
912 package_dtd \
913 sd_web \
914 sfx2_emojiconfig \
915 $(call gb_Helper_optional,DESKTOP,\
916 $(if $(filter-out WNT,$(OS)),$(if $(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
917 $(call gb_Helper_optional,DESKTOP,$(if $(filter-out MACOSX WNT,$(OS)),svx_gengal)) \
918 $(if $(USING_X11),vcl_fontunxppds) \
919 $(if $(filter $(OS),MACOSX),vcl_osxres) \
920 xmloff_dtd \
921 xmlscript_dtd \
922 xmlhelp_helpxsl \
923 $(if $(ENABLE_JAVA),\
924 scripting_java \
925 scripting_java_jars \
926 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
927 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
929 $(if $(DISABLE_SCRIPTING),,scripting_scriptbindinglib) \
930 $(if $(filter $(OS),MACOSX),sysui_osxicons) \
931 wizards_basicshare \
932 wizards_basicsrvaccess2base \
933 wizards_basicsrvdepot \
934 wizards_basicsrveuro \
935 wizards_basicsrvgimmicks \
936 wizards_basicsrvimport \
937 wizards_basicsrvform \
938 wizards_basicsrvstandard \
939 wizards_basicsrvtemplate \
940 wizards_basicsrvtools \
941 wizards_basicsrvtutorials \
942 wizards_basicusr \
943 wizards_properties \
944 wizards_wizardshare \
945 tipoftheday_images \
946 vcl_opengl_shader \
947 vcl_theme_definitions \
948 $(if $(filter WNT,$(OS)), \
949 vcl_opengl_blacklist \
951 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
952 $(if $(filter SKIA,$(BUILD_TYPE)), \
953 vcl_skia_blacklist ) \
954 $(if $(DISABLE_PYTHON),,$(if $(filter-out AIX,$(OS)), \
955 Pyuno/commonwizards \
956 Pyuno/fax \
957 Pyuno/letter \
958 Pyuno/agenda \
959 Pyuno/mailmerge \
960 )) \
961 sfx2_classification \
962 $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
963 $(if $(ENABLE_HTMLHELP),\
964 helpcontent2_html_dynamic \
965 helpcontent2_html_media \
966 helpcontent2_html_icon-themes \
967 helpcontent2_html_static \
969 resource_fonts \
970 cui \
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: