6 for subdir in $(SUBDIRS); do \
7 (cd $$subdir && $(MAKE) TAGS); \
8 if test -f $$subdir/TAGS; then \
9 tags="$$tags -i $$here/$$subdir/TAGS"; \
14 if test -n "$(ETAGS_ARGS)$(CONFIG_HEADER)$(SOURCES)$(HEADERS)$$tags"; \
16 etags $(ETAGS_ARGS) $$tags $(CONFIG_HEADER) $(SOURCES) $(HEADERS); \