Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
ca995611
Kaydet (Commit)
ca995611
authored
Eyl 11, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More files are no longer in OUTDIR, only in INSTDIR
Change-Id: Ide6654cbc378621a41a4a207978a4f42bc44d3e3
üst
91bacda0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
17 deletions
+17
-17
Makefile
android/experimental/DocumentLoader/Makefile
+6
-6
Makefile
android/experimental/LibreOffice4Android/Makefile
+5
-5
Makefile
android/experimental/desktop/Makefile
+6
-6
No files found.
android/experimental/DocumentLoader/Makefile
Dosyayı görüntüle @
ca995611
...
@@ -22,14 +22,14 @@ copy-stuff:
...
@@ -22,14 +22,14 @@ copy-stuff:
# android/qa/desktop/Makefile (mmeeks's desktop demo, also works to some
# android/qa/desktop/Makefile (mmeeks's desktop demo, also works to some
# extent).
# extent).
#
#
mkdir
-p
assets/gz.unpack/program/ure
assets/lib
assets/program
assets/xml/ure
assets/ComponentTarget/i18npool/util
mkdir
-p
assets/gz.unpack/program/ure
assets/lib
assets/program
/services
assets/ure/share/misc
assets/ComponentTarget/i18npool/util
gzip
-9
<$(OUTDIR)/bin/offapi.rdb
>assets/gz.unpack/program/offapi.rdb
gzip
-9
<$(OUTDIR)/bin/offapi.rdb
>assets/gz.unpack/program/offapi.rdb
gzip
-9
<$(OUTDIR)/bin/oovbaapi.rdb
>assets/gz.unpack/program/oovbaapi.rdb
gzip
-9
<$(OUTDIR)/bin/oovbaapi.rdb
>assets/gz.unpack/program/oovbaapi.rdb
gzip
-9
<$(OUTDIR)/bin/udkapi.rdb
>assets/gz.unpack/program/udkapi.rdb
gzip
-9
<$(OUTDIR)/bin/udkapi.rdb
>assets/gz.unpack/program/udkapi.rdb
# For some reason the vnd.sun.star.expand:$LO_LIB_DIR doesn't seem to work, it expands to empty!?
# For some reason the vnd.sun.star.expand:$LO_LIB_DIR doesn't seem to work, it expands to empty!?
# So just hardcode the known APP_DATA_PATH for now...
# So just hardcode the known APP_DATA_PATH for now...
for
F
in
xml/services
xml/ure
/services;
do
\
for
F
in
program/services/services
ure/share/misc
/services;
do
\
sed -e 's!uri="vnd.sun.star.expand
:
$$LO_LIB_DIR/!uri="file://$(APP_DATA_PATH)/lib/!g' <$(
OU
TDIR)/$$F.rdb >assets/$$F.rdb;
\
sed -e 's!uri="vnd.sun.star.expand
:
$$LO_LIB_DIR/!uri="file://$(APP_DATA_PATH)/lib/!g' <$(
INS
TDIR)/$$F.rdb >assets/$$F.rdb;
\
done
done
cp
$(SRC_ROOT)
/odk/examples/java/DocumentHandling/test/test1.odt
\
cp
$(SRC_ROOT)
/odk/examples/java/DocumentHandling/test/test1.odt
\
$(SRC_ROOT)
/sc/qa/unit/data/xls/border.xls
\
$(SRC_ROOT)
/sc/qa/unit/data/xls/border.xls
\
...
@@ -65,13 +65,13 @@ copy-stuff:
...
@@ -65,13 +65,13 @@ copy-stuff:
echo
'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/share/registry module:$${BRAND_BASE_DIR}/share/registry/modules res:$${BRAND_BASE_DIR}/share/registry'
>>
assets/program/fundamentalrc
echo
'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/share/registry module:$${BRAND_BASE_DIR}/share/registry/modules res:$${BRAND_BASE_DIR}/share/registry'
>>
assets/program/fundamentalrc
echo
'URE_BIN_DIR=file:///assets/ure/bin/dir/not-here/can-we/exec-anyway'
>>
assets/program/fundamentalrc
echo
'URE_BIN_DIR=file:///assets/ure/bin/dir/not-here/can-we/exec-anyway'
>>
assets/program/fundamentalrc
echo
'URE_MORE_TYPES=file://
$(APP_DATA_PATH)
/program/offapi.rdb file://
$(APP_DATA_PATH)
/program/oovbaapi.rdb'
>>
assets/program/fundamentalrc
echo
'URE_MORE_TYPES=file://
$(APP_DATA_PATH)
/program/offapi.rdb file://
$(APP_DATA_PATH)
/program/oovbaapi.rdb'
>>
assets/program/fundamentalrc
echo
'URE_MORE_SERVICES=file:///assets/
xml/services.rdb <$$BRAND_BASE_DIR/program/services>*
'
>>
assets/program/fundamentalrc
echo
'URE_MORE_SERVICES=file:///assets/
program/services/services.rdb
'
>>
assets/program/fundamentalrc
#
#
# Set up unorc
# Set up unorc
echo
'[Bootstrap]'
>
assets/program/unorc
echo
'[Bootstrap]'
>
assets/program/unorc
echo "URE_INTERNAL_LIB_DIR=file
:
//$(APP_DATA_PATH)/lib/" >> assets/program/unorc
echo "URE_INTERNAL_LIB_DIR=file
:
//$(APP_DATA_PATH)/lib/" >> assets/program/unorc
echo
'UNO_TYPES=file://
$(APP_DATA_PATH)
/program/udkapi.rdb $${URE_MORE_TYPES}'
>>
assets/program/unorc
echo
'UNO_TYPES=file://
$(APP_DATA_PATH)
/program/udkapi.rdb $${URE_MORE_TYPES}'
>>
assets/program/unorc
echo
'UNO_SERVICES=file:///assets/
xml/ure
/services.rdb $${URE_MORE_SERVICES}'
>>
assets/program/unorc
echo
'UNO_SERVICES=file:///assets/
ure/share/misc
/services.rdb $${URE_MORE_SERVICES}'
>>
assets/program/unorc
#
#
# Set up bootstraprc
# Set up bootstraprc
echo
'[Bootstrap]'
>
assets/program/bootstraprc
echo
'[Bootstrap]'
>
assets/program/bootstraprc
...
@@ -90,7 +90,7 @@ copy-stuff:
...
@@ -90,7 +90,7 @@ copy-stuff:
#
#
# .res files
# .res files
mkdir
-p
assets/program/resource
mkdir
-p
assets/program/resource
cp
$(
OUTDIR)/bin
/*en-US.res
assets/program/resource
cp
$(
INSTDIR)/$(LIBO_SHARE_RESOURCE_FOLDER)
/*en-US.res
assets/program/resource
#
#
# Assets that are unpacked at run-time into the app's data directory. These
# Assets that are unpacked at run-time into the app's data directory. These
# are files read by non-LO code, fontconfig and freetype for now, that doesn't
# are files read by non-LO code, fontconfig and freetype for now, that doesn't
...
...
android/experimental/LibreOffice4Android/Makefile
Dosyayı görüntüle @
ca995611
...
@@ -23,13 +23,13 @@ copy-stuff:
...
@@ -23,13 +23,13 @@ copy-stuff:
# android/qa/desktop/Makefile (mmeeks's desktop demo, also works to some
# android/qa/desktop/Makefile (mmeeks's desktop demo, also works to some
# extent).
# extent).
#
#
mkdir
-p
assets/gz.unpack/program/ure
assets/lib
assets/program
assets/xml/ure
assets/ComponentTarget/i18npool/util
mkdir
-p
assets/gz.unpack/program/ure
assets/lib
assets/program
/services
assets/ure/share/misc
assets/ComponentTarget/i18npool/util
gzip
-9
<$(OUTDIR)/bin/offapi.rdb
>assets/gz.unpack/program/offapi.rdb
gzip
-9
<$(OUTDIR)/bin/offapi.rdb
>assets/gz.unpack/program/offapi.rdb
gzip
-9
<$(OUTDIR)/bin/oovbaapi.rdb
>assets/gz.unpack/program/oovbaapi.rdb
gzip
-9
<$(OUTDIR)/bin/oovbaapi.rdb
>assets/gz.unpack/program/oovbaapi.rdb
gzip
-9
<$(OUTDIR)/bin/udkapi.rdb
>assets/gz.unpack/program/udkapi.rdb
gzip
-9
<$(OUTDIR)/bin/udkapi.rdb
>assets/gz.unpack/program/udkapi.rdb
# For some reason the vnd.sun.star.expand:$LO_LIB_DIR doesn't seem to work, it expands to empty!?
# For some reason the vnd.sun.star.expand:$LO_LIB_DIR doesn't seem to work, it expands to empty!?
for
F
in
xml/services
xml/ure
/services;
do
\
for
F
in
program/services/services
ure/share/misc
/services;
do
\
sed -e 's!uri="vnd.sun.star.expand
:
$$LO_LIB_DIR/!uri="file://$$APP_DATA_DIR/lib/!g' <$(
OU
TDIR)/$$F.rdb >assets/$$F.rdb;
\
sed -e 's!uri="vnd.sun.star.expand
:
$$LO_LIB_DIR/!uri="file://$$APP_DATA_DIR/lib/!g' <$(
INS
TDIR)/$$F.rdb >assets/$$F.rdb;
\
done
done
cp
$(SRC_ROOT)
/odk/examples/java/DocumentHandling/test/test1.odt
\
cp
$(SRC_ROOT)
/odk/examples/java/DocumentHandling/test/test1.odt
\
$(SRC_ROOT)
/sc/qa/unit/data/xls/border.xls
\
$(SRC_ROOT)
/sc/qa/unit/data/xls/border.xls
\
...
@@ -69,7 +69,7 @@ copy-stuff:
...
@@ -69,7 +69,7 @@ copy-stuff:
echo
'[Bootstrap]'
>
assets/program/unorc
echo
'[Bootstrap]'
>
assets/program/unorc
echo 'URE_INTERNAL_LIB_DIR=file
:
//$$APP_DATA_DIR/lib/' >> assets/program/unorc
echo 'URE_INTERNAL_LIB_DIR=file
:
//$$APP_DATA_DIR/lib/' >> assets/program/unorc
echo
'UNO_TYPES=file://$$APP_DATA_DIR/program/udkapi.rdb file://$$APP_DATA_DIR/program/offapi.rdb file://$$APP_DATA_DIR/program/oovbaapi.rdb'
>>
assets/program/unorc
echo
'UNO_TYPES=file://$$APP_DATA_DIR/program/udkapi.rdb file://$$APP_DATA_DIR/program/offapi.rdb file://$$APP_DATA_DIR/program/oovbaapi.rdb'
>>
assets/program/unorc
echo
'UNO_SERVICES=file:///assets/
xml/ure/services.rdb file:///assets/xml/services.rdb <$$BRAND_BASE_DIR/program/services>*
'
>>
assets/program/unorc
echo
'UNO_SERVICES=file:///assets/
ure/share/misc/services.rdb file:///assets/program/services/services.rdb
'
>>
assets/program/unorc
#
#
# Set up bootstraprc
# Set up bootstraprc
echo
'[Bootstrap]'
>
assets/program/bootstraprc
echo
'[Bootstrap]'
>
assets/program/bootstraprc
...
@@ -88,7 +88,7 @@ copy-stuff:
...
@@ -88,7 +88,7 @@ copy-stuff:
#
#
# .res files
# .res files
mkdir
-p
assets/program/resource
mkdir
-p
assets/program/resource
cp
$(
OUTDIR)/bin
/*en-US.res
assets/program/resource
cp
$(
INSTDIR)/$(LIBO_SHARE_RESOURCE_FOLDER)
/*en-US.res
assets/program/resource
#
#
# Assets that are unpacked at run-time into the app's data directory. These
# Assets that are unpacked at run-time into the app's data directory. These
# are files read by non-LO code, fontconfig and freetype for now, that doesn't
# are files read by non-LO code, fontconfig and freetype for now, that doesn't
...
...
android/experimental/desktop/Makefile
Dosyayı görüntüle @
ca995611
...
@@ -23,14 +23,14 @@ copy-stuff:
...
@@ -23,14 +23,14 @@ copy-stuff:
# Please note that some of thses files being set up to be present in
# Please note that some of thses files being set up to be present in
# the .apk and/or unpacked at install time might be unnecessary.
# the .apk and/or unpacked at install time might be unnecessary.
#
#
mkdir
-p
assets/gz.unpack/program/ure
assets/lib
assets/program
assets/xml/ure
assets/ComponentTarget/i18npool/util
mkdir
-p
assets/gz.unpack/program/ure
assets/lib
assets/program
/services
assets/ure/share/misc
assets/ComponentTarget/i18npool/util
gzip
-9
<$(OUTDIR)/bin/offapi.rdb
>assets/gz.unpack/program/offapi.rdb
gzip
-9
<$(OUTDIR)/bin/offapi.rdb
>assets/gz.unpack/program/offapi.rdb
gzip
-9
<$(OUTDIR)/bin/oovbaapi.rdb
>assets/gz.unpack/program/oovbaapi.rdb
gzip
-9
<$(OUTDIR)/bin/oovbaapi.rdb
>assets/gz.unpack/program/oovbaapi.rdb
gzip
-9
<$(OUTDIR)/bin/udkapi.rdb
>assets/gz.unpack/program/udkapi.rdb
gzip
-9
<$(OUTDIR)/bin/udkapi.rdb
>assets/gz.unpack/program/udkapi.rdb
# For some reason the vnd.sun.star.expand:$LO_LIB_DIR doesn't seem to work, it expands to empty!?
# For some reason the vnd.sun.star.expand:$LO_LIB_DIR doesn't seem to work, it expands to empty!?
# So just hardcode the known APP_DATA_PATH for now...
# So just hardcode the known APP_DATA_PATH for now...
for
F
in
xml/services
xml/ure
/services;
do
\
for
F
in
program/services/services
ure/share/misc
/services;
do
\
sed -e 's!uri="vnd.sun.star.expand
:
$$LO_LIB_DIR/!uri="file://$(APP_DATA_PATH)/lib/!g' <$(
OU
TDIR)/$$F.rdb >assets/$$F.rdb;
\
sed -e 's!uri="vnd.sun.star.expand
:
$$LO_LIB_DIR/!uri="file://$(APP_DATA_PATH)/lib/!g' <$(
INS
TDIR)/$$F.rdb >assets/$$F.rdb;
\
done
done
cp
$(SRC_ROOT)
/odk/examples/java/DocumentHandling/test/test1.odt
\
cp
$(SRC_ROOT)
/odk/examples/java/DocumentHandling/test/test1.odt
\
$(SRC_ROOT)
/sc/qa/unit/data/xls/border.xls
\
$(SRC_ROOT)
/sc/qa/unit/data/xls/border.xls
\
...
@@ -66,13 +66,13 @@ copy-stuff:
...
@@ -66,13 +66,13 @@ copy-stuff:
echo
'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/share/registry module:$${BRAND_BASE_DIR}/share/registry/modules res:$${BRAND_BASE_DIR}/share/registry'
>>
assets/program/fundamentalrc
echo
'CONFIGURATION_LAYERS=xcsxcu:$${BRAND_BASE_DIR}/share/registry module:$${BRAND_BASE_DIR}/share/registry/modules res:$${BRAND_BASE_DIR}/share/registry'
>>
assets/program/fundamentalrc
echo
'URE_BIN_DIR=file:///assets/ure/bin/dir/not-here/can-we/exec-anyway'
>>
assets/program/fundamentalrc
echo
'URE_BIN_DIR=file:///assets/ure/bin/dir/not-here/can-we/exec-anyway'
>>
assets/program/fundamentalrc
echo
'URE_MORE_TYPES=file://
$(APP_DATA_PATH)
/program/offapi.rdb file://
$(APP_DATA_PATH)
/program/oovbaapi.rdb'
>>
assets/program/fundamentalrc
echo
'URE_MORE_TYPES=file://
$(APP_DATA_PATH)
/program/offapi.rdb file://
$(APP_DATA_PATH)
/program/oovbaapi.rdb'
>>
assets/program/fundamentalrc
echo
'URE_MORE_SERVICES=file:///assets/
xml/services.rdb <$$BRAND_BASE_DIR/program/services>*
'
>>
assets/program/fundamentalrc
echo
'URE_MORE_SERVICES=file:///assets/
program/services/services.rdb
'
>>
assets/program/fundamentalrc
#
#
# Set up unorc
# Set up unorc
echo
'[Bootstrap]'
>
assets/program/unorc
echo
'[Bootstrap]'
>
assets/program/unorc
echo "URE_INTERNAL_LIB_DIR=file
:
//$(APP_DATA_PATH)/lib/" >> assets/program/unorc
echo "URE_INTERNAL_LIB_DIR=file
:
//$(APP_DATA_PATH)/lib/" >> assets/program/unorc
echo
'UNO_TYPES=file://
$(APP_DATA_PATH)
/program/udkapi.rdb $${URE_MORE_TYPES}'
>>
assets/program/unorc
echo
'UNO_TYPES=file://
$(APP_DATA_PATH)
/program/udkapi.rdb $${URE_MORE_TYPES}'
>>
assets/program/unorc
echo
'UNO_SERVICES=file:///assets/
xml/ure
/services.rdb $${URE_MORE_SERVICES}'
>>
assets/program/unorc
echo
'UNO_SERVICES=file:///assets/
ure/share/misc
/services.rdb $${URE_MORE_SERVICES}'
>>
assets/program/unorc
#
#
# Set up bootstraprc
# Set up bootstraprc
echo
'[Bootstrap]'
>
assets/program/bootstraprc
echo
'[Bootstrap]'
>
assets/program/bootstraprc
...
@@ -91,7 +91,7 @@ copy-stuff:
...
@@ -91,7 +91,7 @@ copy-stuff:
#
#
# .res files
# .res files
mkdir
-p
assets/program/resource
mkdir
-p
assets/program/resource
cp
$(
OUTDIR)/bin
/*en-US.res
assets/program/resource
cp
$(
INSTDIR)/$(LIBO_SHARE_RESOURCE_FOLDER)
/*en-US.res
assets/program/resource
#
#
# Assets that are unpacked at run-time into the app's data directory. These
# Assets that are unpacked at run-time into the app's data directory. These
# are files read by non-LO code, fontconfig and freetype for now, that doesn't
# are files read by non-LO code, fontconfig and freetype for now, that doesn't
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment