Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / share / i18n / csmapper / GB / Makefile.inc
1 # $NetBSD: Makefile.inc,v 1.7 2006/11/23 03:25:24 tnozaki Exp $
2 # $DragonFly: src/share/i18n/csmapper/GB/Makefile.inc,v 1.2 2008/04/10 10:21:07 hasso Exp $
3
4 .PATH: ${.CURDIR}/GB
5
6 SRCS_mapper.dir+=       mapper.dir.GB
7 SRCS_charset.pivot+=    charset.pivot.GB
8 CLEANFILES+=            mapper.dir.GB charset.pivot.GB
9 MAPS_GB=                GB12345%UCS.mps \
10                         GB18030%UCS@BMP.mps \
11                         GB2312%UCS.mps \
12                         GB2312EXT%UCS.mps \
13                         GB2312UDA1%UCS.mps \
14                         GB2312UDA2%UCS.mps \
15                         GBKEXT%UCS.mps \
16                         GBKUDA%UCS.mps \
17                         ISO-IR-165EXT%UCS.mps \
18                         UCS@BMP%GB18030.mps \
19                         UCS%GB12345.mps \
20                         UCS%GB2312.mps \
21                         UCS%GB2312EXT.mps \
22                         UCS%GB2312UDA1.mps \
23                         UCS%GB2312UDA2.mps \
24                         UCS%GBKEXT.mps \
25                         UCS%GBKUDA.mps \
26                         UCS%ISO-IR-165EXT.mps
27
28 mapper.dir.GB: ${.CURDIR}/GB/mapper.dir.GB.src
29         ${_MKTARGET_CREATE}
30         (echo "# GB" ; cat ${.ALLSRC} ; echo ) > ${.TARGET}
31
32 charset.pivot.GB: ${.CURDIR}/GB/charset.pivot.GB.src
33         ${_MKTARGET_CREATE}
34         (echo "# GB" ; cat ${.ALLSRC} ; echo ) > ${.TARGET}
35
36 FILES+= ${MAPS_GB}
37 CLEANFILES+= ${MAPS_GB}
38 .for i in ${MAPS_GB}
39 FILESDIR_$i= ${BINDIR}/GB
40 .endfor