Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / Repository.mk
blob14a1c07e59c70765ffe1c15a23ed02a1c6c4ecc5
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 $(if $(filter MSC,$(COM)), \
29 gcc-wrapper \
30 g++-wrapper \
31 ) \
32 gencoll_rule \
33 genconv_dict \
34 gendict \
35 genindex_data \
36 genlang \
37 helpex \
38 idxdict \
39 langsupport \
40 $(if $(ENABLE_TELEPATHY),liboapprover) \
41 $(if $(filter IOS,$(OS)),LibreOffice) \
42 libtest \
43 lngconvex \
44 localize \
45 makedepend \
46 mork_helper \
47 osl_process_child \
48 pdf2xml \
49 pdfunzip \
50 pocheck \
51 propex \
52 regsvrex \
53 rsc \
54 saxparser \
55 sp2bv \
56 svg2odf \
57 svidl \
58 transex3 \
59 treex \
60 uiex \
61 ulfex \
62 unoidl-read \
63 unoidl-write \
64 xrmex \
65 $(if $(filter-out ANDROID IOS WNT,$(OS)), \
66 svdemo \
67 fftester \
68 svptest \
69 svpclient \
70 pixelctl ) \
71 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), tilebench) \
72 $(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest \
73 outdevgrind) \
74 vcldemo \
75 tiledrendering \
76 mtfdemo \
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 $(call gb_Helper_optional,BREAKPAD,minidump_upload) \
93 $(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \
94 soffice_bin \
95 $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
96 $(if $(filter WNT,$(OS)), \
97 soffice \
98 unoinfo \
99 unopkg \
100 unopkg_com \
104 $(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
105 $(if $(filter WNT,$(OS)), \
106 sbase \
110 $(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
111 $(if $(filter WNT,$(OS)), \
112 odbcconfig \
116 $(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
117 $(if $(filter WNT,$(OS)), \
118 scalc \
122 $(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
123 $(if $(filter WNT,$(OS)), \
124 sdraw \
128 $(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
129 $(if $(filter WNT,$(OS)), \
130 simpress \
134 $(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
135 $(if $(filter WNT,$(OS)), \
136 smath \
140 $(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
141 $(if $(filter WNT,$(OS)), \
142 sweb \
143 swriter \
147 $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
148 gengal \
149 $(if $(filter WNT,$(OS)),,uri-encode) \
150 $(if $(ENABLE_MACOSX_SANDBOX),, \
151 ui-previewer \
153 $(if $(filter WNT,$(OS)), \
154 senddoc \
158 ifeq ($(OS),WNT)
159 $(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
160 quickstart \
162 endif
164 $(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
165 $(if $(filter WNT,$(OS)), \
166 python \
170 ifeq ($(USING_X11), TRUE)
171 $(eval $(call gb_Helper_register_executables_for_install,OOO,gnome, \
172 $(if $(ENABLE_GTK),\
173 xid-fullscreen-on-all-monitors \
176 endif
178 ifneq ($(ENABLE_PDFIMPORT),)
179 $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
180 xpdfimport \
182 endif
184 ifneq ($(ENABLE_ONLINE_UPDATE_MAR),)
185 $(eval $(call gb_Helper_register_executables_for_install,OOO,updater,\
186 mar \
187 updater \
189 endif
191 $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
192 $(if $(and $(ENABLE_JAVA),$(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
193 $(if $(ENABLE_MACOSX_SANDBOX),, \
194 regmerge \
195 regview \
197 $(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
200 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
201 abp \
202 dbp \
203 dbu \
206 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
207 analysis \
208 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
209 date \
210 pricing \
211 sc \
212 scd \
213 scfilt \
214 scui \
215 wpftcalc \
216 $(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE),solver) \
217 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
220 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
221 svgfilter \
222 flash \
223 wpftdraw \
224 graphicfilter \
227 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,tde, \
228 $(if $(ENABLE_TDE),tdebe1) \
229 $(if $(USING_X11), \
230 $(if $(ENABLE_TDE),vclplug_tde) \
234 $(eval $(call gb_Helper_register_executables_for_install,OOO,tde, \
235 $(if $(ENABLE_TDE),tdefilepicker) \
238 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
239 animcore \
240 placeware \
241 PresenterScreen \
242 PresentationMinimizer \
243 wpftimpress \
246 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
247 $(if $(ENABLE_ONLINE_UPDATE), \
248 updatecheckui \
249 updchk \
253 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
254 $(if $(ENABLE_EVOAB2),evoab) \
255 $(if $(ENABLE_GTK),vclplug_gtk) \
256 $(if $(ENABLE_GTK3),vclplug_gtk3) \
257 $(if $(ENABLE_SYSTRAY_GTK),qstart_gtk) \
258 $(if $(ENABLE_GIO),losessioninstall) \
259 $(if $(ENABLE_GIO),ucpgio1) \
262 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
263 $(if $(ENABLE_KDE4),kde4be1) \
264 $(if $(USING_X11), \
265 $(if $(ENABLE_KDE4),vclplug_kde4) \
269 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
270 sm \
271 smd \
274 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
275 OGLTrans \
278 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
279 acc \
280 $(call gb_Helper_optional,AVMEDIA,avmedia) \
281 $(if $(filter MACOSX,$(OS)),\
282 avmediaMacAVF \
283 $(if $(ENABLE_MACOSX_SANDBOX),,avmediaQuickTime) \
285 $(call gb_Helper_optional,SCRIPTING, \
286 basctl \
287 basprov \
289 basegfx \
290 bib \
291 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
292 canvasfactory \
293 canvastools \
294 chartcore \
295 chartcontroller \
296 chartopengl \
297 $(call gb_Helper_optional,OPENCL,clew) \
298 $(if $(filter $(OS),WNT),,cmdmail) \
299 cppcanvas \
300 configmgr \
301 ctl \
302 cui \
303 $(call gb_Helper_optional,DBCONNECTIVITY, \
304 dba \
305 dbase \
306 dbmm \
307 dbtools \
308 dbaxml) \
309 deploymentmisc \
310 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
311 $(if $(USING_X11),desktop_detector) \
312 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
313 $(if $(ENABLE_DIRECTX),directx9canvas) \
314 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
315 drawinglayer \
316 editeng \
317 $(if $(filter WNT,$(OS)),$(if $(DISABLE_ATL),,emser)) \
318 evtatt \
319 expwrap \
320 $(call gb_Helper_optional,DBCONNECTIVITY, \
321 flat \
322 file) \
323 filterconfig \
324 $(if $(filter $(ENABLE_FIREBIRD_SDBC),TRUE),firebird_sdbc) \
325 fps_office \
326 for \
327 forui \
328 frm \
329 fsstorage \
330 fwe \
331 fwi \
332 fwk \
333 fwl \
334 fwm \
335 $(if $(ENABLE_DIRECTX),gdipluscanvas) \
336 guesslang \
337 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
338 i18npool \
339 i18nsearch \
340 gie \
341 hyphen \
342 icg \
343 $(if $(ENABLE_JAVA),jdbc) \
344 ldapbe2 \
345 localebe1 \
346 log \
347 lng \
348 lnth \
349 $(if $(filter $(OS),MACOSX),macbe1) \
350 $(if $(MERGELIBS),merged) \
351 migrationoo2 \
352 migrationoo3 \
353 msfilter \
354 $(call gb_Helper_optional,SCRIPTING,msforms) \
355 mtfrenderer \
356 $(call gb_Helper_optional,DBCONNECTIVITY,mysql) \
357 odbc \
358 odfflatxml \
359 offacc \
360 oox \
361 $(call gb_Helper_optional,OPENCL,opencl) \
362 passwordcontainer \
363 pcr \
364 pdffilter \
365 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
366 res \
367 sax \
368 sb \
369 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
370 scn \
371 sd \
372 sdd \
373 sdfilt \
374 sdui \
375 sfx \
376 simplecanvas \
377 slideshow \
378 sot \
379 spell \
380 $(if $(ENABLE_HEADLESS),,spl) \
381 storagefd \
382 $(call gb_Helper_optional,SCRIPTING,stringresource) \
383 svgio \
384 svl \
385 svt \
386 svx \
387 svxcore \
388 sw \
389 syssh \
390 $(if $(ENABLE_TDEAB),tdeab1) \
391 $(if $(ENABLE_TDEAB),tdeabdrv1) \
392 textconversiondlgs \
393 textfd \
394 tk \
395 tl \
396 $(if $(ENABLE_TELEPATHY),tubes) \
397 ucpexpand1 \
398 ucpext \
399 ucpimage \
400 ucpcmis1 \
401 ucptdoc1 \
402 unordf \
403 unoxml \
404 updatefeed \
405 utl \
406 uui \
407 $(call gb_Helper_optional,SCRIPTING, \
408 vbaevents \
409 vbahelper \
411 vcl \
412 vclcanvas \
413 $(if $(USING_X11), \
414 vclplug_gen \
416 writerperfect \
417 xmlscript \
418 xmlfa \
419 xmlfd \
420 xo \
421 xof \
422 xsltdlg \
423 xsltfilter \
424 mork \
425 mozbootstrap \
426 $(if $(filter $(OS),WNT), \
427 ado \
428 $(if $(DISABLE_ATL),,oleautobridge) \
429 smplmail \
430 wininetbe1 \
432 $(if $(filter $(OS),MACOSX), \
433 $(if $(ENABLE_MACOSX_SANDBOX),, \
434 AppleRemote \
436 fps_aqua \
437 MacOSXSpell \
441 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
442 $(if $(BUILD_POSTGRESQL_SDBC), \
443 postgresql-sdbc \
444 postgresql-sdbc-impl) \
447 ifneq ($(ENABLE_PDFIMPORT),)
448 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
449 pdfimport \
451 endif
453 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
454 pythonloader \
457 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
458 pyuno \
459 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
462 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
463 rpt \
464 rptui \
465 rptxml \
468 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
469 hwp \
470 $(if $(ENABLE_LWP),lwpft) \
471 msword \
472 swd \
473 swui \
474 t602filter \
475 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
476 wpftwriter \
477 writerfilter \
480 # cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
481 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
482 getuid \
483 smoketest \
484 subsequenttest \
485 test \
486 testtools_cppobj \
487 testtools_bridgetest \
488 testtools_constructors \
489 unobootstrapprotector \
490 unoexceptionprotector \
491 unotest \
492 vclbootstrapprotector \
493 scqahelper \
494 unowinreg \
495 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
496 $(if $(filter $(OS),ANDROID),lo-bootstrap) \
497 $(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
500 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
501 affine_uno_uno \
502 $(if $(filter MSC,$(COM)),cli_uno) \
503 $(if $(ENABLE_JAVA), \
504 java_uno \
505 jpipe \
506 $(if $(filter $(OS),WNT),jpipx) \
507 juh \
508 juhx \
510 log_uno_uno \
511 unsafe_uno_uno \
512 $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
513 $(if $(filter $(OS),WNT), \
514 uwinapi \
518 $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
519 binaryurp \
520 bootstrap \
521 introspection \
522 invocadapt \
523 invocation \
524 io \
525 $(if $(ENABLE_JAVA),javaloader) \
526 $(if $(ENABLE_JAVA),javavm) \
527 $(if $(ENABLE_JAVA),jvmaccess) \
528 $(if $(ENABLE_JAVA),jvmfwk) \
529 namingservice \
530 proxyfac \
531 reflection \
532 reg \
533 sal_textenc \
534 stocservices \
535 store \
536 unoidl \
537 uuresolver \
538 xmlreader \
541 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
542 $(if $(ENABLE_VLC),avmediavlc) \
543 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
544 $(if $(ENABLE_GSTREAMER_0_10),avmediagst_0_10) \
545 $(if $(ENABLE_DIRECTX),avmediawin) \
546 cached1 \
547 collator_data \
548 comphelper \
549 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
550 $(call gb_Helper_optional,BREAKPAD,crashreport) \
551 deployment \
552 deploymentgui \
553 dict_ja \
554 dict_zh \
555 embobj \
556 $(if $(ENABLE_JAVA),hsqldb) \
557 i18nlangtag \
558 i18nutil \
559 index_data \
560 $(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
561 localedata_en \
562 localedata_es \
563 localedata_euro \
564 localedata_others \
565 mcnttype \
566 $(if $(ENABLE_JAVA), \
567 $(if $(filter $(OS),MACOSX),,officebean) \
569 $(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,emboleobj) \
570 package2 \
571 $(if $(USING_X11),recentfile) \
572 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
573 sdbc2 \
574 sofficeapp \
575 srtrs1 \
576 $(if $(filter $(OS),WNT),sysdtrans) \
577 textconv_dict \
578 ucb1 \
579 ucbhelper \
580 $(if $(WITH_WEBDAV),ucpdav1) \
581 ucpfile1 \
582 ucpftp1 \
583 ucpchelp1 \
584 ucphier1 \
585 ucppkg1 \
586 unopkgapp \
587 xmlsecurity \
588 xsec_fw \
589 xsec_xmlsec \
590 xstor \
591 $(if $(filter $(OS),MACOSX), \
592 macab1 \
593 macabdrv1 \
595 $(if $(filter WNT,$(OS)), \
596 dnd \
597 dtrans \
598 fps \
599 ftransl \
600 $(if $(DISABLE_ATL),,\
601 inprocserv \
602 UAccCOM \
603 winaccessibility \
608 ifeq ($(ENABLE_OPENGL),TRUE)
609 ifeq ($(ENABLE_GLTF),TRUE)
610 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
611 avmediaogl \
613 endif
614 endif
616 ifeq ($(OS),WNT)
617 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
618 $(if $(DISABLE_ACTIVEX),,\
619 regactivex \
623 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
624 $(if $(DISABLE_ACTIVEX),,\
625 so_activex \
629 ifneq ($(BUILD_X64),)
630 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
631 $(if $(DISABLE_ACTIVEX),,\
632 so_activex_x64 \
635 endif
637 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
638 $(if $(WINDOWS_SDK_HOME),\
639 instooofiltmsi \
640 qslnkmsi \
641 reg4allmsdoc \
642 sdqsmsi \
643 sellangmsi \
644 sn_tools \
648 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
649 shlxtmsi \
652 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
653 ooofilt \
654 shlxthdl \
657 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextnt6, \
658 propertyhdl \
661 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
662 ooofilt_x64 \
663 shlxthdl_x64 \
666 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64nt6, \
667 propertyhdl_x64 \
670 endif # WNT
672 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
673 cppuhelper \
674 purpenvhelper \
675 salhelper \
678 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
679 cppu \
680 sal \
683 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
684 active_native \
685 mysqlc \
686 passive_native \
689 ifneq ($(ENABLE_JAVA),)
690 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
691 java_uno \
692 juh \
693 jurt \
694 ridl \
695 unoloader \
698 $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
699 ScriptFramework \
700 ScriptProviderForJava \
701 XMergeBridge \
702 commonwizards \
703 form \
704 $(if $(filter-out MACOSX,$(OS)),officebean) \
705 query \
706 report \
707 sdbc_hsqldb \
708 smoketest \
709 table \
710 unoil \
711 xmerge \
714 $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
715 reportbuilder \
716 reportbuilderwizard \
719 ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
720 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
721 ScriptProviderForBeanShell \
723 endif
725 ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
726 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
727 ScriptProviderForJavaScript \
729 endif
731 ifneq ($(WITH_EXTRA_GALLERY),)
732 $(eval $(call gb_Helper_register_packages_for_install,accessories_gallery,\
733 accessories_accessoriesgallery \
734 accessories_accessoriesgallerydrawspeople \
735 accessories_accessoriesgalleryphotosplants \
736 accessories_accessoriesgalleryphotoscelebration \
737 accessories_accessoriesgalleryphotosfauna \
738 accessories_accessoriesgalleryphotosflowers \
739 accessories_accessoriesgalleryphotosfoodsanddrinks \
740 accessories_accessoriesgalleryphotoshumans \
741 accessories_accessoriesgalleryphotoslandscapes \
742 accessories_accessoriesgalleryphotosbuildings \
743 accessories_accessoriesgalleryphotoscities \
744 accessories_accessoriesgalleryphotosobjects \
745 accessories_accessoriesgalleryphotosspace \
746 accessories_accessoriesgalleryphotosstatues \
747 accessories_accessoriesgalleryphotostravel \
748 accessories_accessoriesgalleryelementsbullets2 \
749 accessories_accessoriesgallerynonfree \
752 endif
754 ifeq (CT2N,$(filter CT2N,$(BUILD_TYPE)))
755 $(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
756 ct2n \
758 endif
760 ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
761 $(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
762 numbertext \
764 endif
766 $(eval $(call gb_Helper_register_jars,OXT, \
767 EvolutionarySolver \
768 active_java \
769 mediawiki \
770 nlpsolver \
771 passive_java \
774 $(eval $(call gb_Helper_register_jars,NONE,\
775 ConnectivityTools \
776 HelloWorld \
777 Highlight \
778 MemoryUsage \
779 OOoRunner \
780 TestExtension \
781 test \
782 test-tools \
783 testComponent \
785 endif
787 $(eval $(call gb_Helper_register_packages_for_install,ure,\
788 instsetoo_native_setup_ure \
789 ure_install \
790 $(if $(ENABLE_JAVA),\
791 jvmfwk_jvmfwk3_ini \
792 jvmfwk_javavendors \
793 jvmfwk_jreproperties \
794 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
798 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
799 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
800 officecfg_misc \
801 extras_glade \
802 extras_labels \
803 framework_dtd \
804 package_dtd \
805 xmloff_dtd \
806 xmlscript_dtd \
807 xmlhelp_helpxsl \
808 $(if $(ENABLE_JAVA),\
809 scripting_java \
810 scripting_java_jars \
811 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
812 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
814 $(if $(DISABLE_SCRIPTING),,scripting_scriptbindinglib) \
815 wizards_basicsrvaccess2base \
816 wizards_basicsrvdepot \
817 wizards_basicsrveuro \
818 wizards_basicsrvgimmicks \
819 wizards_basicsrvimport \
820 wizards_basicsrvform \
821 wizards_basicsrvtemplate \
822 wizards_basicsrvtools \
823 wizards_basicsrvtutorials \
824 xmlsec \
825 chart2_opengl_shader \
826 vcl_opengl_shader \
827 $(if $(filter WNT,$(OS)), \
828 vcl_opengl_blacklist \
830 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
831 $(if $(DISABLE_PYTHON),,$(if $(filter-out AIX,$(OS)), \
832 Pyuno/commonwizards \
833 Pyuno/fax \
834 Pyuno/letter \
835 Pyuno/agenda \
836 Pyuno/web \
837 Pyuno/mailmerge \
838 )) \
839 sfx2_classification \
840 $(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
843 $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
844 slideshow_opengl_shader \
847 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
848 reportbuilder-templates \
851 $(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
852 filter_docbook \
853 filter_xhtml \
854 filter_xslt \
857 ifeq ($(USING_X11), TRUE)
858 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
859 desktop_sbase_sh \
862 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
863 desktop_scalc_sh \
866 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
867 desktop_sdraw_sh \
870 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
871 desktop_simpress_sh \
874 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
875 desktop_smath_sh \
878 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
879 desktop_swriter_sh \
881 endif # USING_X11=TRUE
883 ifneq ($(DISABLE_PYTHON),TRUE)
884 $(eval $(call gb_Helper_register_packages_for_install,python, \
885 pyuno_pythonloader_ini \
886 pyuno_python_scripts \
887 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
888 scripting_ScriptsPython \
891 $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
892 scriptproviderforpython \
895 $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
896 librelogo \
897 librelogo_properties \
899 endif # DISABLE_PYTHON
901 # External executables
902 $(eval $(call gb_ExternalExecutable_register_executables,\
903 genbrk \
904 genccode \
905 gencmn \
906 python \
907 ucpp \
908 xmllint \
909 xsltproc \
912 # vim: set noet sw=4 ts=4: