1 # simple makefile wrapper to run waf
3 WAF
=WAF_MAKE
=1 PATH
=buildtools
/bin
:..
/..
/buildtools
/bin
:$$PATH waf
15 $(WAF
) test $(TEST_OPTIONS
)
19 WAFLOCK
=.tmplock
$(WAF
) dist
23 WAFLOCK
=.tmplock
$(WAF
) distcheck
31 reconfigure
: configure
37 # some compatibility make targets
44 # this should do an install as well, once install is finished