Kaydet (Commit) 133fa98b authored tarafından David Tardon's avatar David Tardon

use gb_Helper_optional

Change-Id: I9e6b10e2b019ae0805862e29fc934d1ebe3f86f5
üst cee02eb7
...@@ -33,19 +33,13 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\ ...@@ -33,19 +33,13 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
binaryurp \ binaryurp \
bridges \ bridges \
cli_ure \ cli_ure \
$(if $(filter CLUCENE,$(BUILD_TYPE)),\ $(call gb_Helper_optional,CLUCENE,clucene) \
clucene \ $(call gb_Helper_optional,DESKTOP,codemaker) \
) \
$(if $(filter DESKTOP,$(BUILD_TYPE)),\
codemaker \
) \
comphelper \ comphelper \
cosv \ cosv \
cppu \ cppu \
cppuhelper \ cppuhelper \
$(if $(filter DESKTOP,$(BUILD_TYPE)),\ $(call gb_Helper_optional,DESKTOP,helpcompiler) \
helpcompiler \
) \
i18npool \ i18npool \
i18nutil \ i18nutil \
idl \ idl \
...@@ -55,16 +49,12 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\ ...@@ -55,16 +49,12 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
jurt \ jurt \
jvmaccess \ jvmaccess \
jvmfwk \ jvmfwk \
$(if $(filter DESKTOP,$(BUILD_TYPE)),\ $(call gb_Helper_optional,DESKTOP,l10ntools) \
l10ntools \
) \
o3tl \ o3tl \
offapi \ offapi \
officecfg \ officecfg \
oovbaapi \ oovbaapi \
$(if $(filter QADEVOOO,$(BUILD_TYPE)),\ $(call gb_Helper_optional,QADEVOOO,qadevOOo) \
qadevOOo \
) \
registry \ registry \
remotebridges \ remotebridges \
ridljar \ ridljar \
...@@ -76,13 +66,9 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\ ...@@ -76,13 +66,9 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
stoc \ stoc \
store \ store \
tools \ tools \
$(if $(filter TRANSLATIONS,$(BUILD_TYPE)),\ $(call gb_Helper_optional,TRANSLATIONS,translations) \
translations \
) \
ucbhelper \ ucbhelper \
$(if $(filter UCPP,$(BUILD_TYPE)),\ $(call gb_Helper_optional,UCPP,ucpp) \
ucpp \
) \
udkapi \ udkapi \
udm \ udm \
unoil \ unoil \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment