Home | History | Annotate | Download | only in conf

Lines Matching defs:cscope

1 # $NetBSD: cscope.mk,v 1.1 2015/08/29 16:27:07 uebayasi Exp $
4 ## cscope
7 EXTRA_CLEAN+= cscope.out cscope.tmp
8 .if !target(cscope.out)
9 cscope.out: Makefile depend
14 > cscope.tmp
18 >> cscope.tmp
19 @echo ${SRCS} | cat - cscope.tmp | tr -s ' ' '\n' | sort -u | \
20 ${CSCOPE} -k -i - -b `echo ${INCLUDES} | ${TOOL_SED} s/-nostdinc//`
21 # cscope doesn't write cscope.out if it's uptodate, so ensure
22 # make doesn't keep calling cscope when not needed.
23 @rm -f cscope.tmp; touch cscope.out
26 .if !target(cscope)
27 cscope: cscope.out
28 @${CSCOPE} -d