summaryrefslogtreecommitdiff
path: root/Makefile.in
blob: aaec3ca00de9cda52252cfb024adc2b00b2c771a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# just dumb wrapper; make install comes later

SHELL=/bin/sh

all:
	@. ./*[Ee]nv.[Ss]et.sh && \
	./fetch_tarballs.sh ooo.lst && \
	./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 $$SRC_ROOT/install && \
		echo && \
		echo "Developer installation finished, you can find it here:" && \
		echo "$$SRC_ROOT/install"