* Makefile.in (tags, ctags, CTAGS)): Add rules to create tags file.

This commit is contained in:
Corinna Vinschen 2010-01-28 11:54:00 +00:00
parent 6a69717458
commit 1b52d127bd
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-01-28 Corinna Vinschen <corinna@vinschen.de>
* Makefile.in (tags, ctags, CTAGS)): Add rules to create tags file.
2010-01-25 Corinna Vinschen <corinna@vinschen.de>
* nlsfuncs.cc (__get_lcid_from_locale): Add comments. Fix typos in

View File

@ -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)