Add [hidden] option to list "Dummy" backend with optmized bundles
[ardour.git] / Makefile
1 all: waf
2
3 waf:
4         ./waf
5 cscope: cscope.out
6
7 cscope.out: cscope.files
8         cscope -b
9
10 cscope.files:
11         find . -name '*.[ch]' -o -name '*.cc' > $@
12
13 .PHONY: all cscope.files sconsi cscope waf