summaryrefslogtreecommitdiff
path: root/Module_cross_tail_build.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-07-29 12:21:38 +0200
committerDavid Tardon <dtardon@redhat.com>2012-09-22 08:16:19 +0200
commit778de55e0aa7dff3be5ac50dc20a552b2d5a5879 (patch)
tree72b9b0ea323f532cf827f72f0f0a406525b27a7b /Module_cross_tail_build.mk
parentf60ee814c180708e8af7482b553a3dc47e98c5fa (diff)
add newly eligible modules to cross_tail_build
Change-Id: I41113b6e4f53aa0e4b52e08e34938d34838feced
Diffstat (limited to 'Module_cross_tail_build.mk')
-rw-r--r--Module_cross_tail_build.mk36
1 files changed, 36 insertions, 0 deletions
diff --git a/Module_cross_tail_build.mk b/Module_cross_tail_build.mk
index bf9ed3aaac51..2df5cb5fed7a 100644
--- a/Module_cross_tail_build.mk
+++ b/Module_cross_tail_build.mk
@@ -31,33 +31,69 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
autodoc \
basegfx \
binaryurp \
+ bridges \
+ cli_ure \
+ $(if $(filter CLUCENE,$(BUILD_TYPE)),\
+ clucene \
+ ) \
+ $(if $(filter DESKTOP,$(BUILD_TYPE)),\
+ codemaker \
+ ) \
+ comphelper \
cosv \
+ cppu \
+ cppuhelper \
i18npool \
i18nutil \
idl \
+ idlc \
io \
javaunohelper \
+ jurt \
+ jvmaccess \
+ jvmfwk \
$(if $(filter DESKTOP,$(BUILD_TYPE)),\
l10ntools \
helpcompiler \
) \
o3tl \
+ offapi \
+ officecfg \
oovbaapi \
$(if $(filter QADEVOOO,$(BUILD_TYPE)),\
qadevOOo \
) \
+ $(if $(filter DESKTOP,$(BUILD_TYPE)),\
+ rdbmaker \
+ ) \
regexp \
+ registry \
remotebridges \
+ ridljar \
rsc \
+ sal \
+ salhelper \
sax \
shell \
+ stoc \
+ store \
tools \
+ $(if $(filter TRANSLATIONS,$(BUILD_TYPE)),\
+ translations \
+ ) \
+ ucbhelper \
+ ucpp \
+ udkapi \
udm \
unoil \
unotest \
unotools \
ure \
+ $(if $(filter NATIVE,$(BUILD_TYPE)),\
+ xml2cmp \
+ ) \
xmlhelp \
+ xmlreader \
))
# vim: set shiftwidth=4 tabstop=4 noexpandtab: