Home | History | Annotate | Download | only in examples

Lines Matching refs:TAGS

311 tags-recursive:
313 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
328 tags: TAGS
330 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
332 tags=; \
343 test ! -f $$subdir/TAGS || \
344 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
353 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
356 $$tags $$unique; \
361 tags=; \
369 test -z "$(CTAGS_ARGS)$$tags$$unique" \
371 $$tags $$unique
378 distclean-tags:
379 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
458 distclean-am: clean-am distclean-generic distclean-tags
502 distclean distclean-generic distclean-recursive distclean-tags \
509 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \