Generating cscope database with make

This commit is contained in:
Gergely Polonkai 2013-11-26 12:35:10 +01:00
parent 744fa02efa
commit 370d30a88c
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -28,4 +28,5 @@ drop-world.sh
libtool
nbproject/private
conf/wmud.conf
cscope.out
var

View File

@ -1,3 +1,11 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = wmud docs/reference/wmud
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
csclean:
-rm -f cscope.out
cscope.out:
cscope -bR
cscope: csclean cscope.out