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
) manpages
36 WAFLOCK
=.tmplock
$(WAF
) dist
40 WAFLOCK
=.tmplock
$(WAF
) distcheck
44 WAFLOCK
=.tmplock
$(WAF
) rpm
52 reconfigure
: configure
58 # some compatibility make targets
67 # this should do an install as well, once install is finished
75 WAFLOCK
=.tmplock
$(WAF
) ctags
81 $(WAF
) --targets
=`basename $@`