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
|
|
|
#*************************************************************************
|
|
|
|
#
|
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2011-09-14 10:10:34 -05:00
|
|
|
#
|
2010-04-17 12:41:17 +02: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 18:38:32 +01:00
|
|
|
$(eval $(call gb_Helper_register_executables,NONE, \
|
2012-08-30 08:17:53 +02:00
|
|
|
HelpIndexer \
|
|
|
|
HelpLinker \
|
2012-09-26 23:59:18 +02:00
|
|
|
adjustvisibility \
|
2011-09-27 15:30:38 +03:00
|
|
|
bestreversemap \
|
2010-11-26 13:37:22 +01:00
|
|
|
bmp \
|
|
|
|
bmpsum \
|
2012-05-02 20:16:10 +02:00
|
|
|
cfgex \
|
2012-09-26 23:59:18 +02:00
|
|
|
checkdll \
|
2012-09-19 14:51:05 +02:00
|
|
|
checksingleton \
|
2012-09-26 23:59:18 +02:00
|
|
|
cpp \
|
2011-12-19 12:51:27 +01:00
|
|
|
cppunit/cppunittester \
|
2010-11-26 13:37:22 +01:00
|
|
|
g2g \
|
2011-09-20 07:52:02 +02:00
|
|
|
gencoll_rule \
|
|
|
|
genconv_dict \
|
|
|
|
gendict \
|
|
|
|
genindex_data \
|
2012-05-02 20:16:10 +02:00
|
|
|
gsicheck \
|
|
|
|
helpex \
|
2012-05-20 16:19:26 +02:00
|
|
|
idxdict \
|
2012-09-26 23:59:18 +02:00
|
|
|
javadepend \
|
2012-09-30 14:10:17 +02:00
|
|
|
ldump4 \
|
2012-04-28 20:48:14 +02:00
|
|
|
lngconvex \
|
2012-05-02 20:16:10 +02:00
|
|
|
localize \
|
2012-09-26 23:59:18 +02:00
|
|
|
makedepend \
|
2010-05-11 20:17:15 +02:00
|
|
|
mkunroll \
|
2012-09-19 14:51:05 +02:00
|
|
|
mork_helper \
|
2012-01-21 18:51:16 +01:00
|
|
|
osl_process_child \
|
2012-02-19 18:46:47 +01:00
|
|
|
pdf2xml \
|
|
|
|
pdfunzip \
|
2012-04-01 16:07:41 +02:00
|
|
|
regsingleton \
|
2012-04-28 20:48:14 +02:00
|
|
|
regsvrex \
|
2011-09-20 09:48:57 +02:00
|
|
|
rsc \
|
2010-05-11 20:17:15 +02:00
|
|
|
rscdep \
|
2011-09-20 07:52:02 +02:00
|
|
|
saxparser \
|
2010-05-11 20:17:15 +02:00
|
|
|
so_checksum \
|
2012-04-01 16:07:41 +02:00
|
|
|
sp2bv \
|
2012-04-14 15:35:12 +02:00
|
|
|
svg2odf \
|
2011-09-20 07:52:02 +02:00
|
|
|
svidl \
|
2012-05-02 20:16:10 +02:00
|
|
|
transex3 \
|
2011-12-19 12:15:21 +01:00
|
|
|
typesconfig \
|
2012-09-27 19:51:33 +02:00
|
|
|
$(if $(filter UCPP,$(BUILD_TYPE)),\
|
|
|
|
ucpp \
|
|
|
|
) \
|
2012-06-27 16:13:37 +01:00
|
|
|
uiex \
|
2012-07-15 11:38:07 +02:00
|
|
|
ulfconv \
|
2012-05-02 20:16:10 +02:00
|
|
|
ulfex \
|
2012-02-18 18:54:35 +01:00
|
|
|
xpdfimport \
|
2012-09-19 14:51:05 +02:00
|
|
|
xrmex \
|
2010-11-11 18:38:32 +01:00
|
|
|
))
|
2010-05-11 20:17:15 +02:00
|
|
|
|
2012-04-06 01:51:05 +02:00
|
|
|
$(eval $(call gb_Helper_register_executables,SDK, \
|
|
|
|
idlc \
|
|
|
|
))
|
|
|
|
|
2012-04-14 00:30:19 +02:00
|
|
|
ifneq ($(OS),IOS)
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_executables,SDK, \
|
2012-08-02 11:50:29 +01:00
|
|
|
autodoc \
|
2012-07-29 11:47:50 +02:00
|
|
|
climaker \
|
2012-04-14 00:30:19 +02:00
|
|
|
cppumaker \
|
2012-07-29 11:47:50 +02:00
|
|
|
javamaker \
|
2012-05-04 23:41:10 +02:00
|
|
|
regcompare \
|
2012-04-13 22:33:35 +02:00
|
|
|
uno-skeletonmaker \
|
2012-04-14 00:30:19 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2011-01-20 13:38:53 +01:00
|
|
|
$(eval $(call gb_Helper_register_executables,OOO, \
|
2012-04-28 20:48:14 +02:00
|
|
|
gnome-open-url.bin \
|
2011-09-15 23:37:28 +01:00
|
|
|
spadmin.bin \
|
2012-05-14 20:09:41 -05:00
|
|
|
$(if $(filter $(GUIBASE)$(ENABLE_TDE),unxTRUE), \
|
|
|
|
tdefilepicker \
|
|
|
|
) \
|
2012-04-28 20:48:14 +02:00
|
|
|
uri-encode \
|
2011-12-24 01:50:21 +01:00
|
|
|
$(if $(filter $(GUIBASE)$(ENABLE_KDE),unxTRUE), \
|
|
|
|
kdefilepicker \
|
|
|
|
) \
|
2012-03-26 12:15:22 +01:00
|
|
|
ui-previewer \
|
2011-01-20 13:38:53 +01:00
|
|
|
))
|
|
|
|
|
2011-09-15 14:44:34 +02:00
|
|
|
ifeq ($(OS),WNT)
|
2011-09-15 12:49:20 +02:00
|
|
|
|
2011-10-24 22:56:33 +02:00
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
2012-01-10 22:28:24 -06:00
|
|
|
crashrep_com \
|
2012-02-19 15:51:34 +00:00
|
|
|
gengal \
|
2011-09-15 14:44:34 +02:00
|
|
|
guiloader \
|
|
|
|
guistdio \
|
2012-05-25 11:28:55 +01:00
|
|
|
langsupport \
|
2011-09-20 07:52:02 +02:00
|
|
|
odbcconfig \
|
2011-09-15 14:44:34 +02:00
|
|
|
officeloader \
|
2012-06-19 08:16:09 +02:00
|
|
|
pyuno/python \
|
2011-09-15 14:44:34 +02:00
|
|
|
quickstart \
|
|
|
|
sbase \
|
|
|
|
scalc \
|
|
|
|
sdraw \
|
2012-04-28 20:48:14 +02:00
|
|
|
senddoc \
|
2011-09-15 14:44:34 +02:00
|
|
|
simpress \
|
|
|
|
soffice \
|
2012-01-10 22:28:24 -06:00
|
|
|
soffice_bin \
|
2011-09-15 14:44:34 +02:00
|
|
|
smath \
|
|
|
|
sweb \
|
|
|
|
swriter \
|
|
|
|
unoinfo \
|
|
|
|
unopkg \
|
2012-01-10 22:28:24 -06:00
|
|
|
unopkg_bin \
|
|
|
|
unopkg_com \
|
2011-09-15 14:44:34 +02:00
|
|
|
unopkgio \
|
|
|
|
))
|
|
|
|
|
2012-03-14 12:30:53 +01:00
|
|
|
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
|
2012-03-14 21:08:03 +01:00
|
|
|
directxcanvas \
|
2012-03-14 15:03:44 +01:00
|
|
|
winextendloaderenv \
|
2012-03-14 12:30:53 +01:00
|
|
|
winlauncher \
|
|
|
|
))
|
|
|
|
|
2011-09-15 14:44:34 +02:00
|
|
|
else
|
|
|
|
|
2011-10-24 22:56:33 +02:00
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
2012-05-25 11:28:55 +01:00
|
|
|
langsupport \
|
2012-01-10 16:11:20 -06:00
|
|
|
soffice.bin \
|
|
|
|
unopkg.bin \
|
2012-02-17 15:45:05 +01:00
|
|
|
gengal.bin \
|
2012-03-21 15:11:19 +00:00
|
|
|
liboapprover \
|
2011-09-15 14:44:34 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
ifeq ($(OS),MACOSX)
|
|
|
|
|
2011-10-24 22:56:33 +02:00
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
2012-01-10 16:11:20 -06:00
|
|
|
officeloader \
|
2011-09-15 14:44:34 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
else
|
|
|
|
|
2011-10-24 22:56:33 +02:00
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
2012-01-10 16:11:20 -06:00
|
|
|
oosplash \
|
2011-09-15 12:49:20 +02:00
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2011-09-15 14:44:34 +02:00
|
|
|
endif
|
|
|
|
|
2012-04-01 16:07:41 +02:00
|
|
|
ifneq ($(OS),IOS)
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_executables,UREBIN,\
|
|
|
|
regcomp \
|
2012-05-04 23:41:10 +02:00
|
|
|
regmerge \
|
|
|
|
regview \
|
2012-04-01 16:07:41 +02:00
|
|
|
uno \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2011-12-23 12:21:19 +01:00
|
|
|
ifneq ($(OS),MACOSX)
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_executables,UREBIN,\
|
|
|
|
javaldx \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2012-01-13 15:14:57 +01: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 16:35:52 +01: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 22:11:57 +01:00
|
|
|
endif # WITH_MOZILLA
|
|
|
|
|
|
|
|
|
2011-12-17 23:17:45 +01:00
|
|
|
ifeq ($(OS),MACOSX)
|
|
|
|
|
2011-12-21 16:52:30 +01:00
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
|
2011-12-17 23:17:45 +01:00
|
|
|
OOoSpotlightImporter \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2010-11-11 19:01:45 +01:00
|
|
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
2012-01-10 16:11:20 -06:00
|
|
|
abp \
|
|
|
|
acc \
|
2011-12-20 12:15:42 -05:00
|
|
|
adabas \
|
|
|
|
adabasui \
|
|
|
|
ado \
|
2012-01-10 16:11:20 -06:00
|
|
|
agg \
|
|
|
|
analysis \
|
|
|
|
animcore \
|
|
|
|
basctl \
|
2012-08-23 22:23:33 +03:00
|
|
|
$(if $(filter $(OS),ANDROID),, \
|
|
|
|
basebmp \
|
|
|
|
) \
|
2012-01-10 16:11:20 -06:00
|
|
|
bib \
|
|
|
|
canvastools \
|
|
|
|
communi \
|
|
|
|
date \
|
|
|
|
evtatt \
|
|
|
|
forui \
|
|
|
|
odbc \
|
|
|
|
odbcbase \
|
|
|
|
oox \
|
2011-12-20 12:15:42 -05:00
|
|
|
ooxml \
|
2012-01-10 16:11:20 -06:00
|
|
|
sdbc \
|
2011-06-20 13:24:08 +02:00
|
|
|
AppleRemote \
|
|
|
|
avmedia \
|
2012-01-10 16:11:20 -06:00
|
|
|
avmediaQuickTime \
|
2011-06-20 13:24:08 +02:00
|
|
|
basegfx \
|
2011-12-22 16:59:41 -05:00
|
|
|
calc \
|
2011-04-15 10:42:17 +02:00
|
|
|
chartcontroller \
|
2012-08-03 17:39:56 +01:00
|
|
|
chartcore \
|
2011-04-03 19:14:07 +02:00
|
|
|
cppcanvas \
|
2011-12-25 16:17:04 +01:00
|
|
|
ctl \
|
2010-04-17 12:41:17 +02:00
|
|
|
cui \
|
2011-04-18 14:46:56 +02:00
|
|
|
dba \
|
2011-12-25 12:05:01 -05:00
|
|
|
dbase \
|
2011-04-18 14:46:56 +02:00
|
|
|
dbaxml \
|
|
|
|
dbmm \
|
2012-01-10 16:11:20 -06:00
|
|
|
dbp \
|
2011-04-03 17:42:50 +02:00
|
|
|
dbtools \
|
2011-07-23 10:17:18 +02:00
|
|
|
dbu \
|
2011-09-15 14:44:34 +02:00
|
|
|
deploymentmisc \
|
2011-01-25 17:35:20 +01:00
|
|
|
desktop_detector \
|
2010-04-17 12:41:17 +02:00
|
|
|
drawinglayer \
|
2010-11-26 13:37:22 +01:00
|
|
|
editeng \
|
2012-01-10 16:11:20 -06:00
|
|
|
egi \
|
|
|
|
eme \
|
2012-03-19 00:08:01 +01:00
|
|
|
emser \
|
2012-01-10 16:11:20 -06:00
|
|
|
epb \
|
|
|
|
epg \
|
|
|
|
epp \
|
|
|
|
eps \
|
|
|
|
ept \
|
|
|
|
era \
|
|
|
|
eti \
|
2012-04-14 09:53:48 +02:00
|
|
|
evoab \
|
2012-01-10 16:11:20 -06:00
|
|
|
exp \
|
2011-12-22 16:59:41 -05:00
|
|
|
file \
|
2011-12-25 11:54:34 -05:00
|
|
|
filterconfig \
|
|
|
|
filtertracer \
|
|
|
|
flash \
|
|
|
|
flat \
|
2011-03-21 10:59:56 -05:00
|
|
|
for \
|
2011-04-03 17:42:50 +02:00
|
|
|
frm \
|
2010-04-17 12:41:17 +02:00
|
|
|
fwe \
|
|
|
|
fwi \
|
|
|
|
fwk \
|
|
|
|
fwl \
|
|
|
|
fwm \
|
2012-01-10 16:11:20 -06:00
|
|
|
guesslang \
|
2011-09-15 14:44:34 +02:00
|
|
|
helplinker \
|
2011-06-13 23:18:05 +01:00
|
|
|
hwp \
|
2012-01-10 16:11:20 -06:00
|
|
|
hyphen \
|
2011-12-20 19:41:57 -05:00
|
|
|
icd \
|
|
|
|
icg \
|
|
|
|
idx \
|
|
|
|
ime \
|
|
|
|
ipb \
|
|
|
|
ipd \
|
|
|
|
ips \
|
|
|
|
ipt \
|
|
|
|
ipx \
|
|
|
|
ira \
|
|
|
|
itg \
|
|
|
|
iti \
|
2011-12-25 11:16:20 -05:00
|
|
|
jdbc \
|
2011-12-20 19:41:57 -05:00
|
|
|
kab1 \
|
|
|
|
kabdrv1 \
|
2010-04-17 12:41:17 +02:00
|
|
|
lng \
|
2012-01-10 16:11:20 -06:00
|
|
|
lnth \
|
|
|
|
log \
|
2011-04-11 10:07:35 +02:00
|
|
|
lwpft \
|
2011-12-21 21:43:58 -05:00
|
|
|
MacOSXSpell \
|
2011-08-24 12:17:31 +01:00
|
|
|
merged \
|
2012-09-17 22:50:49 +02:00
|
|
|
mork \
|
2012-04-14 09:49:44 +02:00
|
|
|
mozab2 \
|
2012-04-05 17:59:36 +02:00
|
|
|
mozabdrv \
|
2010-04-17 12:41:17 +02:00
|
|
|
msfilter \
|
|
|
|
msword \
|
2011-12-22 19:49:48 -05:00
|
|
|
mysql \
|
2012-01-10 16:11:20 -06:00
|
|
|
odfflatxml \
|
2011-09-15 14:44:34 +02:00
|
|
|
offacc \
|
2012-01-10 16:11:20 -06:00
|
|
|
pcr \
|
|
|
|
pdffilter \
|
|
|
|
placeware \
|
|
|
|
protocolhandler \
|
2010-07-08 16:05:14 +02:00
|
|
|
qstart_gtk \
|
2012-01-10 16:11:20 -06:00
|
|
|
res \
|
2011-04-20 14:50:07 +02:00
|
|
|
rpt \
|
|
|
|
rptui \
|
|
|
|
rptxml \
|
2010-04-17 12:41:17 +02:00
|
|
|
sax \
|
|
|
|
sb \
|
2011-03-21 10:59:56 -05:00
|
|
|
sc \
|
|
|
|
scd \
|
|
|
|
scfilt \
|
2011-12-14 20:52:33 +01:00
|
|
|
scn \
|
2011-03-21 10:59:56 -05:00
|
|
|
scui \
|
2011-04-20 08:59:22 +02:00
|
|
|
sd \
|
2011-04-18 14:46:56 +02:00
|
|
|
sdbt \
|
2011-04-20 08:59:22 +02:00
|
|
|
sdd \
|
|
|
|
sdfilt \
|
|
|
|
sdui \
|
2010-04-17 12:41:17 +02:00
|
|
|
sfx \
|
2011-09-15 07:10:22 +02:00
|
|
|
simplecm \
|
2011-02-23 18:44:19 +01:00
|
|
|
sm \
|
|
|
|
smd \
|
2012-01-10 16:11:20 -06:00
|
|
|
solver \
|
2010-04-17 12:41:17 +02:00
|
|
|
sot \
|
2011-01-27 18:37:48 +01:00
|
|
|
spa \
|
2012-01-10 16:11:20 -06:00
|
|
|
spell \
|
2011-09-15 14:44:34 +02:00
|
|
|
spl \
|
2011-09-15 07:10:22 +02:00
|
|
|
sts \
|
2012-01-10 16:11:20 -06:00
|
|
|
svgfilter \
|
re-base on ALv2 code. Includes (at least) relevant parts of:
linecap: Reintegrating finished LineCap feature
Patch contributed by Regina Henschel
http://svn.apache.org/viewvc?view=revision&revision=1232507
Patches contributed by Sven Jacobi
impress212: #i81610# fixed animation export
http://svn.apache.org/viewvc?view=revision&revision=1167620
impress212: drawinglayer gbuild environment changes
http://svn.apache.org/viewvc?view=revision&revision=1167627
http://svn.apache.org/viewvc?view=revision&revision=1167628
impress212: DffPropSet -> minor code improvements, removing table
http://svn.apache.org/viewvc?view=revision&revision=1167634
impress212: #158494# fixed excel import (text rotation)
http://svn.apache.org/viewvc?view=revision&revision=1167638
Patches contributed by Armin Le Grand
Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement
http://svn.apache.org/viewvc?view=revision&revision=1220836
#118728# changed indentifying definitions for Svg file detection
http://svn.apache.org/viewvc?view=revision&revision=1229961
#118838# LineGeometry creation for complicated cases optimized to
create single Polygons
http://svn.apache.org/viewvc?view=revision&revision=1236232
#119176# corrected file type detection for SVG for svg files
without xml header
http://svn.apache.org/viewvc?view=revision&revision=1309445
#118728# Extended Svg file detection
http://svn.apache.org/viewvc?view=revision&revision=1230531
#118529# solve break converters and convert commands for OLEs and images
http://svn.apache.org/viewvc?view=revision&revision=1186168
svg: added WaE changes from branch svgreplacement to trunc
http://svn.apache.org/viewvc?view=revision&revision=1222974
svg: corrected missing member initialization
http://svn.apache.org/viewvc?view=revision&revision=1226134
fix for #118525#: Using primitives for chart sub-geometry visualisation
http://svn.apache.org/viewvc?view=revision&revision=1226879
#118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert
metafiles to bitmapEx ...
http://svn.apache.org/viewvc?view=revision&revision=1293316
fix for #118525#: removed no longer used variable maOriginalMapMode, one
more exception eliminated
http://svn.apache.org/viewvc?view=revision&revision=1227097
#16758# Added buffering to the VDev usages of the VclProcessor2D derivates...
http://svn.apache.org/viewvc?view=revision&revision=1229521
#116758# Secured VDev buffer device to Vcl deinit
http://svn.apache.org/viewvc?view=revision&revision=1230574
#116758# added remembering allocated VDevs for VDevBuffer to be able to also
delete these when vcl goes down; it should never happen, but You never know
http://svn.apache.org/viewvc?view=revision&revision=1230927
#118730# Changed SvgClipPathNode to use MaskPrimitive2D for primitive
representation instead of TransparencePrimitive2D
http://svn.apache.org/viewvc?view=revision&revision=1231198
#118822# secured 3D geometry creation (slices) by subdividing the 2D
source polyPolygon early
http://svn.apache.org/viewvc?view=revision&revision=1234749
#118829# enhanced Svg gradient quality, obstacles avoided
http://svn.apache.org/viewvc?view=revision&revision=1235361
#118834# Unified usage of TextBreakupHelper as single tooling class
for i18n text primitive breakup
http://svn.apache.org/viewvc?view=revision&revision=1236110
#118853# added square pixel size limit to conversion of
TransparencePrimitive2D to Metafile action
http://svn.apache.org/viewvc?view=revision&revision=1237656
#118824# coreccted mirroring and boundrect when the graphicmanager
is used for bitmap output
http://svn.apache.org/viewvc?view=revision&revision=1240097
#115092# Corrected VclProcessor2D::RenderPolygonStrokePrimitive2D for
various optimization scenarios
http://svn.apache.org/viewvc?view=revision&revision=1241434
#118783# Corrected errors in ID strings, corrected Svg line/fill export,
corrected polygon close state
http://svn.apache.org/viewvc?view=revision&revision=1232006
#118796# corrected null-pointer usage in SVG text exporter
http://svn.apache.org/viewvc?view=revision&revision=1240262
#118729# Use GraphicStreamUrl and GraphicUrl to allow multi image
import with linked graphics, too
http://svn.apache.org/viewvc?view=revision&revision=1229962
#118898# corrected error in GDIMetaFile::GetBoundRect in handling
MetaFloatTransparentAction
http://svn.apache.org/viewvc?view=revision&revision=1293349
#118855# Corrected handling of possibly created empty clipRegions
after PolyPolygon clipping
http://svn.apache.org/viewvc?view=revision&revision=1237725
#115962# Better (but not yet optimal, see comments in task) handling
of MetaFloatTransparentAction in PDF export
http://svn.apache.org/viewvc?view=revision&revision=1241078
IP clearance: #118466# This patch removes librsvg, libcroco, libgsf, ...
http://svn.apache.org/viewvc?view=revision&revision=1200879
118779# Added svg content streaming in/out to ImpGraphic stream operators
http://svn.apache.org/viewvc?view=revision&revision=1231908
linecap: correctons for WaE and mac drawing
http://svn.apache.org/viewvc?view=revision&revision=1232793
svg: uses current system Dpi for Svg replacement image creation
http://svn.apache.org/viewvc?view=revision&revision=1233948
Patches contributed by Mathias Bauer (and others)
gnumake4 work variously
http://svn.apache.org/viewvc?view=revision&revision=1394326
http://svn.apache.org/viewvc?view=revision&revision=1396797
http://svn.apache.org/viewvc?view=revision&revision=1397315
http://svn.apache.org/viewvc?view=revision&revision=1394326
Remove duplicate header includes.
cws mba34issues01: #i117720#: convert assertion into warning
http://svn.apache.org/viewvc?view=revision&revision=1172352
118485 - Styles for OLEs are not saved. Submitted by Armin Le Grand.
http://svn.apache.org/viewvc?view=revision&revision=1182166
cws mba34issues01: #i117714#: remove assertion
http://svn.apache.org/viewvc?view=revision&revision=1172357
Patch contributed by Jurgen Schmidt
add some additional checks to ensure proper reading operations
http://svn.apache.org/viewvc?view=revision&revision=1209022
mostly prefer our stream / bounds checking work.
Patches contributed by Herbert Duerr
#i118816# add clarifying comment regarding Font::*Color*() methods
http://svn.apache.org/viewvc?view=revision&revision=1233833
extend macro->string handling for empty strings
http://svn.apache.org/viewvc?view=revision&revision=1175801
avoid magic constants for SALCOLOR_NONE
http://svn.apache.org/viewvc?view=revision&revision=1177543
initialize slant properly in ImplFontMetricData constructor (author=iorsh)
http://svn.apache.org/viewvc?view=revision&revision=1177551
#i118675# make check for extension updates more stable
http://svn.apache.org/viewvc?view=revision&revision=1214797
#a118617# remove VBasicEventListener.dll binary
There are no known users depending on its CLSID
http://svn.apache.org/viewvc?view=revision&revision=1203697
Patches contributed by Ariel Constenla-Haile
Fix build breaker on Linux/gcc
http://svn.apache.org/viewvc?view=revision&revision=1221104
Fix crash when trying to instantiate css.graphic.GraphicRasterizer_RSVG
http://svn.apache.org/viewvc?view=revision&revision=1215559
Patches contributed by Oliver-Rainer Wittmann
sw34bf06: #i117962# - method <SwFlyFrm::IsPaint(..)> - consider
instances of <SwFlyDrawObj>
http://svn.apache.org/viewvc?view=revision&revision=1172120
sw34bf06: #i117783# - Writer's implementation of XPagePrintable -
apply print settings to new printing routines
http://svn.apache.org/viewvc?view=revision&revision=1172115
gnumake4 work variously from Hans-Joachim Lankenau
http://svn.apache.org/viewvc?view=revision&revision=1397315
http://svn.apache.org/viewvc?view=revision&revision=1396797
http://svn.apache.org/viewvc?view=revision&revision=1396782
http://svn.apache.org/viewvc?view=revision&revision=1394707
plus some amount of re-splitting of legacy headers.
Patch contributed by Pavel Janik
WaE: Remove unused variables.
http://svn.apache.org/viewvc?view=revision&revision=1230697
Patches contributed by Takashi Ono
mingwport35: i#117795: MinGW port fix for vcl2gnumake
http://svn.apache.org/viewvc?view=revision&revision=1172091
mingwport35: i#117795: MinGW port fix for vcl2gnumake
http://svn.apache.org/viewvc?view=revision&revision=1172091
Patch contributed by Christian Lippka
impress212: #i98044# re enable Text menu for outline and title shapes
http://svn.apache.org/viewvc?view=revision&revision=1167639
Patch contributed by Andre Fischer
118674: Made category B code optional and disabled by default.
http://svn.apache.org/viewvc?view=revision&revision=1215131
118881: Ignore empty paragraphs after bullets.
http://svn.apache.org/viewvc?view=revision&revision=1296205
Patches contributed by Philipp Lohmann
ooo340fixes: #i117780# use rtl allocator
http://svn.apache.org/viewvc?view=revision&revision=1172087
ooo34gsl02: #i117807# fix an off by one error (index actually
inside the pfb section header)
http://svn.apache.org/viewvc?view=revision&revision=1167576
various cleanups, related compilation fixes, warning cleanups, re-working
of obsolete stl template pieces to use boost instead, changed string
classes, re-adapt KDE about data, about dialog, fixing warnings,
and other fixes & improvements.
Disable svg import / render for about/ branding code-paths for now.
Restore full icon theme set.
Remove OS/2 conditionals and sources.
Remove conflicting gtk/full-screen monitors support.
Retain existing svg rasterizer files - temporarily disabled.
Standardize stringificaiton and fixup dllpostfix issues.
Rename SvgGradientHelper::== to equalTo to avoid overloading issues.
Use the flat GdiPlus API for LineCaps calls.
2012-10-09 12:22:23 +01:00
|
|
|
svgio \
|
2010-04-17 12:41:17 +02:00
|
|
|
svl \
|
|
|
|
svt \
|
|
|
|
svx \
|
|
|
|
svxcore \
|
|
|
|
sw \
|
|
|
|
swd \
|
|
|
|
swui \
|
2012-01-10 16:11:20 -06:00
|
|
|
t602filter \
|
2012-08-18 16:17:12 +02:00
|
|
|
tdeab1 \
|
|
|
|
tdeabdrv1 \
|
2010-04-17 12:41:17 +02:00
|
|
|
textconversiondlgs \
|
2012-05-24 22:36:09 -04:00
|
|
|
textfd \
|
2010-04-17 12:41:17 +02:00
|
|
|
tk \
|
|
|
|
tl \
|
2012-03-16 22:14:54 +01:00
|
|
|
tubes \
|
2011-02-10 18:37:54 +01:00
|
|
|
unordf \
|
|
|
|
unoxml \
|
2011-12-14 19:57:14 +01:00
|
|
|
updatecheckui \
|
2011-04-03 10:58:02 +02:00
|
|
|
utl \
|
2012-01-10 16:11:20 -06:00
|
|
|
uui \
|
2010-04-17 12:41:17 +02:00
|
|
|
vbahelper \
|
|
|
|
vcl \
|
2011-01-25 17:35:20 +01:00
|
|
|
vclplug_gen \
|
|
|
|
vclplug_gtk \
|
2011-06-14 16:30:20 +01:00
|
|
|
vclplug_gtk3 \
|
2012-05-14 20:09:41 -05:00
|
|
|
vclplug_tde \
|
2011-01-25 17:35:20 +01:00
|
|
|
vclplug_kde \
|
|
|
|
vclplug_kde4 \
|
|
|
|
vclplug_svp \
|
2012-04-19 14:33:09 +02:00
|
|
|
wpftdraw \
|
|
|
|
wpftwriter \
|
2011-04-14 12:38:43 +02:00
|
|
|
writerfilter \
|
2012-07-06 21:28:03 +01:00
|
|
|
xmlscript \
|
2012-01-10 16:11:20 -06:00
|
|
|
xmlfa \
|
|
|
|
xmlfd \
|
2010-04-17 12:41:17 +02:00
|
|
|
xo \
|
|
|
|
xof \
|
2012-01-10 16:11:20 -06:00
|
|
|
xsltdlg \
|
|
|
|
xsltfilter \
|
2010-11-11 19:01:45 +01:00
|
|
|
))
|
2010-04-17 12:41:17 +02:00
|
|
|
|
2012-06-05 16:35:49 +03:00
|
|
|
ifneq (,$(filter ANDROID IOS,$(OS)))
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
|
|
|
libotouch \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2011-09-15 14:44:34 +02:00
|
|
|
ifeq ($(filter MACOSX WNT,$(OS)),)
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
|
|
|
spl_unx \
|
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2010-11-11 19:01:45 +01:00
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
|
2012-02-22 07:26:42 +01:00
|
|
|
affine_uno \
|
2012-10-28 21:20:14 +01:00
|
|
|
cli_cppuhelper \
|
2012-07-29 11:47:50 +02:00
|
|
|
cli_uno \
|
2012-07-29 17:31:26 +02:00
|
|
|
gcc3_uno \
|
|
|
|
java_uno \
|
2011-12-24 10:16:48 +01:00
|
|
|
jpipe \
|
2011-12-24 13:37:11 +01:00
|
|
|
juh \
|
|
|
|
juhx \
|
2012-02-22 07:26:42 +01:00
|
|
|
log_uno \
|
2011-12-17 13:13:11 +01:00
|
|
|
sal_textenc \
|
2011-12-23 12:21:19 +01:00
|
|
|
sunjavaplugin \
|
2012-07-29 17:31:26 +02:00
|
|
|
sunpro5_uno \
|
2012-02-22 07:26:42 +01:00
|
|
|
unsafe_uno \
|
2012-01-10 16:11:20 -06:00
|
|
|
xmlreader \
|
2010-11-11 19:01:45 +01:00
|
|
|
))
|
2010-04-17 12:41:17 +02:00
|
|
|
|
2011-12-24 10:16:48 +01:00
|
|
|
ifeq ($(OS),WNT)
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
|
|
|
|
jpipx \
|
2012-07-29 17:31:26 +02:00
|
|
|
msci_uno \
|
|
|
|
mscx_uno \
|
2011-12-24 10:16:48 +01:00
|
|
|
))
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2010-11-11 19:01:45 +01:00
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
2012-01-10 16:11:20 -06:00
|
|
|
avmediagst \
|
2012-07-30 15:15:58 +02:00
|
|
|
avmediagst_0_10 \
|
2012-01-10 16:11:20 -06:00
|
|
|
avmediawin \
|
2012-08-21 22:17:46 +02:00
|
|
|
bluez_bluetooth \
|
2012-01-15 02:58:30 +01:00
|
|
|
cached1 \
|
2012-01-10 16:11:20 -06:00
|
|
|
collator_data \
|
2011-12-19 17:08:32 -05:00
|
|
|
dbpool2 \
|
2012-01-10 16:11:20 -06:00
|
|
|
deployment \
|
|
|
|
deploymentgui \
|
|
|
|
dict_ja \
|
|
|
|
dict_zh \
|
2012-02-29 11:39:38 +01:00
|
|
|
embobj \
|
|
|
|
emboleobj \
|
2012-01-10 16:11:20 -06:00
|
|
|
fileacc \
|
2012-04-14 09:49:44 +02:00
|
|
|
hsqldb \
|
2012-01-10 16:11:20 -06:00
|
|
|
index_data \
|
|
|
|
java_uno_accessbridge \
|
|
|
|
localedata_en \
|
|
|
|
localedata_es \
|
|
|
|
localedata_euro \
|
|
|
|
localedata_others \
|
2012-05-25 20:41:31 -05:00
|
|
|
macab1 \
|
|
|
|
macabdrv1 \
|
2012-01-10 16:11:20 -06:00
|
|
|
mcnttype \
|
2012-04-14 09:49:44 +02:00
|
|
|
mozbootstrap \
|
2012-05-07 16:54:43 +02:00
|
|
|
officebean \
|
2012-01-10 16:11:20 -06:00
|
|
|
package2 \
|
2012-05-27 22:50:41 +02:00
|
|
|
pyuno \
|
|
|
|
pyuno_wrapper \
|
2012-04-28 20:48:14 +02:00
|
|
|
recentfile \
|
2012-01-10 16:11:20 -06:00
|
|
|
scriptframe \
|
2012-04-14 09:49:44 +02:00
|
|
|
sdbc2 \
|
2012-02-12 13:39:52 +01:00
|
|
|
smoketest \
|
2011-09-15 14:44:34 +02:00
|
|
|
sofficeapp \
|
2012-01-15 02:58:30 +01: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 16:12:22 +02:00
|
|
|
tvhlp1 \
|
2012-01-15 02:58:30 +01:00
|
|
|
ucb1 \
|
|
|
|
ucpdav1 \
|
|
|
|
ucpfile1 \
|
|
|
|
ucpftp1 \
|
2012-04-07 16:12:22 +02:00
|
|
|
ucpchelp1 \
|
2012-01-15 02:58:30 +01:00
|
|
|
ucphier1 \
|
|
|
|
ucppkg1 \
|
2012-04-13 11:13:19 +01:00
|
|
|
unobootstrapprotector \
|
2012-02-10 17:02:37 -06:00
|
|
|
unoexceptionprotector \
|
2011-09-15 14:44:34 +02:00
|
|
|
unopkgapp \
|
2012-02-10 17:02:37 -06:00
|
|
|
unotest \
|
2012-01-15 02:58:30 +01: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-15 02:58:30 +01:00
|
|
|
ucpodma1 \
|
2012-01-10 16:11:20 -06:00
|
|
|
uwinapi \
|
|
|
|
) \
|
2010-11-11 19:01:45 +01:00
|
|
|
))
|
2010-05-11 20:17:15 +02:00
|
|
|
|
2011-07-31 16:53:30 +02: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 10:45:21 +01:00
|
|
|
inprocserv \
|
2012-04-28 20:48:14 +02:00
|
|
|
ooofilt \
|
|
|
|
ooofilt_x64 \
|
|
|
|
propertyhdl \
|
|
|
|
propertyhdl_x64 \
|
|
|
|
shlxthdl \
|
|
|
|
shlxthdl_x64 \
|
2012-01-10 16:11:20 -06:00
|
|
|
so_activex \
|
|
|
|
so_activex_x64 \
|
|
|
|
sysdtrans \
|
2011-07-31 16:53:30 +02:00
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2010-11-11 19:01:45 +01:00
|
|
|
$(eval $(call gb_Helper_register_libraries,RTLIBS, \
|
2010-04-17 12:41:17 +02:00
|
|
|
comphelper \
|
|
|
|
i18nisolang1 \
|
|
|
|
i18nutil \
|
|
|
|
ucbhelper \
|
2010-11-11 19:01:45 +01:00
|
|
|
))
|
2010-04-17 12:41:17 +02:00
|
|
|
|
2010-11-11 19:01:45 +01:00
|
|
|
$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
|
2010-04-17 12:41:17 +02:00
|
|
|
cppuhelper \
|
2011-12-27 10:05:41 +01:00
|
|
|
jvmaccess \
|
2012-01-10 16:11:20 -06:00
|
|
|
purpenvhelper \
|
2010-04-17 12:41:17 +02:00
|
|
|
salhelper \
|
2010-11-11 19:01:45 +01:00
|
|
|
))
|
2010-04-17 12:41:17 +02:00
|
|
|
|
2010-11-11 19:01:45 +01:00
|
|
|
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
|
2012-01-10 16:11:20 -06:00
|
|
|
basprov \
|
|
|
|
cairocanvas \
|
|
|
|
canvasfactory \
|
2012-04-28 20:48:14 +02:00
|
|
|
cmdmail \
|
2012-01-10 16:11:20 -06:00
|
|
|
configmgr \
|
2012-04-28 20:48:14 +02:00
|
|
|
desktopbe1 \
|
2012-01-10 16:11:20 -06:00
|
|
|
directx5canvas \
|
|
|
|
directx9canvas \
|
|
|
|
dlgprov \
|
|
|
|
expwrap \
|
|
|
|
fastsax \
|
|
|
|
fpicker \
|
|
|
|
fps_office \
|
2010-04-17 12:41:17 +02:00
|
|
|
fsstorage \
|
2012-04-28 20:48:14 +02:00
|
|
|
gconfbe1 \
|
2012-01-10 16:11:20 -06:00
|
|
|
gdipluscanvas \
|
2010-04-17 12:41:17 +02:00
|
|
|
hatchwindowfactory \
|
2012-01-10 16:11:20 -06:00
|
|
|
i18npool \
|
|
|
|
i18nsearch \
|
2012-04-28 20:48:14 +02:00
|
|
|
kdebe1 \
|
|
|
|
kde4be1 \
|
2012-07-16 16:33:07 +02:00
|
|
|
ldapbe2 \
|
2012-04-28 20:48:14 +02:00
|
|
|
localebe1 \
|
2011-03-31 20:59:59 +02:00
|
|
|
lomenubar \
|
2012-11-09 19:10:38 +01:00
|
|
|
losessioninstall \
|
2012-04-28 20:48:14 +02:00
|
|
|
macbe1 \
|
2011-09-15 14:44:34 +02:00
|
|
|
migrationoo2 \
|
|
|
|
migrationoo3 \
|
2011-08-18 12:12:41 +03:00
|
|
|
msforms \
|
2012-01-10 16:11:20 -06:00
|
|
|
mtfrenderer \
|
|
|
|
nullcanvas \
|
2011-04-20 10:35:23 +02:00
|
|
|
OGLTrans \
|
2010-04-17 12:41:17 +02:00
|
|
|
passwordcontainer \
|
2012-05-27 22:50:41 +02:00
|
|
|
pythonloader \
|
2012-04-05 10:53:08 +02:00
|
|
|
postgresql-sdbc \
|
|
|
|
postgresql-sdbc-impl \
|
2012-01-10 16:11:20 -06:00
|
|
|
simplecanvas \
|
2011-04-20 10:35:23 +02:00
|
|
|
slideshow \
|
2012-01-10 16:11:20 -06:00
|
|
|
stringresource \
|
2012-04-28 20:48:14 +02:00
|
|
|
syssh \
|
2012-08-18 16:17:12 +02:00
|
|
|
tdebe1 \
|
2012-01-15 02:58:30 +01: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 12:41:17 +02:00
|
|
|
vbaswobj \
|
2012-01-10 16:11:20 -06:00
|
|
|
vclcanvas \
|
|
|
|
$(if $(filter $(GUIBASE),aqua), \
|
|
|
|
fps_aqua \
|
|
|
|
) \
|
|
|
|
$(if $(filter $(OS),WNT), \
|
|
|
|
fps_odma \
|
|
|
|
) \
|
2010-11-11 19:01:45 +01:00
|
|
|
))
|
2010-04-17 12:41:17 +02:00
|
|
|
|
2011-12-14 20:10:08 +01:00
|
|
|
ifeq ($(OS),WNT)
|
|
|
|
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
|
2012-01-10 16:11:20 -06:00
|
|
|
oleautobridge \
|
|
|
|
oleautobridge2 \
|
2012-04-28 20:48:14 +02:00
|
|
|
smplmail \
|
|
|
|
wininetbe1 \
|
2011-12-14 20:10:08 +01:00
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2011-09-25 23:38:03 +02:00
|
|
|
$(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \
|
2012-03-12 19:51:20 +01:00
|
|
|
acceptor \
|
2012-01-10 16:11:20 -06:00
|
|
|
binaryurp \
|
2012-02-22 07:26:42 +01:00
|
|
|
bootstrap \
|
2012-03-12 19:51:20 +01:00
|
|
|
connector \
|
2012-03-12 10:48:40 +01:00
|
|
|
introspection \
|
|
|
|
invocadapt \
|
|
|
|
invocation \
|
|
|
|
javaloader \
|
|
|
|
javavm \
|
|
|
|
namingservice \
|
|
|
|
proxyfac \
|
2012-03-18 15:11:19 +01:00
|
|
|
reflection \
|
|
|
|
stocservices \
|
2012-03-12 19:51:20 +01:00
|
|
|
streams \
|
2012-05-19 22:10:41 +02:00
|
|
|
testtools_cppobj \
|
|
|
|
testtools_bridgetest \
|
|
|
|
testtools_constructors \
|
2012-03-12 19:51:20 +01:00
|
|
|
textinstream \
|
|
|
|
textoutstream \
|
2012-05-26 16:06:33 +02:00
|
|
|
uuresolver \
|
2011-09-25 23:38:03 +02:00
|
|
|
))
|
|
|
|
|
2010-11-11 19:01:45 +01:00
|
|
|
$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
|
2010-04-17 12:41:17 +02:00
|
|
|
cppu \
|
2012-02-22 10:22:11 +01:00
|
|
|
jvmfwk \
|
2012-05-06 11:23:55 +02:00
|
|
|
reg \
|
2010-04-17 12:41:17 +02:00
|
|
|
sal \
|
2012-05-06 11:23:55 +02:00
|
|
|
store \
|
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, \
|
2012-04-19 12:12:29 +02:00
|
|
|
pdfimport \
|
2012-04-19 12:21:43 +02:00
|
|
|
PresenterScreen \
|
2012-04-19 12:03:37 +02:00
|
|
|
SunPresentationMinimizer \
|
|
|
|
))
|
|
|
|
|
2010-11-11 19:01:45 +01:00
|
|
|
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
|
2012-08-23 22:23:33 +03:00
|
|
|
$(if $(filter $(OS),ANDROID), \
|
|
|
|
basebmp \
|
|
|
|
) \
|
2012-01-10 16:11:20 -06:00
|
|
|
basegfx_s \
|
2012-04-14 00:30:19 +02:00
|
|
|
codemaker \
|
2012-04-14 05:31:32 -05:00
|
|
|
codemaker_cpp \
|
|
|
|
codemaker_java \
|
2012-08-01 20:25:32 +01:00
|
|
|
cosv \
|
2011-08-11 13:59:41 +01:00
|
|
|
dtobj \
|
2012-10-10 13:50:20 +02:00
|
|
|
findsofficepath \
|
2012-03-13 18:36:02 +01:00
|
|
|
headless \
|
2011-04-29 15:15:16 +03:00
|
|
|
libeay32 \
|
2012-03-12 17:18:26 +01:00
|
|
|
npsoenv \
|
2012-01-11 16:55:50 +01:00
|
|
|
nputils \
|
2012-03-12 16:24:21 +01:00
|
|
|
pdfimport_s \
|
2012-03-12 16:24:34 +01:00
|
|
|
plugcon \
|
2011-04-29 15:15:16 +03:00
|
|
|
ssleay32 \
|
2010-08-04 16:32:43 +02:00
|
|
|
ooopathutils \
|
2012-01-10 16:11:20 -06:00
|
|
|
sample \
|
2012-08-24 20:11:45 +02:00
|
|
|
sax_shared \
|
2012-04-28 20:48:14 +02:00
|
|
|
simplemapi \
|
|
|
|
shell_xmlparser \
|
|
|
|
shell_xmlparser_x64 \
|
|
|
|
shlxthandler_common \
|
|
|
|
shlxthandler_common_x64 \
|
2010-08-04 16:32:43 +02:00
|
|
|
salcpprt \
|
2012-05-19 22:10:41 +02:00
|
|
|
testtools_bridgetest_s \
|
2012-05-02 20:16:10 +02:00
|
|
|
transex \
|
2012-08-02 08:54:08 +01:00
|
|
|
udm \
|
2012-01-10 16:11:20 -06:00
|
|
|
ulingu \
|
|
|
|
vclmain \
|
|
|
|
writerperfect \
|
2012-05-04 23:41:10 +02:00
|
|
|
$(if $(filter-out $(OS),IOS), \
|
|
|
|
registry_helper \
|
|
|
|
) \
|
2012-04-01 16:07:41 +02:00
|
|
|
$(if $(filter $(OS),IOS), \
|
|
|
|
uno \
|
|
|
|
) \
|
2012-01-10 16:11:20 -06:00
|
|
|
$(if $(filter $(OS),WNT), \
|
|
|
|
odma_lib \
|
|
|
|
) \
|
2011-08-16 14:47:11 +01:00
|
|
|
))
|
|
|
|
|
|
|
|
ifeq ($(OS),WNT)
|
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
2012-01-10 16:11:20 -06:00
|
|
|
xmlsec1 \
|
|
|
|
xmlsec1-nss \
|
2012-08-29 09:48:00 +02:00
|
|
|
))
|
|
|
|
ifneq ($(CROSS_COMPILING),YES)
|
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
2012-01-10 16:11:20 -06:00
|
|
|
xmlsec1-mscrypto \
|
2011-08-16 14:47:11 +01:00
|
|
|
))
|
2012-08-29 09:48:00 +02:00
|
|
|
endif
|
2011-08-16 14:47:11 +01:00
|
|
|
else
|
|
|
|
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
|
2012-01-10 16:11:20 -06:00
|
|
|
xmlsec1 \
|
|
|
|
xmlsec1-nss \
|
2010-11-11 19:01:45 +01:00
|
|
|
))
|
2011-08-16 14:47:11 +01:00
|
|
|
endif
|
2010-11-11 19:01:45 +01:00
|
|
|
|
2012-08-17 11:02:49 +02:00
|
|
|
$(eval $(call gb_Helper_register_jars,URE, \
|
|
|
|
java_uno \
|
|
|
|
juh \
|
|
|
|
jurt \
|
|
|
|
ridl \
|
2012-08-17 12:43:37 +02:00
|
|
|
testComponent \
|
2012-08-17 11:02:49 +02:00
|
|
|
unoil \
|
|
|
|
unoloader \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_Helper_register_jars,OOO, \
|
|
|
|
ConnectivityTools \
|
|
|
|
FCFGMerge \
|
|
|
|
HelloWorld \
|
|
|
|
Highlight \
|
|
|
|
MemoryUsage \
|
|
|
|
OOoRunner \
|
|
|
|
ScriptFramework \
|
|
|
|
ScriptProviderForBeanShell \
|
|
|
|
ScriptProviderForJava \
|
|
|
|
ScriptProviderForJavaScript \
|
|
|
|
TestExtension \
|
|
|
|
OOoRunnerLight \
|
|
|
|
XMergeBridge \
|
|
|
|
XSLTFilter \
|
|
|
|
XSLTValidate \
|
|
|
|
commonwizards \
|
|
|
|
agenda \
|
|
|
|
aportisdoc \
|
|
|
|
fax \
|
|
|
|
form \
|
|
|
|
htmlsoff \
|
|
|
|
java_uno_accessbridge \
|
|
|
|
letter \
|
|
|
|
officebean \
|
|
|
|
pexcel \
|
|
|
|
pocketword \
|
|
|
|
query \
|
|
|
|
report \
|
|
|
|
reportbuilderwizard \
|
|
|
|
sdbc_hsqldb \
|
|
|
|
table \
|
|
|
|
test \
|
|
|
|
test-tools \
|
|
|
|
web \
|
|
|
|
xmerge \
|
|
|
|
))
|
|
|
|
|
2012-08-17 12:43:37 +02:00
|
|
|
$(eval $(call gb_Helper_register_jars,OXT, \
|
|
|
|
EvolutionarySolver \
|
|
|
|
mediawiki \
|
|
|
|
nlpsolver \
|
|
|
|
sun-report-builder \
|
|
|
|
))
|
|
|
|
|
2010-04-17 12:41:17 +02:00
|
|
|
# vim: set noet sw=4 ts=4:
|