1 # simple makefile wrapper to run waf
3 # default to using only 1 cpu, to be friendly to build
4 # farm machines. I wonder how we get at the -jN option
5 # from make to pass it to waf?
8 WAF=JOBS=$(JOBS) BUILDTOOLS/bin/waf
20 $(WAF) test $(if $(TESTS),--tests="$(TESTS)")
23 $(WAF) test --quick $(if $(TESTS),--tests="$(TESTS)")
34 # some compatibility make targets
43 # this should do an install as well, once install is finished
52 configure: autogen-waf.sh BUILDTOOLS/scripts/configure.waf
53 @echo "please run ./autogen-waf.sh to regenerate $@"
56 Makefile: autogen-waf.sh configure BUILDTOOLS/scripts/Makefile.waf
57 @echo "please run ./autogen-waf.sh to regenerate $@"