1 # simple makefile wrapper to run waf
3 WAF
=WAF_MAKE
=1 PATH
=buildtools
/bin
:..
/buildtools
/bin
:$$PATH waf
15 $(WAF
) test $(TEST_OPTIONS
)
18 $(WAF
) test --testenv
$(TEST_OPTIONS
)
21 $(WAF
) autotest
$(TEST_OPTIONS
)
24 $(WAF
) test --quick
$(TEST_OPTIONS
)
28 @WAFLOCK
=.tmplock
$(WAF
) show_version
32 WAFLOCK
=.tmplock
$(WAF
) dist
36 WAFLOCK
=.tmplock
$(WAF
) distcheck
40 WAFLOCK
=.tmplock
$(WAF
) rpm
48 reconfigure
: configure
54 # some compatibility make targets
63 # this should do an install as well, once install is finished
71 WAFLOCK
=.tmplock
$(WAF
) ctags
77 $(WAF
) --targets
=`basename $@`