summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in21
1 files changed, 11 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in
index aaec3ca00de9..8b28749113eb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,24 +1,25 @@
-# just dumb wrapper; make install comes later
+# @configure_input@
+# FIXME: create 'install' and 'check' target
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@
+ ./bootstrap && \
+ cd instsetoo_native && \
+ ../solenv/bin/build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@
distclean:
@. ./*[Ee]nv.[Ss]et.sh && \
- dmake distclean
+ dmake distclean
clean:
@. ./*[Ee]nv.[Ss]et.sh && \
- dmake clean
+ dmake clean
dev-install:
@. ./*[Ee]nv.[Ss]et.sh && \
- ooinstall -l $$SRC_ROOT/install && \
- echo && \
- echo "Developer installation finished, you can find it here:" && \
- echo "$$SRC_ROOT/install"
+ ooinstall -l @abs_builddir@/install && \
+ echo "" && \
+ echo "Developer installation finished, you can now execute:" && \
+ echo "@abs_builddir@/install/program/soffice"