summaryrefslogtreecommitdiffstats
path: root/share/i18n/csmapper/Makefile
blob: 54746f97006e79ef781a3afaa08ac0b517657baa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# $FreeBSD$
# $NetBSD: Makefile,v 1.13 2007/03/13 16:34:37 tnozaki Exp $

FILESDIR= ${CSMAPPERDIR}

SUBDIR=	APPLE AST BIG5 CNS CP EBCDIC GB GEORGIAN ISO646 ISO-8859 JIS \
	KAZAKH KOI KS MISC TCVN

mapper.dir: ${SUBDIR}
	> ${.TARGET}
.for i in ${SUBDIR}
	cat ${i}/mapper.dir.${i} >> ${.TARGET}
.endfor
mapper.dir.db: mapper.dir
	${MKCSMAPPER} -m -o ${.TARGET} ${.ALLSRC}

FILES+=	mapper.dir mapper.dir.db
CLEANFILES+= mapper.dir mapper.dir.db

charset.pivot: ${SUBDIR}
	> ${.TARGET}
.for i in ${SUBDIR}
	cat ${i}/charset.pivot.${i} >> ${.TARGET}
.endfor
charset.pivot.pvdb: charset.pivot
	${MKCSMAPPER} -p -o ${.TARGET} ${.ALLSRC}

FILES+=	charset.pivot charset.pivot.pvdb
CLEANFILES+= charset.pivot charset.pivot.pvdb

all: ${FILES}
realall: ${FILES}

.include "./Makefile.inc"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud