summaryrefslogtreecommitdiff
path: root/Makefile.in
blob: be50d1d4034d848e52f3ba00a8850e377454093b (plain)
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