Author :
Tom Tromey
Date :
1996-01-02 02:20:18
Hash :3aba9acd Message :Many changes from Franc,ois
tags.am
tags: TAGS
TAGS:
tags=; \
here=`pwd`; \
for subdir in $(SUBDIRS); do \
## Never fail here if a subdir fails.
(cd $$subdir && $(MAKE) TAGS); \
test -f $$subdir/TAGS && { \
tags="$$tags -i $$here/$$subdir/TAGS"; \
} \
done; \
## Make sure we have something to run etags on.
test -z "$(ETAGS_ARGS)$(CONFIG_HEADER)$(SOURCES)$(HEADERS)$$tags" \
|| etags $(ETAGS_ARGS) $$tags $(CONFIG_HEADER) $(SOURCES) $(HEADERS)