Merge from vendor branch BZIP:
[dragonfly.git] / share / i18n / csmapper / GB / Makefile.inc
1 # $NetBSD: src/share/i18n/csmapper/GB/Makefile.inc,v 1.3 2003/10/21 10:01:21 lukem Exp $
2 # $DragonFly: src/share/i18n/csmapper/GB/Makefile.inc,v 1.1 2005/03/10 16:19:35 joerg 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=                GB2312%UCS.mps \
10                         UCS%GB2312.mps
11
12 mapper.dir.GB: ${.CURDIR}/GB/mapper.dir.GB.src
13         ${_MKTARGET_CREATE}
14         (echo "# GB" ; cat ${.ALLSRC} ; echo ) > ${.TARGET}
15
16 charset.pivot.GB: ${.CURDIR}/GB/charset.pivot.GB.src
17         ${_MKTARGET_CREATE}
18         (echo "# GB" ; cat ${.ALLSRC} ; echo ) > ${.TARGET}
19
20 FILES+= ${MAPS_GB}
21 CLEANFILES+= ${MAPS_GB}
22 .for i in ${MAPS_GB}
23 FILESDIR_$i= ${BINDIR}/GB
24 .endfor