tdf#116301: write correct content type for diagramDrawing
[LibreOffice.git] / Repository.mk
blob69bcdae4d396b628d4b14f390aa9c4c710abb30e
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 cfgex \
25 concat-deps \
26 cpp \
27 cppunittester \
28 gbuildtojson \
29 $(if $(filter MSC,$(COM)), \
30 gcc-wrapper \
31 g++-wrapper \
32 ) \
33 gencoll_rule \
34 genconv_dict \
35 gendict \
36 genindex_data \
37 helpex \
38 idxdict \
39 langsupport \
40 $(if $(filter IOS,$(OS)),LibreOffice) \
41 libtest \
42 lngconvex \
43 localize \
44 makedepend \
45 mbsdiff \
46 mork_helper \
47 osl_process_child \
48 pdf2xml \
49 pdfunzip \
50 pdfverify \
51 pocheck \
52 propex \
53 regsvrex \
54 saxparser \
55 sp2bv \
56 svg2odf \
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 pixelctl ) \
72 $(if $(filter LINUX %BSD SOLARIS,$(OS)), tilebench) \
73 $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest \
74 outdevgrind) \
75 vcldemo \
76 tiledrendering \
77 mtfdemo \
78 visualbackendtest \
79 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), gtktiledviewer) \
82 $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
83 $(if $(filter MSC,$(COM)),climaker) \
84 cppumaker \
85 idlc \
86 javamaker \
87 $(if $(filter UCPP,$(BUILD_TYPE)),ucpp) \
88 $(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
89 unoidl-check \
90 $(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
93 $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
94 $(if $(ENABLE_ONLINE_UPDATE_MAR),\
95 mar \
96 $(if $(filter WNT,$(OS)), \
97 update_service \
98 ) \
99 updater )\
100 $(call gb_Helper_optional,BREAKPAD,minidump_upload) \
101 $(call gb_Helper_optional,FUZZERS,wmffuzzer) \
102 $(call gb_Helper_optional,FUZZERS,jpgfuzzer) \
103 $(call gb_Helper_optional,FUZZERS,giffuzzer) \
104 $(call gb_Helper_optional,FUZZERS,xbmfuzzer) \
105 $(call gb_Helper_optional,FUZZERS,xpmfuzzer) \
106 $(call gb_Helper_optional,FUZZERS,pngfuzzer) \
107 $(call gb_Helper_optional,FUZZERS,bmpfuzzer) \
108 $(call gb_Helper_optional,FUZZERS,svmfuzzer) \
109 $(call gb_Helper_optional,FUZZERS,pcdfuzzer) \
110 $(call gb_Helper_optional,FUZZERS,dxffuzzer) \
111 $(call gb_Helper_optional,FUZZERS,metfuzzer) \
112 $(call gb_Helper_optional,FUZZERS,ppmfuzzer) \
113 $(call gb_Helper_optional,FUZZERS,psdfuzzer) \
114 $(call gb_Helper_optional,FUZZERS,epsfuzzer) \
115 $(call gb_Helper_optional,FUZZERS,pctfuzzer) \
116 $(call gb_Helper_optional,FUZZERS,pcxfuzzer) \
117 $(call gb_Helper_optional,FUZZERS,rasfuzzer) \
118 $(call gb_Helper_optional,FUZZERS,tgafuzzer) \
119 $(call gb_Helper_optional,FUZZERS,tiffuzzer) \
120 $(call gb_Helper_optional,FUZZERS,hwpfuzzer) \
121 $(call gb_Helper_optional,FUZZERS,602fuzzer) \
122 $(call gb_Helper_optional,FUZZERS,lwpfuzzer) \
123 $(call gb_Helper_optional,FUZZERS,olefuzzer) \
124 $(call gb_Helper_optional,FUZZERS,pptfuzzer) \
125 $(call gb_Helper_optional,FUZZERS,rtffuzzer) \
126 $(call gb_Helper_optional,FUZZERS,cgmfuzzer) \
127 $(call gb_Helper_optional,FUZZERS,ww2fuzzer) \
128 $(call gb_Helper_optional,FUZZERS,ww6fuzzer) \
129 $(call gb_Helper_optional,FUZZERS,ww8fuzzer) \
130 $(call gb_Helper_optional,FUZZERS,qpwfuzzer) \
131 $(call gb_Helper_optional,FUZZERS,slkfuzzer) \
132 $(call gb_Helper_optional,FUZZERS,fodtfuzzer) \
133 $(call gb_Helper_optional,FUZZERS,fodsfuzzer) \
134 $(call gb_Helper_optional,FUZZERS,fodpfuzzer) \
135 $(call gb_Helper_optional,FUZZERS,xlsfuzzer) \
136 $(call gb_Helper_optional,FUZZERS,scrtffuzzer) \
137 $(call gb_Helper_optional,FUZZERS,wksfuzzer) \
138 $(call gb_Helper_optional,FUZZERS,diffuzzer) \
139 $(call gb_Helper_optional,FUZZERS,docxfuzzer) \
140 $(call gb_Helper_optional,FUZZERS,xlsxfuzzer) \
141 $(call gb_Helper_optional,FUZZERS,pptxfuzzer) \
142 $(call gb_Helper_optional,FUZZERS,mmlfuzzer) \
143 $(call gb_Helper_optional,FUZZERS,mtpfuzzer) \
144 $(call gb_Helper_optional,FUZZERS,htmlfuzzer) \
145 $(call gb_Helper_optional,FUZZERS,sftfuzzer) \
146 $(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \
147 soffice_bin \
148 $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
149 $(if $(filter WNT,$(OS)), \
150 soffice \
151 unoinfo \
152 unopkg \
153 unopkg_com \
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 $(ENABLE_HEADLESS),, \
205 ui-previewer \
208 $(if $(filter WNT,$(OS)), \
209 senddoc \
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 ifeq ($(USING_X11), TRUE)
226 $(eval $(call gb_Helper_register_executables_for_install,OOO,gnome, \
227 $(if $(ENABLE_GTK),\
228 xid-fullscreen-on-all-monitors \
231 endif
233 ifneq ($(ENABLE_PDFIMPORT),)
234 $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
235 xpdfimport \
237 endif
239 $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
240 $(if $(and $(ENABLE_JAVA),$(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
241 $(if $(ENABLE_MACOSX_SANDBOX),, \
242 regmerge \
243 regview \
245 $(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
248 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
249 abp \
250 dbp \
251 dbu \
254 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
255 analysis \
256 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
257 date \
258 pricing \
259 sc \
260 scd \
261 scfilt \
262 scui \
263 wpftcalc \
264 solver \
265 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
268 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
269 svgfilter \
270 flash \
271 wpftdraw \
272 graphicfilter \
275 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
276 animcore \
277 PresenterScreen \
278 PresentationMinimizer \
279 wpftimpress \
282 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
283 $(if $(ENABLE_ONLINE_UPDATE), \
284 updatecheckui \
285 updchk \
289 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
290 $(if $(ENABLE_EVOAB2),evoab) \
291 $(if $(ENABLE_GTK),vclplug_gtk) \
292 $(if $(ENABLE_GTK3),vclplug_gtk3) \
293 $(if $(ENABLE_SYSTRAY_GTK),qstart_gtk) \
294 $(if $(ENABLE_GIO),losessioninstall) \
295 $(if $(ENABLE_GIO),ucpgio1) \
298 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
299 $(if $(ENABLE_KDE4),kde4be1) \
300 $(if $(ENABLE_KDE5),kde5be1) \
301 $(if $(USING_X11), \
302 $(if $(ENABLE_KDE4),vclplug_kde4) \
303 $(if $(ENABLE_KDE5),vclplug_kde5) \
304 $(if $(ENABLE_QT5),vclplug_qt5) \
305 $(if $(ENABLE_GTK3_KDE5),vclplug_gtk3_kde5) \
308 ifneq ($(ENABLE_GTK3_KDE5),)
309 $(eval $(call gb_Helper_register_executables_for_install,OOO,kde, \
310 lo_kde5filepicker \
312 endif
314 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
315 sm \
316 smd \
319 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
320 OGLTrans \
323 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
324 acc \
325 $(call gb_Helper_optional,AVMEDIA,avmedia) \
326 $(if $(filter MACOSX,$(OS)),\
327 avmediaMacAVF \
328 $(if $(ENABLE_MACOSX_SANDBOX),,\
329 $(if $(shell test $(MACOSX_SDK_VERSION) -ge 101200 || echo not),avmediaQuickTime) \
332 $(call gb_Helper_optional,SCRIPTING, \
333 basctl \
334 basprov \
336 basegfx \
337 bib \
338 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
339 canvasfactory \
340 canvastools \
341 chartcore \
342 chartcontroller \
343 $(if $(ENABLE_HEADLESS),, \
344 chartopengl \
346 $(call gb_Helper_optional,OPENCL,clew) \
347 $(if $(filter $(OS),WNT),,cmdmail) \
348 cppcanvas \
349 configmgr \
350 ctl \
351 cui \
352 $(call gb_Helper_optional,DBCONNECTIVITY, \
353 dba \
354 dbase \
355 dbmm \
356 dbaxml \
357 dbahsql) \
358 dbtools \
359 deploymentmisc \
360 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
361 $(if $(USING_X11),desktop_detector) \
362 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
363 $(if $(filter WNT,$(OS)),directx9canvas) \
364 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
365 drawinglayer \
366 editeng \
367 $(if $(filter WNT,$(OS)),emser) \
368 evtatt \
369 expwrap \
370 $(call gb_Helper_optional,DBCONNECTIVITY, \
371 flat \
372 file) \
373 filterconfig \
374 fps_office \
375 for \
376 forui \
377 frm \
378 fsstorage \
379 fwe \
380 fwi \
381 fwk \
382 fwl \
383 fwm \
384 $(if $(filter WNT,$(OS)),gdipluscanvas) \
385 guesslang \
386 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
387 i18npool \
388 i18nsearch \
389 gie \
390 hyphen \
391 icg \
392 $(if $(ENABLE_JAVA),jdbc) \
393 ldapbe2 \
394 localebe1 \
395 log \
396 lng \
397 lnth \
398 $(if $(filter $(OS),MACOSX),macbe1) \
399 $(if $(MERGELIBS),merged) \
400 migrationoo2 \
401 migrationoo3 \
402 msfilter \
403 $(call gb_Helper_optional,SCRIPTING,msforms) \
404 mtfrenderer \
405 $(call gb_Helper_optional,DBCONNECTIVITY,mysql) \
406 odbc \
407 odfflatxml \
408 offacc \
409 oox \
410 $(call gb_Helper_optional,OPENCL,opencl) \
411 passwordcontainer \
412 pcr \
413 pdffilter \
414 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
415 sax \
416 sb \
417 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
418 scn \
419 sd \
420 sdd \
421 sdfilt \
422 sdui \
423 sfx \
424 simplecanvas \
425 slideshow \
426 sot \
427 spell \
428 $(if $(ENABLE_HEADLESS),,spl) \
429 storagefd \
430 $(call gb_Helper_optional,SCRIPTING,stringresource) \
431 svgio \
432 emfio \
433 svl \
434 svt \
435 svx \
436 svxcore \
437 sw \
438 syssh \
439 textconversiondlgs \
440 textfd \
441 tk \
442 tl \
443 ucpexpand1 \
444 ucpext \
445 ucpimage \
446 ucpcmis1 \
447 ucptdoc1 \
448 unordf \
449 unoxml \
450 updatefeed \
451 utl \
452 uui \
453 $(call gb_Helper_optional,SCRIPTING, \
454 vbaevents \
455 vbahelper \
457 vcl \
458 vclcanvas \
459 $(if $(USING_X11), \
460 vclplug_gen \
462 writerperfect \
463 xmlscript \
464 xmlfa \
465 xmlfd \
466 xo \
467 xof \
468 xsltdlg \
469 xsltfilter \
470 mork \
471 mozbootstrap \
472 $(if $(filter $(OS),WNT), \
473 ado \
474 oleautobridge \
475 smplmail \
476 wininetbe1 \
478 $(if $(filter $(OS),MACOSX), \
479 $(if $(ENABLE_MACOSX_SANDBOX),, \
480 AppleRemote \
482 fps_aqua \
483 MacOSXSpell \
487 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
488 $(if $(BUILD_POSTGRESQL_SDBC), \
489 postgresql-sdbc \
490 postgresql-sdbc-impl) \
493 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,firebirdsdbc, \
494 $(if $(ENABLE_FIREBIRD_SDBC),firebird_sdbc) \
497 ifneq ($(ENABLE_PDFIMPORT),)
498 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
499 pdfimport \
501 endif
503 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
504 pythonloader \
507 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
508 pyuno \
509 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
512 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
513 rpt \
514 rptui \
515 rptxml \
518 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
519 hwp \
520 $(if $(ENABLE_LWP),lwpft) \
521 msword \
522 swd \
523 swui \
524 t602filter \
525 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
526 wpftwriter \
527 writerfilter \
528 $(call gb_Helper_optional,DBCONNECTIVITY,writer) \
531 # cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
532 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
533 smoketest \
534 subsequenttest \
535 test \
536 test-setupvcl \
537 testtools_cppobj \
538 testtools_bridgetest \
539 testtools_bridgetest-common \
540 testtools_constructors \
541 unobootstrapprotector \
542 unoexceptionprotector \
543 unotest \
544 vclbootstrapprotector \
545 scqahelper \
546 unowinreg \
547 wpftqahelper \
548 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
549 $(if $(filter $(OS),ANDROID),lo-bootstrap) \
550 $(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
553 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
554 affine_uno_uno \
555 $(if $(filter MSC,$(COM)),cli_uno) \
556 i18nlangtag \
557 $(if $(ENABLE_JAVA), \
558 java_uno \
559 jpipe \
560 $(if $(filter $(OS),WNT),jpipx) \
561 juh \
562 juhx \
564 log_uno_uno \
565 unsafe_uno_uno \
566 $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
569 $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
570 binaryurp \
571 bootstrap \
572 introspection \
573 invocadapt \
574 invocation \
575 io \
576 $(if $(ENABLE_JAVA),javaloader) \
577 $(if $(ENABLE_JAVA),javavm) \
578 $(if $(ENABLE_JAVA),jvmaccess) \
579 $(if $(ENABLE_JAVA),jvmfwk) \
580 namingservice \
581 proxyfac \
582 reflection \
583 reg \
584 sal_textenc \
585 stocservices \
586 store \
587 unoidl \
588 uuresolver \
589 xmlreader \
592 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
593 $(if $(ENABLE_VLC),avmediavlc) \
594 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
595 $(if $(ENABLE_GSTREAMER_0_10),avmediagst_0_10) \
596 $(if $(filter WNT,$(OS)),avmediawin) \
597 cached1 \
598 collator_data \
599 comphelper \
600 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
601 $(call gb_Helper_optional,BREAKPAD,crashreport) \
602 deployment \
603 deploymentgui \
604 dict_ja \
605 dict_zh \
606 embobj \
607 $(if $(ENABLE_JAVA),hsqldb) \
608 i18nutil \
609 index_data \
610 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
611 localedata_en \
612 localedata_es \
613 localedata_euro \
614 localedata_others \
615 mcnttype \
616 $(if $(ENABLE_JAVA), \
617 $(if $(filter $(OS),MACOSX),,officebean) \
619 emboleobj \
620 package2 \
621 $(if $(USING_X11),recentfile) \
622 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
623 sdbc2 \
624 sofficeapp \
625 srtrs1 \
626 $(if $(filter $(OS),WNT),sysdtrans) \
627 textconv_dict \
628 ucb1 \
629 ucbhelper \
630 $(if $(WITH_WEBDAV),ucpdav1) \
631 ucpfile1 \
632 ucpftp1 \
633 ucpchelp1 \
634 ucphier1 \
635 ucppkg1 \
636 unopkgapp \
637 xmlsecurity \
638 xsec_xmlsec \
639 xstor \
640 $(if $(filter $(OS),MACOSX), \
641 macab1 \
642 macabdrv1 \
644 $(if $(filter WNT,$(OS)), \
645 dnd \
646 dtrans \
647 fps \
648 ftransl \
649 inprocserv \
650 UAccCOM \
651 winaccessibility \
655 ifeq ($(OS),WNT)
656 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
657 regactivex \
660 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
661 so_activex \
662 spsupp \
665 ifneq ($(BUILD_X64),)
666 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
667 so_activex_x64 \
668 spsupp_x64 \
670 endif
672 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
673 $(if $(WINDOWS_SDK_HOME),\
674 instooofiltmsi \
675 qslnkmsi \
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 mysqlc \
721 passive_native \
724 ifneq ($(ENABLE_JAVA),)
725 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
726 java_uno \
727 juh \
728 jurt \
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 $(if $(ENABLE_HTMLHELP),\
806 helpcontent2_html_static \
807 helpcontent2_html \
809 instsetoo_native_setup \
810 $(if $(ENABLE_OOENV),instsetoo_native_ooenv) \
811 postprocess_registry \
812 readlicense_oo_readmes \
813 setup_native_misc \
814 share \
815 vcl_fontunxpsprint \
818 $(eval $(call gb_Helper_register_packages_for_install,impress,\
819 sd_xml \
822 $(eval $(call gb_Helper_register_packages_for_install,calc,\
823 sc_res_xml \
826 $(eval $(call gb_Helper_register_packages_for_install,libreofficekit,\
827 $(if $(filter LINUX %BSD SOLARIS, $(OS)),libreofficekit_selectionhandles) \
830 $(eval $(call gb_Helper_register_packages_for_install,ure,\
831 instsetoo_native_setup_ure \
832 ure_install \
833 $(if $(ENABLE_JAVA),\
834 jvmfwk_jvmfwk3_ini \
835 jvmfwk_javavendors \
836 jvmfwk_jreproperties \
837 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
841 $(eval $(call gb_Helper_register_packages_for_install,postgresqlsdbc,\
842 $(if $(BUILD_POSTGRESQL_SDBC),connectivity_postgresql-sdbc) \
845 $(eval $(call gb_Helper_register_packages_for_install,sdk,\
846 odk_share_readme \
847 odk_share_readme_generated \
848 $(if $(filter WNT,$(OS)),odk_cli) \
849 odk_config \
850 $(if $(filter WNT,$(OS)),odk_config_win) \
851 odk_docs \
852 $(if $(DOXYGEN),odk_doxygen) \
853 odk_examples \
854 odk_headers \
855 odk_headers_generated \
856 odk_html \
857 odk_settings \
858 odk_settings_generated \
859 offapi_idl \
860 udkapi_idl \
861 $(if $(ENABLE_JAVA), \
862 odk_javadoc \
863 odk_uno_loader_classes \
864 odk_unowinreg \
868 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
869 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
870 officecfg_misc \
871 $(if $(filter $(OS),MACOSX), \
872 extensions_mdibundle \
873 extensions_OOoSpotlightImporter \
875 extras_autocorr \
876 extras_autotextuser \
877 extras_cfgsrvnolang \
878 extras_cfgusr \
879 extras_database \
880 extras_databasebiblio \
881 extras_gallbullets \
882 extras_gallhtmlexpo \
883 extras_gallmytheme \
884 extras_gallroot \
885 extras_gallsystem \
886 extras_gallwwwgraf \
887 extras_glade \
888 extras_labels \
889 $(if $(filter WNT,$(OS)),extras_newfiles) \
890 extras_palettes \
891 extras_tplofficorr \
892 extras_tploffimisc \
893 extras_tplpresnt \
894 extras_tpl_styles \
895 extras_tplpersonal \
896 extras_tplwizbitmap \
897 extras_tplwizdesktop \
898 extras_tplwizletter \
899 extras_tplwizfax \
900 extras_tplwizagenda \
901 extras_tplwizreport \
902 extras_tplwizstyles \
903 framework_dtd \
904 $(if $(filter $(OS),MACOSX),infoplist) \
905 oox_customshapes \
906 oox_generated \
907 package_dtd \
908 sd_web \
909 sfx2_emojiconfig \
910 $(call gb_Helper_optional,DESKTOP,\
911 $(if $(filter-out WNT,$(OS)),$(if $(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
912 $(call gb_Helper_optional,DESKTOP,$(if $(filter-out MACOSX WNT,$(OS)),svx_gengal)) \
913 $(if $(USING_X11),vcl_fontunxppds) \
914 $(if $(filter $(OS),MACOSX),vcl_osxres) \
915 xmloff_dtd \
916 xmlscript_dtd \
917 xmlhelp_helpxsl \
918 $(if $(ENABLE_JAVA),\
919 scripting_java \
920 scripting_java_jars \
921 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
922 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
924 $(if $(DISABLE_SCRIPTING),,scripting_scriptbindinglib) \
925 $(if $(filter $(OS),MACOSX),sysui_osxicons) \
926 wizards_basicshare \
927 wizards_basicsrvaccess2base \
928 wizards_basicsrvdepot \
929 wizards_basicsrveuro \
930 wizards_basicsrvgimmicks \
931 wizards_basicsrvimport \
932 wizards_basicsrvform \
933 wizards_basicsrvstandard \
934 wizards_basicsrvtemplate \
935 wizards_basicsrvtools \
936 wizards_basicsrvtutorials \
937 wizards_basicusr \
938 wizards_properties \
939 wizards_wizardshare \
940 $(if $(ENABLE_HEADLESS),, \
941 chart2_opengl_shader \
943 vcl_opengl_shader \
944 $(if $(filter WNT,$(OS)), \
945 vcl_opengl_blacklist \
947 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
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 $(and $(filter WNT,$(OS)), $(filter X86_64,$(CPUNAME))),twain_dsm) \
960 $(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
961 extras_fonts \
962 $(if $(USING_X11)$(ENABLE_HEADLESS)$(filter ANDROID,$(OS)), \
963 postprocess_fontconfig) \
964 $(call gb_Helper_optional,MORE_FONTS,\
965 fonts_alef \
966 fonts_amiri \
967 fonts_caladea \
968 fonts_carlito \
969 fonts_culmus \
970 fonts_dejavu \
971 fonts_emojione_color \
972 fonts_gentium \
973 fonts_kacst \
974 fonts_liberation \
975 fonts_liberation_narrow \
976 fonts_libertineg \
977 fonts_libre_hebrew \
978 fonts_noto \
979 fonts_reem \
980 fonts_sourcecode \
981 fonts_sourcesans \
982 fonts_scheherazade \
986 $(eval $(call gb_Helper_register_packages_for_install,ooo_images,\
987 postprocess_images \
988 $(call gb_Helper_optional,HELP,helpcontent2_helpimages) \
991 $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
992 sd_opengl \
993 slideshow_opengl_shader \
996 ifneq ($(ENABLE_PDFIMPORT),)
997 $(eval $(call gb_Helper_register_packages_for_install,pdfimport, \
998 sdext_pdfimport_pdf \
1000 endif
1002 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
1003 reportbuilder-templates \
1006 $(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
1007 filter_docbook \
1008 filter_xhtml \
1009 filter_xslt \
1012 $(eval $(call gb_Helper_register_packages_for_install,brand,\
1013 desktop_branding \
1014 $(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \
1015 $(if $(filter DESKTOP,$(BUILD_TYPE)),desktop_scripts_install) \
1016 $(if $(and $(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),\
1017 $(if $(ENABLE_HEADLESS),, \
1018 desktop_soffice_sh \
1021 readlicense_oo_files \
1022 $(if $(filter WNT,$(OS)),readlicense_oo_license) \
1023 $(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \
1026 ifeq ($(USING_X11), TRUE)
1027 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
1028 desktop_sbase_sh \
1031 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
1032 desktop_scalc_sh \
1035 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
1036 desktop_sdraw_sh \
1039 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
1040 desktop_simpress_sh \
1043 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
1044 desktop_smath_sh \
1047 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
1048 desktop_swriter_sh \
1050 endif # USING_X11=TRUE
1052 $(eval $(call gb_Helper_register_packages_for_install,onlineupdate,\
1053 $(if $(ENABLE_ONLINE_UPDATE),$(if $(filter LINUX SOLARIS,$(OS)),setup_native_scripts)) \
1056 ifneq ($(DISABLE_PYTHON),TRUE)
1057 $(eval $(call gb_Helper_register_packages_for_install,python, \
1058 pyuno_pythonloader_ini \
1059 pyuno_python_scripts \
1060 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
1061 scripting_ScriptsPython \
1064 $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
1065 scriptproviderforpython \
1068 $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
1069 librelogo \
1070 librelogo_properties \
1072 endif # DISABLE_PYTHON
1074 # External executables
1075 $(eval $(call gb_ExternalExecutable_register_executables,\
1076 genbrk \
1077 genccode \
1078 gencmn \
1079 python \
1080 ucpp \
1081 xmllint \
1082 xsltproc \
1085 # Resources
1086 $(eval $(call gb_Helper_register_mos,\
1087 acc \
1088 avmedia \
1089 $(call gb_Helper_optional,SCRIPTING,basctl) \
1090 chart \
1091 cnr \
1092 cui \
1093 $(call gb_Helper_optional,DBCONNECTIVITY,dba) \
1094 dkt \
1095 editeng \
1096 flt \
1097 for \
1098 $(call gb_Helper_optional,DESKTOP,fps) \
1099 frm \
1100 fwk \
1101 pcr \
1102 rpt \
1103 $(call gb_Helper_optional,SCRIPTING,sb) \
1104 sc \
1105 sca \
1106 scc \
1107 sd \
1108 sfx \
1109 sm \
1110 svl \
1111 svt \
1112 svx \
1113 sw \
1114 uui \
1115 vcl \
1116 wiz \
1117 wpt \
1118 $(if $(ENABLE_NSS),xsc) \
1121 # UI configuration
1122 $(eval $(call gb_Helper_register_uiconfigs,\
1123 cui \
1124 $(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
1125 desktop \
1126 editeng \
1127 filter \
1128 formula \
1129 fps \
1130 $(call gb_Helper_optional,SCRIPTING,modules/BasicIDE) \
1131 $(call gb_Helper_optional,DBCONNECTIVITY,\
1132 modules/dbapp \
1133 modules/dbbrowser \
1134 modules/dbquery \
1135 modules/dbrelation \
1137 modules/dbreport \
1138 $(call gb_Helper_optional,DBCONNECTIVITY,\
1139 modules/dbtable \
1140 modules/dbtdata \
1142 modules/sabpilot \
1143 $(call gb_Helper_optional,DBCONNECTIVITY,modules/sbibliography) \
1144 modules/scalc \
1145 modules/scanner \
1146 modules/schart \
1147 modules/sdraw \
1148 modules/sglobal \
1149 modules/simpress \
1150 modules/smath \
1151 $(call gb_Helper_optional,DBCONNECTIVITY,modules/spropctrlr) \
1152 modules/StartModule \
1153 modules/sweb \
1154 modules/swform \
1155 modules/swreport \
1156 modules/swriter \
1157 modules/swxform \
1158 sfx \
1159 svt \
1160 svx \
1161 uui \
1162 vcl \
1163 writerperfect \
1164 $(if $(ENABLE_NSS),xmlsec) \
1167 ifeq ($(gb_GBUILDSELFTEST),t)
1168 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, gbuildselftestdep gbuildselftest))
1169 $(eval $(call gb_Helper_register_executables,NONE, gbuildselftestexe))
1170 endif
1172 # vim: set noet sw=4 ts=4: