Kaydet (Commit) 5bf0ae57 authored tarafından David Tardon's avatar David Tardon

keep the lists alphabetically sorted

Change-Id: I82734285736dd9ee5236f522892bd80a80f520fc
üst 0c6aa288
...@@ -43,6 +43,9 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\ ...@@ -43,6 +43,9 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
cosv \ cosv \
cppu \ cppu \
cppuhelper \ cppuhelper \
$(if $(filter DESKTOP,$(BUILD_TYPE)),\
helpcompiler \
) \
i18npool \ i18npool \
i18nutil \ i18nutil \
idl \ idl \
...@@ -54,7 +57,6 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\ ...@@ -54,7 +57,6 @@ $(eval $(call gb_Module_add_moduledirs,cross_tail_build,\
jvmfwk \ jvmfwk \
$(if $(filter DESKTOP,$(BUILD_TYPE)),\ $(if $(filter DESKTOP,$(BUILD_TYPE)),\
l10ntools \ l10ntools \
helpcompiler \
) \ ) \
o3tl \ o3tl \
offapi \ offapi \
......
...@@ -43,12 +43,12 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\ ...@@ -43,12 +43,12 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
canvas \ canvas \
chart2 \ chart2 \
cli_ure \ cli_ure \
$(if $(filter DESKTOP,$(BUILD_TYPE)),\
codemaker \
) \
$(if $(filter CLUCENE,$(BUILD_TYPE)),\ $(if $(filter CLUCENE,$(BUILD_TYPE)),\
clucene \ clucene \
) \ ) \
$(if $(filter DESKTOP,$(BUILD_TYPE)),\
codemaker \
) \
comphelper \ comphelper \
configmgr \ configmgr \
connectivity \ connectivity \
...@@ -77,6 +77,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\ ...@@ -77,6 +77,9 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
formula \ formula \
fpicker \ fpicker \
framework \ framework \
$(if $(filter DESKTOP,$(BUILD_TYPE)), \
helpcompiler \
) \
$(if $(filter HSQLDB,$(BUILD_TYPE)),\ $(if $(filter HSQLDB,$(BUILD_TYPE)),\
hsqldb \ hsqldb \
) \ ) \
...@@ -201,8 +204,8 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\ ...@@ -201,8 +204,8 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
) \ ) \
xmerge \ xmerge \
$(if $(filter DESKTOP,$(BUILD_TYPE)), \ $(if $(filter DESKTOP,$(BUILD_TYPE)), \
helpcompiler \ xmlhelp \
xmlhelp) \ ) \
xmloff \ xmloff \
xmlreader \ xmlreader \
xmlscript \ xmlscript \
......
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