From 46af8c0211a9b7a00fbb9e6cfee362d752399157 Mon Sep 17 00:00:00 2001 From: Hans Fugal Date: Sat, 12 Aug 2006 21:50:33 +0000 Subject: The cscope and scons front-end makefile. git-svn-id: svn://localhost/ardour2/branches/undo@798 d708f5d6-7413-0410-9779-e7cbd77b26cf --- Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..1a39c6d179 --- /dev/null +++ b/Makefile @@ -0,0 +1,17 @@ +all: scons cscope + +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 -- cgit v1.2.3