2011-08-10 02:12:48 +09:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2010-04-17 12:41:17 +02:00
|
|
|
#
|
2013-05-16 21:56:04 +01:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-09-14 10:10:34 -05:00
|
|
|
#
|
2013-05-16 21:56:04 +01: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 12:41:17 +02:00
|
|
|
#
|
2013-05-16 21:56:04 +01:00
|
|
|
# This file incorporates work covered by the following license notice:
|
2010-04-17 12:41:17 +02:00
|
|
|
#
|
2013-05-16 21:56:04 +01: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 12:41:17 +02:00
|
|
|
#
|
|
|
|
|
2010-11-11 18:38:32 +01:00
|
|
|
$(eval $(call gb_Helper_register_executables,NONE, \
|
2013-06-11 00:59:27 +02:00
|
|
|
HelpIndexer \
|
|
|
|
HelpLinker \
|
|
|
|
bestreversemap \
|
|
|
|
cfgex \
|
2013-03-06 16:34:16 +01:00
|
|
|
concat-deps \
|
2013-06-11 00:59:27 +02: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 12:45:00 +02:00
|
|
|
cppunittester \
|
2016-10-26 12:45:26 +02:00
|
|
|
gbuildtojson \
|
2013-06-14 16:11:09 +02:00
|
|
|
$(if $(filter MSC,$(COM)), \
|
|
|
|
gcc-wrapper \
|
|
|
|
g++-wrapper \
|
|
|
|
) \
|
2013-06-11 00:59:27 +02:00
|
|
|
gencoll_rule \
|
|
|
|
genconv_dict \
|
|
|
|
gendict \
|
|
|
|
genindex_data \
|
2016-03-01 18:07:54 +01:00
|
|
|
genlang \
|
2013-06-11 00:59:27 +02:00
|
|
|
helpex \
|
|
|
|
idxdict \
|
2013-05-05 10:45:07 +02:00
|
|
|
langsupport \
|
2013-06-11 00:59:27 +02:00
|
|
|
$(if $(filter IOS,$(OS)),LibreOffice) \
|
2013-03-05 22:21:57 +00:00
|
|
|
libtest \
|
2013-06-11 00:59:27 +02:00
|
|
|
lngconvex \
|
|
|
|
localize \
|
|
|
|
makedepend \
|
2017-04-25 20:40:05 +02:00
|
|
|
mbsdiff \
|
2013-06-11 00:59:27 +02:00
|
|
|
mork_helper \
|
|
|
|
osl_process_child \
|
|
|
|
pdf2xml \
|
|
|
|
pdfunzip \
|
2016-10-12 16:50:09 +02:00
|
|
|
pdfverify \
|
2013-08-20 13:24:19 +02:00
|
|
|
pocheck \
|
2013-06-11 00:59:27 +02:00
|
|
|
propex \
|
|
|
|
regsvrex \
|
|
|
|
saxparser \
|
|
|
|
sp2bv \
|
|
|
|
svg2odf \
|
|
|
|
svidl \
|
2017-08-21 09:32:02 +02:00
|
|
|
$(if $(ENABLE_ONLINE_UPDATE_MAR),\
|
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
test_updater_dialog \
|
|
|
|
)) \
|
2013-06-11 00:59:27 +02:00
|
|
|
treex \
|
|
|
|
ulfex \
|
2013-09-17 18:29:58 +02:00
|
|
|
unoidl-read \
|
2013-09-16 16:48:09 +02:00
|
|
|
unoidl-write \
|
2013-06-11 00:59:27 +02:00
|
|
|
xrmex \
|
2014-05-18 13:39:02 +02:00
|
|
|
$(if $(filter-out ANDROID IOS WNT,$(OS)), \
|
2014-05-18 19:16:24 +10:00
|
|
|
svdemo \
|
2015-07-10 11:04:50 +01:00
|
|
|
fftester \
|
2014-05-18 19:16:24 +10:00
|
|
|
svptest \
|
|
|
|
svpclient \
|
2014-05-19 19:29:54 +10:00
|
|
|
pixelctl ) \
|
2016-03-07 13:19:55 +00:00
|
|
|
$(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), tilebench) \
|
2015-09-15 15:58:51 +02:00
|
|
|
$(if $(filter LINUX MACOSX SOLARIS WNT %BSD,$(OS)),icontest \
|
2014-11-12 06:06:36 +01:00
|
|
|
outdevgrind) \
|
|
|
|
vcldemo \
|
2014-10-30 22:59:02 +01:00
|
|
|
tiledrendering \
|
2014-12-09 14:21:33 +11:00
|
|
|
mtfdemo \
|
2016-08-22 18:10:02 +09:00
|
|
|
visualbackendtest \
|
2016-03-07 13:19:55 +00:00
|
|
|
$(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), gtktiledviewer) \
|
2013-05-05 10:46:25 +02:00
|
|
|
))
|
2012-04-14 00:30:19 +02:00
|
|
|
|
2013-09-19 00:06:24 +02:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,SDK,sdk, \
|
2013-06-14 16:11:09 +02:00
|
|
|
$(if $(filter MSC,$(COM)),climaker) \
|
2013-06-15 22:52:39 +02:00
|
|
|
cppumaker \
|
|
|
|
idlc \
|
|
|
|
javamaker \
|
2013-06-14 16:11:09 +02:00
|
|
|
$(if $(filter UCPP,$(BUILD_TYPE)),ucpp) \
|
|
|
|
$(if $(filter ODK,$(BUILD_TYPE)),unoapploader) \
|
2016-02-04 15:51:08 +01:00
|
|
|
unoidl-check \
|
2013-06-14 16:11:09 +02:00
|
|
|
$(if $(filter ODK,$(BUILD_TYPE)),uno-skeletonmaker) \
|
2012-04-14 00:30:19 +02:00
|
|
|
))
|
|
|
|
|
2014-10-28 22:11:00 +01:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,OOO,brand, \
|
2016-08-24 23:32:14 +02:00
|
|
|
$(if $(ENABLE_ONLINE_UPDATE_MAR),\
|
|
|
|
mar \
|
2016-12-27 02:45:55 +01:00
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
update_service \
|
|
|
|
) \
|
2016-08-24 23:32:14 +02:00
|
|
|
updater )\
|
2016-03-28 22:39:12 +02:00
|
|
|
$(call gb_Helper_optional,BREAKPAD,minidump_upload) \
|
2016-12-05 12:59:08 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,wmffuzzer) \
|
2016-12-30 15:30:20 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,jpgfuzzer) \
|
2017-01-03 18:41:22 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,giffuzzer) \
|
2017-01-06 12:21:56 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,xbmfuzzer) \
|
2017-01-07 20:29:35 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,xpmfuzzer) \
|
2017-01-08 20:54:02 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,pngfuzzer) \
|
2017-01-08 21:20:56 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,bmpfuzzer) \
|
2017-01-09 10:06:07 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,svmfuzzer) \
|
2017-01-09 17:04:27 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,pcdfuzzer) \
|
2017-01-12 10:49:50 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,dxffuzzer) \
|
2017-01-12 11:23:07 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,metfuzzer) \
|
2017-01-12 11:25:24 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,ppmfuzzer) \
|
2017-01-24 09:13:23 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,psdfuzzer) \
|
2017-01-26 12:23:10 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,epsfuzzer) \
|
2017-01-28 12:42:02 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,pctfuzzer) \
|
2017-02-13 09:42:41 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,pcxfuzzer) \
|
2017-02-14 09:00:19 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,rasfuzzer) \
|
2017-02-17 20:39:02 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,tgafuzzer) \
|
2017-02-22 11:11:54 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,tiffuzzer) \
|
2017-02-23 10:30:17 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,hwpfuzzer) \
|
2017-02-24 14:50:36 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,602fuzzer) \
|
2017-02-27 09:35:54 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,lwpfuzzer) \
|
2017-03-14 10:17:41 +01:00
|
|
|
$(call gb_Helper_optional,FUZZERS,olefuzzer) \
|
2017-03-02 14:41:46 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,pptfuzzer) \
|
2017-03-24 11:57:44 +00:00
|
|
|
$(call gb_Helper_optional,FUZZERS,rtffuzzer) \
|
2017-04-01 20:54:54 +01:00
|
|
|
$(call gb_Helper_optional,FUZZERS,cgmfuzzer) \
|
2017-04-03 09:00:16 +01:00
|
|
|
$(call gb_Helper_optional,FUZZERS,ww2fuzzer) \
|
2017-04-28 12:18:08 +01:00
|
|
|
$(call gb_Helper_optional,FUZZERS,ww6fuzzer) \
|
2017-05-02 12:56:34 +01:00
|
|
|
$(call gb_Helper_optional,FUZZERS,ww8fuzzer) \
|
2017-06-02 11:29:09 +01:00
|
|
|
$(call gb_Helper_optional,FUZZERS,qpwfuzzer) \
|
2017-07-28 08:46:17 +01:00
|
|
|
$(call gb_Helper_optional,FUZZERS,slkfuzzer) \
|
2014-10-28 22:11:00 +01:00
|
|
|
$(if $(filter-out ANDROID IOS MACOSX WNT,$(OS)),oosplash) \
|
|
|
|
soffice_bin \
|
|
|
|
$(if $(filter DESKTOP,$(BUILD_TYPE)),unopkg_bin) \
|
|
|
|
$(if $(filter WNT,$(OS)), \
|
2014-10-28 23:03:56 +01:00
|
|
|
soffice \
|
2014-10-28 22:11:00 +01:00
|
|
|
unoinfo \
|
|
|
|
unopkg \
|
|
|
|
unopkg_com \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
2014-10-28 23:35:21 +01:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,OOO,base_brand, \
|
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
sbase \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,OOO,base, \
|
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
odbcconfig \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
2014-10-28 23:42:05 +01:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,OOO,calc_brand, \
|
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
scalc \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
2014-10-28 23:51:16 +01:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,OOO,draw_brand, \
|
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
sdraw \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
2014-10-28 23:57:21 +01:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,OOO,impress_brand, \
|
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
simpress \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
2014-10-29 00:02:58 +01:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,OOO,math_brand, \
|
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
smath \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
2014-10-29 00:11:29 +01:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,OOO,writer_brand, \
|
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
sweb \
|
|
|
|
swriter \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
2013-06-14 12:48:20 +02:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
|
2013-06-15 22:52:39 +02:00
|
|
|
gengal \
|
2014-11-06 14:11:35 +01:00
|
|
|
$(if $(filter WNT,$(OS)),,uri-encode) \
|
2015-05-17 14:32:02 +02:00
|
|
|
$(if $(ENABLE_MACOSX_SANDBOX),, \
|
2017-02-18 23:49:38 +01:00
|
|
|
$(if $(ENABLE_HEADLESS),, \
|
|
|
|
ui-previewer \
|
|
|
|
) \
|
2015-05-17 14:32:02 +02:00
|
|
|
) \
|
2014-10-30 22:57:06 +01:00
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
senddoc \
|
|
|
|
) \
|
2013-06-14 12:48:20 +02:00
|
|
|
))
|
|
|
|
|
2014-10-30 22:57:06 +01:00
|
|
|
ifeq ($(OS),WNT)
|
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,OOO,quickstart, \
|
|
|
|
quickstart \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2014-10-28 22:40:39 +01:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,OOO,python, \
|
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
python \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
2015-09-18 14:12:08 +02:00
|
|
|
ifeq ($(USING_X11), TRUE)
|
2014-10-30 22:43:27 +01:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,OOO,gnome, \
|
|
|
|
$(if $(ENABLE_GTK),\
|
|
|
|
xid-fullscreen-on-all-monitors \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2014-10-28 22:32:40 +01:00
|
|
|
ifneq ($(ENABLE_PDFIMPORT),)
|
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,OOO,pdfimport, \
|
|
|
|
xpdfimport \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2013-06-10 00:48:31 +02:00
|
|
|
$(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
|
2013-08-19 00:41:12 +03:00
|
|
|
$(if $(and $(ENABLE_JAVA),$(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),javaldx) \
|
2014-09-20 01:01:09 +03:00
|
|
|
$(if $(ENABLE_MACOSX_SANDBOX),, \
|
|
|
|
regmerge \
|
|
|
|
regview \
|
|
|
|
) \
|
2013-06-11 16:02:34 +02:00
|
|
|
$(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
|
2011-12-23 12:21:19 +01:00
|
|
|
))
|
|
|
|
|
2013-06-10 00:48:31 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,base, \
|
2013-06-11 00:59:27 +02:00
|
|
|
abp \
|
|
|
|
dbp \
|
|
|
|
dbu \
|
2013-06-04 13:41:12 -03:00
|
|
|
))
|
|
|
|
|
2013-06-10 19:20:14 -03:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,calc, \
|
|
|
|
analysis \
|
2014-04-17 23:51:04 +03:00
|
|
|
$(call gb_Helper_optional,DBCONNECTIVITY,calc) \
|
2013-06-10 19:20:14 -03:00
|
|
|
date \
|
|
|
|
pricing \
|
|
|
|
sc \
|
|
|
|
scd \
|
|
|
|
scfilt \
|
|
|
|
scui \
|
2014-05-29 10:26:28 +02:00
|
|
|
wpftcalc \
|
2014-03-27 14:51:46 +01:00
|
|
|
$(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE),solver) \
|
2014-10-21 23:21:37 +03:00
|
|
|
$(call gb_Helper_optional,SCRIPTING,vbaobj) \
|
2013-06-10 19:20:14 -03:00
|
|
|
))
|
|
|
|
|
2013-06-10 00:48:31 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,graphicfilter, \
|
2013-06-11 00:59:27 +02:00
|
|
|
svgfilter \
|
|
|
|
flash \
|
|
|
|
wpftdraw \
|
|
|
|
graphicfilter \
|
2013-05-08 14:24:57 -03:00
|
|
|
))
|
|
|
|
|
2013-06-10 00:48:31 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,impress, \
|
2013-06-11 00:59:27 +02:00
|
|
|
animcore \
|
|
|
|
PresenterScreen \
|
2013-10-05 23:07:24 +02:00
|
|
|
PresentationMinimizer \
|
2013-10-30 08:56:06 +01:00
|
|
|
wpftimpress \
|
2013-06-06 15:27:41 -03:00
|
|
|
))
|
|
|
|
|
2013-06-10 00:48:31 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,onlineupdate, \
|
2013-11-21 17:31:37 +01:00
|
|
|
$(if $(ENABLE_ONLINE_UPDATE), \
|
|
|
|
updatecheckui \
|
|
|
|
updchk \
|
|
|
|
) \
|
2013-05-12 19:53:17 -03:00
|
|
|
))
|
|
|
|
|
2013-06-10 00:48:31 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,gnome, \
|
2013-06-11 00:59:27 +02:00
|
|
|
$(if $(ENABLE_EVOAB2),evoab) \
|
|
|
|
$(if $(ENABLE_GTK),vclplug_gtk) \
|
|
|
|
$(if $(ENABLE_GTK3),vclplug_gtk3) \
|
|
|
|
$(if $(ENABLE_SYSTRAY_GTK),qstart_gtk) \
|
|
|
|
$(if $(ENABLE_GIO),losessioninstall) \
|
|
|
|
$(if $(ENABLE_GIO),ucpgio1) \
|
2013-05-07 11:44:32 -03:00
|
|
|
))
|
|
|
|
|
2013-06-10 00:48:31 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,kde, \
|
2013-06-11 00:59:27 +02:00
|
|
|
$(if $(ENABLE_KDE4),kde4be1) \
|
2015-09-18 14:12:08 +02:00
|
|
|
$(if $(USING_X11), \
|
2014-06-08 21:46:53 +02:00
|
|
|
$(if $(ENABLE_KDE4),vclplug_kde4) \
|
|
|
|
) \
|
2013-05-04 16:45:32 +02:00
|
|
|
))
|
|
|
|
|
2013-06-10 00:48:31 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,math, \
|
2013-06-11 00:59:27 +02:00
|
|
|
sm \
|
|
|
|
smd \
|
2013-05-27 19:13:14 -03:00
|
|
|
))
|
|
|
|
|
2014-07-20 19:55:40 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ogltrans, \
|
|
|
|
OGLTrans \
|
|
|
|
))
|
|
|
|
|
2013-06-10 00:48:31 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
|
2013-06-11 17:43:23 -03:00
|
|
|
acc \
|
2014-04-17 22:09:44 +03:00
|
|
|
$(call gb_Helper_optional,AVMEDIA,avmedia) \
|
2014-06-13 16:38:15 +02:00
|
|
|
$(if $(filter MACOSX,$(OS)),\
|
2014-11-04 11:57:14 +01:00
|
|
|
avmediaMacAVF \
|
2016-09-28 10:02:11 +02:00
|
|
|
$(if $(ENABLE_MACOSX_SANDBOX),,\
|
2016-09-25 04:49:44 -04:00
|
|
|
$(if $(shell test $(MACOSX_SDK_VERSION) -ge 101200 || echo not),avmediaQuickTime) \
|
2016-09-28 10:02:11 +02:00
|
|
|
) \
|
2014-06-13 16:38:15 +02:00
|
|
|
) \
|
2014-10-21 23:21:37 +03:00
|
|
|
$(call gb_Helper_optional,SCRIPTING, \
|
|
|
|
basctl \
|
|
|
|
basprov \
|
|
|
|
) \
|
2013-06-11 00:59:27 +02:00
|
|
|
basegfx \
|
|
|
|
bib \
|
|
|
|
$(if $(ENABLE_CAIRO_CANVAS),cairocanvas) \
|
|
|
|
canvasfactory \
|
|
|
|
canvastools \
|
|
|
|
chartcore \
|
|
|
|
chartcontroller \
|
2017-02-18 23:49:38 +01:00
|
|
|
$(if $(ENABLE_HEADLESS),, \
|
|
|
|
chartopengl \
|
|
|
|
) \
|
2014-12-08 09:29:28 +02:00
|
|
|
$(call gb_Helper_optional,OPENCL,clew) \
|
2014-08-11 11:42:33 +03:00
|
|
|
$(if $(filter $(OS),WNT),,cmdmail) \
|
2013-06-11 00:59:27 +02:00
|
|
|
cppcanvas \
|
|
|
|
configmgr \
|
|
|
|
ctl \
|
|
|
|
cui \
|
2014-04-17 23:51:04 +03:00
|
|
|
$(call gb_Helper_optional,DBCONNECTIVITY, \
|
|
|
|
dba \
|
|
|
|
dbase \
|
|
|
|
dbmm \
|
|
|
|
dbaxml) \
|
2016-12-17 15:47:10 +00:00
|
|
|
dbtools \
|
2013-06-11 00:59:27 +02:00
|
|
|
deploymentmisc \
|
|
|
|
$(if $(filter-out MACOSX WNT,$(OS)),desktopbe1) \
|
2015-09-18 14:12:08 +02:00
|
|
|
$(if $(USING_X11),desktop_detector) \
|
2014-10-21 23:21:37 +03:00
|
|
|
$(call gb_Helper_optional,SCRIPTING,dlgprov) \
|
2017-06-16 16:21:08 +02:00
|
|
|
$(if $(filter WNT,$(OS)),directx9canvas) \
|
2013-10-07 23:19:08 +02:00
|
|
|
$(if $(ENABLE_OPENGL_CANVAS),oglcanvas) \
|
2013-06-11 00:59:27 +02:00
|
|
|
drawinglayer \
|
|
|
|
editeng \
|
2017-03-14 11:59:12 +02:00
|
|
|
$(if $(filter WNT,$(OS)),emser) \
|
2013-06-11 00:59:27 +02:00
|
|
|
evtatt \
|
2013-06-11 17:43:23 -03:00
|
|
|
expwrap \
|
2014-04-17 23:51:04 +03:00
|
|
|
$(call gb_Helper_optional,DBCONNECTIVITY, \
|
|
|
|
flat \
|
|
|
|
file) \
|
2013-04-15 13:36:02 +02:00
|
|
|
filterconfig \
|
2013-06-11 17:43:23 -03:00
|
|
|
fps_office \
|
2013-06-11 00:59:27 +02:00
|
|
|
for \
|
|
|
|
forui \
|
|
|
|
frm \
|
|
|
|
fsstorage \
|
|
|
|
fwe \
|
2013-02-25 15:44:36 +01:00
|
|
|
fwi \
|
2013-06-11 00:59:27 +02:00
|
|
|
fwk \
|
|
|
|
fwl \
|
2013-02-25 15:45:40 +01:00
|
|
|
fwm \
|
2017-06-16 16:21:08 +02:00
|
|
|
$(if $(filter WNT,$(OS)),gdipluscanvas) \
|
2013-06-11 00:59:27 +02:00
|
|
|
guesslang \
|
|
|
|
$(if $(filter DESKTOP,$(BUILD_TYPE)),helplinker) \
|
|
|
|
i18npool \
|
2013-06-11 17:43:23 -03:00
|
|
|
i18nsearch \
|
merged graphic import/export into a single library
instead of egi, eme, epb, epg, epp, eps, ept, era, eti, exp,
icd, idx, ime, ipb, ipd, ips, ipt, ipx, ira, itg, iti,
there is now one graphic import export lib (gie)
Change-Id: I20c0dd94e5857bb6e2e8cc8ac175ff500c6bbdfc
Reviewed-on: https://gerrit.libreoffice.org/19756
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-11-04 13:58:41 +01:00
|
|
|
gie \
|
2013-06-11 00:59:27 +02:00
|
|
|
hyphen \
|
merged graphic import/export into a single library
instead of egi, eme, epb, epg, epp, eps, ept, era, eti, exp,
icd, idx, ime, ipb, ipd, ips, ipt, ipx, ira, itg, iti,
there is now one graphic import export lib (gie)
Change-Id: I20c0dd94e5857bb6e2e8cc8ac175ff500c6bbdfc
Reviewed-on: https://gerrit.libreoffice.org/19756
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-11-04 13:58:41 +01:00
|
|
|
icg \
|
2013-08-19 00:41:12 +03:00
|
|
|
$(if $(ENABLE_JAVA),jdbc) \
|
2013-06-11 17:43:23 -03:00
|
|
|
ldapbe2 \
|
2013-06-11 00:59:27 +02:00
|
|
|
localebe1 \
|
2013-06-11 17:43:23 -03:00
|
|
|
log \
|
2013-06-11 00:59:27 +02:00
|
|
|
lng \
|
|
|
|
lnth \
|
2013-06-13 11:32:09 -03:00
|
|
|
$(if $(filter $(OS),MACOSX),macbe1) \
|
2013-06-11 00:59:27 +02:00
|
|
|
$(if $(MERGELIBS),merged) \
|
2013-06-11 19:37:26 -03:00
|
|
|
migrationoo2 \
|
|
|
|
migrationoo3 \
|
2013-06-11 00:59:27 +02:00
|
|
|
msfilter \
|
2014-10-21 23:21:37 +03:00
|
|
|
$(call gb_Helper_optional,SCRIPTING,msforms) \
|
2013-06-11 00:59:27 +02:00
|
|
|
mtfrenderer \
|
2014-04-17 23:51:04 +03:00
|
|
|
$(call gb_Helper_optional,DBCONNECTIVITY,mysql) \
|
2013-06-11 00:59:27 +02:00
|
|
|
odbc \
|
|
|
|
odfflatxml \
|
|
|
|
offacc \
|
2013-11-22 17:20:57 -02:00
|
|
|
oox \
|
2014-11-26 22:30:33 +02:00
|
|
|
$(call gb_Helper_optional,OPENCL,opencl) \
|
2013-06-11 17:43:23 -03:00
|
|
|
passwordcontainer \
|
2013-06-11 00:59:27 +02:00
|
|
|
pcr \
|
|
|
|
pdffilter \
|
2014-10-21 23:21:37 +03:00
|
|
|
$(call gb_Helper_optional,SCRIPTING,protocolhandler) \
|
2013-06-11 00:59:27 +02:00
|
|
|
sax \
|
|
|
|
sb \
|
2014-04-17 23:51:04 +03:00
|
|
|
$(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
|
2013-06-11 00:59:27 +02:00
|
|
|
scn \
|
|
|
|
sd \
|
|
|
|
sdd \
|
|
|
|
sdfilt \
|
|
|
|
sdui \
|
|
|
|
sfx \
|
|
|
|
simplecanvas \
|
2013-06-11 17:43:23 -03:00
|
|
|
slideshow \
|
2013-06-11 00:59:27 +02:00
|
|
|
sot \
|
2013-08-25 20:20:29 -03:00
|
|
|
spell \
|
2013-06-11 00:59:27 +02:00
|
|
|
$(if $(ENABLE_HEADLESS),,spl) \
|
2014-04-27 15:54:58 +03:00
|
|
|
storagefd \
|
2014-10-21 23:21:37 +03:00
|
|
|
$(call gb_Helper_optional,SCRIPTING,stringresource) \
|
2013-06-11 00:59:27 +02:00
|
|
|
svgio \
|
2017-06-09 19:55:17 +02:00
|
|
|
emfio \
|
2013-06-11 00:59:27 +02:00
|
|
|
svl \
|
|
|
|
svt \
|
|
|
|
svx \
|
|
|
|
svxcore \
|
|
|
|
sw \
|
2013-06-11 17:43:23 -03:00
|
|
|
syssh \
|
2013-06-11 00:59:27 +02:00
|
|
|
textconversiondlgs \
|
2013-06-11 19:37:26 -03:00
|
|
|
textfd \
|
2013-06-11 00:59:27 +02:00
|
|
|
tk \
|
|
|
|
tl \
|
|
|
|
ucpexpand1 \
|
2013-06-11 19:37:26 -03:00
|
|
|
ucpext \
|
2015-10-26 17:55:14 +01:00
|
|
|
ucpimage \
|
2013-06-11 19:37:26 -03:00
|
|
|
ucpcmis1 \
|
|
|
|
ucptdoc1 \
|
2013-06-11 00:59:27 +02:00
|
|
|
unordf \
|
|
|
|
unoxml \
|
2013-06-11 19:37:26 -03:00
|
|
|
updatefeed \
|
2013-06-11 00:59:27 +02:00
|
|
|
utl \
|
|
|
|
uui \
|
2014-10-21 23:21:37 +03:00
|
|
|
$(call gb_Helper_optional,SCRIPTING, \
|
|
|
|
vbaevents \
|
|
|
|
vbahelper \
|
|
|
|
) \
|
2013-06-11 00:59:27 +02:00
|
|
|
vcl \
|
|
|
|
vclcanvas \
|
2015-09-18 14:12:08 +02:00
|
|
|
$(if $(USING_X11), \
|
2013-11-22 17:20:57 -02:00
|
|
|
vclplug_gen \
|
|
|
|
) \
|
2014-04-24 14:02:23 +02:00
|
|
|
writerperfect \
|
2013-06-11 00:59:27 +02:00
|
|
|
xmlscript \
|
|
|
|
xmlfa \
|
|
|
|
xmlfd \
|
|
|
|
xo \
|
|
|
|
xof \
|
|
|
|
xsltdlg \
|
|
|
|
xsltfilter \
|
2015-10-23 18:39:07 +02:00
|
|
|
mork \
|
|
|
|
mozbootstrap \
|
2013-06-14 11:02:19 +02:00
|
|
|
$(if $(filter $(OS),WNT), \
|
|
|
|
ado \
|
2017-03-14 11:59:12 +02:00
|
|
|
oleautobridge \
|
2013-06-14 11:02:19 +02:00
|
|
|
smplmail \
|
|
|
|
wininetbe1 \
|
|
|
|
) \
|
|
|
|
$(if $(filter $(OS),MACOSX), \
|
2013-08-22 23:59:25 +03:00
|
|
|
$(if $(ENABLE_MACOSX_SANDBOX),, \
|
|
|
|
AppleRemote \
|
|
|
|
) \
|
2013-06-14 11:02:19 +02:00
|
|
|
fps_aqua \
|
|
|
|
MacOSXSpell \
|
|
|
|
) \
|
2013-04-12 11:21:10 +02:00
|
|
|
))
|
|
|
|
|
2014-07-20 20:04:15 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,postgresqlsdbc, \
|
2014-08-15 01:39:14 +03:00
|
|
|
$(if $(BUILD_POSTGRESQL_SDBC), \
|
|
|
|
postgresql-sdbc \
|
|
|
|
postgresql-sdbc-impl) \
|
2014-07-20 20:04:15 +02:00
|
|
|
))
|
|
|
|
|
2017-01-09 14:49:38 +01:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,firebirdsdbc, \
|
|
|
|
$(if $(ENABLE_FIREBIRD_SDBC),firebird_sdbc) \
|
|
|
|
))
|
|
|
|
|
2015-04-28 19:13:08 +03:00
|
|
|
ifneq ($(ENABLE_PDFIMPORT),)
|
2014-07-20 19:51:50 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,pdfimport, \
|
|
|
|
pdfimport \
|
|
|
|
))
|
2015-04-28 19:13:08 +03:00
|
|
|
endif
|
2014-07-20 19:51:50 +02:00
|
|
|
|
2014-07-20 20:15:54 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,python, \
|
|
|
|
pythonloader \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,python, \
|
|
|
|
pyuno \
|
|
|
|
$(if $(filter-out WNT,$(OS)),pyuno_wrapper) \
|
|
|
|
))
|
|
|
|
|
2014-06-13 16:43:10 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
|
|
|
|
rpt \
|
|
|
|
rptui \
|
|
|
|
rptxml \
|
|
|
|
))
|
|
|
|
|
2013-06-10 00:48:31 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
|
2013-04-12 11:21:10 +02:00
|
|
|
hwp \
|
2013-04-23 14:18:34 +01:00
|
|
|
$(if $(ENABLE_LWP),lwpft) \
|
2013-04-12 11:21:10 +02:00
|
|
|
msword \
|
|
|
|
swd \
|
|
|
|
swui \
|
|
|
|
t602filter \
|
2014-10-21 23:21:37 +03:00
|
|
|
$(call gb_Helper_optional,SCRIPTING,vbaswobj) \
|
2013-04-12 11:21:10 +02:00
|
|
|
wpftwriter \
|
|
|
|
writerfilter \
|
2017-07-17 08:02:54 +02:00
|
|
|
$(call gb_Helper_optional,DBCONNECTIVITY,writer) \
|
2013-02-15 20:40:28 +01:00
|
|
|
))
|
2013-02-25 15:43:37 +01:00
|
|
|
|
2015-04-15 23:41:45 +02:00
|
|
|
# cli_cppuhelper is NONE even though it is actually in URE because it is CliNativeLibrary
|
2013-09-18 21:01:14 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
|
2013-11-08 12:32:55 +01:00
|
|
|
getuid \
|
2013-10-22 00:32:12 +02:00
|
|
|
smoketest \
|
2013-09-18 21:01:14 +02:00
|
|
|
subsequenttest \
|
2013-10-22 00:32:12 +02:00
|
|
|
test \
|
2016-08-29 22:53:24 +02:00
|
|
|
test-setupvcl \
|
2013-09-18 21:01:14 +02:00
|
|
|
testtools_cppobj \
|
|
|
|
testtools_bridgetest \
|
2016-09-14 15:52:04 +02:00
|
|
|
testtools_bridgetest-common \
|
2013-09-18 21:01:14 +02:00
|
|
|
testtools_constructors \
|
2013-10-22 00:32:12 +02:00
|
|
|
unobootstrapprotector \
|
|
|
|
unoexceptionprotector \
|
|
|
|
unotest \
|
2014-06-04 08:45:54 +02:00
|
|
|
vclbootstrapprotector \
|
2013-07-08 18:08:30 -04:00
|
|
|
scqahelper \
|
2013-09-21 01:38:54 +02:00
|
|
|
unowinreg \
|
2016-12-02 15:07:40 +01:00
|
|
|
wpftqahelper \
|
2015-04-15 23:41:45 +02:00
|
|
|
$(if $(filter MSC,$(COM)),cli_cppuhelper) \
|
|
|
|
$(if $(filter $(OS),ANDROID),lo-bootstrap) \
|
|
|
|
$(if $(filter $(OS),MACOSX),OOoSpotlightImporter) \
|
2013-04-26 11:08:49 +02:00
|
|
|
))
|
|
|
|
|
2013-06-10 00:48:31 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_URE,ure, \
|
2013-09-16 23:35:26 +02:00
|
|
|
affine_uno_uno \
|
2014-02-06 13:53:17 -02:00
|
|
|
$(if $(filter MSC,$(COM)),cli_uno) \
|
Move i18nlangtag lib to URELIB
...as stoc/Library_javavm.mk depends on it since
9b09a217c79e8a35fc4de54c89ef49fbf8f72752 "Resolves: #i86470# Wrong Java locale
when using 'nl' and 'fr'". The i18nlangtag lib in turn depends on libs from
external/liblangtag and external/icu, so those needed to be moved to URELIB,
too.
On Windows, the external icu package was already split into icu and icu_ure
(because "libxml2 is in URE and depends on icuuc*.dll on Windows"), so use that
splitting on all platforms. (However, the corresponding changes that were
necessary in RepositoryExternal.mk suggest that they had been missing for the
split Windows case until now, and things had happened to work by accident?)
On macOS, a library's install name reflects its (URELIB, OOO, ...) layer, and in
external/icu/icu4c-build.patch there is only a single place to set that for all
libs from external/icu. This patch changes that from OOO to URELIB, but for the
icui18n lib that should stay at OOO. The hack to make it URELIB nonetheless
works for now. To clean this up again, either the whole of icu could go into
URE (dropping the icu vs. icu_ure package split completely), or the macOS layers
URELIB and OOO could be combined into one (as the libs end up in the same
directory anyway).
Change-Id: Idc262fa41481d06ba2cae86ad7629cdccb392c07
Reviewed-on: https://gerrit.libreoffice.org/30272
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-10-25 16:46:35 +02:00
|
|
|
i18nlangtag \
|
2014-02-06 13:53:17 -02:00
|
|
|
$(if $(ENABLE_JAVA), \
|
|
|
|
java_uno \
|
|
|
|
jpipe \
|
|
|
|
$(if $(filter $(OS),WNT),jpipx) \
|
|
|
|
juh \
|
|
|
|
juhx \
|
|
|
|
) \
|
2013-09-16 23:35:26 +02:00
|
|
|
log_uno_uno \
|
|
|
|
unsafe_uno_uno \
|
2013-04-11 22:49:48 +02:00
|
|
|
$(if $(filter MSC,$(COM)),$(if $(filter INTEL,$(CPUNAME)),msci,mscx),gcc3)_uno \
|
2010-11-11 19:01:45 +01:00
|
|
|
))
|
2010-04-17 12:41:17 +02:00
|
|
|
|
2013-08-27 13:58:52 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PRIVATELIBS_URE,ure, \
|
2013-04-17 11:40:37 +02:00
|
|
|
binaryurp \
|
|
|
|
bootstrap \
|
|
|
|
introspection \
|
|
|
|
invocadapt \
|
|
|
|
invocation \
|
2013-11-04 13:06:32 -02:00
|
|
|
io \
|
2013-08-19 00:41:12 +03:00
|
|
|
$(if $(ENABLE_JAVA),javaloader) \
|
|
|
|
$(if $(ENABLE_JAVA),javavm) \
|
2013-08-27 13:58:52 +02:00
|
|
|
$(if $(ENABLE_JAVA),jvmaccess) \
|
|
|
|
$(if $(ENABLE_JAVA),jvmfwk) \
|
2013-04-17 11:40:37 +02:00
|
|
|
namingservice \
|
|
|
|
proxyfac \
|
|
|
|
reflection \
|
2013-08-27 13:58:52 +02:00
|
|
|
reg \
|
|
|
|
sal_textenc \
|
2013-04-17 11:40:37 +02:00
|
|
|
stocservices \
|
2013-08-27 13:58:52 +02:00
|
|
|
store \
|
|
|
|
unoidl \
|
2013-04-17 11:40:37 +02:00
|
|
|
uuresolver \
|
2013-08-27 13:58:52 +02:00
|
|
|
xmlreader \
|
2013-04-17 11:40:37 +02:00
|
|
|
))
|
|
|
|
|
2013-06-10 00:48:31 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
|
2013-05-29 12:27:08 +01:00
|
|
|
$(if $(ENABLE_VLC),avmediavlc) \
|
2014-10-10 23:15:28 +02:00
|
|
|
$(if $(ENABLE_GSTREAMER_1_0),avmediagst) \
|
2013-06-11 19:37:26 -03:00
|
|
|
$(if $(ENABLE_GSTREAMER_0_10),avmediagst_0_10) \
|
2017-06-16 16:21:08 +02:00
|
|
|
$(if $(filter WNT,$(OS)),avmediawin) \
|
2013-06-11 17:43:23 -03:00
|
|
|
cached1 \
|
2013-06-11 19:37:26 -03:00
|
|
|
collator_data \
|
2013-04-17 11:55:28 +02:00
|
|
|
comphelper \
|
2014-04-17 23:51:04 +03:00
|
|
|
$(call gb_Helper_optional,DBCONNECTIVITY,dbpool2) \
|
2015-11-26 00:15:27 +01:00
|
|
|
$(call gb_Helper_optional,BREAKPAD,crashreport) \
|
2013-04-10 13:32:44 +02:00
|
|
|
deployment \
|
2013-06-11 19:37:26 -03:00
|
|
|
deploymentgui \
|
|
|
|
dict_ja \
|
|
|
|
dict_zh \
|
|
|
|
embobj \
|
2013-08-19 00:41:12 +03:00
|
|
|
$(if $(ENABLE_JAVA),hsqldb) \
|
2013-04-15 12:57:35 +02:00
|
|
|
i18nutil \
|
2013-06-11 19:37:26 -03:00
|
|
|
index_data \
|
2015-09-15 15:58:51 +02:00
|
|
|
$(if $(and $(ENABLE_GTK3), $(filter LINUX %BSD SOLARIS,$(OS))), libreofficekitgtk) \
|
2013-06-11 17:43:23 -03:00
|
|
|
localedata_en \
|
|
|
|
localedata_es \
|
|
|
|
localedata_euro \
|
|
|
|
localedata_others \
|
2013-04-10 13:32:44 +02:00
|
|
|
mcnttype \
|
2013-08-25 20:20:29 -03:00
|
|
|
$(if $(ENABLE_JAVA), \
|
|
|
|
$(if $(filter $(OS),MACOSX),,officebean) \
|
|
|
|
) \
|
2017-03-14 11:59:12 +02:00
|
|
|
emboleobj \
|
2013-04-15 12:57:35 +02:00
|
|
|
package2 \
|
2015-09-18 14:12:08 +02:00
|
|
|
$(if $(USING_X11),recentfile) \
|
2014-10-21 23:21:37 +03:00
|
|
|
$(call gb_Helper_optional,SCRIPTING,scriptframe) \
|
2013-06-11 17:43:23 -03:00
|
|
|
sdbc2 \
|
2013-04-15 12:57:35 +02:00
|
|
|
sofficeapp \
|
2013-06-11 19:37:26 -03:00
|
|
|
srtrs1 \
|
2014-02-12 06:53:02 -02:00
|
|
|
$(if $(filter $(OS),WNT),sysdtrans) \
|
2013-06-11 19:37:26 -03:00
|
|
|
textconv_dict \
|
2013-04-15 12:57:35 +02:00
|
|
|
ucb1 \
|
2013-04-17 11:55:28 +02:00
|
|
|
ucbhelper \
|
2014-02-25 21:47:33 +01:00
|
|
|
$(if $(WITH_WEBDAV),ucpdav1) \
|
2013-04-15 12:57:35 +02:00
|
|
|
ucpfile1 \
|
2013-06-11 19:37:26 -03:00
|
|
|
ucpftp1 \
|
|
|
|
ucpchelp1 \
|
|
|
|
ucphier1 \
|
|
|
|
ucppkg1 \
|
|
|
|
unopkgapp \
|
|
|
|
xmlsecurity \
|
|
|
|
xsec_fw \
|
2014-07-20 20:24:38 +02:00
|
|
|
xsec_xmlsec \
|
2013-04-15 12:57:35 +02:00
|
|
|
xstor \
|
2013-08-25 20:20:29 -03:00
|
|
|
$(if $(filter $(OS),MACOSX), \
|
|
|
|
macab1 \
|
|
|
|
macabdrv1 \
|
|
|
|
) \
|
2013-08-26 19:47:33 +02:00
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
dnd \
|
|
|
|
dtrans \
|
|
|
|
fps \
|
|
|
|
ftransl \
|
2017-03-14 11:59:12 +02:00
|
|
|
inprocserv \
|
|
|
|
UAccCOM \
|
|
|
|
winaccessibility \
|
2013-08-26 19:47:33 +02:00
|
|
|
) \
|
2013-04-15 12:57:35 +02:00
|
|
|
))
|
2014-07-20 20:24:38 +02:00
|
|
|
|
2016-03-23 13:40:13 +01:00
|
|
|
ifeq ($(ENABLE_GLTF),TRUE)
|
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
|
|
|
|
avmediaogl \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2011-07-31 16:53:30 +02:00
|
|
|
ifeq ($(OS),WNT)
|
2013-08-31 00:25:58 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
|
2017-03-14 11:59:12 +02:00
|
|
|
regactivex \
|
2013-08-31 00:25:58 +02:00
|
|
|
))
|
|
|
|
|
2014-08-02 20:26:26 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activex, \
|
2017-03-14 11:59:12 +02:00
|
|
|
so_activex \
|
|
|
|
spsupp \
|
2014-08-02 20:26:26 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
ifneq ($(BUILD_X64),)
|
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexwin64, \
|
2017-03-14 11:59:12 +02:00
|
|
|
so_activex_x64 \
|
|
|
|
spsupp_x64 \
|
2014-08-02 20:26:26 +02:00
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2013-08-31 00:25:58 +02:00
|
|
|
$(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 \
|
|
|
|
))
|
|
|
|
|
2014-08-02 21:12:09 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerext, \
|
2013-06-11 00:59:27 +02:00
|
|
|
ooofilt \
|
2014-08-02 21:12:09 +02:00
|
|
|
propertyhdl \
|
2017-06-02 15:55:31 +02:00
|
|
|
shlxthdl \
|
2014-08-02 21:12:09 +02:00
|
|
|
))
|
|
|
|
|
2017-06-02 22:47:23 +02:00
|
|
|
ifneq ($(BUILD_X64),)
|
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,winexplorerextwin64, \
|
|
|
|
$(if $(filter MSC,$(COM)),msvc_dlls) \
|
|
|
|
))
|
|
|
|
|
2014-08-02 21:12:09 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_SHLXTHDL,winexplorerextwin64, \
|
|
|
|
ooofilt_x64 \
|
|
|
|
propertyhdl_x64 \
|
2017-06-02 15:55:31 +02:00
|
|
|
shlxthdl_x64 \
|
2014-08-02 21:12:09 +02:00
|
|
|
))
|
2017-06-02 22:47:23 +02:00
|
|
|
endif # BUILD_X64
|
2014-08-02 21:12:09 +02:00
|
|
|
|
2014-08-02 20:45:39 +02:00
|
|
|
endif # WNT
|
2011-07-31 16:53:30 +02:00
|
|
|
|
2014-02-26 14:23:57 +01:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,RTVERLIBS,ure, \
|
2013-06-11 00:59:27 +02:00
|
|
|
cppuhelper \
|
|
|
|
purpenvhelper \
|
|
|
|
salhelper \
|
2010-11-11 19:01:45 +01:00
|
|
|
))
|
2010-04-17 12:41:17 +02:00
|
|
|
|
2014-02-26 14:23:57 +01:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,UNOVERLIBS,ure, \
|
2013-06-11 00:59:27 +02:00
|
|
|
cppu \
|
|
|
|
sal \
|
2010-11-11 19:01:45 +01:00
|
|
|
))
|
2010-04-17 12:41:17 +02:00
|
|
|
|
2012-04-19 12:03:37 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
|
2013-12-16 11:23:54 +01:00
|
|
|
active_native \
|
2013-06-11 00:59:27 +02:00
|
|
|
mysqlc \
|
|
|
|
passive_native \
|
2012-04-19 12:03:37 +02:00
|
|
|
))
|
|
|
|
|
2014-02-04 18:03:46 +01:00
|
|
|
ifneq ($(ENABLE_JAVA),)
|
|
|
|
$(eval $(call gb_Helper_register_jars_for_install,URE,ure, \
|
2012-08-17 11:02:49 +02:00
|
|
|
java_uno \
|
|
|
|
juh \
|
|
|
|
jurt \
|
|
|
|
ridl \
|
|
|
|
unoloader \
|
|
|
|
))
|
|
|
|
|
2014-04-17 23:07:47 +02:00
|
|
|
$(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
|
|
|
|
ScriptFramework \
|
|
|
|
ScriptProviderForJava \
|
|
|
|
XMergeBridge \
|
|
|
|
commonwizards \
|
|
|
|
form \
|
|
|
|
$(if $(filter-out MACOSX,$(OS)),officebean) \
|
|
|
|
query \
|
|
|
|
report \
|
|
|
|
sdbc_hsqldb \
|
|
|
|
smoketest \
|
|
|
|
table \
|
|
|
|
unoil \
|
|
|
|
xmerge \
|
|
|
|
))
|
|
|
|
|
2014-04-21 00:16:48 +02:00
|
|
|
$(eval $(call gb_Helper_register_jars_for_install,OOO,reportbuilder, \
|
2014-04-17 23:33:05 +02:00
|
|
|
reportbuilder \
|
|
|
|
reportbuilderwizard \
|
|
|
|
))
|
|
|
|
|
2014-04-17 23:26:28 +02:00
|
|
|
ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
|
|
|
|
$(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
|
|
|
|
ScriptProviderForBeanShell \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2014-04-17 23:28:04 +02:00
|
|
|
ifneq ($(ENABLE_SCRIPTING_JAVASCRIPT),)
|
|
|
|
$(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
|
|
|
|
ScriptProviderForJavaScript \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2014-11-21 15:03:13 +01:00
|
|
|
ifeq (CT2N,$(filter CT2N,$(BUILD_TYPE)))
|
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,extensions_ct2n,\
|
|
|
|
ct2n \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2014-11-22 21:46:23 +01:00
|
|
|
ifeq (NUMBERTEXT,$(filter NUMBERTEXT,$(BUILD_TYPE)))
|
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,extensions_numbertext,\
|
|
|
|
numbertext \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2012-08-17 12:43:37 +02:00
|
|
|
$(eval $(call gb_Helper_register_jars,OXT, \
|
|
|
|
EvolutionarySolver \
|
2013-12-16 11:23:54 +01:00
|
|
|
active_java \
|
2012-08-17 12:43:37 +02:00
|
|
|
mediawiki \
|
|
|
|
nlpsolver \
|
2013-03-07 11:05:57 +01:00
|
|
|
passive_java \
|
2012-08-17 12:43:37 +02:00
|
|
|
))
|
|
|
|
|
2013-05-01 15:04:48 +02:00
|
|
|
$(eval $(call gb_Helper_register_jars,NONE,\
|
2014-04-17 23:37:30 +02:00
|
|
|
ConnectivityTools \
|
2013-05-01 15:04:48 +02:00
|
|
|
HelloWorld \
|
|
|
|
Highlight \
|
|
|
|
MemoryUsage \
|
|
|
|
OOoRunner \
|
|
|
|
TestExtension \
|
|
|
|
test \
|
|
|
|
test-tools \
|
2014-02-04 18:28:46 +01:00
|
|
|
testComponent \
|
2013-05-01 15:04:48 +02:00
|
|
|
))
|
2014-02-04 18:03:46 +01:00
|
|
|
endif
|
2013-05-01 15:04:48 +02:00
|
|
|
|
2016-11-30 09:15:53 +01:00
|
|
|
# 'test_unittest' is only package delivering to workdir.
|
|
|
|
# Other packages could be potentially autoinstalled.
|
|
|
|
$(eval $(call gb_Helper_register_packages, \
|
|
|
|
test_unittest \
|
|
|
|
cli_basetypes_copy \
|
|
|
|
extras_wordbook \
|
|
|
|
instsetoo_native_setup \
|
|
|
|
$(if $(ENABLE_OOENV),instsetoo_native_ooenv) \
|
|
|
|
postprocess_registry \
|
|
|
|
readlicense_oo_readmes \
|
|
|
|
setup_native_misc \
|
|
|
|
share \
|
|
|
|
vcl_fontunxpsprint \
|
|
|
|
))
|
|
|
|
|
2016-11-28 16:42:09 +01:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,impress,\
|
|
|
|
sd_xml \
|
|
|
|
))
|
|
|
|
|
2016-12-21 00:08:49 +01:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,calc,\
|
|
|
|
sc_res_xml \
|
|
|
|
))
|
|
|
|
|
2016-12-24 14:42:54 +01:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,libreofficekit,\
|
|
|
|
$(if $(filter LINUX %BSD SOLARIS, $(OS)),$(if $(ENABLE_GTK3),libreofficekit_selectionhandles)) \
|
|
|
|
))
|
|
|
|
|
2014-02-04 20:56:25 +01:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,ure,\
|
2014-09-18 18:07:41 +02:00
|
|
|
instsetoo_native_setup_ure \
|
2014-02-04 20:56:25 +01:00
|
|
|
ure_install \
|
|
|
|
$(if $(ENABLE_JAVA),\
|
2015-01-24 01:43:35 +01:00
|
|
|
jvmfwk_jvmfwk3_ini \
|
2014-02-04 20:56:25 +01:00
|
|
|
jvmfwk_javavendors \
|
|
|
|
jvmfwk_jreproperties \
|
|
|
|
$(if $(filter MACOSX,$(OS)),bridges_jnilib_java_uno) \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
2016-12-23 21:31:18 +01:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,postgresqlsdbc,\
|
|
|
|
$(if $(BUILD_POSTGRESQL_SDBC),connectivity_postgresql-sdbc) \
|
|
|
|
))
|
|
|
|
|
2016-11-28 14:48:43 +01:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,sdk,\
|
|
|
|
odk_share_readme \
|
|
|
|
odk_share_readme_generated \
|
|
|
|
$(if $(filter WNT,$(OS)),odk_cli) \
|
|
|
|
odk_config \
|
|
|
|
$(if $(filter WNT,$(OS)),odk_config_win) \
|
|
|
|
odk_docs \
|
|
|
|
$(if $(DOXYGEN),odk_doxygen) \
|
|
|
|
odk_examples \
|
|
|
|
odk_headers \
|
2017-06-02 20:43:53 +02:00
|
|
|
odk_headers_generated \
|
2016-11-28 14:48:43 +01:00
|
|
|
odk_html \
|
|
|
|
odk_settings \
|
|
|
|
odk_settings_generated \
|
|
|
|
offapi_idl \
|
|
|
|
udkapi_idl \
|
|
|
|
$(if $(ENABLE_JAVA), \
|
|
|
|
odk_javadoc \
|
|
|
|
odk_uno_loader_classes \
|
|
|
|
odk_unowinreg \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
2014-03-13 19:43:27 +01:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,ooo,\
|
2015-02-28 22:00:24 +01:00
|
|
|
$(if $(SYSTEM_LIBEXTTEXTCAT),,libexttextcat_fingerprint) \
|
|
|
|
officecfg_misc \
|
2016-11-28 16:42:09 +01:00
|
|
|
$(if $(filter $(OS),MACOSX), \
|
|
|
|
extensions_mdibundle \
|
|
|
|
extensions_OOoSpotlightImporter \
|
|
|
|
) \
|
2016-11-25 22:42:42 +01:00
|
|
|
extras_autocorr \
|
|
|
|
extras_autotextuser \
|
|
|
|
extras_cfgsrvnolang \
|
|
|
|
extras_cfgusr \
|
|
|
|
extras_database \
|
|
|
|
extras_databasebiblio \
|
|
|
|
extras_gallbullets \
|
|
|
|
extras_gallhtmlexpo \
|
|
|
|
extras_gallmytheme \
|
|
|
|
extras_gallroot \
|
|
|
|
extras_gallsystem \
|
|
|
|
extras_gallwwwback \
|
|
|
|
extras_gallwwwgraf \
|
2015-02-28 22:00:24 +01:00
|
|
|
extras_glade \
|
|
|
|
extras_labels \
|
2016-11-25 22:42:42 +01:00
|
|
|
$(if $(filter WNT,$(OS)),extras_newfiles) \
|
|
|
|
extras_palettes \
|
|
|
|
extras_tplofficorr \
|
|
|
|
extras_tploffimisc \
|
|
|
|
extras_tplpresnt \
|
|
|
|
extras_tpl_styles \
|
|
|
|
extras_tplpersonal \
|
|
|
|
extras_tplwizbitmap \
|
|
|
|
extras_tplwizdesktop \
|
|
|
|
extras_tplwizletter \
|
|
|
|
extras_tplwizfax \
|
|
|
|
extras_tplwizagenda \
|
|
|
|
extras_tplwizreport \
|
|
|
|
extras_tplwizstyles \
|
2015-02-28 22:00:24 +01:00
|
|
|
framework_dtd \
|
2016-11-28 16:42:09 +01:00
|
|
|
$(if $(filter $(OS),MACOSX),infoplist) \
|
2017-02-12 08:07:00 +01:00
|
|
|
oox_customshapes \
|
|
|
|
oox_generated \
|
2015-02-28 22:00:24 +01:00
|
|
|
package_dtd \
|
2016-11-28 16:42:09 +01:00
|
|
|
sd_web \
|
|
|
|
sfx2_emojiconfig \
|
2016-12-24 06:07:05 +01:00
|
|
|
$(call gb_Helper_optional,DESKTOP,\
|
|
|
|
$(if $(filter-out WNT,$(OS)),$(if $(ENABLE_MACOSX_SANDBOX),,shell_senddoc))) \
|
2016-12-01 14:47:31 +01:00
|
|
|
$(call gb_Helper_optional,DESKTOP,$(if $(filter-out MACOSX WNT,$(OS)),svx_gengal)) \
|
2016-11-28 16:42:09 +01:00
|
|
|
$(if $(USING_X11),vcl_fontunxppds) \
|
|
|
|
$(if $(filter $(OS),MACOSX),vcl_osxres) \
|
2015-02-28 22:00:24 +01:00
|
|
|
xmloff_dtd \
|
|
|
|
xmlscript_dtd \
|
|
|
|
xmlhelp_helpxsl \
|
|
|
|
$(if $(ENABLE_JAVA),\
|
|
|
|
scripting_java \
|
|
|
|
scripting_java_jars \
|
|
|
|
$(if $(ENABLE_SCRIPTING_BEANSHELL),scripting_ScriptsBeanShell) \
|
|
|
|
$(if $(ENABLE_SCRIPTING_JAVASCRIPT),scripting_ScriptsJavaScript) \
|
|
|
|
) \
|
|
|
|
$(if $(DISABLE_SCRIPTING),,scripting_scriptbindinglib) \
|
2016-11-28 16:42:09 +01:00
|
|
|
$(if $(filter $(OS),MACOSX),sysui_osxicons) \
|
|
|
|
wizards_basicshare \
|
2015-02-28 22:00:24 +01:00
|
|
|
wizards_basicsrvaccess2base \
|
|
|
|
wizards_basicsrvdepot \
|
|
|
|
wizards_basicsrveuro \
|
|
|
|
wizards_basicsrvgimmicks \
|
|
|
|
wizards_basicsrvimport \
|
|
|
|
wizards_basicsrvform \
|
2016-11-28 16:42:09 +01:00
|
|
|
wizards_basicsrvstandard \
|
2015-02-28 22:00:24 +01:00
|
|
|
wizards_basicsrvtemplate \
|
|
|
|
wizards_basicsrvtools \
|
|
|
|
wizards_basicsrvtutorials \
|
2016-11-28 16:42:09 +01:00
|
|
|
wizards_basicusr \
|
2017-05-23 12:36:52 +01:00
|
|
|
wizards_properties \
|
|
|
|
wizards_wizardshare \
|
2017-02-18 23:49:38 +01:00
|
|
|
$(if $(ENABLE_HEADLESS),, \
|
|
|
|
chart2_opengl_shader \
|
|
|
|
) \
|
2014-12-10 17:06:30 +01:00
|
|
|
vcl_opengl_shader \
|
2016-02-12 16:36:55 +02:00
|
|
|
$(if $(filter WNT,$(OS)), \
|
|
|
|
vcl_opengl_blacklist \
|
|
|
|
) \
|
2014-12-10 17:06:30 +01:00
|
|
|
$(if $(ENABLE_OPENGL_CANVAS),canvas_opengl_shader) \
|
2016-02-15 22:42:17 +01:00
|
|
|
$(if $(DISABLE_PYTHON),,$(if $(filter-out AIX,$(OS)), \
|
|
|
|
Pyuno/commonwizards \
|
|
|
|
Pyuno/fax \
|
|
|
|
Pyuno/letter \
|
|
|
|
Pyuno/agenda \
|
|
|
|
Pyuno/mailmerge \
|
|
|
|
)) \
|
2016-02-29 13:55:45 +01:00
|
|
|
sfx2_classification \
|
2016-07-11 15:12:38 +01:00
|
|
|
$(if $(filter OPENCL,$(BUILD_TYPE)),sc_opencl_runtimetest) \
|
2014-12-10 17:06:30 +01:00
|
|
|
))
|
|
|
|
|
2017-06-02 12:34:47 +02:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,ooo_fonts,\
|
|
|
|
extras_fonts \
|
|
|
|
$(call gb_Helper_optional,MORE_FONTS,\
|
|
|
|
fonts_caladea \
|
|
|
|
fonts_carlito \
|
|
|
|
fonts_dejavu \
|
|
|
|
fonts_emojione_color \
|
|
|
|
fonts_gentium \
|
|
|
|
fonts_liberation \
|
|
|
|
fonts_liberation_narrow \
|
|
|
|
fonts_libertineg \
|
|
|
|
fonts_opensans \
|
|
|
|
fonts_ptserif \
|
|
|
|
fonts_sourcecode \
|
|
|
|
fonts_sourcesans \
|
|
|
|
$(if $(filter-out WNT,$(OS)),more_fonts_conf) \
|
|
|
|
) \
|
|
|
|
))
|
|
|
|
|
2017-06-01 14:32:13 +02:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,ooo_images,\
|
|
|
|
postprocess_images \
|
|
|
|
$(call gb_Helper_optional,HELP,helpcontent2_helpimages) \
|
|
|
|
))
|
|
|
|
|
2014-12-10 17:06:30 +01:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
|
2016-11-28 16:42:09 +01:00
|
|
|
sd_opengl \
|
2014-12-10 17:06:30 +01:00
|
|
|
slideshow_opengl_shader \
|
2014-03-13 19:43:27 +01:00
|
|
|
))
|
|
|
|
|
2016-12-24 00:03:01 +01:00
|
|
|
ifneq ($(ENABLE_PDFIMPORT),)
|
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,pdfimport, \
|
|
|
|
sdext_pdfimport_pdf \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2015-02-28 21:34:51 +01:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
|
|
|
|
reportbuilder-templates \
|
|
|
|
))
|
|
|
|
|
2015-02-28 21:29:27 +01:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,xsltfilter,\
|
|
|
|
filter_docbook \
|
|
|
|
filter_xhtml \
|
|
|
|
filter_xslt \
|
|
|
|
))
|
|
|
|
|
2016-11-20 10:35:38 +01:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,brand,\
|
|
|
|
desktop_branding \
|
|
|
|
$(if $(CUSTOM_BRAND_DIR),desktop_branding_custom) \
|
2017-06-02 22:44:19 +02:00
|
|
|
$(if $(filter DESKTOP,$(BUILD_TYPE)),desktop_scripts_install) \
|
2017-02-18 23:49:38 +01:00
|
|
|
$(if $(and $(filter-out MACOSX WNT,$(OS)),$(filter DESKTOP,$(BUILD_TYPE))),\
|
|
|
|
$(if $(ENABLE_HEADLESS),, \
|
|
|
|
desktop_soffice_sh \
|
|
|
|
) \
|
|
|
|
) \
|
2016-12-02 11:31:50 +01:00
|
|
|
readlicense_oo_files \
|
|
|
|
$(if $(filter WNT,$(OS)),readlicense_oo_license) \
|
2016-12-01 22:19:04 +01:00
|
|
|
$(call gb_Helper_optional,DESKTOP,setup_native_packinfo) \
|
2016-11-20 10:35:38 +01:00
|
|
|
))
|
|
|
|
|
2015-09-18 14:12:08 +02:00
|
|
|
ifeq ($(USING_X11), TRUE)
|
2014-10-31 23:42:37 +01:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,base_brand,\
|
|
|
|
desktop_sbase_sh \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,calc_brand,\
|
|
|
|
desktop_scalc_sh \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,draw_brand,\
|
|
|
|
desktop_sdraw_sh \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,impress_brand,\
|
|
|
|
desktop_simpress_sh \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,math_brand,\
|
|
|
|
desktop_smath_sh \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,writer_brand,\
|
|
|
|
desktop_swriter_sh \
|
|
|
|
))
|
2015-09-18 14:12:08 +02:00
|
|
|
endif # USING_X11=TRUE
|
2014-10-31 23:42:37 +01:00
|
|
|
|
2016-12-01 22:19:04 +01:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,onlineupdate,\
|
|
|
|
$(if $(ENABLE_ONLINE_UPDATE),$(if $(filter LINUX SOLARIS,$(OS)),setup_native_scripts)) \
|
|
|
|
))
|
|
|
|
|
2014-11-26 17:20:52 +01:00
|
|
|
ifneq ($(DISABLE_PYTHON),TRUE)
|
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,python, \
|
|
|
|
pyuno_pythonloader_ini \
|
2015-02-28 21:10:20 +01:00
|
|
|
pyuno_python_scripts \
|
|
|
|
$(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
|
|
|
|
scripting_ScriptsPython \
|
2014-11-26 17:20:52 +01:00
|
|
|
))
|
2015-02-28 21:17:04 +01:00
|
|
|
|
2015-02-28 21:02:04 +01:00
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
|
|
|
|
scriptproviderforpython \
|
|
|
|
))
|
2015-02-28 21:17:04 +01:00
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_packages_for_install,python_librelogo, \
|
|
|
|
librelogo \
|
|
|
|
librelogo_properties \
|
|
|
|
))
|
|
|
|
endif # DISABLE_PYTHON
|
2014-11-26 17:20:52 +01:00
|
|
|
|
2012-12-02 10:51:37 +01:00
|
|
|
# External executables
|
|
|
|
$(eval $(call gb_ExternalExecutable_register_executables,\
|
2012-12-29 12:56:24 +01:00
|
|
|
genbrk \
|
|
|
|
genccode \
|
|
|
|
gencmn \
|
2012-12-02 10:51:37 +01:00
|
|
|
python \
|
2013-10-20 20:43:46 +02:00
|
|
|
ucpp \
|
2012-12-02 10:51:37 +01:00
|
|
|
xmllint \
|
|
|
|
xsltproc \
|
|
|
|
))
|
|
|
|
|
2016-06-05 08:19:30 +02:00
|
|
|
# Resources
|
2017-06-11 20:56:30 +01:00
|
|
|
$(eval $(call gb_Helper_register_mos,\
|
2016-06-05 08:19:30 +02:00
|
|
|
acc \
|
|
|
|
avmedia \
|
|
|
|
$(call gb_Helper_optional,SCRIPTING,basctl) \
|
2017-06-11 20:56:30 +01:00
|
|
|
chart \
|
2016-06-05 08:19:30 +02:00
|
|
|
cnr \
|
|
|
|
cui \
|
2017-06-11 20:56:30 +01:00
|
|
|
$(call gb_Helper_optional,DBCONNECTIVITY,dba) \
|
2016-06-05 08:19:30 +02:00
|
|
|
dkt \
|
|
|
|
editeng \
|
2017-06-11 20:56:30 +01:00
|
|
|
flt \
|
2016-06-05 08:19:30 +02:00
|
|
|
for \
|
2017-06-11 20:56:30 +01:00
|
|
|
$(call gb_Helper_optional,DESKTOP,fps) \
|
2016-06-05 08:19:30 +02:00
|
|
|
frm \
|
2017-06-11 20:56:30 +01:00
|
|
|
fwk \
|
|
|
|
pcr \
|
2016-06-05 08:19:30 +02:00
|
|
|
rpt \
|
|
|
|
$(call gb_Helper_optional,SCRIPTING,sb) \
|
|
|
|
sc \
|
2017-06-11 20:56:30 +01:00
|
|
|
sca \
|
|
|
|
$(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE),scc) \
|
2016-06-05 08:19:30 +02:00
|
|
|
sd \
|
|
|
|
sfx \
|
|
|
|
sm \
|
|
|
|
svl \
|
|
|
|
svt \
|
|
|
|
svx \
|
|
|
|
sw \
|
|
|
|
uui \
|
|
|
|
vcl \
|
2017-06-11 20:56:30 +01:00
|
|
|
wiz \
|
|
|
|
wpt \
|
|
|
|
$(if $(ENABLE_NSS),xsc) \
|
2016-06-05 08:19:30 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
# UI configuration
|
|
|
|
$(eval $(call gb_Helper_register_uiconfigs,\
|
|
|
|
cui \
|
|
|
|
$(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
|
|
|
|
desktop \
|
2017-02-17 13:39:24 +00:00
|
|
|
editeng \
|
2016-06-05 08:19:30 +02:00
|
|
|
filter \
|
|
|
|
formula \
|
|
|
|
fps \
|
|
|
|
$(call gb_Helper_optional,SCRIPTING,modules/BasicIDE) \
|
|
|
|
$(call gb_Helper_optional,DBCONNECTIVITY,\
|
|
|
|
modules/dbapp \
|
|
|
|
modules/dbbrowser \
|
|
|
|
modules/dbquery \
|
|
|
|
modules/dbrelation \
|
|
|
|
) \
|
|
|
|
modules/dbreport \
|
|
|
|
$(call gb_Helper_optional,DBCONNECTIVITY,\
|
|
|
|
modules/dbtable \
|
|
|
|
modules/dbtdata \
|
|
|
|
) \
|
|
|
|
modules/sabpilot \
|
|
|
|
$(call gb_Helper_optional,DBCONNECTIVITY,modules/sbibliography) \
|
|
|
|
modules/scalc \
|
|
|
|
modules/scanner \
|
|
|
|
modules/schart \
|
|
|
|
modules/sdraw \
|
|
|
|
modules/sglobal \
|
|
|
|
modules/simpress \
|
|
|
|
modules/smath \
|
|
|
|
$(call gb_Helper_optional,DBCONNECTIVITY,modules/spropctrlr) \
|
|
|
|
modules/StartModule \
|
|
|
|
modules/sweb \
|
|
|
|
modules/swform \
|
|
|
|
modules/swreport \
|
|
|
|
modules/swriter \
|
|
|
|
modules/swxform \
|
|
|
|
sfx \
|
|
|
|
svt \
|
|
|
|
svx \
|
|
|
|
uui \
|
|
|
|
vcl \
|
|
|
|
writerperfect \
|
2016-12-19 13:19:57 +00:00
|
|
|
$(if $(ENABLE_NSS),xmlsec) \
|
2016-06-05 08:19:30 +02:00
|
|
|
))
|
|
|
|
|
2016-10-12 23:31:15 +02:00
|
|
|
ifeq ($(gb_GBUILDSELFTEST),t)
|
2016-10-14 00:57:36 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, gbuildselftestdep gbuildselftest))
|
|
|
|
$(eval $(call gb_Helper_register_executables,NONE, gbuildselftestexe))
|
2016-10-12 23:31:15 +02:00
|
|
|
endif
|
|
|
|
|
2010-04-17 12:41:17 +02:00
|
|
|
# vim: set noet sw=4 ts=4:
|