Kaydet (Commit) 8d3fc640 authored tarafından Michael Stahl's avatar Michael Stahl

Repository.mk: cluster the mobile-only stuff together

Change-Id: I77348fce55db78e437431dd07879b4c26f0be893
üst 140ec1e0
...@@ -131,6 +131,20 @@ $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\ ...@@ -131,6 +131,20 @@ $(eval $(call gb_Helper_register_executables_for_install,UREBIN,ure,\
$(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \ $(if $(filter DESKTOP,$(BUILD_TYPE)),uno) \
)) ))
ifneq (,$(filter ANDROID IOS,$(OS)))
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
$(if $(filter $(OS),ANDROID), \
lo-bootstrap \
) \
))
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
libotouch \
))
endif
ifeq ($(ENABLE_NPAPI_INTO_BROWSER),TRUE) ifeq ($(ENABLE_NPAPI_INTO_BROWSER),TRUE)
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
npsoplugin \ npsoplugin \
...@@ -455,14 +469,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \ ...@@ -455,14 +469,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
writerfilter \ writerfilter \
)) ))
ifneq (,$(filter ANDROID IOS,$(OS)))
$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
libotouch \
))
endif
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE, \
getuid \ getuid \
smoketest \ smoketest \
...@@ -594,12 +600,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \ ...@@ -594,12 +600,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
) \ ) \
)) ))
$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
$(if $(filter $(OS),ANDROID), \
lo-bootstrap \
) \
))
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
$(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,activexbinarytable, \
$(if $(DISABLE_ACTIVEX),,\ $(if $(DISABLE_ACTIVEX),,\
......
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