Lines Matching refs:cscope
21 cscope: cscope.out target
22 cscope.out: ${.CURDIR}/cscope.files
23 cd ${.CURDIR}; cscope -k -buq -p4 -v
25 ${.CURDIR}/cscope.files: .PHONY
29 cscope-clean:
31 rm -f cscope.files cscope.out cscope.in.out cscope.po.out
40 HG_HOOK=if [ \$$HG_ERROR -eq 0 ]; then cd sys && make -m ../share/mk cscope; fi
41 cscope-hook:
53 TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files
55 cd ${.CURDIR}; xargs etags -a < ${.CURDIR}/cscope.files
57 .if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS))