Generating cscope database with make
This commit is contained in:
parent
744fa02efa
commit
370d30a88c
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,4 +28,5 @@ drop-world.sh
|
|||||||
libtool
|
libtool
|
||||||
nbproject/private
|
nbproject/private
|
||||||
conf/wmud.conf
|
conf/wmud.conf
|
||||||
|
cscope.out
|
||||||
var
|
var
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
SUBDIRS = wmud docs/reference/wmud
|
SUBDIRS = wmud docs/reference/wmud
|
||||||
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
|
||||||
|
|
||||||
|
csclean:
|
||||||
|
-rm -f cscope.out
|
||||||
|
|
||||||
|
cscope.out:
|
||||||
|
cscope -bR
|
||||||
|
|
||||||
|
cscope: csclean cscope.out
|
||||||
|
Loading…
Reference in New Issue
Block a user