# @configure_input@ # FIXME: create 'install' and 'check' target 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@ distclean: @. ./*[Ee]nv.[Ss]et.sh && \ dmake distclean 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"