cscope: add cscope tagging support

Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
Jason Cooper 2013-08-05 17:33:34 +00:00 committed by Yves Rutschle
parent 820e31bfc0
commit 7008a1ede4
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.swp
*.swo
*.o
cscope.*
echosrv
sslh-fork
sslh-select

View File

@ -77,7 +77,7 @@ uninstall:
update-rc.d sslh remove
distclean: clean
rm -f tags
rm -f tags cscope.*
clean:
rm -f sslh-fork sslh-select echosrv $(MAN) *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info
@ -85,6 +85,10 @@ clean:
tags:
ctags --globals -T *.[ch]
cscope:
-find . -name "*.[chS]" >cscope.files
-cscope -b -R
test:
./t