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 --quick $(TEST_OPTIONS)
34 WAFLOCK=.tmplock $(WAF) dist
38 WAFLOCK=.tmplock $(WAF) distcheck
46 reconfigure: configure
52 # some compatibility make targets
61 # this should do an install as well, once install is finished
70 # this allows for things like "make bin/smbtorture"