Fixes to get legacy 2.x sends working.
[ardour.git] / Makefile
1 all: 
2         true
3         #make sconsi
4         #./build-tmp.sh
5
6 scons:
7         scons DEBUG=1 DIST_TARGET=i686 -j 3
8
9 sconsi:
10         scons --implicit-deps-unchanged DEBUG=1 DIST_TARGET=i686 -j 3
11
12 cscope: cscope.out
13
14 cscope.out: cscope.files
15         cscope -b
16
17 cscope.files:
18         find . -name '*.[ch]' -o -name '*.cc' > $@
19
20 .PHONY: all cscope.files sconsi cscope