add tags target

This commit is contained in:
Ken Raeburn 1995-11-06 20:12:26 +00:00
parent 28b5eb12a3
commit 4a07e94f2c
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Nov 6 15:05:00 1995 Ken Raeburn <raeburn@cygnus.com>
* Makefile.in (TAGS): New target.
Wed Nov 1 12:51:21 1995 Per Bothner <bothner@kalessin.cygnus.com>
* Makefile.in (DISTSTUFF): Rename to GEN_FILES, to avoid confusion.

View File

@ -82,6 +82,10 @@ dvi: gprof.dvi
check:
installcheck:
TAGS:
etags $(srcdir)/*.[ch]
tags: TAGS
install-info: gprof.info
if [ -r gprof.info ]; then \
dir=. ; \