1 # simple makefile wrapper to run waf
3 WAF_BINARY
=$(PYTHON
) ..
/..
/buildtools
/bin
/waf
4 WAF
=WAF_MAKE
=1 $(WAF_BINARY
)
16 $(WAF
) test $(TEST_OPTIONS
)
20 WAFLOCK
=.tmplock
$(WAF
) dist
24 WAFLOCK
=.tmplock
$(WAF
) distcheck
32 reconfigure
: configure
38 # some compatibility make targets
45 # this should do an install as well, once install is finished