1 # simple makefile wrapper to run waf
3 WAF_BIN
=`PATH=buildtools/bin:../../buildtools/bin:$$PATH which waf`
4 WAF_BINARY
=$(PYTHON
) $(WAF_BIN
)
5 WAF
=PYTHONHASHSEED
=1 WAF_MAKE
=1 $(WAF_BINARY
)
17 $(WAF
) test $(TEST_OPTIONS
)
21 WAFLOCK
=.tmplock
$(WAF
) dist
25 WAFLOCK
=.tmplock
$(WAF
) distcheck
33 reconfigure
: configure
39 # some compatibility make targets
46 # this should do an install as well, once install is finished