From 3f750f8e7b4e79282202aa2d2027922bd1fe3bdd Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Sat, 25 Aug 2012 12:13:29 +0200 Subject: merge more, mostly small libraries for android Change-Id: Ic40dec7083b2dd83952bee50290b803b981965b0 --- android/experimental/DocumentLoader/Makefile | 3 --- android/experimental/LibreOffice4Android/Makefile | 6 ------ android/qa/desktop/Makefile | 6 ------ android/qa/sc/Makefile | 3 --- 4 files changed, 18 deletions(-) (limited to 'android') diff --git a/android/experimental/DocumentLoader/Makefile b/android/experimental/DocumentLoader/Makefile index 9a8fb4413f64..1253992361a2 100644 --- a/android/experimental/DocumentLoader/Makefile +++ b/android/experimental/DocumentLoader/Makefile @@ -62,8 +62,6 @@ copy-stuff: evtattlo \ expwrap.uno \ fastsax.uno \ - forlo \ - foruilo \ frmlo \ gcc3_uno \ hwplo \ @@ -120,7 +118,6 @@ copy-stuff: xmlreader \ xmlsecurity \ xslt \ - xstor \ ); do \ $(call COPYSO,$(OUTDIR)/lib/lib$${F}.so); \ done diff --git a/android/experimental/LibreOffice4Android/Makefile b/android/experimental/LibreOffice4Android/Makefile index a784f12728d8..20253ac1b50c 100644 --- a/android/experimental/LibreOffice4Android/Makefile +++ b/android/experimental/LibreOffice4Android/Makefile @@ -35,12 +35,9 @@ copy-stuff: evtattlo \ expwrap.uno \ fastsax.uno \ - forlo \ - foruilo \ frmlo \ gcc3_uno \ hwplo \ - hyphenlo \ i18nisolang1gcc3 \ icudatalo \ icui18nlo \ @@ -53,7 +50,6 @@ copy-stuff: jvmaccessgcc3 \ jvmfwk \ libotouchlo \ - lnthlo \ lo-bootstrap \ localedata_en \ localedata_es \ @@ -73,7 +69,6 @@ copy-stuff: sdlo \ sddlo \ smdlo \ - spelllo \ stocservices.uno \ store \ svgfilterlo \ @@ -102,7 +97,6 @@ copy-stuff: xmlsecurity \ xoflo \ xslt \ - xstor \ ); do \ $(call COPYSO,$(OUTDIR)/lib/lib$${F}.so); \ done diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile index 5e74d68626df..3adc9ee50c68 100644 --- a/android/qa/desktop/Makefile +++ b/android/qa/desktop/Makefile @@ -98,10 +98,7 @@ copy-stuff: buildrcs cppcanvaslo \ embobj \ expwrap.uno \ - forlo \ - foruilo \ gcc3_uno \ - hyphenlo \ i18nisolang1gcc3 \ icudatalo \ icui18nlo \ @@ -111,7 +108,6 @@ copy-stuff: buildrcs jvmfwk \ libotouchlo \ introspection.uno \ - lnthlo \ localedata_en \ localedata_es \ localedata_euro \ @@ -121,7 +117,6 @@ copy-stuff: buildrcs ooxlo \ reflection.uno \ reg \ - spelllo \ stocservices.uno \ store \ test \ @@ -139,7 +134,6 @@ copy-stuff: buildrcs xmlreader \ xmlsecurity \ xslt \ - xstor \ \ swlo \ swuilo \ diff --git a/android/qa/sc/Makefile b/android/qa/sc/Makefile index 3cc0a6404f83..5c2de6606419 100644 --- a/android/qa/sc/Makefile +++ b/android/qa/sc/Makefile @@ -67,8 +67,6 @@ copy-stuff: datelo \ expwrap.uno \ fastsax.uno \ - forlo \ - foruilo \ frmlo \ gcc3_uno \ i18nisolang1gcc3 \ @@ -106,7 +104,6 @@ copy-stuff: vbahelperlo \ xml2 \ xmlreader \ - xstor \ ); do \ $(call COPY,$(OUTDIR)/lib/lib$${F}.so); \ done -- cgit