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 --filtered-subunit
$(TEST_OPTIONS
)
26 $(WAF
) test --testenv
$(TEST_OPTIONS
)
29 $(WAF
) test --quick
$(TEST_OPTIONS
)
43 reconfigure
: configure
49 # some compatibility make targets
58 # this should do an install as well, once install is finished
67 # this allows for things like "make bin/smbtorture"
69 $(WAF
) --targets
=`basename $@`