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
)
19 $(WAF
) test --testenv
$(TEST_OPTIONS
)
22 $(WAF
) autotest
$(TEST_OPTIONS
)
25 $(WAF
) test --quick
$(TEST_OPTIONS
)
29 @WAFLOCK
=.tmplock
$(WAF
) show_version
33 WAFLOCK
=.tmplock
$(WAF
) manpages
37 WAFLOCK
=.tmplock
$(WAF
) dist
41 WAFLOCK
=.tmplock
$(WAF
) distcheck
45 WAFLOCK
=.tmplock
$(WAF
) rpm
53 reconfigure
: configure
59 # some compatibility make targets
68 # this should do an install as well, once install is finished
76 WAFLOCK
=.tmplock
$(WAF
) ctags
82 $(WAF
) --targets
=`basename $@`