office-gobmx/Makefile.in

26 lines
608 B
Makefile
Raw Normal View History

# @configure_input@
# FIXME: create 'install' and 'check' target
2010-08-18 10:48:07 -05:00
SHELL=/bin/sh
all:
@. ./*[Ee]nv.[Ss]et.sh && \
./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 && \
dmake distclean
2010-08-18 10:48:07 -05:00
clean:
@. ./*[Ee]nv.[Ss]et.sh && \
dmake clean
dev-install:
@. ./*[Ee]nv.[Ss]et.sh && \
ooinstall -l @abs_builddir@/install && \
echo "" && \
echo "Developer installation finished, you can now execute:" && \
echo "@abs_builddir@/install/program/soffice"