Home | History | Annotate | Line # | Download | only in DEC
      1 # $NetBSD: Makefile.inc,v 1.2 2008/10/25 22:27:36 apb Exp $
      2 
      3 .PATH: ${.CURDIR}/DEC
      4 
      5 CODE:=		DEC
      6 SEP_DEC:=
      7 .include "${.CURDIR}/Makefile.part"
      8 
      9 .for i in ${DEC_PART}
     10 .if !exists(${.CURDIR}/DEC/DEC${i:S/:/@/}.src)
     11 DEC${i:S/:/@/}.src: DEC.src
     12 	${_MKTARGET_CREATE}
     13 	${TOOL_SED} 's/DECx/DEC$i/' $> > $@
     14 CLEANFILES+=	DEC${i:S/:/@/}.src
     15 .endif
     16 .endfor
     17