Merge branch 'vendor/MPC'
[dragonfly.git] / share / i18n / csmapper / TCVN / Makefile.inc
1 # $NetBSD: Makefile.inc,v 1.1 2006/11/13 15:16:30 tnozaki Exp $
2
3 .PATH: ${.CURDIR}/TCVN
4
5 SRCS_mapper.dir+=       mapper.dir.TCVN
6 SRCS_charset.pivot+=    charset.pivot.TCVN
7 CLEANFILES+=            mapper.dir.TCVN charset.pivot.TCVN
8 MAPS_TCVN=              TCVN5712-1%UCS.mps \
9                         VISCII%UCS.mps \
10                         UCS%TCVN5712-1.mps \
11                         UCS%VISCII.mps
12
13 mapper.dir.TCVN: ${.CURDIR}/TCVN/mapper.dir.TCVN.src
14         (echo "# TCVN" ; cat ${.ALLSRC} ; echo ) > ${.TARGET}
15
16 charset.pivot.TCVN: ${.CURDIR}/TCVN/charset.pivot.TCVN.src
17         (echo "# TCVN" ; cat ${.ALLSRC} ; echo ) > ${.TARGET}
18
19 FILES+= ${MAPS_TCVN}
20 CLEANFILES+= ${MAPS_TCVN}
21 .for i in ${MAPS_TCVN}
22 FILESDIR_$i= ${BINDIR}/TCVN
23 .endfor