Typo: remmeber->remember
[LibreOffice.git] / Repository.mk
blob1dda9f4214c336c4ff495d0af4dfaac3ef7b7195
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 mtfdemo \
76 $(if $(and $(ENABLE_GTK), $(filter LINUX,$(OS))), gtktiledviewer) \
79 $(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
80 $(if $(filter MSC,$(COM)),climaker) \
81 cppumaker \
82 idlc \
83 javamaker \
84 regcompare \
85 $(if $(filter UCPP,$(BUILD_TYPE)),ucpp) \
86 $(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
87 $(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
90 $(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
91 $(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \
92 soffice_bin \
93 $(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
94 $(if $(filter WNT,$(OS)), \
95 soffice \
96 unoinfo \
97 unopkg \
98 unopkg_com \
99 ) \
102 $(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
103 $(if $(filter WNT,$(OS)), \
104 sbase \
108 $(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
109 $(if $(filter WNT,$(OS)), \
110 odbcconfig \
114 $(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
115 $(if $(filter WNT,$(OS)), \
116 scalc \
120 $(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
121 $(if $(filter WNT,$(OS)), \
122 sdraw \
126 $(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
127 $(if $(filter WNT,$(OS)), \
128 simpress \
132 $(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
133 $(if $(filter WNT,$(OS)), \
134 smath \
138 $(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
139 $(if $(filter WNT,$(OS)), \
140 sweb \
141 swriter \
145 $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
146 gengal \
147 $(if $(filter unx-TRUE,$(GUIBASE)-$(ENABLE_NPAPI_FROM_BROWSER)),pluginapp.bin) \
148 $(if $(filter unx-TRUE,$(GUIBASE)-$(ENABLE_TDE)),tdefilepicker) \
149 $(if $(filter WNT,$(OS)),,uri-encode) \
150 ui-previewer \
151 $(if $(filter WNT,$(OS)), \
152 senddoc \
156 ifeq ($(OS),WNT)
157 $(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
158 quickstart \
160 endif
162 $(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
163 $(if $(filter WNT,$(OS)), \
164 python \
168 ifeq ($(GUIBASE),unx)
169 $(eval $(call gb_Helper_register_executables_for_install,OOO,gnome, \
170 $(if $(ENABLE_GTK),\
171 xid-fullscreen-on-all-monitors \
174 endif
176 ifneq ($(ENABLE_PDFIMPORT),)
177 $(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
178 xpdfimport \
180 endif
182 $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
183 $(if $(and $(ENABLE_JAVA),$(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
184 regmerge \
185 regview \
186 $(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
189 ifneq (,$(filter ANDROID IOS,$(OS)))
191 # these are in NONE layer because
192 # a) scp2 is not used on mobile b) layers don't mean anything on mobile
193 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
194 $(if $(filter $(OS),ANDROID), \
195 lo-bootstrap \
199 endif
201 ifeq ($(OS),MACOSX)
203 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
204 OOoSpotlightImporter \
207 endif
209 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
210 abp \
211 dbp \
212 dbu \
215 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
216 analysis \
217 $(call gb_Helper_optional,DBCONNECTIVITY,calc) \
218 date \
219 pricing \
220 sc \
221 scd \
222 scfilt \
223 scui \
224 wpftcalc \
225 $(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE),solver) \
226 $(call gb_Helper_optional,SCRIPTING,vbaobj) \
229 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
230 svgfilter \
231 flash \
232 wpftdraw \
233 graphicfilter \
236 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,tde, \
237 $(if $(ENABLE_TDE),tdebe1) \
240 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
241 animcore \
242 placeware \
243 PresenterScreen \
244 PresentationMinimizer \
245 wpftimpress \
248 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
249 $(if $(ENABLE_ONLINE_UPDATE), \
250 updatecheckui \
251 updchk \
255 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
256 $(if $(ENABLE_EVOAB2),evoab) \
257 $(if $(ENABLE_GTK),vclplug_gtk) \
258 $(if $(ENABLE_GTK3),vclplug_gtk3) \
259 $(if $(ENABLE_GCONF),gconfbe1) \
260 $(if $(ENABLE_SYSTRAY_GTK),qstart_gtk) \
261 $(if $(ENABLE_GIO),losessioninstall) \
262 $(if $(ENABLE_GIO),ucpgio1) \
263 $(if $(ENABLE_GNOMEVFS),ucpgvfs1) \
266 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
267 $(if $(ENABLE_KDE),kdebe1) \
268 $(if $(ENABLE_KDE4),kde4be1) \
269 $(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))), \
270 $(if $(ENABLE_KDE),vclplug_kde) \
271 $(if $(ENABLE_KDE4),vclplug_kde4) \
275 $(eval $(call gb_Helper_register_executables_for_install,OOO,kde, \
276 $(if $(filter $(GUIBASE)$(ENABLE_KDE),unxTRUE), \
277 kdefilepicker \
281 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
282 sm \
283 smd \
286 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
287 OGLTrans \
290 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
291 acc \
292 $(call gb_Helper_optional,AVMEDIA,avmedia) \
293 $(if $(filter MACOSX,$(OS)),\
294 avmediaMacAVF \
295 $(if $(ENABLE_MACOSX_SANDBOX),,avmediaQuickTime) \
297 $(call gb_Helper_optional,SCRIPTING, \
298 basctl \
299 basprov \
301 $(if $(filter $(OS),ANDROID),, \
302 basebmp \
304 basegfx \
305 bib \
306 $(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
307 canvasfactory \
308 canvastools \
309 chartcore \
310 chartcontroller \
311 chartopengl \
312 $(call gb_Helper_optional,OPENCL,clew) \
313 $(if $(filter $(OS),WNT),,cmdmail) \
314 cppcanvas \
315 configmgr \
316 ctl \
317 cui \
318 $(call gb_Helper_optional,DBCONNECTIVITY, \
319 dba \
320 dbase \
321 dbmm \
322 dbtools \
323 dbaxml) \
324 deploymentmisc \
325 $(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
326 $(if $(filter unx,$(GUIBASE)),desktop_detector) \
327 $(call gb_Helper_optional,SCRIPTING,dlgprov) \
328 $(if $(ENABLE_DIRECTX),directx9canvas) \
329 $(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
330 drawinglayer \
331 editeng \
332 egi \
333 eme \
334 $(if $(filter WNT,$(OS)),$(if $(DISABLE_ATL),,emser)) \
335 epb \
336 epg \
337 epp \
338 eps \
339 ept \
340 era \
341 eti \
342 evtatt \
343 exp \
344 expwrap \
345 $(call gb_Helper_optional,DBCONNECTIVITY, \
346 flat \
347 file) \
348 filterconfig \
349 $(if $(filter $(ENABLE_FIREBIRD_SDBC),TRUE),firebird_sdbc) \
350 fps_office \
351 for \
352 forui \
353 frm \
354 fsstorage \
355 fwe \
356 fwi \
357 fwk \
358 fwl \
359 fwm \
360 $(if $(ENABLE_DIRECTX),gdipluscanvas) \
361 guesslang \
362 $(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
363 i18npool \
364 i18nsearch \
365 hyphen \
366 icd \
367 icg \
368 idx \
369 ime \
370 ipb \
371 ipd \
372 ips \
373 ipt \
374 ipx \
375 ira \
376 itg \
377 iti \
378 $(if $(ENABLE_JAVA),jdbc) \
379 $(if $(ENABLE_KAB),kab1) \
380 $(if $(ENABLE_KAB),kabdrv1) \
381 ldapbe2 \
382 localebe1 \
383 log \
384 lng \
385 lnth \
386 $(if $(filter $(OS),MACOSX),macbe1) \
387 $(if $(MERGELIBS),merged) \
388 migrationoo2 \
389 migrationoo3 \
390 msfilter \
391 $(call gb_Helper_optional,SCRIPTING,msforms) \
392 mtfrenderer \
393 $(call gb_Helper_optional,DBCONNECTIVITY,mysql) \
394 odbc \
395 odfflatxml \
396 offacc \
397 oox \
398 $(call gb_Helper_optional,OPENCL,opencl) \
399 passwordcontainer \
400 pcr \
401 $(if $(ENABLE_NPAPI_FROM_BROWSER),pl) \
402 pdffilter \
403 $(call gb_Helper_optional,SCRIPTING,protocolhandler) \
404 res \
405 sax \
406 sb \
407 $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
408 scn \
409 sd \
410 sdd \
411 sdfilt \
412 sdui \
413 sfx \
414 simplecanvas \
415 slideshow \
416 sot \
417 spell \
418 $(if $(ENABLE_HEADLESS),,spl) \
419 storagefd \
420 $(call gb_Helper_optional,SCRIPTING,stringresource) \
421 svgio \
422 svl \
423 svt \
424 svx \
425 svxcore \
426 sw \
427 syssh \
428 $(if $(ENABLE_TDEAB),tdeab1) \
429 $(if $(ENABLE_TDEAB),tdeabdrv1) \
430 textconversiondlgs \
431 textfd \
432 tk \
433 tl \
434 $(if $(ENABLE_TELEPATHY),tubes) \
435 ucpexpand1 \
436 ucpext \
437 ucpcmis1 \
438 ucptdoc1 \
439 unordf \
440 unoxml \
441 updatefeed \
442 utl \
443 uui \
444 $(call gb_Helper_optional,SCRIPTING, \
445 vbaevents \
446 vbahelper \
448 vcl \
449 vclcanvas \
450 $(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))), \
451 vclplug_gen \
452 $(if $(ENABLE_TDE),vclplug_tde) \
453 $(if $(ENABLE_HEADLESS),,vclplug_svp) \
455 writerperfect \
456 xmlscript \
457 xmlfa \
458 xmlfd \
459 xo \
460 xof \
461 xsltdlg \
462 xsltfilter \
463 $(if $(WITH_MOZAB4WIN), \
464 mozab2 \
465 mozabdrv \
467 $(if $(WITH_MOZAB4WIN),,\
468 mork \
469 mozbootstrap \
471 $(if $(filter $(OS),WNT), \
472 ado \
473 $(if $(DISABLE_ATL),,oleautobridge) \
474 smplmail \
475 wininetbe1 \
477 $(if $(filter $(OS),MACOSX), \
478 $(if $(ENABLE_MACOSX_SANDBOX),, \
479 AppleRemote \
481 fps_aqua \
482 MacOSXSpell \
486 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
487 $(if $(BUILD_POSTGRESQL_SDBC), \
488 postgresql-sdbc \
489 postgresql-sdbc-impl) \
492 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
493 pdfimport \
496 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
497 pythonloader \
500 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
501 pyuno \
502 $(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
505 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
506 rpt \
507 rptui \
508 rptxml \
511 $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
512 hwp \
513 $(if $(ENABLE_LWP),lwpft) \
514 msword \
515 swd \
516 swui \
517 t602filter \
518 $(call gb_Helper_optional,SCRIPTING,vbaswobj) \
519 wpftwriter \
520 writerfilter \
523 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
524 getuid \
525 smoketest \
526 subsequenttest \
527 test \
528 testtools_cppobj \
529 testtools_bridgetest \
530 testtools_constructors \
531 unobootstrapprotector \
532 unoexceptionprotector \
533 unotest \
534 vclbootstrapprotector \
535 scqahelper \
536 unowinreg \
539 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
540 affine_uno_uno \
541 $(if $(filter MSC,$(COM)),cli_uno) \
542 $(if $(ENABLE_JAVA), \
543 java_uno \
544 jpipe \
545 $(if $(filter $(OS),WNT),jpipx) \
546 juh \
547 juhx \
549 log_uno_uno \
550 unsafe_uno_uno \
551 $(if $(URELIBS),urelibs) \
552 $(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
553 $(if $(filter $(OS),WNT), \
554 uwinapi \
558 $(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
559 binaryurp \
560 bootstrap \
561 introspection \
562 invocadapt \
563 invocation \
564 io \
565 $(if $(ENABLE_JAVA),javaloader) \
566 $(if $(ENABLE_JAVA),javavm) \
567 $(if $(ENABLE_JAVA),jvmaccess) \
568 $(if $(ENABLE_JAVA),jvmfwk) \
569 namingservice \
570 proxyfac \
571 reflection \
572 reg \
573 sal_textenc \
574 stocservices \
575 store \
576 unoidl \
577 uuresolver \
578 xmlreader \
581 # this is NONE even though it is actually in URE because it is CliNativeLibrary
582 $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
583 $(if $(filter MSC,$(COM)),cli_cppuhelper) \
586 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
587 $(if $(ENABLE_VLC),avmediavlc) \
588 $(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
589 $(if $(ENABLE_GSTREAMER_0_10),avmediagst_0_10) \
590 $(if $(ENABLE_DIRECTX),avmediawin) \
591 $(if $(ENABLE_GLTF),avmediaogl) \
592 cached1 \
593 collator_data \
594 comphelper \
595 $(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
596 deployment \
597 deploymentgui \
598 dict_ja \
599 dict_zh \
600 embobj \
601 $(if $(ENABLE_JAVA),hsqldb) \
602 i18nlangtag \
603 i18nutil \
604 index_data \
605 $(if $(and $(ENABLE_GTK), $(filter LINUX,$(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 $(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,emboleobj) \
615 package2 \
616 $(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))),recentfile) \
617 $(call gb_Helper_optional,SCRIPTING,scriptframe) \
618 sdbc2 \
619 sofficeapp \
620 srtrs1 \
621 $(if $(filter $(OS),WNT),sysdtrans) \
622 textconv_dict \
623 ucb1 \
624 ucbhelper \
625 $(if $(WITH_WEBDAV),ucpdav1) \
626 ucpfile1 \
627 ucpftp1 \
628 ucpchelp1 \
629 ucphier1 \
630 ucppkg1 \
631 unopkgapp \
632 xmlsecurity \
633 xsec_fw \
634 xsec_xmlsec \
635 xstor \
636 $(if $(filter $(OS),MACOSX), \
637 macab1 \
638 macabdrv1 \
640 $(if $(filter WNT,$(OS)), \
641 dnd \
642 dtrans \
643 fps \
644 ftransl \
645 $(if $(DISABLE_ATL),,\
646 inprocserv \
647 UAccCOM \
648 winaccessibility \
653 ifeq ($(OS),WNT)
654 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
655 $(if $(DISABLE_ACTIVEX),,\
656 regactivex \
660 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
661 $(if $(DISABLE_ACTIVEX),,\
662 so_activex \
666 ifneq ($(BUILD_X64),)
667 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
668 $(if $(DISABLE_ACTIVEX),,\
669 so_activex_x64 \
672 endif
674 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
675 $(if $(WINDOWS_SDK_HOME),\
676 instooofiltmsi \
677 qslnkmsi \
678 reg4allmsdoc \
679 sdqsmsi \
680 sellangmsi \
681 sn_tools \
685 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
686 shlxtmsi \
689 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
690 ooofilt \
691 shlxthdl \
694 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextnt6, \
695 propertyhdl \
698 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
699 ooofilt_x64 \
700 shlxthdl_x64 \
703 $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64nt6, \
704 propertyhdl_x64 \
707 endif # WNT
709 $(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
710 cppuhelper \
711 purpenvhelper \
712 salhelper \
715 $(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
716 cppu \
717 sal \
720 $(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
721 active_native \
722 mysqlc \
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 ridl \
732 unoloader \
735 $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
736 ScriptFramework \
737 ScriptProviderForJava \
738 XMergeBridge \
739 commonwizards \
740 form \
741 $(if $(filter-out MACOSX,$(OS)),officebean) \
742 query \
743 report \
744 sdbc_hsqldb \
745 smoketest \
746 table \
747 unoil \
748 xmerge \
751 $(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
752 reportbuilder \
753 reportbuilderwizard \
756 ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
757 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
758 ScriptProviderForBeanShell \
760 endif
762 ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
763 $(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
764 ScriptProviderForJavaScript \
766 endif
768 ifneq ($(WITH_EXTRA_GALLERY),)
769 $(eval $(call gb_Helper_register_packages_for_install,accessories_gallery,\
770 accessories_accessoriesgallery \
771 accessories_accessoriesgallerydrawspeople \
772 accessories_accessoriesgalleryphotosplants \
773 accessories_accessoriesgalleryphotoscelebration \
774 accessories_accessoriesgalleryphotosfauna \
775 accessories_accessoriesgalleryphotosflowers \
776 accessories_accessoriesgalleryphotosfoodsanddrinks \
777 accessories_accessoriesgalleryphotoshumans \
778 accessories_accessoriesgalleryphotoslandscapes \
779 accessories_accessoriesgalleryphotosbuildings \
780 accessories_accessoriesgalleryphotoscities \
781 accessories_accessoriesgalleryphotosobjects \
782 accessories_accessoriesgalleryphotosspace \
783 accessories_accessoriesgalleryphotosstatues \
784 accessories_accessoriesgalleryphotostravel \
785 accessories_accessoriesgalleryelementsbullets2 \
786 accessories_accessoriesgallerynonfree \
789 endif
791 ifeq (CT2N,$(filter CT2N,$(BUILD_TYPE)))
792 $(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
793 ct2n \
795 endif
797 ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
798 $(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
799 numbertext \
801 endif
803 $(eval $(call gb_Helper_register_jars,OXT, \
804 EvolutionarySolver \
805 active_java \
806 mediawiki \
807 nlpsolver \
808 passive_java \
811 $(eval $(call gb_Helper_register_jars,NONE,\
812 ConnectivityTools \
813 HelloWorld \
814 Highlight \
815 MemoryUsage \
816 OOoRunner \
817 TestExtension \
818 test \
819 test-tools \
820 testComponent \
822 endif
824 $(eval $(call gb_Helper_register_packages_for_install,ure,\
825 instsetoo_native_setup_ure \
826 ure_install \
827 $(if $(ENABLE_JAVA),\
828 jvmfwk_jvmfwk3_ini \
829 jvmfwk_javavendors \
830 jvmfwk_jreproperties \
831 $(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
835 $(eval $(call gb_Helper_register_packages_for_install,ooo,\
836 $(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
837 officecfg_misc \
838 extras_glade \
839 extras_labels \
840 framework_dtd \
841 package_dtd \
842 xmloff_dtd \
843 xmlscript_dtd \
844 xmlhelp_helpxsl \
845 $(if $(ENABLE_JAVA),\
846 scripting_java \
847 scripting_java_jars \
848 $(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
849 $(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
851 $(if $(DISABLE_SCRIPTING),,scripting_scriptbindinglib) \
852 wizards_basicsrvaccess2base \
853 wizards_basicsrvdepot \
854 wizards_basicsrveuro \
855 wizards_basicsrvgimmicks \
856 wizards_basicsrvimport \
857 wizards_basicsrvform \
858 wizards_basicsrvtemplate \
859 wizards_basicsrvtools \
860 wizards_basicsrvtutorials \
861 xmlsec \
862 chart2_opengl_shader \
863 vcl_opengl_shader \
864 $(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
867 $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
868 slideshow_opengl_shader \
871 $(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
872 reportbuilder-templates \
875 $(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
876 filter_docbook \
877 filter_xhtml \
878 filter_xslt \
881 ifeq ($(GUIBASE),unx)
882 $(eval $(call gb_Helper_register_packages_for_install,base_brand,\
883 desktop_sbase_sh \
886 $(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
887 desktop_scalc_sh \
890 $(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
891 desktop_sdraw_sh \
894 $(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
895 desktop_simpress_sh \
898 $(eval $(call gb_Helper_register_packages_for_install,math_brand,\
899 desktop_smath_sh \
902 $(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
903 desktop_swriter_sh \
905 endif # GUIBASE=unx
907 ifneq ($(DISABLE_PYTHON),TRUE)
908 $(eval $(call gb_Helper_register_packages_for_install,python, \
909 pyuno_pythonloader_ini \
910 pyuno_python_scripts \
911 $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
912 scripting_ScriptsPython \
915 $(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
916 scriptproviderforpython \
919 $(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
920 librelogo \
921 librelogo_properties \
923 endif # DISABLE_PYTHON
925 # External executables
926 $(eval $(call gb_ExternalExecutable_register_executables,\
927 genbrk \
928 genccode \
929 gencmn \
930 python \
931 ucpp \
932 xmllint \
933 xsltproc \
936 # vim: set noet sw=4 ts=4: