--- tags.am.orig 2004-07-14 14:02:11.840943128 -0400 +++ tags.am 2004-07-14 14:11:51.663796656 -0400 @@ -121,6 +121,17 @@ && gtags -i $(GTAGS_ARGS) $$here +## ------- ## +## cscope ## +## ------- ## + +.PHONY: cscope +cscope: + here=`$(am__cd) $(top_builddir) && pwd` \ + && cd $(top_srcdir) \ + && cscope -b -R -q $(CSCOPE_ARGS) + + ## ---------- ## ## Cleaning. ## ## ---------- ## @@ -128,4 +139,5 @@ .PHONY distclean-am: distclean-tags distclean-tags: - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags cscope.out cscope.in.out \ + cscope.po.out