1 # simple makefile wrapper to run waf
4 WAF_BINARY
=$(PYTHON
) .
/buildtools
/bin
/waf
5 WAF
=WAF_MAKE
=1 $(WAF_BINARY
)
17 $(WAF
) test $(TEST_OPTIONS
)
20 @echo NOTE
: to run extended waf options use
$(WAF_BINARY
) or modify your PATH
24 $(WAF
) test --filtered-subunit
$(TEST_OPTIONS
)
27 $(WAF
) test --testenv
$(TEST_OPTIONS
)
30 $(WAF
) test --testenv
--gdbtest
$(TEST_OPTIONS
)
33 $(WAF
) test --quick
$(TEST_OPTIONS
)
37 WAFLOCK
=.tmplock
$(WAF
) dist
41 WAFLOCK
=.tmplock
$(WAF
) distcheck
49 reconfigure
: configure
55 # some compatibility make targets
64 # this should do an install as well, once install is finished
73 # this allows for things like "make bin/smbtorture"