2011-08-09 12:12:48 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2010-04-17 05:41:17 -05:00
|
|
|
#
|
2013-05-16 15:56:04 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-09-14 10:10:34 -05:00
|
|
|
#
|
2013-05-16 15:56:04 -05:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2010-04-17 05:41:17 -05:00
|
|
|
#
|
2013-05-16 15:56:04 -05:00
|
|
|
# This file incorporates work covered by the following license notice:
|
2010-04-17 05:41:17 -05:00
|
|
|
#
|
2013-05-16 15:56:04 -05:00
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
# contributor license agreements. See the NOTICE file distributed
|
|
|
|
# with this work for additional information regarding copyright
|
|
|
|
# ownership. The ASF licenses this file to you under the Apache
|
|
|
|
# License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
|
|
|
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
2010-04-17 05:41:17 -05:00
|
|
|
#
|
|
|
|
|
2010-11-11 11:38:32 -06:00
|
|
|
$(eval $(call gb_Helper_register_executables,NONE, \
|
2013-06-10 17:59:27 -05:00
|
|
|
HelpIndexer \
|
|
|
|
HelpLinker \
|
|
|
|
bestreversemap \
|
|
|
|
cfgex \
|
2013-03-06 09:34:16 -06:00
|
|
|
concat-deps \
|
2013-06-10 17:59:27 -05:00
|
|
|
cpp \
|
Remove *_Test product, so cppunittester can be NONE again
...as per #libreoffice-dev IRC:
Sep 19 10:32:24 <mst__> sberg, moggi why the hell is that thing named
"cppunit/cppunittester" and inside a subdir? it's obstructing my attempt to
put it in $(INSTDIR)/program
Sep 19 10:33:28 <mst__> (... and if you wonder "wtf does it have to do with
INSTDIR" you have never heard of awesome LibreOffice_Test installset.... not
that i would know who needs it :)
Sep 19 10:36:36 <sberg> mst__, it is in a subdir of solver/*/bin so that on
Windows it would not accidentally have picked DLLs next to itself instead of
the module-local DLLs it was supposed to test (back when we had module-local
output trees)
Sep 19 10:37:02 <mst__> sberg, ahh hysteric reasons then, /me renames it
Sep 19 10:37:55 <tml> mst__, if nobody you know uses LibreOffice_Test, just kill
it?
Sep 19 10:38:59 <sberg> mst__, tml, LibreOffice_Test was conceived by pmladek
and/or kendy, IIRC
Sep 19 10:40:31 * kendy does not remember anything about it :-)
Sep 19 10:42:17 <sberg> wasn't that something so users (or QA people?) could
easily run the smoketest against an installation, to see whether the
installation is any good at all, by installing that LibreOffice_Test alongside
the installation proper?
Sep 19 10:43:26 <sberg> mst__, ...and I'd unscientifically vote to kill it
Sep 19 11:34:23 <pmladek> mst__, sberg: I have created the LibreOffice_Test
package for one QA guy. He does not longer work on LO. I am not sure if anyone
else started to use it. So, I think that it can be killed.
Oct 17 18:18:07 <tml_> sberg: have you ever noticed that when you try to
actually run instdir/unxmacxi/LibreOfficeDev.app , the system actually tries
to run cppunittester inside the app bundle (it says so in the crash report)
(it crashes because cppunittester requires a specialized DYLIB_LIBRARY_PATH
apparently)
Oct 17 18:19:29 <tml_> I suspect that the system when cppunittester as part of
the build process is run from inside instdir (i.e. inside an app bundle) the
system "caches" this false knowledge, and thinks that the executable of the
app bundle is cppunittester...
Oct 17 18:19:36 <sberg> tml_, no, never noticed; with "run
instdir/unxmacxi/LibreOfficeDev.app" you mean calling "open
instdir/unxmacxi/LibreOfficeDev.app"? (I always call
.app/Contenst/MacOS/program explicitly)
Oct 17 18:19:52 <tml_> yes, I mean "open instdir/..."
Oct 17 18:20:53 <tml_> some googling tells me that at least years ago, the
CFBundleExecutable key in the Info.plist is ignored if it is manually changed,
so I guess similar caching of mapping between an app bundle and which
executable to actually run happens in this case
Oct 17 18:23:17 <tml_> and last year somebody even claims "And while on Mountain
Lion, CFBundleExecutable seems to be a no-op", which would be odd, surely
there must be widely used apps that have several executables inside the MacOS
directory; how would the system know which one to run when the app is run?
Oct 17 18:24:38 <tml_> hmm, apparently the code that handles this might be open
source even, http://www.opensource.apple.com/source/CF/CF-744.18/CFBundle.c
Oct 17 18:25:52 <tml_> some mention of "caches" there yes, my guesses might be
right
Oct 17 18:27:05 <tml_> if I cp -R instdir/unxmacxi/LibreOffice.app foo.app and
open foo.app, it works fine
Oct 17 18:28:33 <tml_> anyway, I guess it would be cleaner to have cppunittester
somewhere else even without this problem
Oct 17 18:37:09 <sberg> tml_, yes, IIRC having cppunittester in instdir was a
misguided mst decision, because that odd LibreOffice_Test product (that
pmladek said nobody needs any longer anyway) includes it; I think consensus
was to kill LibreOffice_Test and move cppunittester where all the other NONE
executables are, but looks like nobody executed
Oct 17 18:37:55 <tml_> ah ok, so mst should know what needs to be done? good, no
need for me to try to hack this now then
Oct 17 18:38:19 <sberg> tml_, I'll do the cleanup tomorrow, unless somebody
beats me
This removes smoketest/losmoketest et al along with the *_Test product, as they
seem to not make sense without it anyway. smoketest/Executable_libtest.mk
appears to be a test that could also be run during the build, and only ended up
in the *_Test product by accident, so I left it untouched for now.
Change-Id: I8024472c909fe0a885eb08ef4d3777f8a9e1f7c8
2013-10-18 05:45:00 -05:00
|
|
|
cppunittester \
|
2013-06-14 09:11:09 -05:00
|
|
|
$(if $(filter MSC,$(COM)), \
|
|
|
|
gcc-wrapper \
|
|
|
|
g++-wrapper \
|
|
|
|
) \
|
2013-06-10 17:59:27 -05:00
|
|
|
gencoll_rule \
|
|
|
|
genconv_dict \
|
|
|
|
gendict \
|
|
|
|
genindex_data \
|
|
|
|
helpex \
|
|
|
|
idxdict \
|
2013-05-05 03:45:07 -05:00
|
|
|
langsupport \
|
2013-06-10 17:59:27 -05:00
|
|
|
$(if $(ENABLE_TELEPATHY),liboapprover) \
|
|
|
|
$(if $(filter IOS,$(OS)),LibreOffice) \
|
2013-03-05 16:21:57 -06:00
|
|
|
libtest \
|
2013-06-10 17:59:27 -05:00
|
|
|
lngconvex \
|
|
|
|
localize \
|
|
|
|
makedepend \
|
|
|
|
mork_helper \
|
|
|
|
osl_process_child \
|
|
|
|
pdf2xml \
|
|
|
|
pdfunzip \
|
2013-08-20 06:24:19 -05:00
|
|
|
pocheck \
|
2013-06-10 17:59:27 -05:00
|
|
|
propex \
|
|
|
|
regsvrex \
|
|
|
|
rsc \
|
|
|
|
saxparser \
|
|
|
|
sp2bv \
|
|
|
|
svg2odf \
|
|
|
|
svidl \
|
|
|
|
stringex \
|
|
|
|
transex3 \
|
|
|
|
treex \
|
|
|
|
uiex \
|
|
|
|
ulfex \
|
2013-09-18 04:49:54 -05:00
|
|
|
unoidl-check \
|
2013-09-17 11:29:58 -05:00
|
|
|
unoidl-read \
|
2013-09-16 09:48:09 -05:00
|
|
|
unoidl-write \
|
2013-06-10 17:59:27 -05:00
|
|
|
xrmex \
|
2013-05-05 03:46:25 -05:00
|
|
|
))
|
2012-04-13 17:30:19 -05:00
|
|
|
|
2013-09-18 17:06:24 -05:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
|
2013-06-14 09:11:09 -05:00
|
|
|
$(if $(filter MSC,$(COM)),climaker) \
|
2013-06-15 15:52:39 -05:00
|
|
|
cppumaker \
|
|
|
|
idlc \
|
|
|
|
javamaker \
|
|
|
|
regcompare \
|
2013-06-14 09:11:09 -05:00
|
|
|
$(if $(filter UCPP,$(BUILD_TYPE)),ucpp) \
|
|
|
|
$(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
|
|
|
|
$(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
|
2012-04-13 17:30:19 -05:00
|
|
|
))
|
|
|
|
|
2013-06-14 05:48:20 -05:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
|
2013-06-15 15:52:39 -05:00
|
|
|
gengal \
|
2013-06-14 05:48:20 -05:00
|
|
|
))
|
|
|
|
|
2011-01-20 06:38:53 -06:00
|
|
|
$(eval $(call gb_Helper_register_executables,OOO, \
|
2013-06-14 09:11:09 -05:00
|
|
|
$(call gb_Helper_optional,CRASHREP,crashrep) \
|
2013-06-10 17:59:27 -05:00
|
|
|
gnome-open-url.bin \
|
2013-08-29 11:14:34 -05:00
|
|
|
$(if $(ENABLE_NPAPI_INTO_BROWSER),nsplugin) \
|
2013-06-10 17:59:27 -05:00
|
|
|
$(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \
|
2013-08-29 11:14:34 -05:00
|
|
|
$(if $(ENABLE_NPAPI_FROM_BROWSER),pluginapp.bin) \
|
2013-09-20 18:34:26 -05:00
|
|
|
soffice_bin \
|
2013-06-10 17:59:27 -05:00
|
|
|
spadmin.bin \
|
2013-10-17 13:42:35 -05:00
|
|
|
$(if $(filter $(GUIBASE)$(ENABLE_GTK),unxTRUE), \
|
|
|
|
xid-fullscreen-on-all-monitors \
|
|
|
|
) \
|
2012-05-14 20:09:41 -05:00
|
|
|
$(if $(filter $(GUIBASE)$(ENABLE_TDE),unxTRUE), \
|
|
|
|
tdefilepicker \
|
|
|
|
) \
|
2013-06-10 17:59:27 -05:00
|
|
|
uri-encode \
|
2011-12-23 18:50:21 -06:00
|
|
|
$(if $(filter $(GUIBASE)$(ENABLE_KDE),unxTRUE), \
|
|
|
|
kdefilepicker \
|
|
|
|
) \
|
2012-03-26 06:15:22 -05:00
|
|
|
ui-previewer \
|
2013-10-21 07:31:17 -05:00
|
|
|
tiledrendering \
|
2013-09-20 18:34:26 -05:00
|
|
|
$(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
|
2013-06-14 09:11:09 -05:00
|
|
|
xpdfimport \
|
2013-06-10 17:59:27 -05:00
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
crashrep_com \
|
|
|
|
odbcconfig \
|
2013-09-20 18:38:04 -05:00
|
|
|
python \
|
2013-06-10 17:59:27 -05:00
|
|
|
quickstart \
|
|
|
|
sbase \
|
|
|
|
scalc \
|
|
|
|
sdraw \
|
|
|
|
senddoc \
|
|
|
|
simpress \
|
|
|
|
soffice \
|
|
|
|
smath \
|
|
|
|
sweb \
|
|
|
|
swriter \
|
|
|
|
unoinfo \
|
|
|
|
unopkg \
|
|
|
|
unopkg_com \
|
|
|
|
) \
|
2011-01-20 06:38:53 -06:00
|
|
|
))
|
|
|
|
|
2013-06-09 17:48:31 -05:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
|
2013-08-18 16:41:12 -05:00
|
|
|
$(if $(and $(ENABLE_JAVA),$(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
|
2013-06-17 03:15:44 -05:00
|
|
|
regmerge \
|
|
|
|
regview \
|
2013-06-11 09:02:34 -05:00
|
|
|
$(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
|
2011-12-23 05:21:19 -06:00
|
|
|
))
|
|
|
|
|
2013-08-29 11:14:34 -05:00
|
|
|
ifeq ($(ENABLE_NPAPI_INTO_BROWSER),TRUE)
|
2012-11-19 10:41:01 -06:00
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
2013-06-10 17:59:27 -05:00
|
|
|
npsoplugin \
|
2013-01-03 05:29:08 -06:00
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2011-12-17 16:17:45 -06:00
|
|
|
ifeq ($(OS),MACOSX)
|
|
|
|
|
2011-12-21 09:52:30 -06:00
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
|
2013-06-10 17:59:27 -05:00
|
|
|
OOoSpotlightImporter \
|
2011-12-17 16:17:45 -06:00
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2013-06-09 17:48:31 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
|
2013-06-10 17:59:27 -05:00
|
|
|
abp \
|
|
|
|
dbp \
|
|
|
|
dbu \
|
2013-06-04 11:41:12 -05:00
|
|
|
))
|
|
|
|
|
2013-06-10 17:20:14 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
|
|
|
|
analysis \
|
|
|
|
calc \
|
|
|
|
date \
|
|
|
|
pricing \
|
|
|
|
sc \
|
|
|
|
scd \
|
|
|
|
scfilt \
|
|
|
|
scui \
|
|
|
|
solver \
|
2013-09-11 16:46:35 -05:00
|
|
|
$(if $(ENABLE_OPENCL),scopencl) \
|
2013-06-10 17:20:14 -05:00
|
|
|
$(if $(DISABLE_SCRIPTING),,vbaobj) \
|
2013-09-10 04:57:25 -05:00
|
|
|
$(if $(ENABLE_TELEPATHY),tubes) \
|
2013-06-10 17:20:14 -05:00
|
|
|
))
|
|
|
|
|
2013-06-09 17:48:31 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
|
2013-06-10 17:59:27 -05:00
|
|
|
svgfilter \
|
|
|
|
flash \
|
|
|
|
wpftdraw \
|
|
|
|
graphicfilter \
|
2013-05-08 12:24:57 -05:00
|
|
|
))
|
|
|
|
|
2013-06-09 17:48:31 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,tde, \
|
2013-06-10 17:59:27 -05:00
|
|
|
$(if $(ENABLE_TDE),tdebe1) \
|
2013-05-06 21:21:25 -05:00
|
|
|
))
|
|
|
|
|
2013-06-09 17:48:31 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
|
2013-06-10 17:59:27 -05:00
|
|
|
animcore \
|
|
|
|
placeware \
|
|
|
|
PresenterScreen \
|
2013-10-05 16:07:24 -05:00
|
|
|
PresentationMinimizer \
|
2013-10-30 02:56:06 -05:00
|
|
|
wpftimpress \
|
2013-06-06 13:27:41 -05:00
|
|
|
))
|
|
|
|
|
2013-06-09 17:48:31 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
|
2013-06-10 17:59:27 -05:00
|
|
|
updatecheckui \
|
|
|
|
updchk \
|
2013-05-12 17:53:17 -05:00
|
|
|
))
|
|
|
|
|
2013-06-09 17:48:31 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
|
2013-06-10 17:59:27 -05:00
|
|
|
$(if $(ENABLE_EVOAB2),evoab) \
|
|
|
|
$(if $(ENABLE_GTK),vclplug_gtk) \
|
|
|
|
$(if $(ENABLE_GTK3),vclplug_gtk3) \
|
|
|
|
$(if $(ENABLE_GCONF),gconfbe1) \
|
|
|
|
$(if $(ENABLE_SYSTRAY_GTK),qstart_gtk) \
|
|
|
|
$(if $(ENABLE_GIO),losessioninstall) \
|
|
|
|
$(if $(ENABLE_GIO),ucpgio1) \
|
|
|
|
$(if $(ENABLE_GNOMEVFS),ucpgvfs1) \
|
2013-05-07 09:44:32 -05:00
|
|
|
))
|
|
|
|
|
2013-06-09 17:48:31 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
|
2013-06-10 17:59:27 -05:00
|
|
|
$(if $(ENABLE_KDE),kdebe1) \
|
|
|
|
$(if $(ENABLE_KDE4),kde4be1) \
|
2013-05-04 09:45:32 -05:00
|
|
|
))
|
|
|
|
|
2013-06-09 17:48:31 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
|
2013-06-10 17:59:27 -05:00
|
|
|
sm \
|
|
|
|
smd \
|
2013-05-27 17:13:14 -05:00
|
|
|
))
|
|
|
|
|
2013-06-09 17:48:31 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
|
2013-06-11 15:43:23 -05:00
|
|
|
acc \
|
2013-04-10 16:24:08 -05:00
|
|
|
avmedia \
|
|
|
|
$(if $(DISABLE_SCRIPTING),,basctl) \
|
2013-06-11 15:43:23 -05:00
|
|
|
$(if $(DISABLE_SCRIPTING),,basprov) \
|
2013-06-10 17:59:27 -05:00
|
|
|
basegfx \
|
|
|
|
bib \
|
|
|
|
$(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
|
|
|
|
canvasfactory \
|
|
|
|
canvastools \
|
|
|
|
chartcore \
|
|
|
|
chartcontroller \
|
2013-08-25 18:20:29 -05:00
|
|
|
$(if $(filter $(OS),WNT),,cmdmail) \
|
2013-06-10 17:59:27 -05:00
|
|
|
cppcanvas \
|
|
|
|
configmgr \
|
|
|
|
ctl \
|
|
|
|
cui \
|
|
|
|
dba \
|
|
|
|
dbase \
|
|
|
|
dbmm \
|
|
|
|
$(if $(DISABLE_DBCONNECTIVITY),,dbtools) \
|
|
|
|
dbaxml \
|
|
|
|
deploymentmisc \
|
|
|
|
$(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
|
|
|
|
$(if $(filter unx,$(GUIBASE)),desktop_detector) \
|
2013-06-11 15:43:23 -05:00
|
|
|
$(if $(DISABLE_SCRIPTING),,dlgprov) \
|
2013-06-10 17:59:27 -05:00
|
|
|
$(if $(ENABLE_DIRECTX),directx9canvas) \
|
2013-10-07 16:19:08 -05:00
|
|
|
$(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
|
2013-06-10 17:59:27 -05:00
|
|
|
drawinglayer \
|
|
|
|
editeng \
|
|
|
|
egi \
|
|
|
|
eme \
|
|
|
|
$(if $(filter WNT,$(OS)),$(if $(DISABLE_ATL),,emser)) \
|
|
|
|
epb \
|
|
|
|
epg \
|
|
|
|
epp \
|
|
|
|
eps \
|
|
|
|
ept \
|
|
|
|
era \
|
|
|
|
eti \
|
|
|
|
evtatt \
|
|
|
|
exp \
|
2013-06-11 15:43:23 -05:00
|
|
|
expwrap \
|
|
|
|
fastsax \
|
2013-06-10 17:59:27 -05:00
|
|
|
flat \
|
2013-02-25 08:37:55 -06:00
|
|
|
file \
|
2013-04-15 06:36:02 -05:00
|
|
|
filterconfig \
|
2013-07-15 14:11:22 -05:00
|
|
|
$(if $(filter $(ENABLE_FIREBIRD_SDBC),TRUE),firebird_sdbc) \
|
2013-06-11 15:43:23 -05:00
|
|
|
fpicker \
|
|
|
|
fps_office \
|
2013-06-10 17:59:27 -05:00
|
|
|
for \
|
|
|
|
forui \
|
|
|
|
frm \
|
|
|
|
fsstorage \
|
|
|
|
fwe \
|
2013-02-25 08:44:36 -06:00
|
|
|
fwi \
|
2013-06-10 17:59:27 -05:00
|
|
|
fwk \
|
|
|
|
fwl \
|
2013-02-25 08:45:40 -06:00
|
|
|
fwm \
|
2013-06-10 17:59:27 -05:00
|
|
|
$(if $(ENABLE_DIRECTX),gdipluscanvas) \
|
|
|
|
guesslang \
|
|
|
|
$(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
|
|
|
|
i18npool \
|
2013-06-11 15:43:23 -05:00
|
|
|
i18nsearch \
|
|
|
|
hatchwindowfactory \
|
2013-06-10 17:59:27 -05:00
|
|
|
hyphen \
|
|
|
|
icd \
|
|
|
|
icg \
|
|
|
|
idx \
|
|
|
|
ime \
|
|
|
|
ipb \
|
|
|
|
ipd \
|
|
|
|
ips \
|
|
|
|
ipt \
|
|
|
|
ipx \
|
|
|
|
ira \
|
|
|
|
itg \
|
|
|
|
iti \
|
2013-08-18 16:41:12 -05:00
|
|
|
$(if $(ENABLE_JAVA),jdbc) \
|
2013-06-10 17:59:27 -05:00
|
|
|
$(if $(ENABLE_KAB),kab1) \
|
|
|
|
$(if $(ENABLE_KAB),kabdrv1) \
|
2013-06-11 15:43:23 -05:00
|
|
|
ldapbe2 \
|
2013-06-10 17:59:27 -05:00
|
|
|
localebe1 \
|
2013-06-11 15:43:23 -05:00
|
|
|
log \
|
2013-06-10 17:59:27 -05:00
|
|
|
lng \
|
|
|
|
lnth \
|
2013-06-13 09:32:09 -05:00
|
|
|
$(if $(filter $(OS),MACOSX),macbe1) \
|
2013-06-10 17:59:27 -05:00
|
|
|
$(if $(MERGELIBS),merged) \
|
2013-06-11 17:37:26 -05:00
|
|
|
migrationoo2 \
|
|
|
|
migrationoo3 \
|
2013-06-10 17:59:27 -05:00
|
|
|
msfilter \
|
2013-06-11 15:43:23 -05:00
|
|
|
$(if $(DISABLE_SCRIPTING),,msforms) \
|
2013-06-10 17:59:27 -05:00
|
|
|
mtfrenderer \
|
|
|
|
mysql \
|
|
|
|
odbc \
|
|
|
|
odbcbase \
|
|
|
|
odfflatxml \
|
|
|
|
offacc \
|
2013-06-11 15:43:23 -05:00
|
|
|
passwordcontainer \
|
2013-06-10 17:59:27 -05:00
|
|
|
pcr \
|
2013-08-29 11:14:34 -05:00
|
|
|
$(if $(ENABLE_NPAPI_FROM_BROWSER),pl) \
|
2013-06-10 17:59:27 -05:00
|
|
|
pdffilter \
|
2013-06-11 15:43:23 -05:00
|
|
|
$(if $(DISABLE_SCRIPTING),,protocolhandler) \
|
2013-06-10 17:59:27 -05:00
|
|
|
res \
|
|
|
|
sax \
|
|
|
|
sb \
|
|
|
|
sdbt \
|
|
|
|
scn \
|
|
|
|
sd \
|
|
|
|
sdd \
|
|
|
|
sdfilt \
|
|
|
|
sdui \
|
|
|
|
sfx \
|
|
|
|
simplecanvas \
|
2013-06-11 15:43:23 -05:00
|
|
|
slideshow \
|
2013-06-10 17:59:27 -05:00
|
|
|
sot \
|
2013-08-25 18:20:29 -05:00
|
|
|
spell \
|
2013-06-10 17:59:27 -05:00
|
|
|
$(if $(ENABLE_HEADLESS),,spl) \
|
2013-06-11 15:43:23 -05:00
|
|
|
$(if $(DISABLE_SCRIPTING),,stringresource) \
|
2013-06-10 17:59:27 -05:00
|
|
|
svgio \
|
|
|
|
svl \
|
|
|
|
svt \
|
|
|
|
svx \
|
|
|
|
svxcore \
|
|
|
|
sw \
|
2013-06-11 15:43:23 -05:00
|
|
|
syssh \
|
2013-06-10 17:59:27 -05:00
|
|
|
$(if $(ENABLE_TDEAB),tdeab1) \
|
|
|
|
$(if $(ENABLE_TDEAB),tdeabdrv1) \
|
|
|
|
textconversiondlgs \
|
2013-06-11 17:37:26 -05:00
|
|
|
textfd \
|
2013-06-10 17:59:27 -05:00
|
|
|
tk \
|
|
|
|
tl \
|
|
|
|
ucpexpand1 \
|
2013-06-11 17:37:26 -05:00
|
|
|
ucpext \
|
|
|
|
ucpcmis1 \
|
|
|
|
ucptdoc1 \
|
2013-06-10 17:59:27 -05:00
|
|
|
unordf \
|
|
|
|
unoxml \
|
2013-06-11 17:37:26 -05:00
|
|
|
updatefeed \
|
2013-06-10 17:59:27 -05:00
|
|
|
utl \
|
|
|
|
uui \
|
2013-06-11 15:43:23 -05:00
|
|
|
$(if $(DISABLE_SCRIPTING),,vbaevents) \
|
|
|
|
$(if $(DISABLE_SCRIPTING),,vbahelper) \
|
2013-06-10 17:59:27 -05:00
|
|
|
vcl \
|
|
|
|
vclcanvas \
|
|
|
|
$(if $(and $(filter unx,$(GUIBASE)),$(filter-out MACOSX,$(OS))),vclplug_gen) \
|
|
|
|
xmlscript \
|
|
|
|
xmlfa \
|
|
|
|
xmlfd \
|
|
|
|
xo \
|
|
|
|
xof \
|
|
|
|
xsltdlg \
|
|
|
|
xsltfilter \
|
2013-06-14 04:02:19 -05:00
|
|
|
$(if $(filter $(OS),WNT), \
|
|
|
|
ado \
|
2013-08-26 12:47:33 -05:00
|
|
|
$(if $(DISABLE_ATL),,oleautobridge) \
|
2013-06-14 04:02:19 -05:00
|
|
|
smplmail \
|
|
|
|
wininetbe1 \
|
2013-08-25 18:20:29 -05:00
|
|
|
$(if $(filter YES,$(WITH_MOZAB4WIN)), \
|
|
|
|
mozab2 \
|
|
|
|
mozabdrv \
|
|
|
|
) \
|
|
|
|
$(if $(filter NO,$(WITH_MOZAB4WIN)),mozbootstrap) \
|
|
|
|
) \
|
|
|
|
$(if $(filter $(OS),WNT),, \
|
|
|
|
mork \
|
|
|
|
mozbootstrap \
|
2013-06-14 04:02:19 -05:00
|
|
|
) \
|
|
|
|
$(if $(filter $(OS),MACOSX), \
|
2013-08-22 15:59:25 -05:00
|
|
|
$(if $(ENABLE_MACOSX_SANDBOX),, \
|
|
|
|
AppleRemote \
|
|
|
|
) \
|
2013-06-14 04:02:19 -05:00
|
|
|
fps_aqua \
|
|
|
|
MacOSXSpell \
|
|
|
|
) \
|
2013-04-12 04:21:10 -05:00
|
|
|
))
|
|
|
|
|
2013-06-09 17:48:31 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
|
2013-04-12 04:21:10 -05:00
|
|
|
hwp \
|
2013-04-23 08:18:34 -05:00
|
|
|
$(if $(ENABLE_LWP),lwpft) \
|
2013-04-12 04:21:10 -05:00
|
|
|
msword \
|
|
|
|
swd \
|
|
|
|
swui \
|
|
|
|
t602filter \
|
2013-06-11 15:43:23 -05:00
|
|
|
$(if $(DISABLE_SCRIPTING),,vbaswobj) \
|
2013-04-12 04:21:10 -05:00
|
|
|
wpftwriter \
|
|
|
|
writerfilter \
|
2013-02-15 13:40:28 -06:00
|
|
|
))
|
2013-02-25 08:43:37 -06:00
|
|
|
|
2010-11-11 12:01:45 -06:00
|
|
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
2011-12-20 11:15:42 -06:00
|
|
|
adabas \
|
|
|
|
adabasui \
|
2013-06-10 17:59:27 -05:00
|
|
|
agg \
|
|
|
|
$(if $(filter $(OS),ANDROID),, \
|
2012-08-23 14:23:33 -05:00
|
|
|
basebmp \
|
2013-06-10 17:59:27 -05:00
|
|
|
) \
|
|
|
|
communi \
|
|
|
|
oox \
|
2011-12-20 11:15:42 -06:00
|
|
|
ooxml \
|
2013-06-10 17:59:27 -05:00
|
|
|
sdbc \
|
|
|
|
avmediaQuickTime \
|
2011-12-25 10:54:34 -06:00
|
|
|
filtertracer \
|
2013-06-10 17:59:27 -05:00
|
|
|
rpt \
|
|
|
|
rptui \
|
|
|
|
rptxml \
|
|
|
|
simplecm \
|
|
|
|
spa \
|
|
|
|
sts \
|
|
|
|
vclplug_tde \
|
|
|
|
vclplug_kde \
|
|
|
|
vclplug_kde4 \
|
|
|
|
vclplug_svp \
|
2010-11-11 12:01:45 -06:00
|
|
|
))
|
2010-04-17 05:41:17 -05:00
|
|
|
|
2012-06-05 08:35:49 -05:00
|
|
|
ifneq (,$(filter ANDROID IOS,$(OS)))
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
|
|
|
libotouch \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2011-09-15 07:44:34 -05:00
|
|
|
ifeq ($(filter MACOSX WNT,$(OS)),)
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
2013-06-10 17:59:27 -05:00
|
|
|
spl_unx \
|
2011-09-15 07:44:34 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2013-09-18 14:01:14 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
|
2013-10-21 17:32:12 -05:00
|
|
|
smoketest \
|
2013-09-18 14:01:14 -05:00
|
|
|
subsequenttest \
|
2013-10-21 17:32:12 -05:00
|
|
|
test \
|
2013-09-18 14:01:14 -05:00
|
|
|
testtools_cppobj \
|
|
|
|
testtools_bridgetest \
|
|
|
|
testtools_constructors \
|
2013-10-21 17:32:12 -05:00
|
|
|
unobootstrapprotector \
|
|
|
|
unoexceptionprotector \
|
|
|
|
unotest \
|
2013-07-08 17:08:30 -05:00
|
|
|
scqahelper \
|
2013-09-20 18:38:54 -05:00
|
|
|
unowinreg \
|
2013-04-26 04:08:49 -05:00
|
|
|
))
|
|
|
|
|
2013-06-09 17:48:31 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
|
2013-09-16 16:35:26 -05:00
|
|
|
affine_uno_uno \
|
2013-08-18 16:41:12 -05:00
|
|
|
$(if $(ENABLE_JAVA),java_uno) \
|
|
|
|
$(if $(ENABLE_JAVA),juh) \
|
|
|
|
$(if $(ENABLE_JAVA),juhx) \
|
2013-09-16 16:35:26 -05:00
|
|
|
log_uno_uno \
|
|
|
|
unsafe_uno_uno \
|
2013-04-16 05:58:47 -05:00
|
|
|
$(if $(URELIBS),urelibs) \
|
2013-04-11 15:49:48 -05:00
|
|
|
$(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
|
2013-09-09 14:19:16 -05:00
|
|
|
$(if $(filter $(OS),WNT), \
|
|
|
|
uwinapi \
|
|
|
|
) \
|
2010-11-11 12:01:45 -06:00
|
|
|
))
|
2010-04-17 05:41:17 -05:00
|
|
|
|
2013-08-27 06:58:52 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
|
2013-04-17 04:40:37 -05:00
|
|
|
acceptor \
|
|
|
|
binaryurp \
|
|
|
|
bootstrap \
|
|
|
|
connector \
|
|
|
|
introspection \
|
|
|
|
invocadapt \
|
|
|
|
invocation \
|
2013-08-18 16:41:12 -05:00
|
|
|
$(if $(ENABLE_JAVA),javaloader) \
|
|
|
|
$(if $(ENABLE_JAVA),javavm) \
|
2013-08-27 06:58:52 -05:00
|
|
|
$(if $(ENABLE_JAVA),jvmaccess) \
|
|
|
|
$(if $(ENABLE_JAVA),jvmfwk) \
|
2013-04-17 04:40:37 -05:00
|
|
|
namingservice \
|
|
|
|
proxyfac \
|
|
|
|
reflection \
|
2013-08-27 06:58:52 -05:00
|
|
|
reg \
|
|
|
|
sal_textenc \
|
2013-04-17 04:40:37 -05:00
|
|
|
stocservices \
|
2013-08-27 06:58:52 -05:00
|
|
|
store \
|
2013-04-17 04:40:37 -05:00
|
|
|
streams \
|
2013-08-27 06:58:52 -05:00
|
|
|
$(if $(ENABLE_JAVA),sunjavaplugin) \
|
2013-04-17 04:40:37 -05:00
|
|
|
textinstream \
|
|
|
|
textoutstream \
|
2013-08-27 06:58:52 -05:00
|
|
|
unoidl \
|
2013-04-17 04:40:37 -05:00
|
|
|
uuresolver \
|
2013-08-27 06:58:52 -05:00
|
|
|
xmlreader \
|
2013-04-17 04:40:37 -05:00
|
|
|
))
|
|
|
|
|
2013-10-28 04:01:34 -05:00
|
|
|
# this is NONE even though it is actually in URE because it is CliNativeLibrary
|
2013-09-22 14:57:18 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
|
2013-04-11 04:02:39 -05:00
|
|
|
$(if $(filter MSC,$(COM)),cli_cppuhelper) \
|
2013-09-22 14:57:18 -05:00
|
|
|
))
|
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
|
2013-04-11 04:02:39 -05:00
|
|
|
$(if $(filter MSC,$(COM)),cli_uno) \
|
|
|
|
getuid \
|
|
|
|
jpipe \
|
|
|
|
$(if $(filter WNT,$(OS)),jpipx) \
|
2011-12-24 03:16:48 -06:00
|
|
|
))
|
|
|
|
|
2013-06-09 17:48:31 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
|
2013-05-29 06:27:08 -05:00
|
|
|
$(if $(ENABLE_VLC),avmediavlc) \
|
2013-06-11 17:37:26 -05:00
|
|
|
$(if $(ENABLE_GSTREAMER),avmediagst) \
|
|
|
|
$(if $(ENABLE_GSTREAMER_0_10),avmediagst_0_10) \
|
2013-06-14 04:02:19 -05:00
|
|
|
$(if $(ENABLE_DIRECTX),avmediawin) \
|
2013-06-11 15:43:23 -05:00
|
|
|
cached1 \
|
2013-06-11 17:37:26 -05:00
|
|
|
collator_data \
|
2013-04-17 04:55:28 -05:00
|
|
|
comphelper \
|
2013-06-11 17:37:26 -05:00
|
|
|
dbpool2 \
|
2013-04-10 06:32:44 -05:00
|
|
|
deployment \
|
2013-06-11 17:37:26 -05:00
|
|
|
deploymentgui \
|
|
|
|
dict_ja \
|
|
|
|
dict_zh \
|
|
|
|
embobj \
|
2013-08-18 16:41:12 -05:00
|
|
|
$(if $(ENABLE_JAVA),hsqldb) \
|
2013-04-17 04:55:28 -05:00
|
|
|
i18nlangtag \
|
2013-04-15 05:57:35 -05:00
|
|
|
i18nutil \
|
2013-06-11 17:37:26 -05:00
|
|
|
index_data \
|
2013-06-11 15:43:23 -05:00
|
|
|
localedata_en \
|
|
|
|
localedata_es \
|
|
|
|
localedata_euro \
|
|
|
|
localedata_others \
|
2013-04-10 06:32:44 -05:00
|
|
|
mcnttype \
|
2013-08-25 18:20:29 -05:00
|
|
|
$(if $(ENABLE_JAVA), \
|
|
|
|
$(if $(filter $(OS),MACOSX),,officebean) \
|
|
|
|
) \
|
2013-08-26 12:47:33 -05:00
|
|
|
$(if $(filter WNT-TRUE,$(OS)-$(DISABLE_ATL)),,emboleobj) \
|
2013-04-15 05:57:35 -05:00
|
|
|
package2 \
|
2013-06-11 15:43:23 -05:00
|
|
|
$(if $(DISABLE_SCRIPTING),,scriptframe) \
|
|
|
|
sdbc2 \
|
2013-04-15 05:57:35 -05:00
|
|
|
sofficeapp \
|
2013-06-11 17:37:26 -05:00
|
|
|
srtrs1 \
|
|
|
|
textconv_dict \
|
2013-06-11 15:43:23 -05:00
|
|
|
tvhlp1 \
|
2013-04-15 05:57:35 -05:00
|
|
|
ucb1 \
|
2013-04-17 04:55:28 -05:00
|
|
|
ucbhelper \
|
2013-04-15 05:57:35 -05:00
|
|
|
ucpfile1 \
|
2013-06-11 17:37:26 -05:00
|
|
|
ucpftp1 \
|
|
|
|
ucpchelp1 \
|
|
|
|
ucphier1 \
|
|
|
|
ucppkg1 \
|
|
|
|
unopkgapp \
|
|
|
|
xmlsecurity \
|
|
|
|
xsec_fw \
|
2013-04-15 05:57:35 -05:00
|
|
|
xstor \
|
2013-08-25 18:20:29 -05:00
|
|
|
$(if $(filter $(OS),MACOSX), \
|
|
|
|
macab1 \
|
|
|
|
macabdrv1 \
|
|
|
|
) \
|
2013-08-26 12:47:33 -05:00
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
dnd \
|
|
|
|
dtrans \
|
|
|
|
fps \
|
|
|
|
ftransl \
|
|
|
|
$(if $(ENABLE_JAVA),java_uno_accessbridge) \
|
|
|
|
$(if $(DISABLE_ATL),,\
|
|
|
|
inprocserv \
|
|
|
|
) \
|
|
|
|
) \
|
2013-04-15 05:57:35 -05:00
|
|
|
))
|
2010-11-11 12:01:45 -06:00
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
2013-06-10 17:59:27 -05:00
|
|
|
bluez_bluetooth \
|
|
|
|
libreoffice \
|
|
|
|
pyuno \
|
|
|
|
pyuno_wrapper \
|
|
|
|
recentfile \
|
|
|
|
ucpdav1 \
|
|
|
|
xsec_xmlsec \
|
|
|
|
$(if $(filter $(OS),ANDROID), \
|
|
|
|
lo-bootstrap \
|
|
|
|
) \
|
2010-11-11 12:01:45 -06:00
|
|
|
))
|
2010-05-11 13:17:15 -05:00
|
|
|
|
2011-07-31 09:53:30 -05:00
|
|
|
ifeq ($(OS),WNT)
|
2013-08-30 17:25:58 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
|
|
|
|
$(if $(DISABLE_ACTIVEX),,\
|
|
|
|
regactivex \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooobinarytable, \
|
|
|
|
$(if $(WINDOWS_SDK_HOME),\
|
|
|
|
instooofiltmsi \
|
|
|
|
qslnkmsi \
|
|
|
|
reg4allmsdoc \
|
|
|
|
sdqsmsi \
|
|
|
|
sellangmsi \
|
|
|
|
sn_tools \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,winexplorerextbinarytable, \
|
|
|
|
shlxtmsi \
|
|
|
|
))
|
|
|
|
|
2013-09-20 17:39:17 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_SHLXTHDL, \
|
2013-06-10 17:59:27 -05:00
|
|
|
ooofilt \
|
|
|
|
ooofilt_x64 \
|
|
|
|
propertyhdl \
|
|
|
|
propertyhdl_x64 \
|
|
|
|
shlxthdl \
|
|
|
|
shlxthdl_x64 \
|
2013-09-20 17:39:17 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
|
|
|
fop \
|
|
|
|
jfregca \
|
|
|
|
regpatchactivex \
|
2013-06-10 17:59:27 -05:00
|
|
|
so_activex \
|
|
|
|
so_activex_x64 \
|
|
|
|
sysdtrans \
|
2013-02-07 18:17:22 -06:00
|
|
|
thidxmsi \
|
2011-07-31 09:53:30 -05:00
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2010-11-11 12:01:45 -06:00
|
|
|
$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
|
2013-06-10 17:59:27 -05:00
|
|
|
cppuhelper \
|
|
|
|
purpenvhelper \
|
|
|
|
salhelper \
|
2010-11-11 12:01:45 -06:00
|
|
|
))
|
2010-04-17 05:41:17 -05:00
|
|
|
|
2013-02-15 07:11:28 -06:00
|
|
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
2013-06-10 17:59:27 -05:00
|
|
|
OGLTrans \
|
|
|
|
pdfimport \
|
|
|
|
postgresql-sdbc \
|
|
|
|
postgresql-sdbc-impl \
|
|
|
|
pythonloader \
|
2013-02-15 07:11:28 -06:00
|
|
|
))
|
2013-04-15 05:41:49 -05:00
|
|
|
|
2010-11-11 12:01:45 -06:00
|
|
|
$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
|
2013-06-10 17:59:27 -05:00
|
|
|
cppu \
|
|
|
|
sal \
|
2010-11-11 12:01:45 -06:00
|
|
|
))
|
2010-04-17 05:41:17 -05:00
|
|
|
|
2012-04-19 05:03:37 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
|
2013-06-10 17:59:27 -05:00
|
|
|
mysqlc \
|
|
|
|
passive_native \
|
2012-04-19 05:03:37 -05:00
|
|
|
))
|
|
|
|
|
2012-08-17 04:02:49 -05:00
|
|
|
$(eval $(call gb_Helper_register_jars,URE, \
|
|
|
|
java_uno \
|
|
|
|
juh \
|
|
|
|
jurt \
|
|
|
|
ridl \
|
2012-08-17 05:43:37 -05:00
|
|
|
testComponent \
|
2012-08-17 04:02:49 -05:00
|
|
|
unoloader \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_jars,OOO, \
|
|
|
|
ConnectivityTools \
|
|
|
|
ScriptFramework \
|
|
|
|
ScriptProviderForBeanShell \
|
|
|
|
ScriptProviderForJava \
|
|
|
|
ScriptProviderForJavaScript \
|
|
|
|
XMergeBridge \
|
|
|
|
XSLTFilter \
|
|
|
|
XSLTValidate \
|
|
|
|
commonwizards \
|
|
|
|
agenda \
|
|
|
|
aportisdoc \
|
|
|
|
fax \
|
|
|
|
form \
|
|
|
|
htmlsoff \
|
|
|
|
java_uno_accessbridge \
|
|
|
|
letter \
|
|
|
|
officebean \
|
|
|
|
pexcel \
|
|
|
|
pocketword \
|
|
|
|
query \
|
|
|
|
report \
|
2013-03-13 16:45:02 -05:00
|
|
|
reportbuilder \
|
2012-08-17 04:02:49 -05:00
|
|
|
reportbuilderwizard \
|
|
|
|
sdbc_hsqldb \
|
2013-05-07 09:46:46 -05:00
|
|
|
smoketest \
|
2012-08-17 04:02:49 -05:00
|
|
|
table \
|
2013-05-01 08:08:16 -05:00
|
|
|
unoil \
|
2012-08-17 04:02:49 -05:00
|
|
|
web \
|
|
|
|
xmerge \
|
|
|
|
))
|
|
|
|
|
2012-08-17 05:43:37 -05:00
|
|
|
$(eval $(call gb_Helper_register_jars,OXT, \
|
|
|
|
EvolutionarySolver \
|
|
|
|
mediawiki \
|
|
|
|
nlpsolver \
|
2013-03-07 04:05:57 -06:00
|
|
|
passive_java \
|
2012-08-17 05:43:37 -05:00
|
|
|
))
|
|
|
|
|
2013-05-01 08:04:48 -05:00
|
|
|
$(eval $(call gb_Helper_register_jars,NONE,\
|
|
|
|
HelloWorld \
|
|
|
|
Highlight \
|
|
|
|
MemoryUsage \
|
|
|
|
OOoRunner \
|
|
|
|
OOoRunnerLight \
|
|
|
|
TestExtension \
|
|
|
|
test \
|
|
|
|
test-tools \
|
|
|
|
))
|
|
|
|
|
2012-12-02 03:51:37 -06:00
|
|
|
# External executables
|
|
|
|
$(eval $(call gb_ExternalExecutable_register_executables,\
|
2012-12-29 05:56:24 -06:00
|
|
|
genbrk \
|
|
|
|
genccode \
|
|
|
|
gencmn \
|
2012-12-02 03:51:37 -06:00
|
|
|
python \
|
2013-10-20 13:43:46 -05:00
|
|
|
ucpp \
|
2012-12-02 03:51:37 -06:00
|
|
|
xmllint \
|
|
|
|
xsltproc \
|
|
|
|
))
|
|
|
|
|
2010-04-17 05:41:17 -05:00
|
|
|
# vim: set noet sw=4 ts=4:
|