Home | History | Annotate | Line # | Download | only in KAZAKH
Makefile.inc revision 1.1
      1 # $NetBSD: Makefile.inc,v 1.1 2007/03/13 16:34:39 tnozaki Exp $
      2 
      3 .PATH: ${.CURDIR}/KAZAKH
      4 
      5 CODESETS_KAZAKH!=	sed '/^\#/d;/^ *$$/d;/^[ 	]*/s///;s/[ 	].*//' \
      6 			${.CURDIR}/KAZAKH/esdb.dir.KAZAKH.src
      7 ESDB_KAZAKH:=	${CODESETS_KAZAKH:C/$/.esdb/:S/:/@/}
      8 
      9 SRC_esdb.dir+=		esdb.dir.KAZAKH.src
     10 SRC_esdb.alias+=	esdb.alias.KAZAKH.src
     11 FILES+=			${ESDB_KAZAKH}
     12 CLEANFILES+=		${ESDB_KAZAKH}
     13 .for i in ${ESDB_KAZAKH}
     14 FILESDIR_$i:=		${BINDIR}/KAZAKH
     15 .endfor
     16