Lines Matching refs:cscope
216 CSCOPE = cscope
217 AM_RECURSIVE_TARGETS = cscope
547 cscope: cscope.files
548 test ! -s cscope.files \
549 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
550 clean-cscope:
551 -rm -f cscope.files
552 cscope.files: clean-cscope cscopelist
567 done >> $(top_builddir)/cscope.files
571 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
852 clean-binPROGRAMS clean-cscope clean-generic cscope \