summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
new file mode 100644
index 000000000000..2b201b3876eb
--- /dev/null
+++ b/Makefile.in
@@ -0,0 +1,26 @@
+# just dumb wrapper; make install comes later
+
+SHELL=/bin/sh
+
+all:
+ . ./*[Ee]nv.[Ss]et.sh && \
+ ./fetch_tarballs.sh ooo.lst && \
+ ./bootstrap && \
+ cd instsetoo_native && ../solenv/bin/build.pl -P@BUILD_NCPUS@ --all -P@BUILD_MAX_JOBS@
+
+distclean:
+ . ./*[Ee]nv.[Ss]et.sh && \
+ dmake distclean
+
+clean:
+ . ./*[Ee]nv.[Ss]et.sh && \
+ dmake clean
+
+dev-install:
+ . ./*[Ee]nv.[Ss]et.sh && \
+ cd $$SRC_ROOT/instsetoo_native/util && \
+ LOCALINSTALLDIR=$$SRC_ROOT/install dmake openoffice_en-US PKGFORMAT=installed && \
+ $$SOLARENV/bin/linkoo $$SRC_ROOT/install/OpenOffice/installed/install/en-US $$SRC_ROOT && \
+ echo && \
+ echo "Developer installation finished, you can find it here:" && \
+ echo "$$SRC_ROOT/install/OpenOffice/installed/install/en-US"