minix/share/i18n/esdb/AST/Makefile.inc
Lionel Sambuc 36dcc4a4a9 Import locale tools and ressource files
This commit requires special steps, please checkout docs/UPDATING.

Tools:
 - gencat
 - locale
 - mkcsmapper
 - mkesdb
 - mklocale

Libs:
 - i18n_module
 - libintl

Ressources:
 - i18n
 - locale

Change-Id: I559d0399d8e98bcee15225cab786e43f31506207
2016-07-09 12:18:33 +02:00

19 lines
490 B
Makefile

# $NetBSD: Makefile.inc,v 1.2 2008/10/25 22:27:35 apb Exp $
.PATH: ${.CURDIR}/AST
CODE:= ARMSCII
PARTFILE_ARMSCII:= ${.CURDIR}/AST/ARMSCII.part
ALIASFILE_ARMSCII:= ${.CURDIR}/AST/ARMSCII.alias
SUBDIR_ARMSCII:= AST
.include "${.CURDIR}/Makefile.part"
.for i in ${ARMSCII_PART}
.if !exists(${.CURDIR}/AST/ARMSCII-${i:S/:/@/}.src)
ARMSCII-${i:S/:/@/}.src: ARMSCII.src
${_MKTARGET_CREATE}
${TOOL_SED} 's/ARMSCII-x/ARMSCII-$i/' $> > $@
CLEANFILES+= ARMSCII-${i:S/:/@/}.src
.endif
.endfor