Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / share / i18n / esdb / GEORGIAN / Makefile.inc
1 # $NetBSD: Makefile.inc,v 1.1 2006/06/15 15:34:20 tnozaki Exp $
2 # $DragonFly: src/share/i18n/esdb/GEORGIAN/Makefile.inc,v 1.1 2008/04/10 10:21:12 hasso Exp $
3
4 .PATH: ${.CURDIR}/GEORGIAN
5
6 CODE:=          GEORGIAN
7 SEP_GEORGIAN:=  -
8 .include "${.CURDIR}/Makefile.part"
9
10 .for i in ${GEORGIAN_PART}
11 GEORGIAN-${i}.src: GEORGIAN.src
12         ${_MKTARGET_CREATE}
13         sed -e 's/GEORGIANx/GEORGIAN-${i}/' \
14             -e 's/GEORGIANy/GEORGIAN-${i:S/-/:/}/' $> > $@
15 CLEANFILES+= GEORGIAN-${i}.src
16 .endfor