LOK Android: don't initialise until TMPDIR is set.
[LibreOffice.git] / Repository.mk
blob2b9a179c819b05b59b4db7becb7501d987b6671d
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 helpex \
37 idxdict \
38 langsupport \
39 $(if $(ENABLE_TELEPATHY),liboapprover) \
40 $(if $(filter IOS,$(OS)),LibreOffice) \
41 libtest \
42 lngconvex \
43 localize \
44 makedepend \
45 mork_helper \
46 osl_process_child \
47 pdf2xml \
48 pdfunzip \
49 pocheck \
50 propex \
51 regsvrex \
52 rsc \
53 saxparser \
54 sp2bv \
55 svg2odf \
56 svidl \
57 transex3 \
58 treex \
59 uiex \
60 ulfex \
61 unoidl-check \
62 unoidl-read \
63 unoidl-write \
64 xrmex \
65 $(if $(filter-out ANDROID IOS WNT,$(OS)), \
66 svdemo \
67 svptest \
68 svpclient \
69 pixelctl ) \
70 $(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), tilebench) \
71 $(if $(filter LINUX MACOSX WNT,$(OS)),icontest \
72 outdevgrind) \
73 vcldemo \
74 tiledrendering \
75 $(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), gtktiledviewer) \
78 $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
79 $(if $(filter MSC,$(COM)),climaker) \
80 cppumaker \
81 idlc \
82 javamaker \
83 regcompare \
84 $(if $(filter UCPP,$(BUILD_TYPE)),ucpp) \
85 $(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
86 $(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
89 $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
90 $(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \
91 soffice_bin \
92 $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
93 $(if $(filter WNT,$(OS)), \
94 soffice \
95 unoinfo \
96 unopkg \
97 unopkg_com \
98 ) \
101 $(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
102 $(if $(filter WNT,$(OS)), \
103 sbase \
107 $(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
108 $(if $(filter WNT,$(OS)), \
109 odbcconfig \
113 $(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
114 $(if $(filter WNT,$(OS)), \
115 scalc \
119 $(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
120 $(if $(filter WNT,$(OS)), \
121 sdraw \
125 $(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
126 $(if $(filter WNT,$(OS)), \
127 simpress \
131 $(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
132 $(if $(filter WNT,$(OS)), \
133 smath \
137 $(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
138 $(if $(filter WNT,$(OS)), \
139 sweb \
140 swriter \
144 $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
145 gengal \
146 $(if $(filter unx-TRUE,$(GUIBASE)-$(ENABLE_NPAPI_FROM_BROWSER)),pluginapp.bin) \
147 $(if $(filter unx-TRUE,$(GUIBASE)-$(ENABLE_TDE)),tdefilepicker) \
148 $(if $(filter WNT,$(OS)),,uri-encode) \
149 ui-previewer \
150 $(if $(filter WNT,$(OS)), \
151 senddoc \
155 ifeq ($(OS),WNT)
156 $(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
157 quickstart \
159 endif
161 ifneq ($(ENABLE_CRASHDUMP),)
162 $(eval $(call gb_Helper_register_executables_for_install,OOO,crashrep, \
163 crashrep \
164 $(if $(filter WNT,$(OS)),crashrep_com) \
166 endif
168 $(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
169 $(if $(filter WNT,$(OS)), \
170 python \
174 ifeq ($(GUIBASE),unx)
175 $(eval $(call gb_Helper_register_executables_for_install,OOO,gnome, \
176 $(if $(ENABLE_GTK),\
177 xid-fullscreen-on-all-monitors \
180 endif
182 ifneq ($(ENABLE_PDFIMPORT),)
183 $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
184 xpdfimport \
186 endif
188 $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
189 $(if $(and $(ENABLE_JAVA),$(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
190 regmerge \
191 regview \
192 $(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
195 ifneq (,$(filter ANDROID IOS,$(OS)))
197 # these are in NONE layer because
198 # a) scp2 is not used on mobile b) layers don't mean anything on mobile
199 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
200 $(if $(filter $(OS),ANDROID), \
201 lo-bootstrap \
203 libotouch \
206 endif
208 ifeq ($(OS),MACOSX)
210 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
211 OOoSpotlightImporter \
214 endif
216 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
217 abp \
218 dbp \
219 dbu \
222 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
223 analysis \
224 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
225 date \
226 pricing \
227 sc \
228 scd \
229 scfilt \
230 scui \
231 wpftcalc \
232 $(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE),solver) \
233 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
236 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
237 svgfilter \
238 flash \
239 wpftdraw \
240 graphicfilter \
243 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,tde, \
244 $(if $(ENABLE_TDE),tdebe1) \
247 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
248 animcore \
249 placeware \
250 PresenterScreen \
251 PresentationMinimizer \
252 wpftimpress \
255 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
256 $(if $(ENABLE_ONLINE_UPDATE), \
257 updatecheckui \
258 updchk \
262 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
263 $(if $(ENABLE_EVOAB2),evoab) \
264 $(if $(ENABLE_GTK),vclplug_gtk) \
265 $(if $(ENABLE_GTK3),vclplug_gtk3) \
266 $(if $(ENABLE_GCONF),gconfbe1) \
267 $(if $(ENABLE_SYSTRAY_GTK),qstart_gtk) \
268 $(if $(ENABLE_GIO),losessioninstall) \
269 $(if $(ENABLE_GIO),ucpgio1) \
270 $(if $(ENABLE_GNOMEVFS),ucpgvfs1) \
273 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
274 $(if $(ENABLE_KDE),kdebe1) \
275 $(if $(ENABLE_KDE4),kde4be1) \
276 $(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))), \
277 $(if $(ENABLE_KDE),vclplug_kde) \
278 $(if $(ENABLE_KDE4),vclplug_kde4) \
282 $(eval $(call gb_Helper_register_executables_for_install,OOO,kde, \
283 $(if $(filter $(GUIBASE)$(ENABLE_KDE),unxTRUE), \
284 kdefilepicker \
288 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
289 sm \
290 smd \
293 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
294 OGLTrans \
297 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
298 acc \
299 $(call gb_Helper_optional,AVMEDIA,avmedia) \
300 $(if $(filter MACOSX,$(OS)),\
301 avmediaMacAVF \
302 $(if $(ENABLE_MACOSX_SANDBOX),,avmediaQuickTime) \
304 $(call gb_Helper_optional,SCRIPTING, \
305 basctl \
306 basprov \
308 $(if $(filter $(OS),ANDROID),, \
309 basebmp \
311 basegfx \
312 bib \
313 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
314 canvasfactory \
315 canvastools \
316 chartcore \
317 chartcontroller \
318 chartopengl \
319 $(call gb_Helper_optional,CLCC,clew) \
320 $(if $(filter $(OS),WNT),,cmdmail) \
321 cppcanvas \
322 configmgr \
323 ctl \
324 cui \
325 $(call gb_Helper_optional,DBCONNECTIVITY, \
326 dba \
327 dbase \
328 dbmm \
329 dbtools \
330 dbaxml) \
331 deploymentmisc \
332 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
333 $(if $(filter unx,$(GUIBASE)),desktop_detector) \
334 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
335 $(if $(ENABLE_DIRECTX),directx9canvas) \
336 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
337 drawinglayer \
338 editeng \
339 egi \
340 eme \
341 $(if $(filter WNT,$(OS)),$(if $(DISABLE_ATL),,emser)) \
342 epb \
343 epg \
344 epp \
345 eps \
346 ept \
347 era \
348 eti \
349 evtatt \
350 exp \
351 expwrap \
352 $(call gb_Helper_optional,DBCONNECTIVITY, \
353 flat \
354 file) \
355 filterconfig \
356 $(if $(filter $(ENABLE_FIREBIRD_SDBC),TRUE),firebird_sdbc) \
357 fps_office \
358 for \
359 forui \
360 frm \
361 fsstorage \
362 fwe \
363 fwi \
364 fwk \
365 fwl \
366 fwm \
367 $(if $(ENABLE_DIRECTX),gdipluscanvas) \
368 guesslang \
369 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
370 i18npool \
371 i18nsearch \
372 hyphen \
373 icd \
374 icg \
375 idx \
376 ime \
377 ipb \
378 ipd \
379 ips \
380 ipt \
381 ipx \
382 ira \
383 itg \
384 iti \
385 $(if $(ENABLE_JAVA),jdbc) \
386 $(if $(ENABLE_KAB),kab1) \
387 $(if $(ENABLE_KAB),kabdrv1) \
388 ldapbe2 \
389 localebe1 \
390 log \
391 lng \
392 lnth \
393 $(if $(filter $(OS),MACOSX),macbe1) \
394 $(if $(MERGELIBS),merged) \
395 migrationoo2 \
396 migrationoo3 \
397 msfilter \
398 $(call gb_Helper_optional,SCRIPTING,msforms) \
399 mtfrenderer \
400 $(call gb_Helper_optional,DBCONNECTIVITY,mysql) \
401 odbc \
402 odfflatxml \
403 offacc \
404 oox \
405 $(call gb_Helper_optional,OPENCL,opencl) \
406 passwordcontainer \
407 pcr \
408 $(if $(ENABLE_NPAPI_FROM_BROWSER),pl) \
409 pdffilter \
410 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
411 res \
412 sax \
413 sb \
414 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
415 scn \
416 sd \
417 sdd \
418 sdfilt \
419 sdui \
420 sfx \
421 simplecanvas \
422 slideshow \
423 sot \
424 spell \
425 $(if $(ENABLE_HEADLESS),,spl) \
426 storagefd \
427 $(call gb_Helper_optional,SCRIPTING,stringresource) \
428 svgio \
429 svl \
430 svt \
431 svx \
432 svxcore \
433 sw \
434 syssh \
435 $(if $(ENABLE_TDEAB),tdeab1) \
436 $(if $(ENABLE_TDEAB),tdeabdrv1) \
437 textconversiondlgs \
438 textfd \
439 tk \
440 tl \
441 $(if $(ENABLE_TELEPATHY),tubes) \
442 ucpexpand1 \
443 ucpext \
444 ucpcmis1 \
445 ucptdoc1 \
446 unordf \
447 unoxml \
448 updatefeed \
449 utl \
450 uui \
451 $(call gb_Helper_optional,SCRIPTING, \
452 vbaevents \
453 vbahelper \
455 vcl \
456 vclcanvas \
457 $(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))), \
458 vclplug_gen \
459 $(if $(ENABLE_TDE),vclplug_tde) \
460 $(if $(ENABLE_HEADLESS),,vclplug_svp) \
462 writerperfect \
463 xmlscript \
464 xmlfa \
465 xmlfd \
466 xo \
467 xof \
468 xsltdlg \
469 xsltfilter \
470 $(if $(filter $(OS),WNT), \
471 ado \
472 $(if $(DISABLE_ATL),,oleautobridge) \
473 smplmail \
474 wininetbe1 \
475 $(if $(WITH_MOZAB4WIN), \
476 mozab2 \
477 mozabdrv \
479 $(if $(WITH_MOZAB4WIN),,mozbootstrap) \
481 $(if $(filter $(OS),WNT),, \
482 mork \
483 mozbootstrap \
485 $(if $(filter $(OS),MACOSX), \
486 $(if $(ENABLE_MACOSX_SANDBOX),, \
487 AppleRemote \
489 fps_aqua \
490 MacOSXSpell \
494 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
495 $(if $(BUILD_POSTGRESQL_SDBC), \
496 postgresql-sdbc \
497 postgresql-sdbc-impl) \
500 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
501 pdfimport \
504 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
505 pythonloader \
508 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
509 pyuno \
510 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
513 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
514 rpt \
515 rptui \
516 rptxml \
519 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
520 hwp \
521 $(if $(ENABLE_LWP),lwpft) \
522 msword \
523 swd \
524 swui \
525 t602filter \
526 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
527 wpftwriter \
528 writerfilter \
531 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
532 getuid \
533 smoketest \
534 subsequenttest \
535 test \
536 testtools_cppobj \
537 testtools_bridgetest \
538 testtools_constructors \
539 unobootstrapprotector \
540 unoexceptionprotector \
541 unotest \
542 vclbootstrapprotector \
543 scqahelper \
544 unowinreg \
547 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
548 affine_uno_uno \
549 $(if $(filter MSC,$(COM)),cli_uno) \
550 $(if $(ENABLE_JAVA), \
551 java_uno \
552 jpipe \
553 $(if $(filter $(OS),WNT),jpipx) \
554 juh \
555 juhx \
557 log_uno_uno \
558 unsafe_uno_uno \
559 $(if $(URELIBS),urelibs) \
560 $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
561 $(if $(filter $(OS),WNT), \
562 uwinapi \
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 # this is NONE even though it is actually in URE because it is CliNativeLibrary
590 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
591 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
594 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
595 $(if $(ENABLE_VLC),avmediavlc) \
596 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
597 $(if $(ENABLE_GSTREAMER_0_10),avmediagst_0_10) \
598 $(if $(ENABLE_DIRECTX),avmediawin) \
599 $(if $(ENABLE_GLTF),avmediaogl) \
600 cached1 \
601 collator_data \
602 comphelper \
603 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
604 deployment \
605 deploymentgui \
606 dict_ja \
607 dict_zh \
608 embobj \
609 $(if $(ENABLE_JAVA),hsqldb) \
610 i18nlangtag \
611 i18nutil \
612 index_data \
613 $(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), libreofficekitgtk) \
614 localedata_en \
615 localedata_es \
616 localedata_euro \
617 localedata_others \
618 mcnttype \
619 $(if $(ENABLE_JAVA), \
620 $(if $(filter $(OS),MACOSX),,officebean) \
622 $(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,emboleobj) \
623 package2 \
624 $(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))),recentfile) \
625 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
626 sdbc2 \
627 sofficeapp \
628 srtrs1 \
629 $(if $(filter $(OS),WNT),sysdtrans) \
630 textconv_dict \
631 ucb1 \
632 ucbhelper \
633 $(if $(WITH_WEBDAV),ucpdav1) \
634 ucpfile1 \
635 ucpftp1 \
636 ucpchelp1 \
637 ucphier1 \
638 ucppkg1 \
639 unopkgapp \
640 xmlsecurity \
641 xsec_fw \
642 xsec_xmlsec \
643 xstor \
644 $(if $(filter $(OS),MACOSX), \
645 macab1 \
646 macabdrv1 \
648 $(if $(filter WNT,$(OS)), \
649 dnd \
650 dtrans \
651 fps \
652 ftransl \
653 $(if $(DISABLE_ATL),,\
654 inprocserv \
655 UAccCOM \
656 winaccessibility \
661 ifeq ($(OS),WNT)
662 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
663 $(if $(DISABLE_ACTIVEX),,\
664 regactivex \
668 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
669 $(if $(DISABLE_ACTIVEX),,\
670 so_activex \
674 ifneq ($(BUILD_X64),)
675 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
676 $(if $(DISABLE_ACTIVEX),,\
677 so_activex_x64 \
680 endif
682 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
683 $(if $(WINDOWS_SDK_HOME),\
684 instooofiltmsi \
685 qslnkmsi \
686 reg4allmsdoc \
687 sdqsmsi \
688 sellangmsi \
689 sn_tools \
693 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
694 shlxtmsi \
697 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
698 ooofilt \
699 shlxthdl \
702 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextnt6, \
703 propertyhdl \
706 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
707 ooofilt_x64 \
708 shlxthdl_x64 \
711 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64nt6, \
712 propertyhdl_x64 \
715 endif # WNT
717 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
718 cppuhelper \
719 purpenvhelper \
720 salhelper \
723 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
724 cppu \
725 sal \
728 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
729 active_native \
730 mysqlc \
731 passive_native \
734 ifneq ($(ENABLE_JAVA),)
735 $(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
736 java_uno \
737 juh \
738 jurt \
739 ridl \
740 unoloader \
743 $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
744 ScriptFramework \
745 ScriptProviderForJava \
746 XMergeBridge \
747 commonwizards \
748 form \
749 $(if $(filter-out MACOSX,$(OS)),officebean) \
750 query \
751 report \
752 sdbc_hsqldb \
753 smoketest \
754 table \
755 unoil \
756 xmerge \
759 $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
760 reportbuilder \
761 reportbuilderwizard \
764 ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
765 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
766 ScriptProviderForBeanShell \
768 endif
770 ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
771 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
772 ScriptProviderForJavaScript \
774 endif
776 ifeq (CT2N,$(filter CT2N,$(BUILD_TYPE)))
777 $(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
778 ct2n \
780 endif
782 $(eval $(call gb_Helper_register_jars,OXT, \
783 EvolutionarySolver \
784 active_java \
785 mediawiki \
786 nlpsolver \
787 passive_java \
790 $(eval $(call gb_Helper_register_jars,NONE,\
791 ConnectivityTools \
792 HelloWorld \
793 Highlight \
794 MemoryUsage \
795 OOoRunner \
796 OOoRunnerLight \
797 TestExtension \
798 test \
799 test-tools \
800 testComponent \
802 endif
804 $(eval $(call gb_Helper_register_packages_for_install,ure,\
805 instsetoo_native_setup_ure \
806 jvmfwk_jvmfwk3_ini \
807 ure_install \
808 $(if $(ENABLE_JAVA),\
809 jvmfwk_javavendors \
810 jvmfwk_jreproperties \
811 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
815 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
816 xmlsec \
819 ifeq ($(GUIBASE),unx)
820 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
821 desktop_sbase_sh \
824 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
825 desktop_scalc_sh \
828 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
829 desktop_sdraw_sh \
832 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
833 desktop_simpress_sh \
836 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
837 desktop_smath_sh \
840 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
841 desktop_swriter_sh \
843 endif # GUIBASE=unx
845 ifneq ($(DISABLE_PYTHON),TRUE)
846 $(eval $(call gb_Helper_register_packages_for_install,python, \
847 pyuno_pythonloader_ini \
849 endif
851 # External executables
852 $(eval $(call gb_ExternalExecutable_register_executables,\
853 genbrk \
854 genccode \
855 gencmn \
856 python \
857 ucpp \
858 xmllint \
859 xsltproc \
862 # vim: set noet sw=4 ts=4: