1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# just dumb wrapper; make install comes later SHELL=/bin/sh all: . ./*Env.Set.sh && \ ./bootstrap && \ cd instsetoo_native && ../solenv/bin/build.pl --all distclean: . ./*Env.Set.sh && \ dmake distclean clean: . ./*Env.Set.sh && \ dmake clean