Paul Davis
7ed95f7c37
git-svn-id: svn://localhost/ardour2/branches/3.0@6841 d708f5d6-7413-0410-9779-e7cbd77b26cf
14 lines
181 B
Makefile
14 lines
181 B
Makefile
all: waf
|
|
|
|
waf:
|
|
./waf
|
|
cscope: cscope.out
|
|
|
|
cscope.out: cscope.files
|
|
cscope -b
|
|
|
|
cscope.files:
|
|
find . -name '*.[ch]' -o -name '*.cc' > $@
|
|
|
|
.PHONY: all cscope.files sconsi cscope waf
|