Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
22035ff1
Commit
22035ff1
authored
May 23, 2013
by
Tollef Fog Heen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add cscope support
parent
cf6f2af9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
.gitignore
.gitignore
+1
-0
Makefile.am
Makefile.am
+8
-0
No files found.
.gitignore
View file @
22035ff1
...
...
@@ -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
...
...
Makefile.am
View file @
22035ff1
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment