Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-01-28 14:54:00 +0300
committerCorinna Vinschen <corinna@vinschen.de>2010-01-28 14:54:00 +0300
commit1b52d127bd9458096a7a10c70a93d5a7ab8402d6 (patch)
tree5f223755336d106d4016fbc562a7033d44860eef /winsup/cygwin/Makefile.in
parent6a697174588517ff690a5d8f094ec1fb6e5c658a (diff)
* Makefile.in (tags, ctags, CTAGS)): Add rules to create tags file.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r--winsup/cygwin/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 6da49fabc..7273921b1 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -493,6 +493,11 @@ sigfe.o: sigfe.s
winsup.h: config.h
+ctags: CTAGS
+tags: CTAGS
+CTAGS:
+ -cd $(srcdir) && ctags -R --regex-C++='/^([a-zA-Z0-9_]*::[a-zA-Z0-9_]*) /\1/f/' .
+
deps:=${wildcard *.d}
ifneq (,$(deps))
include $(deps)