Lines Matching refs:_s
340 .for _s in ${_CFILES}
341 .if !commands(${_s:T:R}.o)
342 ${_s:T:R}.o: ${_s}
347 .for _s in ${_SFILES}
348 .if !commands(${_s:T:R}.o)
349 ${_s:T:R}.o: ${_s}
420 .for _s in ${SSRCS}
421 .if !commands(${_s:T:R}.d)
422 ${_s:T:R}.d: ${_s}
425 ${CPPFLAGS} ${CPPFLAGS.${_s:T}} ${_s}
430 .for _s in ${CSRCS}
431 .if !commands(${_s:T:R}.d)
432 ${_s:T:R}.d: ${_s}
435 ${CPPFLAGS} ${CPPFLAGS.${_s:T}} ${_s}