Lines Matching refs:cscope
22 cscope: cscope.out target
23 cscope.out: ${.CURDIR}/cscope.files
24 cd ${.CURDIR}; cscope -k -buq -p4 -v
26 ${.CURDIR}/cscope.files: .PHONY
30 cscope-clean:
32 rm -f cscope.files cscope.out cscope.in.out cscope.po.out
41 HG_HOOK=if [ \$$HG_ERROR -eq 0 ]; then cd sys && make -m ../share/mk cscope; fi
42 cscope-hook:
54 TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files
56 cd ${.CURDIR}; xargs etags -a < ${.CURDIR}/cscope.files
58 .if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS))