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
|
|
|
#*************************************************************************
|
|
|
|
#
|
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2011-09-14 10:10:34 -05:00
|
|
|
#
|
2010-04-17 05:41:17 -05:00
|
|
|
# Copyright 2009 by Sun Microsystems, Inc.
|
|
|
|
#
|
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
|
|
|
#
|
|
|
|
# This file is part of OpenOffice.org.
|
|
|
|
#
|
|
|
|
# OpenOffice.org is free software: you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU Lesser General Public License version 3
|
|
|
|
# only, as published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# OpenOffice.org is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU Lesser General Public License version 3 for more details
|
|
|
|
# (a copy is included in the LICENSE file that accompanied this code).
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
|
|
# <http://www.openoffice.org/license.html>
|
|
|
|
# for a copy of the LGPLv3 License.
|
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
2010-11-11 11:38:32 -06:00
|
|
|
$(eval $(call gb_Helper_register_executables,NONE, \
|
2011-09-27 07:30:38 -05:00
|
|
|
bestreversemap \
|
2010-11-26 06:37:22 -06:00
|
|
|
bmp \
|
|
|
|
bmpsum \
|
2011-12-19 05:51:27 -06:00
|
|
|
cppunit/cppunittester \
|
2010-11-26 06:37:22 -06:00
|
|
|
g2g \
|
2011-09-20 00:52:02 -05:00
|
|
|
gencoll_rule \
|
|
|
|
genconv_dict \
|
|
|
|
gendict \
|
|
|
|
genindex_data \
|
2010-05-11 13:17:15 -05:00
|
|
|
mkunroll \
|
2012-01-21 11:51:16 -06:00
|
|
|
osl_process_child \
|
2012-02-19 11:46:47 -06:00
|
|
|
pdf2xml \
|
|
|
|
pdfunzip \
|
2012-04-05 13:24:34 -05:00
|
|
|
rdbmaker \
|
2012-04-01 09:07:41 -05:00
|
|
|
regsingleton \
|
2011-09-20 02:48:57 -05:00
|
|
|
rsc \
|
2010-05-11 13:17:15 -05:00
|
|
|
rscdep \
|
2011-09-20 00:52:02 -05:00
|
|
|
saxparser \
|
2010-05-11 13:17:15 -05:00
|
|
|
so_checksum \
|
2012-04-01 09:07:41 -05:00
|
|
|
sp2bv \
|
2012-04-14 08:35:12 -05:00
|
|
|
svg2odf \
|
2011-09-20 00:52:02 -05:00
|
|
|
svidl \
|
2011-12-19 05:15:21 -06:00
|
|
|
typesconfig \
|
2011-09-12 15:58:14 -05:00
|
|
|
xml2cmp \
|
2012-02-18 11:54:35 -06:00
|
|
|
xpdfimport \
|
2010-11-11 11:38:32 -06:00
|
|
|
))
|
2010-05-11 13:17:15 -05:00
|
|
|
|
2012-04-05 18:51:05 -05:00
|
|
|
$(eval $(call gb_Helper_register_executables,SDK, \
|
|
|
|
idlc \
|
|
|
|
idlcpp \
|
|
|
|
))
|
|
|
|
|
2012-04-13 17:30:19 -05:00
|
|
|
ifneq ($(OS),IOS)
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_executables,SDK, \
|
|
|
|
javamaker \
|
|
|
|
cppumaker \
|
2012-04-13 15:33:35 -05:00
|
|
|
uno-skeletonmaker \
|
2012-04-13 17:30:19 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2011-01-20 06:38:53 -06:00
|
|
|
$(eval $(call gb_Helper_register_executables,OOO, \
|
2011-09-15 17:37:28 -05:00
|
|
|
spadmin.bin \
|
2011-12-23 18:50:21 -06:00
|
|
|
$(if $(filter $(GUIBASE)$(ENABLE_KDE),unxTRUE), \
|
|
|
|
kdefilepicker \
|
|
|
|
) \
|
2011-01-20 06:38:53 -06:00
|
|
|
))
|
|
|
|
|
2011-09-15 07:44:34 -05:00
|
|
|
ifeq ($(OS),WNT)
|
2011-09-15 05:49:20 -05:00
|
|
|
|
2011-10-24 15:56:33 -05:00
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
2012-01-10 22:28:24 -06:00
|
|
|
crashrep_com \
|
2012-02-19 09:51:34 -06:00
|
|
|
gengal \
|
2011-09-15 07:44:34 -05:00
|
|
|
guiloader \
|
|
|
|
guistdio \
|
2011-09-20 00:52:02 -05:00
|
|
|
odbcconfig \
|
2011-09-15 07:44:34 -05:00
|
|
|
officeloader \
|
|
|
|
quickstart \
|
|
|
|
sbase \
|
|
|
|
scalc \
|
|
|
|
sdraw \
|
|
|
|
simpress \
|
|
|
|
soffice \
|
2012-01-10 22:28:24 -06:00
|
|
|
soffice_bin \
|
2011-09-15 07:44:34 -05:00
|
|
|
smath \
|
|
|
|
sweb \
|
|
|
|
swriter \
|
|
|
|
unoinfo \
|
|
|
|
unopkg \
|
2012-01-10 22:28:24 -06:00
|
|
|
unopkg_bin \
|
|
|
|
unopkg_com \
|
2011-09-15 07:44:34 -05:00
|
|
|
unopkgio \
|
|
|
|
))
|
|
|
|
|
2012-03-14 06:30:53 -05:00
|
|
|
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
|
2012-03-14 15:08:03 -05:00
|
|
|
directxcanvas \
|
2012-03-14 09:03:44 -05:00
|
|
|
winextendloaderenv \
|
2012-03-14 06:30:53 -05:00
|
|
|
winlauncher \
|
|
|
|
))
|
|
|
|
|
2011-09-15 07:44:34 -05:00
|
|
|
else
|
|
|
|
|
2011-10-24 15:56:33 -05:00
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
2012-01-10 16:11:20 -06:00
|
|
|
soffice.bin \
|
|
|
|
unopkg.bin \
|
2012-02-17 08:45:05 -06:00
|
|
|
gengal.bin \
|
2011-09-15 07:44:34 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
ifeq ($(OS),MACOSX)
|
|
|
|
|
2011-10-24 15:56:33 -05:00
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
2012-01-10 16:11:20 -06:00
|
|
|
officeloader \
|
2011-09-15 07:44:34 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
else
|
|
|
|
|
2011-10-24 15:56:33 -05:00
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
2012-01-10 16:11:20 -06:00
|
|
|
oosplash \
|
2011-09-15 05:49:20 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2011-09-15 07:44:34 -05:00
|
|
|
endif
|
|
|
|
|
2012-01-20 08:43:43 -06:00
|
|
|
ifeq ($(OS),IOS)
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
|
|
|
basegfx_cppunittester_all \
|
|
|
|
basebmp_cppunittester_all \
|
|
|
|
i18npool_cppunittester_all \
|
|
|
|
sax_cppunittester_all \
|
2012-01-20 09:57:46 -06:00
|
|
|
tools_cppunittester_all \
|
2012-01-20 08:43:43 -06:00
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2012-04-01 09:07:41 -05:00
|
|
|
ifneq ($(OS),IOS)
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_executables,UREBIN,\
|
|
|
|
regcomp \
|
|
|
|
uno \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2011-12-23 05:21:19 -06:00
|
|
|
ifneq ($(OS),MACOSX)
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_executables,UREBIN,\
|
|
|
|
javaldx \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2012-01-13 08:14:57 -06:00
|
|
|
ifeq ($(ENABLE_NSPLUGIN),YES)
|
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
|
|
|
nsplugin \
|
|
|
|
))
|
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
|
|
|
npsoplugin \
|
|
|
|
))
|
|
|
|
endif
|
2012-03-03 09:35:52 -06:00
|
|
|
|
|
|
|
ifeq ($(WITH_MOZILLA),YES)
|
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
|
|
|
pluginapp.bin \
|
|
|
|
))
|
|
|
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
|
|
|
pl \
|
|
|
|
))
|
2011-12-17 15:11:57 -06:00
|
|
|
endif # WITH_MOZILLA
|
|
|
|
|
|
|
|
|
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, \
|
2011-12-17 16:17:45 -06:00
|
|
|
OOoSpotlightImporter \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2010-11-11 12:01:45 -06:00
|
|
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
2012-01-10 16:11:20 -06:00
|
|
|
PptImporter \
|
|
|
|
abp \
|
|
|
|
acc \
|
|
|
|
agg \
|
|
|
|
analysis \
|
|
|
|
animcore \
|
|
|
|
basctl \
|
|
|
|
basebmp \
|
|
|
|
bib \
|
|
|
|
canvastools \
|
|
|
|
communi \
|
|
|
|
date \
|
|
|
|
evtatt \
|
|
|
|
forui \
|
|
|
|
odbc \
|
|
|
|
odbcbase \
|
|
|
|
officebean \
|
|
|
|
oox \
|
|
|
|
ooxml \
|
|
|
|
sdbc \
|
2011-06-20 06:24:08 -05:00
|
|
|
AppleRemote \
|
|
|
|
avmedia \
|
2012-01-10 16:11:20 -06:00
|
|
|
avmediaQuickTime \
|
2011-06-20 06:24:08 -05:00
|
|
|
basegfx \
|
2011-04-15 03:42:17 -05:00
|
|
|
chartcontroller \
|
|
|
|
chartmodel \
|
|
|
|
charttools \
|
|
|
|
chartview \
|
2011-04-03 12:14:07 -05:00
|
|
|
cppcanvas \
|
2011-12-25 09:17:04 -06:00
|
|
|
ctl \
|
2010-04-17 05:41:17 -05:00
|
|
|
cui \
|
2011-04-18 07:46:56 -05:00
|
|
|
dba \
|
|
|
|
dbaxml \
|
|
|
|
dbmm \
|
2012-01-10 16:11:20 -06:00
|
|
|
dbp \
|
2011-04-03 10:42:50 -05:00
|
|
|
dbtools \
|
2011-07-23 03:17:18 -05:00
|
|
|
dbu \
|
2011-09-15 07:44:34 -05:00
|
|
|
deploymentmisc \
|
2011-01-25 10:35:20 -06:00
|
|
|
desktop_detector \
|
2011-04-14 05:38:43 -05:00
|
|
|
doctok \
|
2010-04-17 05:41:17 -05:00
|
|
|
drawinglayer \
|
2010-11-26 06:37:22 -06:00
|
|
|
editeng \
|
2012-01-10 16:11:20 -06:00
|
|
|
egi \
|
|
|
|
eme \
|
2012-03-18 18:08:01 -05:00
|
|
|
emser \
|
2012-01-10 16:11:20 -06:00
|
|
|
epb \
|
|
|
|
epg \
|
|
|
|
epp \
|
|
|
|
eps \
|
|
|
|
ept \
|
|
|
|
era \
|
|
|
|
eti \
|
|
|
|
exp \
|
|
|
|
filterconfig \
|
|
|
|
filtertracer \
|
|
|
|
flash \
|
2011-03-21 10:59:56 -05:00
|
|
|
for \
|
2011-04-03 10:42:50 -05:00
|
|
|
frm \
|
2010-04-17 05:41:17 -05:00
|
|
|
fwe \
|
|
|
|
fwi \
|
|
|
|
fwk \
|
|
|
|
fwl \
|
|
|
|
fwm \
|
2012-01-10 16:11:20 -06:00
|
|
|
guesslang \
|
2011-09-15 07:44:34 -05:00
|
|
|
helplinker \
|
2011-06-13 17:18:05 -05:00
|
|
|
hwp \
|
2012-01-10 16:11:20 -06:00
|
|
|
hyphen \
|
2011-02-28 10:35:51 -06:00
|
|
|
i18nregexp \
|
2012-01-10 16:11:20 -06:00
|
|
|
icd \
|
|
|
|
icg \
|
|
|
|
idx \
|
|
|
|
ime \
|
|
|
|
ipb \
|
|
|
|
ipd \
|
|
|
|
ips \
|
|
|
|
ipt \
|
|
|
|
ipx \
|
|
|
|
ira \
|
|
|
|
itg \
|
|
|
|
iti \
|
2010-04-17 05:41:17 -05:00
|
|
|
lng \
|
2012-01-10 16:11:20 -06:00
|
|
|
lnth \
|
|
|
|
log \
|
2011-04-11 03:07:35 -05:00
|
|
|
lwpft \
|
2012-01-10 16:11:20 -06:00
|
|
|
MacOSXSpell \
|
2011-08-24 06:17:31 -05:00
|
|
|
merged \
|
2010-04-17 05:41:17 -05:00
|
|
|
msfilter \
|
|
|
|
msword \
|
2012-01-10 16:11:20 -06:00
|
|
|
msworks \
|
|
|
|
odfflatxml \
|
2011-09-15 07:44:34 -05:00
|
|
|
offacc \
|
2012-01-10 16:11:20 -06:00
|
|
|
pcr \
|
|
|
|
pdffilter \
|
|
|
|
placeware \
|
|
|
|
protocolhandler \
|
2010-07-08 09:05:14 -05:00
|
|
|
qstart_gtk \
|
2012-01-10 16:11:20 -06:00
|
|
|
res \
|
2011-04-14 05:38:43 -05:00
|
|
|
resourcemodel \
|
2011-04-20 07:50:07 -05:00
|
|
|
rpt \
|
|
|
|
rptui \
|
|
|
|
rptxml \
|
2012-01-10 16:11:20 -06:00
|
|
|
rtftok \
|
2010-04-17 05:41:17 -05:00
|
|
|
sax \
|
|
|
|
sb \
|
2011-03-21 10:59:56 -05:00
|
|
|
sc \
|
|
|
|
scd \
|
|
|
|
scfilt \
|
2011-12-14 13:52:33 -06:00
|
|
|
scn \
|
2011-03-21 10:59:56 -05:00
|
|
|
scui \
|
2011-04-20 01:59:22 -05:00
|
|
|
sd \
|
2011-04-18 07:46:56 -05:00
|
|
|
sdbt \
|
2011-04-20 01:59:22 -05:00
|
|
|
sdd \
|
|
|
|
sdfilt \
|
|
|
|
sdui \
|
2010-04-17 05:41:17 -05:00
|
|
|
sfx \
|
2011-09-15 00:10:22 -05:00
|
|
|
simplecm \
|
2011-02-23 11:44:19 -06:00
|
|
|
sm \
|
|
|
|
smd \
|
2012-01-10 16:11:20 -06:00
|
|
|
solver \
|
2010-04-17 05:41:17 -05:00
|
|
|
sot \
|
2011-01-27 11:37:48 -06:00
|
|
|
spa \
|
2012-01-10 16:11:20 -06:00
|
|
|
spell \
|
2011-09-15 07:44:34 -05:00
|
|
|
spl \
|
2011-09-15 00:10:22 -05:00
|
|
|
sts \
|
2012-01-10 16:11:20 -06:00
|
|
|
svgfilter \
|
2010-04-17 05:41:17 -05:00
|
|
|
svl \
|
|
|
|
svt \
|
|
|
|
svx \
|
|
|
|
svxcore \
|
|
|
|
sw \
|
|
|
|
swd \
|
|
|
|
swui \
|
2012-01-10 16:11:20 -06:00
|
|
|
t602filter \
|
2010-04-17 05:41:17 -05:00
|
|
|
textconversiondlgs \
|
|
|
|
tk \
|
|
|
|
tl \
|
2011-02-10 11:37:54 -06:00
|
|
|
unordf \
|
|
|
|
unoxml \
|
2011-12-14 12:57:14 -06:00
|
|
|
updatecheckui \
|
2011-04-03 03:58:02 -05:00
|
|
|
utl \
|
2012-01-10 16:11:20 -06:00
|
|
|
uui \
|
2010-04-17 05:41:17 -05:00
|
|
|
vbahelper \
|
|
|
|
vcl \
|
2011-01-25 10:35:20 -06:00
|
|
|
vclplug_gen \
|
|
|
|
vclplug_gtk \
|
2011-06-14 10:30:20 -05:00
|
|
|
vclplug_gtk3 \
|
2011-01-25 10:35:20 -06:00
|
|
|
vclplug_kde \
|
|
|
|
vclplug_kde4 \
|
|
|
|
vclplug_svp \
|
2012-01-10 16:11:20 -06:00
|
|
|
cdrimport \
|
|
|
|
visioimport \
|
|
|
|
wpft \
|
|
|
|
wpgimport \
|
2011-04-14 05:38:43 -05:00
|
|
|
writerfilter \
|
2010-11-26 06:37:22 -06:00
|
|
|
xcr \
|
2012-01-10 16:11:20 -06:00
|
|
|
xmlfa \
|
|
|
|
xmlfd \
|
2010-04-17 05:41:17 -05:00
|
|
|
xo \
|
|
|
|
xof \
|
2012-01-10 16:11:20 -06:00
|
|
|
xsltdlg \
|
|
|
|
xsltfilter \
|
2010-11-11 12:01:45 -06:00
|
|
|
))
|
2010-04-17 05:41:17 -05:00
|
|
|
|
2011-09-15 07:44:34 -05:00
|
|
|
ifeq ($(filter MACOSX WNT,$(OS)),)
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
|
|
|
spl_unx \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2010-11-11 12:01:45 -06:00
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
|
2012-02-22 00:26:42 -06:00
|
|
|
affine_uno \
|
2011-12-24 03:16:48 -06:00
|
|
|
jpipe \
|
2011-12-24 06:37:11 -06:00
|
|
|
juh \
|
|
|
|
juhx \
|
2012-02-22 00:26:42 -06:00
|
|
|
log_uno \
|
|
|
|
reg \
|
2011-12-17 06:13:11 -06:00
|
|
|
sal_textenc \
|
2012-02-22 00:26:42 -06:00
|
|
|
store \
|
2011-12-23 05:21:19 -06:00
|
|
|
sunjavaplugin \
|
2012-02-22 00:26:42 -06:00
|
|
|
unsafe_uno \
|
2012-01-10 16:11:20 -06:00
|
|
|
xmlreader \
|
2010-11-11 12:01:45 -06:00
|
|
|
))
|
2010-04-17 05:41:17 -05:00
|
|
|
|
2011-12-24 03:16:48 -06:00
|
|
|
ifeq ($(OS),WNT)
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
|
|
|
|
jpipx \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2010-11-11 12:01:45 -06:00
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
2012-01-10 16:11:20 -06:00
|
|
|
avmediagst \
|
|
|
|
avmediawin \
|
2012-01-14 19:58:30 -06:00
|
|
|
cached1 \
|
2012-01-10 16:11:20 -06:00
|
|
|
collator_data \
|
|
|
|
deployment \
|
|
|
|
deploymentgui \
|
|
|
|
dict_ja \
|
|
|
|
dict_zh \
|
2012-02-29 04:39:38 -06:00
|
|
|
embobj \
|
|
|
|
emboleobj \
|
2012-01-10 16:11:20 -06:00
|
|
|
fileacc \
|
|
|
|
index_data \
|
|
|
|
java_uno_accessbridge \
|
|
|
|
localedata_en \
|
|
|
|
localedata_es \
|
|
|
|
localedata_euro \
|
|
|
|
localedata_others \
|
|
|
|
mcnttype \
|
|
|
|
package2 \
|
|
|
|
scriptframe \
|
2012-02-12 06:39:52 -06:00
|
|
|
smoketest \
|
2011-09-15 07:44:34 -05:00
|
|
|
sofficeapp \
|
2012-01-14 19:58:30 -06:00
|
|
|
srtrs1 \
|
2012-02-10 17:02:37 -06:00
|
|
|
subsequenttest \
|
|
|
|
test \
|
2012-01-10 16:11:20 -06:00
|
|
|
textconv_dict \
|
2012-04-07 09:12:22 -05:00
|
|
|
tvhlp1 \
|
2012-01-14 19:58:30 -06:00
|
|
|
ucb1 \
|
|
|
|
ucpdav1 \
|
|
|
|
ucpfile1 \
|
|
|
|
ucpftp1 \
|
2012-04-07 09:12:22 -05:00
|
|
|
ucpchelp1 \
|
2012-01-14 19:58:30 -06:00
|
|
|
ucphier1 \
|
|
|
|
ucppkg1 \
|
2012-04-13 05:13:19 -05:00
|
|
|
unobootstrapprotector \
|
2012-02-10 17:02:37 -06:00
|
|
|
unoexceptionprotector \
|
2011-09-15 07:44:34 -05:00
|
|
|
unopkgapp \
|
2012-02-10 17:02:37 -06:00
|
|
|
unotest \
|
2012-01-14 19:58:30 -06:00
|
|
|
updchk \
|
2012-01-10 16:11:20 -06:00
|
|
|
xmlsecurity \
|
|
|
|
xsec_fw \
|
|
|
|
xsec_xmlsec \
|
|
|
|
xstor \
|
|
|
|
$(if $(filter $(OS),ANDROID), \
|
|
|
|
lo-bootstrap \
|
|
|
|
) \
|
|
|
|
$(if $(filter $(OS),WNT), \
|
2012-01-14 19:58:30 -06:00
|
|
|
ucpodma1 \
|
2012-01-10 16:11:20 -06:00
|
|
|
uwinapi \
|
|
|
|
) \
|
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)
|
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
2012-01-10 16:11:20 -06:00
|
|
|
dnd \
|
|
|
|
dtrans \
|
|
|
|
fop \
|
|
|
|
fps \
|
|
|
|
ftransl \
|
2012-02-29 03:45:21 -06:00
|
|
|
inprocserv \
|
2012-01-10 16:11:20 -06:00
|
|
|
so_activex \
|
|
|
|
so_activex_x64 \
|
|
|
|
sysdtrans \
|
2011-07-31 09:53:30 -05:00
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2011-08-02 17:10:06 -05:00
|
|
|
ifeq ($(OS),IOS)
|
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
2011-08-23 15:41:59 -05:00
|
|
|
gcc3_uno \
|
2011-08-02 17:10:06 -05:00
|
|
|
))
|
|
|
|
endif
|
2010-05-11 13:17:15 -05:00
|
|
|
|
2010-11-11 12:01:45 -06:00
|
|
|
$(eval $(call gb_Helper_register_libraries,RTLIBS, \
|
2010-04-17 05:41:17 -05:00
|
|
|
comphelper \
|
|
|
|
i18nisolang1 \
|
|
|
|
i18nutil \
|
|
|
|
ucbhelper \
|
2010-11-11 12:01:45 -06:00
|
|
|
))
|
2010-04-17 05:41:17 -05:00
|
|
|
|
2010-11-11 12:01:45 -06:00
|
|
|
$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
|
2010-04-17 05:41:17 -05:00
|
|
|
cppuhelper \
|
2011-12-27 03:05:41 -06:00
|
|
|
jvmaccess \
|
2012-01-10 16:11:20 -06:00
|
|
|
purpenvhelper \
|
2010-04-17 05:41:17 -05:00
|
|
|
salhelper \
|
2010-11-11 12:01:45 -06:00
|
|
|
))
|
2010-04-17 05:41:17 -05:00
|
|
|
|
2010-11-11 12:01:45 -06:00
|
|
|
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
|
2012-01-10 16:11:20 -06:00
|
|
|
basprov \
|
|
|
|
cairocanvas \
|
|
|
|
canvasfactory \
|
|
|
|
configmgr \
|
|
|
|
directx5canvas \
|
|
|
|
directx9canvas \
|
|
|
|
dlgprov \
|
|
|
|
expwrap \
|
|
|
|
fastsax \
|
|
|
|
fpicker \
|
|
|
|
fps_office \
|
2010-04-17 05:41:17 -05:00
|
|
|
fsstorage \
|
2012-01-10 16:11:20 -06:00
|
|
|
gdipluscanvas \
|
2010-04-17 05:41:17 -05:00
|
|
|
hatchwindowfactory \
|
2012-01-10 16:11:20 -06:00
|
|
|
i18npool \
|
|
|
|
i18nsearch \
|
2011-03-31 13:59:59 -05:00
|
|
|
lomenubar \
|
2011-09-15 07:44:34 -05:00
|
|
|
migrationoo2 \
|
|
|
|
migrationoo3 \
|
2011-08-18 04:12:41 -05:00
|
|
|
msforms \
|
2012-01-10 16:11:20 -06:00
|
|
|
mtfrenderer \
|
|
|
|
nullcanvas \
|
2011-04-20 03:35:23 -05:00
|
|
|
OGLTrans \
|
2010-04-17 05:41:17 -05:00
|
|
|
passwordcontainer \
|
2012-01-10 16:11:20 -06:00
|
|
|
simplecanvas \
|
2011-04-20 03:35:23 -05:00
|
|
|
slideshow \
|
2012-01-10 16:11:20 -06:00
|
|
|
stringresource \
|
2012-01-14 19:58:30 -06:00
|
|
|
ucpcmis1 \
|
|
|
|
ucpexpand1 \
|
|
|
|
ucpext \
|
|
|
|
ucpgio1 \
|
|
|
|
ucpgvfs1 \
|
|
|
|
ucptdoc1 \
|
2012-01-10 16:11:20 -06:00
|
|
|
updatefeed \
|
|
|
|
vbaevents \
|
2011-03-21 10:59:56 -05:00
|
|
|
vbaobj \
|
2010-04-17 05:41:17 -05:00
|
|
|
vbaswobj \
|
2012-01-10 16:11:20 -06:00
|
|
|
vclcanvas \
|
2011-04-14 05:38:43 -05:00
|
|
|
writerfilter_uno \
|
2012-01-10 16:11:20 -06:00
|
|
|
writerfilter_debug \
|
|
|
|
$(if $(filter $(GUIBASE),aqua), \
|
|
|
|
fps_aqua \
|
|
|
|
) \
|
|
|
|
$(if $(filter $(OS),WNT), \
|
|
|
|
fps_odma \
|
|
|
|
) \
|
2010-11-11 12:01:45 -06:00
|
|
|
))
|
2010-04-17 05:41:17 -05:00
|
|
|
|
2011-12-14 13:10:08 -06:00
|
|
|
ifeq ($(OS),WNT)
|
|
|
|
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
|
2012-01-10 16:11:20 -06:00
|
|
|
oleautobridge \
|
|
|
|
oleautobridge2 \
|
2011-12-14 13:10:08 -06:00
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2011-12-17 16:33:32 -06:00
|
|
|
ifeq ($(WITH_LDAP),YES)
|
|
|
|
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
|
2012-01-10 16:11:20 -06:00
|
|
|
ldapbe2 \
|
2011-12-17 16:33:32 -06:00
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2011-09-25 16:38:03 -05:00
|
|
|
$(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \
|
2012-03-12 13:51:20 -05:00
|
|
|
acceptor \
|
2012-01-10 16:11:20 -06:00
|
|
|
binaryurp \
|
2012-02-22 00:26:42 -06:00
|
|
|
bootstrap \
|
2012-03-12 13:51:20 -05:00
|
|
|
connector \
|
2012-03-12 04:48:40 -05:00
|
|
|
introspection \
|
|
|
|
invocadapt \
|
|
|
|
invocation \
|
|
|
|
javaloader \
|
|
|
|
javavm \
|
|
|
|
namingservice \
|
|
|
|
proxyfac \
|
2012-03-18 09:11:19 -05:00
|
|
|
reflection \
|
|
|
|
stocservices \
|
2012-03-12 13:51:20 -05:00
|
|
|
streams \
|
|
|
|
textinstream \
|
|
|
|
textoutstream \
|
2011-09-25 16:38:03 -05:00
|
|
|
))
|
|
|
|
|
2010-11-11 12:01:45 -06:00
|
|
|
$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
|
2010-04-17 05:41:17 -05:00
|
|
|
cppu \
|
2012-02-22 03:22:11 -06:00
|
|
|
jvmfwk \
|
2010-04-17 05:41:17 -05:00
|
|
|
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, \
|
2012-04-19 05:12:29 -05:00
|
|
|
pdfimport \
|
2012-04-19 05:21:43 -05:00
|
|
|
PresenterScreen \
|
2012-04-19 05:03:37 -05:00
|
|
|
SunPresentationMinimizer \
|
|
|
|
))
|
|
|
|
|
2010-11-11 12:01:45 -06:00
|
|
|
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
|
2012-01-10 16:11:20 -06:00
|
|
|
basegfx_s \
|
2012-04-13 17:30:19 -05:00
|
|
|
codemaker \
|
2012-04-14 05:31:32 -05:00
|
|
|
codemaker_cpp \
|
|
|
|
codemaker_java \
|
2011-08-11 07:59:41 -05:00
|
|
|
dtobj \
|
2012-03-13 12:36:02 -05:00
|
|
|
headless \
|
2011-04-29 07:15:16 -05:00
|
|
|
libeay32 \
|
2012-03-12 11:18:26 -05:00
|
|
|
npsoenv \
|
2012-01-11 09:55:50 -06:00
|
|
|
nputils \
|
2012-03-12 10:24:21 -05:00
|
|
|
pdfimport_s \
|
2012-03-12 10:24:34 -05:00
|
|
|
plugcon \
|
2011-04-29 07:15:16 -05:00
|
|
|
ssleay32 \
|
2010-08-04 09:32:43 -05:00
|
|
|
ooopathutils \
|
2012-01-10 16:11:20 -06:00
|
|
|
sample \
|
2010-08-04 09:32:43 -05:00
|
|
|
salcpprt \
|
2012-01-10 16:11:20 -06:00
|
|
|
ulingu \
|
|
|
|
vclmain \
|
|
|
|
writerperfect \
|
2012-04-01 09:07:41 -05:00
|
|
|
$(if $(filter $(OS),IOS), \
|
|
|
|
uno \
|
|
|
|
) \
|
2012-01-10 16:11:20 -06:00
|
|
|
$(if $(filter $(OS),WNT), \
|
|
|
|
odma_lib \
|
|
|
|
) \
|
2011-08-16 08:47:11 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
ifeq ($(OS),WNT)
|
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
2012-01-10 16:11:20 -06:00
|
|
|
xmlsec1 \
|
|
|
|
xmlsec1-nss \
|
|
|
|
xmlsec1-mscrypto \
|
2011-08-16 08:47:11 -05:00
|
|
|
))
|
|
|
|
else
|
|
|
|
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
|
2012-01-10 16:11:20 -06:00
|
|
|
xmlsec1 \
|
|
|
|
xmlsec1-nss \
|
|
|
|
xmlsec1-mscrypto \
|
2010-11-11 12:01:45 -06:00
|
|
|
))
|
2011-08-16 08:47:11 -05:00
|
|
|
endif
|
2010-11-11 12:01:45 -06:00
|
|
|
|
2010-04-17 05:41:17 -05:00
|
|
|
# vim: set noet sw=4 ts=4:
|