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
20 lines
451 B
Makefile
20 lines
451 B
Makefile
# $NetBSD: Makefile.inc,v 1.2 2008/10/25 22:27:35 apb Exp $
|
|
|
|
.PATH: ${.CURDIR}/APPLE
|
|
|
|
CODE:= MAC
|
|
PARTFILE_MAC:= ${.CURDIR}/APPLE/MAC.part
|
|
ALIASFILE_MAC:= ${.CURDIR}/APPLE/MAC.alias
|
|
SEP_MAC:=
|
|
SUBDIR_MAC:= APPLE
|
|
.include "${.CURDIR}/Makefile.part"
|
|
|
|
.for i in ${MAC_PART}
|
|
.if !exists(${.CURDIR}/MAC/MAC${i:S/:/@/}.src)
|
|
MAC${i:S/:/@/}.src: MAC.src
|
|
${_MKTARGET_CREATE}
|
|
${TOOL_SED} 's/changeme/$i/' $> > $@
|
|
CLEANFILES+= MAC${i:S/:/@/}.src
|
|
.endif
|
|
.endfor
|