1 # simple makefile wrapper to run waf
3 WAF
=WAF_MAKE
=1 PATH
=buildtools
/bin
:..
/..
/buildtools
/bin
:$$PATH waf
15 $(WAF
) test $(TEST_OPTIONS
)
18 $(WAF
) test --testenv
$(TEST_OPTIONS
)
21 $(WAF
) test --quick
$(TEST_OPTIONS
)
25 WAFLOCK
=.tmplock
$(WAF
) dist
29 WAFLOCK
=.tmplock
$(WAF
) distcheck
37 reconfigure
: configure
43 # some compatibility make targets
53 # this should do an install as well, once install is finished
66 $(WAF
) --targets
=`basename $@`