Lines Matching refs:cscope
26 cscope: cscope.out target
27 cscope.out: ${.CURDIR}/cscope.files
28 cd ${.CURDIR}; cscope -k -buq -p4 -v
30 ${.CURDIR}/cscope.files: .PHONY
34 cscope-clean:
36 rm -f cscope.files cscope.out cscope.in.out cscope.po.out
45 HG_HOOK=if [ \$$HG_ERROR -eq 0 ]; then cd sys && make -m ../share/mk cscope; fi
46 cscope-hook:
58 TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files
60 cd ${.CURDIR}; xargs etags -a < ${.CURDIR}/cscope.files
62 .if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS))