X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=Makefile;h=4e0908e4cdeefe2ff459647eff2e9db9f63ffb10;hb=9bd86c2869fe02eda7ed6094504910356aaac734;hp=78ceca161ce6587fed4efa4e2407b1d8f739331c;hpb=376263d92514f0e55daee8ea0c33cd226da1e97c;p=ardour.git diff --git a/Makefile b/Makefile index 78ceca161c..4e0908e4cd 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,7 @@ -all: - true - #make sconsi - #./build-tmp.sh - -scons: - scons DEBUG=1 DIST_TARGET=i686 -j 3 - -sconsi: - scons --implicit-deps-unchanged DEBUG=1 DIST_TARGET=i686 -j 3 +all: waf +waf: + ./waf cscope: cscope.out cscope.out: cscope.files @@ -17,4 +10,4 @@ cscope.out: cscope.files cscope.files: find . -name '*.[ch]' -o -name '*.cc' > $@ -.PHONY: all cscope.files sconsi cscope +.PHONY: all cscope.files sconsi cscope waf