summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-16 11:06:57 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-16 11:06:57 +0200
commit530a76c8effedc921cbf70293b6730620ec2fef2 (patch)
treee16823aea9cf995f65dfb02393707ed09afc0f8a /desktop
parent44329b4cacdb73a1977645e974bc009680b1b9c3 (diff)
Reduce what we build here for non-DESKTOP OSes
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Module_desktop.mk23
1 files changed, 14 insertions, 9 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index 2b137f68504f..b9cc7583de47 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -39,6 +39,19 @@ $(eval $(call gb_Module_add_targets,desktop,\
AllLangResTarget_deployment \
AllLangResTarget_deploymentgui \
AllLangResTarget_dkt \
+ Library_offacc \
+ Library_sofficeapp \
+ Library_spl \
+ Library_unopkgapp \
+ Package_branding \
+ Package_intro \
+ Zip_brand \
+ Zip_brand_dev \
+ Zip_shell \
+))
+
+ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
+$(eval $(call gb_Module_add_targets,desktop,\
Executable_soffice.bin \
Executable_unopkg.bin \
Library_deployment \
@@ -46,22 +59,14 @@ $(eval $(call gb_Module_add_targets,desktop,\
Library_deploymentmisc \
Library_migrationoo2 \
Library_migrationoo3 \
- Library_offacc \
- Library_sofficeapp \
- Library_spl \
- Library_unopkgapp \
- Package_branding \
- Package_intro \
Package_scripts \
Pagein_calc \
Pagein_common \
Pagein_draw \
Pagein_impress \
Pagein_writer \
- Zip_brand \
- Zip_brand_dev \
- Zip_shell \
))
+endif
ifeq ($(OS),WNT)