* reverted Makefile (involuntary commit)
[ardour.git] / Makefile
1 all: scons
2
3 scons:
4         scons
5
6 sconsi:
7         scons --implicit-deps-unchanged
8
9 cscope: cscope.out
10
11 cscope.out: cscope.files
12         cscope -b
13
14 cscope.files:
15         find . -name '*.[ch]' -o -name '*.cc' > $@
16
17 .PHONY: all cscope.files sconsi cscope