Kaydet (Commit) 3f750f8e authored tarafından Matúš Kukan's avatar Matúš Kukan

merge more, mostly small libraries for android

Change-Id: Ic40dec7083b2dd83952bee50290b803b981965b0
üst 0ba9114c
...@@ -54,6 +54,20 @@ $(eval $(call gb_Library_use_externals,merged,\ ...@@ -54,6 +54,20 @@ $(eval $(call gb_Library_use_externals,merged,\
zlib \ zlib \
)) ))
# This would be needed on all platforms but only on android we merge libraries from lingucomponent
ifeq ($(OS),ANDROID)
$(eval $(call gb_Library_use_externals,merged,\
hunspell \
))
$(eval $(call gb_Library_use_static_libraries,merged,\
ulingu \
))
$(eval $(call gb_Library_add_libs,merged,\
$(if $(filter MSC,$(COM)),libmythes.lib,-lmythes-1.2) \
$(if $(filter MSC,$(COM)),hyphen.lib,-lhyphen) \
))
endif
ifeq ($(ENABLE_GRAPHITE),TRUE) ifeq ($(ENABLE_GRAPHITE),TRUE)
$(eval $(call gb_Library_use_externals,merged,\ $(eval $(call gb_Library_use_externals,merged,\
graphite \ graphite \
......
...@@ -62,8 +62,6 @@ copy-stuff: ...@@ -62,8 +62,6 @@ copy-stuff:
evtattlo \ evtattlo \
expwrap.uno \ expwrap.uno \
fastsax.uno \ fastsax.uno \
forlo \
foruilo \
frmlo \ frmlo \
gcc3_uno \ gcc3_uno \
hwplo \ hwplo \
...@@ -120,7 +118,6 @@ copy-stuff: ...@@ -120,7 +118,6 @@ copy-stuff:
xmlreader \ xmlreader \
xmlsecurity \ xmlsecurity \
xslt \ xslt \
xstor \
); do \ ); do \
$(call COPYSO,$(OUTDIR)/lib/lib$${F}.so); \ $(call COPYSO,$(OUTDIR)/lib/lib$${F}.so); \
done done
......
...@@ -35,12 +35,9 @@ copy-stuff: ...@@ -35,12 +35,9 @@ copy-stuff:
evtattlo \ evtattlo \
expwrap.uno \ expwrap.uno \
fastsax.uno \ fastsax.uno \
forlo \
foruilo \
frmlo \ frmlo \
gcc3_uno \ gcc3_uno \
hwplo \ hwplo \
hyphenlo \
i18nisolang1gcc3 \ i18nisolang1gcc3 \
icudatalo \ icudatalo \
icui18nlo \ icui18nlo \
...@@ -53,7 +50,6 @@ copy-stuff: ...@@ -53,7 +50,6 @@ copy-stuff:
jvmaccessgcc3 \ jvmaccessgcc3 \
jvmfwk \ jvmfwk \
libotouchlo \ libotouchlo \
lnthlo \
lo-bootstrap \ lo-bootstrap \
localedata_en \ localedata_en \
localedata_es \ localedata_es \
...@@ -73,7 +69,6 @@ copy-stuff: ...@@ -73,7 +69,6 @@ copy-stuff:
sdlo \ sdlo \
sddlo \ sddlo \
smdlo \ smdlo \
spelllo \
stocservices.uno \ stocservices.uno \
store \ store \
svgfilterlo \ svgfilterlo \
...@@ -102,7 +97,6 @@ copy-stuff: ...@@ -102,7 +97,6 @@ copy-stuff:
xmlsecurity \ xmlsecurity \
xoflo \ xoflo \
xslt \ xslt \
xstor \
); do \ ); do \
$(call COPYSO,$(OUTDIR)/lib/lib$${F}.so); \ $(call COPYSO,$(OUTDIR)/lib/lib$${F}.so); \
done done
......
...@@ -98,10 +98,7 @@ copy-stuff: buildrcs ...@@ -98,10 +98,7 @@ copy-stuff: buildrcs
cppcanvaslo \ cppcanvaslo \
embobj \ embobj \
expwrap.uno \ expwrap.uno \
forlo \
foruilo \
gcc3_uno \ gcc3_uno \
hyphenlo \
i18nisolang1gcc3 \ i18nisolang1gcc3 \
icudatalo \ icudatalo \
icui18nlo \ icui18nlo \
...@@ -111,7 +108,6 @@ copy-stuff: buildrcs ...@@ -111,7 +108,6 @@ copy-stuff: buildrcs
jvmfwk \ jvmfwk \
libotouchlo \ libotouchlo \
introspection.uno \ introspection.uno \
lnthlo \
localedata_en \ localedata_en \
localedata_es \ localedata_es \
localedata_euro \ localedata_euro \
...@@ -121,7 +117,6 @@ copy-stuff: buildrcs ...@@ -121,7 +117,6 @@ copy-stuff: buildrcs
ooxlo \ ooxlo \
reflection.uno \ reflection.uno \
reg \ reg \
spelllo \
stocservices.uno \ stocservices.uno \
store \ store \
test \ test \
...@@ -139,7 +134,6 @@ copy-stuff: buildrcs ...@@ -139,7 +134,6 @@ copy-stuff: buildrcs
xmlreader \ xmlreader \
xmlsecurity \ xmlsecurity \
xslt \ xslt \
xstor \
\ \
swlo \ swlo \
swuilo \ swuilo \
......
...@@ -67,8 +67,6 @@ copy-stuff: ...@@ -67,8 +67,6 @@ copy-stuff:
datelo \ datelo \
expwrap.uno \ expwrap.uno \
fastsax.uno \ fastsax.uno \
forlo \
foruilo \
frmlo \ frmlo \
gcc3_uno \ gcc3_uno \
i18nisolang1gcc3 \ i18nisolang1gcc3 \
...@@ -106,7 +104,6 @@ copy-stuff: ...@@ -106,7 +104,6 @@ copy-stuff:
vbahelperlo \ vbahelperlo \
xml2 \ xml2 \
xmlreader \ xmlreader \
xstor \
); do \ ); do \
$(call COPY,$(OUTDIR)/lib/lib$${F}.so); \ $(call COPY,$(OUTDIR)/lib/lib$${F}.so); \
done done
......
...@@ -71,8 +71,14 @@ gb_MERGEDLIBS += $(if $(filter TRUE,$(ENABLE_TELEPATHY)),tubes) ...@@ -71,8 +71,14 @@ gb_MERGEDLIBS += $(if $(filter TRUE,$(ENABLE_TELEPATHY)),tubes)
ifeq ($(OS),ANDROID) ifeq ($(OS),ANDROID)
gb_MERGEDLIBS += \ gb_MERGEDLIBS += \
fileacc \ fileacc \
for \
forui \
fwl \ fwl \
fwm \ fwm \
hyphen \
lnth \
spell \
xstor \
endif endif
......
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