1 # simple makefile wrapper to run waf
3 WAF_BINARY=BUILDTOOLS/bin/waf
4 WAF=WAF_MAKE=1 $(WAF_BINARY)
16 $(WAF) test $(TEST_OPTIONS)
19 @echo NOTE: to run extended waf options use $(WAF_BINARY) or modify your PATH
23 $(WAF) test --testenv $(TEST_OPTIONS)
26 $(WAF) test --quick $(TEST_OPTIONS)
40 reconfigure: configure
46 # some compatibility make targets
55 # this should do an install as well, once install is finished
68 configure: autogen-waf.sh BUILDTOOLS/scripts/configure.waf
71 Makefile: autogen-waf.sh configure BUILDTOOLS/scripts/Makefile.waf