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