office-gobmx/Repository.mk

607 lines
9.9 KiB
Makefile
Raw Normal View History

# -*- 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.
#
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 \
bmp \
bmpsum \
cppunit/cppunittester \
g2g \
2011-09-20 00:52:02 -05:00
gencoll_rule \
genconv_dict \
gendict \
genindex_data \
mkunroll \
2012-01-21 11:51:16 -06:00
osl_process_child \
2012-02-19 11:46:47 -06:00
pdf2xml \
pdfunzip \
rdbmaker \
regsingleton \
2011-09-20 02:48:57 -05:00
rsc \
rscdep \
2011-09-20 00:52:02 -05:00
saxparser \
so_checksum \
sp2bv \
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
))
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
$(eval $(call gb_Helper_register_executables,OOO, \
spadmin.bin \
2011-12-23 18:50:21 -06:00
$(if $(filter $(GUIBASE)$(ENABLE_KDE),unxTRUE), \
kdefilepicker \
) \
))
2011-09-15 07:44:34 -05:00
ifeq ($(OS),WNT)
2011-09-15 05:49:20 -05:00
$(eval $(call gb_Helper_register_executables,OOO,\
crashrep_com \
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 \
soffice_bin \
2011-09-15 07:44:34 -05:00
smath \
sweb \
swriter \
unoinfo \
unopkg \
unopkg_bin \
unopkg_com \
2011-09-15 07:44:34 -05:00
unopkgio \
))
$(eval $(call gb_Helper_register_static_libraries,PLAINLIBS, \
directxcanvas \
winextendloaderenv \
winlauncher \
))
2011-09-15 07:44:34 -05:00
else
$(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)
$(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
$(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
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 \
))
endif
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
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 \
))
2011-12-17 15:11:57 -06:00
endif # WITH_MOZILLA
2011-12-17 16:17:45 -06:00
ifeq ($(OS),MACOSX)
$(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 \
dbu \
2011-09-15 07:44:34 -05:00
deploymentmisc \
desktop_detector \
2011-04-14 05:38:43 -05:00
doctok \
2010-04-17 05:41:17 -05:00
drawinglayer \
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 \
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 \
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 \
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 \
sm \
smd \
2012-01-10 16:11:20 -06:00
solver \
2010-04-17 05:41:17 -05:00
sot \
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 \
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 \
vclplug_gen \
vclplug_gtk \
vclplug_gtk3 \
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 \
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 \
smoketest \
2011-09-15 07:44:34 -05:00
sofficeapp \
2012-01-14 19:58:30 -06:00
srtrs1 \
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 \
unobootstrapprotector \
unoexceptionprotector \
2011-09-15 07:44:34 -05:00
unopkgapp \
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
))
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, \
gcc3_uno \
2011-08-02 17:10:06 -05:00
))
endif
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
ifeq ($(OS),WNT)
$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
2012-01-10 16:11:20 -06:00
oleautobridge \
oleautobridge2 \
))
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 \
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
$(eval $(call gb_Helper_register_libraries,EXTENSIONLIBS, \
pdfimport \
PresenterScreen \
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 \
codemaker_cpp \
codemaker_java \
dtobj \
headless \
libeay32 \
npsoenv \
nputils \
pdfimport_s \
plugcon \
ssleay32 \
ooopathutils \
2012-01-10 16:11:20 -06:00
sample \
salcpprt \
2012-01-10 16:11:20 -06:00
ulingu \
vclmain \
writerperfect \
$(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: