office-gobmx/Makefile.in

24 lines
502 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-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 && \
ooinstall -l $$SRC_ROOT/install && \
echo && \
2010-08-25 02:41:43 -05:00
echo "Developer installation finished, you can find it here:" && \
echo "$$SRC_ROOT/install"