1 # simple makefile wrapper to run waf
3 WAF_BINARY
=$(PYTHON
) ..
/..
/buildtools
/bin
/waf
4 WAF
=PYTHONHASHSEED
=1 WAF_MAKE
=1 $(WAF_BINARY
)
16 $(WAF
) test $(TEST_OPTIONS
)
19 $(WAF
) test --testenv
$(TEST_OPTIONS
)
22 $(WAF
) test --quick
$(TEST_OPTIONS
)
26 WAFLOCK
=.tmplock
$(WAF
) dist
30 WAFLOCK
=.tmplock
$(WAF
) distcheck
38 reconfigure
: configure
44 # some compatibility make targets
53 # this should do an install as well, once install is finished
63 $(WAF
) --targets
=`basename $@`