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
)
33 WAFLOCK
=.tmplock
$(WAF
) dist
37 WAFLOCK
=.tmplock
$(WAF
) distcheck
45 reconfigure
: configure
51 # some compatibility make targets
60 # this should do an install as well, once install is finished
69 # this allows for things like "make bin/smbtorture"