1 # simple makefile wrapper to run waf
2 WAF_BIN
=`PATH=buildtools/bin:../../buildtools/bin:$$PATH which waf`
3 WAF_BINARY
=$(PYTHON
) $(WAF_BIN
)
4 WAF
=PYTHONHASHSEED
=1 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