Commit 22035ff1 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Add cscope support

parent cf6f2af9
......@@ -36,6 +36,7 @@ Makefile.in
/stamp-h1
/varnishapi.pc
TAGS
cscope.*out
# Default vcl made from bin/varnishd/default.vcl
/bin/varnishd/default_vcl.h
......
......@@ -7,6 +7,7 @@ SUBDIRS += redhat
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = varnishapi.pc
CLEANFILES = cscope.in.out cscope.out cscope.po.out
EXTRA_DIST = LICENSE autogen.sh varnishapi.pc.in
DISTCHECK_CONFIGURE_FLAGS = \
......@@ -34,3 +35,10 @@ distcheck-hook:
distcleancheck_listfiles = \
find . -type f -exec sh -c 'test -f $(srcdir)/$$1 || echo $$1' \
sh '{}' ';'
cscope:
-rm -f cscope*
find . -name '*.[hcS]' > cscope.files
cscope -b
.PHONY: cscope
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment