summaryrefslogtreecommitdiff
path: root/RepositoryModule_host.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-04-13 12:23:27 -0400
committerPeter Foley <pefoley2@verizon.net>2013-04-13 20:17:43 -0400
commitfd3a23ce33bdec454273ba2bb3ea307b8420bcc0 (patch)
treec5991037ef104e255f15fcf27638e65181d7eb65 /RepositoryModule_host.mk
parentb8dd30682b78ee1256b3ca9346caf47930c7f950 (diff)
update the list of serialized libs
Change-Id: I2227de962c3af3f729e3476b3dd1d110ed10afce
Diffstat (limited to 'RepositoryModule_host.mk')
-rw-r--r--RepositoryModule_host.mk27
1 files changed, 21 insertions, 6 deletions
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk
index f163ac27ca8e..3b425d096876 100644
--- a/RepositoryModule_host.mk
+++ b/RepositoryModule_host.mk
@@ -260,15 +260,30 @@ $(if $(strip $(1)),\
$(call repositorymodule_serialize,$(wordlist 2,$(words $(1)),$(1))))
endef
+# this list consists of libraries above the arbitrary cut-off of 30M
+# on a --enable-debug linux build
ifeq (all,$(filter all,$(MAKECMDGOALS)))
$(eval $(call repositorymodule_serialize,\
+ chartcore \
+ chartcontroller \
+ cui \
+ $(call gb_Helper_optional,DBCONNECTIVITY,dbu) \
+ fwk \
+ $(if $(MERGELIBS),merged) \
+ msword \
+ oox \
+ sc \
scfilt \
- $(if $(filter SCRIPTING,$(BUILD_TYPE)),vbaobj) \
- sc msword swui sw sd \
- $(if $(filter DBCONNECTIVITY,$(BUILD_TYPE)),dbu) \
- writerfilter cui chartcontroller oox \
- $(if $(MERGELIBS),merged,svxcore) \
- xo vcl \
+ sd \
+ sfx \
+ svt \
+ svx \
+ svxcore \
+ sw \
+ swui \
+ vcl \
+ writerfilter \
+ xo \
))
endif