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