80b0a3a7b6
It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
549 lines
9.1 KiB
Makefile
549 lines
9.1 KiB
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#*************************************************************************
|
|
#
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
#
|
|
# 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.
|
|
#
|
|
#*************************************************************************
|
|
|
|
$(eval $(call gb_Helper_register_executables,NONE, \
|
|
bestreversemap \
|
|
bmp \
|
|
bmpsum \
|
|
cppunit/cppunittester \
|
|
g2g \
|
|
gencoll_rule \
|
|
genconv_dict \
|
|
gendict \
|
|
genindex_data \
|
|
mkunroll \
|
|
osl_process_child \
|
|
pdf2xml \
|
|
pdfunzip \
|
|
rsc \
|
|
rscdep \
|
|
saxparser \
|
|
so_checksum \
|
|
svidl \
|
|
typesconfig \
|
|
xml2cmp \
|
|
xpdfimport \
|
|
))
|
|
|
|
$(eval $(call gb_Helper_register_executables,OOO, \
|
|
spadmin.bin \
|
|
$(if $(filter $(GUIBASE)$(ENABLE_KDE),unxTRUE), \
|
|
kdefilepicker \
|
|
) \
|
|
))
|
|
|
|
ifeq ($(OS),WNT)
|
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
|
crashrep_com \
|
|
gengal \
|
|
guiloader \
|
|
guistdio \
|
|
odbcconfig \
|
|
officeloader \
|
|
quickstart \
|
|
sbase \
|
|
scalc \
|
|
sdraw \
|
|
simpress \
|
|
soffice \
|
|
soffice_bin \
|
|
smath \
|
|
sweb \
|
|
swriter \
|
|
unoinfo \
|
|
unopkg \
|
|
unopkg_bin \
|
|
unopkg_com \
|
|
unopkgio \
|
|
))
|
|
|
|
else
|
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
|
soffice.bin \
|
|
unopkg.bin \
|
|
gengal.bin \
|
|
))
|
|
|
|
ifeq ($(OS),MACOSX)
|
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
|
officeloader \
|
|
))
|
|
|
|
else
|
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
|
oosplash \
|
|
))
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
ifeq ($(OS),IOS)
|
|
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
|
basegfx_cppunittester_all \
|
|
basebmp_cppunittester_all \
|
|
i18npool_cppunittester_all \
|
|
sax_cppunittester_all \
|
|
tools_cppunittester_all \
|
|
))
|
|
|
|
endif
|
|
|
|
ifneq ($(OS),MACOSX)
|
|
|
|
$(eval $(call gb_Helper_register_executables,UREBIN,\
|
|
javaldx \
|
|
))
|
|
|
|
endif
|
|
|
|
ifeq ($(ENABLE_NSPLUGIN),YES)
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
|
nsplugin \
|
|
))
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
|
npsoplugin \
|
|
))
|
|
endif
|
|
|
|
ifeq ($(WITH_MOZILLA),YES)
|
|
$(eval $(call gb_Helper_register_executables,OOO,\
|
|
pluginapp.bin \
|
|
))
|
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
|
pl \
|
|
))
|
|
endif # WITH_MOZILLA
|
|
|
|
|
|
ifeq ($(OS),MACOSX)
|
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
|
|
OOoSpotlightImporter \
|
|
))
|
|
|
|
endif
|
|
|
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
|
PptImporter \
|
|
abp \
|
|
acc \
|
|
agg \
|
|
analysis \
|
|
animcore \
|
|
basctl \
|
|
basebmp \
|
|
bib \
|
|
canvastools \
|
|
communi \
|
|
date \
|
|
evtatt \
|
|
forui \
|
|
odbc \
|
|
odbcbase \
|
|
officebean \
|
|
oox \
|
|
ooxml \
|
|
sdbc \
|
|
AppleRemote \
|
|
avmedia \
|
|
avmediaQuickTime \
|
|
basegfx \
|
|
chartcontroller \
|
|
chartmodel \
|
|
charttools \
|
|
chartview \
|
|
cppcanvas \
|
|
ctl \
|
|
cui \
|
|
dba \
|
|
dbaxml \
|
|
dbmm \
|
|
dbp \
|
|
dbtools \
|
|
dbu \
|
|
deploymentmisc \
|
|
desktop_detector \
|
|
doctok \
|
|
drawinglayer \
|
|
editeng \
|
|
egi \
|
|
eme \
|
|
epb \
|
|
epg \
|
|
epp \
|
|
eps \
|
|
ept \
|
|
era \
|
|
eti \
|
|
exp \
|
|
filterconfig \
|
|
filtertracer \
|
|
flash \
|
|
for \
|
|
frm \
|
|
fwe \
|
|
fwi \
|
|
fwk \
|
|
fwl \
|
|
fwm \
|
|
guesslang \
|
|
helplinker \
|
|
hwp \
|
|
hyphen \
|
|
i18nregexp \
|
|
icd \
|
|
icg \
|
|
idx \
|
|
ime \
|
|
ipb \
|
|
ipd \
|
|
ips \
|
|
ipt \
|
|
ipx \
|
|
ira \
|
|
itg \
|
|
iti \
|
|
lng \
|
|
lnth \
|
|
log \
|
|
lwpft \
|
|
MacOSXSpell \
|
|
merged \
|
|
msfilter \
|
|
msword \
|
|
msworks \
|
|
odfflatxml \
|
|
offacc \
|
|
pcr \
|
|
pdffilter \
|
|
placeware \
|
|
protocolhandler \
|
|
qstart_gtk \
|
|
res \
|
|
resourcemodel \
|
|
rpt \
|
|
rptui \
|
|
rptxml \
|
|
rtftok \
|
|
sax \
|
|
sb \
|
|
sc \
|
|
scd \
|
|
scfilt \
|
|
scn \
|
|
scui \
|
|
sd \
|
|
sdbt \
|
|
sdd \
|
|
sdfilt \
|
|
sdui \
|
|
sfx \
|
|
simplecm \
|
|
sm \
|
|
smd \
|
|
solver \
|
|
sot \
|
|
spa \
|
|
spell \
|
|
spl \
|
|
sts \
|
|
svgfilter \
|
|
svl \
|
|
svt \
|
|
svx \
|
|
svxcore \
|
|
sw \
|
|
swd \
|
|
swui \
|
|
t602filter \
|
|
textconversiondlgs \
|
|
tk \
|
|
tl \
|
|
unordf \
|
|
unoxml \
|
|
updatecheckui \
|
|
utl \
|
|
uui \
|
|
vbahelper \
|
|
vcl \
|
|
vclplug_gen \
|
|
vclplug_gtk \
|
|
vclplug_gtk3 \
|
|
vclplug_kde \
|
|
vclplug_kde4 \
|
|
vclplug_svp \
|
|
cdrimport \
|
|
visioimport \
|
|
wpft \
|
|
wpgimport \
|
|
writerfilter \
|
|
xcr \
|
|
xmlfa \
|
|
xmlfd \
|
|
xo \
|
|
xof \
|
|
xsltdlg \
|
|
xsltfilter \
|
|
))
|
|
|
|
ifeq ($(filter MACOSX WNT,$(OS)),)
|
|
|
|
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
|
|
spl_unx \
|
|
))
|
|
|
|
endif
|
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
|
|
affine_uno \
|
|
jpipe \
|
|
juh \
|
|
juhx \
|
|
log_uno \
|
|
reg \
|
|
sal_textenc \
|
|
store \
|
|
sunjavaplugin \
|
|
unsafe_uno \
|
|
xmlreader \
|
|
))
|
|
|
|
ifeq ($(OS),WNT)
|
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \
|
|
jpipx \
|
|
))
|
|
|
|
endif
|
|
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
|
avmediagst \
|
|
avmediawin \
|
|
cached1 \
|
|
clucene \
|
|
collator_data \
|
|
deployment \
|
|
deploymentgui \
|
|
dict_ja \
|
|
dict_zh \
|
|
embobj \
|
|
emboleobj \
|
|
fileacc \
|
|
index_data \
|
|
java_uno_accessbridge \
|
|
localedata_en \
|
|
localedata_es \
|
|
localedata_euro \
|
|
localedata_others \
|
|
mcnttype \
|
|
package2 \
|
|
scriptframe \
|
|
smoketest \
|
|
sofficeapp \
|
|
srtrs1 \
|
|
subsequenttest \
|
|
test \
|
|
textconv_dict \
|
|
ucb1 \
|
|
ucpdav1 \
|
|
ucpfile1 \
|
|
ucpftp1 \
|
|
ucphier1 \
|
|
ucppkg1 \
|
|
unoexceptionprotector \
|
|
unopkgapp \
|
|
unotest \
|
|
updchk \
|
|
xmlsecurity \
|
|
xsec_fw \
|
|
xsec_xmlsec \
|
|
xstor \
|
|
$(if $(filter $(OS),ANDROID), \
|
|
lo-bootstrap \
|
|
) \
|
|
$(if $(filter $(OS),WNT), \
|
|
ucpodma1 \
|
|
uwinapi \
|
|
) \
|
|
))
|
|
|
|
ifeq ($(OS),WNT)
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
|
dnd \
|
|
dtrans \
|
|
fop \
|
|
fps \
|
|
ftransl \
|
|
so_activex \
|
|
so_activex_x64 \
|
|
sysdtrans \
|
|
))
|
|
endif
|
|
|
|
ifeq ($(OS),IOS)
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
|
gcc3_uno \
|
|
))
|
|
endif
|
|
|
|
$(eval $(call gb_Helper_register_libraries,RTLIBS, \
|
|
comphelper \
|
|
i18nisolang1 \
|
|
i18nutil \
|
|
ucbhelper \
|
|
))
|
|
|
|
$(eval $(call gb_Helper_register_libraries,RTVERLIBS, \
|
|
cppuhelper \
|
|
jvmaccess \
|
|
purpenvhelper \
|
|
salhelper \
|
|
))
|
|
|
|
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
|
|
basprov \
|
|
cairocanvas \
|
|
canvasfactory \
|
|
configmgr \
|
|
directx5canvas \
|
|
directx9canvas \
|
|
dlgprov \
|
|
expwrap \
|
|
fastsax \
|
|
fpicker \
|
|
fps_office \
|
|
fsstorage \
|
|
gdipluscanvas \
|
|
hatchwindowfactory \
|
|
i18npool \
|
|
i18nsearch \
|
|
lomenubar \
|
|
migrationoo2 \
|
|
migrationoo3 \
|
|
msforms \
|
|
mtfrenderer \
|
|
nullcanvas \
|
|
OGLTrans \
|
|
passwordcontainer \
|
|
pdfimport \
|
|
PresenterScreen \
|
|
reflection \
|
|
simplecanvas \
|
|
slideshow \
|
|
stocservices \
|
|
stringresource \
|
|
SunPresentationMinimizer \
|
|
ucpcmis1 \
|
|
ucpexpand1 \
|
|
ucpext \
|
|
ucpgio1 \
|
|
ucpgvfs1 \
|
|
ucptdoc1 \
|
|
updatefeed \
|
|
vbaevents \
|
|
vbaobj \
|
|
vbaswobj \
|
|
vclcanvas \
|
|
writerfilter_uno \
|
|
writerfilter_debug \
|
|
$(if $(filter $(GUIBASE),aqua), \
|
|
fps_aqua \
|
|
) \
|
|
$(if $(filter $(OS),WNT), \
|
|
fps_odma \
|
|
) \
|
|
$(if $(filter $(GUIBASE)$(ENABLE_KDE),unxTRUE), \
|
|
fps_kde \
|
|
) \
|
|
$(if $(filter $(GUIBASE)$(ENABLE_KDE4),unxTRUE), \
|
|
fps_kde4 \
|
|
) \
|
|
))
|
|
|
|
ifeq ($(OS),WNT)
|
|
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
|
|
oleautobridge \
|
|
oleautobridge2 \
|
|
))
|
|
endif
|
|
|
|
ifeq ($(WITH_LDAP),YES)
|
|
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
|
|
ldapbe2 \
|
|
))
|
|
endif
|
|
|
|
$(eval $(call gb_Helper_register_libraries,UNOLIBS_URE, \
|
|
binaryurp \
|
|
bootstrap \
|
|
))
|
|
|
|
$(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
|
|
cppu \
|
|
jvmfwk \
|
|
sal \
|
|
))
|
|
|
|
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
|
|
basegfx_s \
|
|
dtobj \
|
|
libeay32 \
|
|
nputils \
|
|
ssleay32 \
|
|
ooopathutils \
|
|
sample \
|
|
salcpprt \
|
|
ulingu \
|
|
vclmain \
|
|
writerperfect \
|
|
$(if $(filter $(OS),WNT), \
|
|
odma_lib \
|
|
) \
|
|
))
|
|
|
|
ifeq ($(OS),WNT)
|
|
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
|
|
xmlsec1 \
|
|
xmlsec1-nss \
|
|
xmlsec1-mscrypto \
|
|
))
|
|
else
|
|
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
|
|
xmlsec1 \
|
|
xmlsec1-nss \
|
|
xmlsec1-mscrypto \
|
|
))
|
|
endif
|
|
|
|
# vim: set noet sw=4 ts=4:
|