Home | History | Annotate | Download | only in bison

Lines Matching refs:TAGS

382 tags-recursive:
384 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
399 tags: TAGS
401 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.hin $(TAGS_DEPENDENCIES) \
403 tags=; \
414 test ! -f $$subdir/TAGS || \
415 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
424 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
427 $$tags $$unique; \
432 tags=; \
440 test -z "$(CTAGS_ARGS)$$tags$$unique" \
442 $$tags $$unique
449 distclean-tags:
450 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
639 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
687 distclean-hdr distclean-recursive distclean-tags \
695 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \