Lines Matching refs:_build
227 .for _build _src in ${ASM_SRCS_LIST}
228 ${_build:R}.s: Makefile dummy ${.OBJDIR}/config.m4 ${DIST}/${_src}
233 SRCS+= ${_build:R}.s
234 CLEANFILES+= ${_build:R}.s
237 .for _build _src in ${C_SRCS_LIST}
238 mpn_${_build}: Makefile
241 CPPFLAGS.mpn_${_build}+= -DOPERATION_${_build:R}
243 SRCS+= mpn_${_build}
244 CLEANFILES+= mpn_${_build}