ardour/Makefile
Hans Baier 9e677f9a9b * reverted Makefile (involuntary commit)
git-svn-id: svn://localhost/ardour2/branches/3.0@3667 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-08-07 03:21:34 +00:00

18 lines
224 B
Makefile

all: scons
scons:
scons
sconsi:
scons --implicit-deps-unchanged
cscope: cscope.out
cscope.out: cscope.files
cscope -b
cscope.files:
find . -name '*.[ch]' -o -name '*.cc' > $@
.PHONY: all cscope.files sconsi cscope