* Makefile.in (tags, ctags, CTAGS)): Add rules to create tags file.
This commit is contained in:
parent
6a69717458
commit
1b52d127bd
|
@ -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>
|
2010-01-25 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* nlsfuncs.cc (__get_lcid_from_locale): Add comments. Fix typos in
|
* nlsfuncs.cc (__get_lcid_from_locale): Add comments. Fix typos in
|
||||||
|
|
|
@ -493,6 +493,11 @@ sigfe.o: sigfe.s
|
||||||
|
|
||||||
winsup.h: config.h
|
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}
|
deps:=${wildcard *.d}
|
||||||
ifneq (,$(deps))
|
ifneq (,$(deps))
|
||||||
include $(deps)
|
include $(deps)
|
||||||
|
|
Loading…
Reference in New Issue