Author :
Tom Tromey
Date :
1995-11-22 07:01:01
Hash :4637aea8 Message :Added trailing blank line
tags.am
tags TAGS::
tags=; \
for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) TAGS); \
if test -f $$subdir/TAGS; then \
tags="$$tags -i $$subdir/TAGS"; \
fi; \
done; \
if test -n "$(ETAGS_ARGS)$(CONFIG_HEADER)$$tags"; then \
etags $(ETAGS_ARGS) $$tags $(CONFIG_HEADER); \
fi