office-gobmx/Makefile.in

27 lines
750 B
Makefile
Raw Normal View History

2010-08-18 10:48:07 -05:00
# just dumb wrapper; make install comes later
SHELL=/bin/sh
all:
. ./*[Ee]nv.[Ss]et.sh && \
2010-09-21 09:33:40 -05:00
./fetch_tarballs.sh ooo.lst && \
2010-08-18 10:48:07 -05:00
./bootstrap && \
cd instsetoo_native && ../solenv/bin/build.pl -P@BUILD_NCPUS@ --all -P@BUILD_MAX_JOBS@
2010-08-18 10:48:07 -05:00
distclean:
. ./*[Ee]nv.[Ss]et.sh && \
2010-08-18 10:48:07 -05:00
dmake distclean
clean:
. ./*[Ee]nv.[Ss]et.sh && \
2010-08-18 10:48:07 -05:00
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 && \
2010-08-26 09:19:39 -05:00
$$SOLARENV/bin/linkoo $$SRC_ROOT/install/OpenOffice/installed/install/en-US $$SRC_ROOT && \
echo && \
2010-08-25 02:41:43 -05:00
echo "Developer installation finished, you can find it here:" && \
2010-08-26 09:19:39 -05:00
echo "$$SRC_ROOT/install/OpenOffice/installed/install/en-US"