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
17 lines
334 B
Makefile
17 lines
334 B
Makefile
# $NetBSD: Makefile.inc,v 1.4 2008/10/25 22:27:35 apb Exp $
|
|
|
|
.PATH: ${.CURDIR}/CP
|
|
|
|
CODE:= CP
|
|
SEP_CP:=
|
|
.include "${.CURDIR}/Makefile.part"
|
|
|
|
.for i in ${CP_PART}
|
|
.if !exists(${.CURDIR}/CP/CP${i:S/:/@/}.src)
|
|
CP${i:S/:/@/}.src: CP.src
|
|
${_MKTARGET_CREATE}
|
|
${TOOL_SED} 's/CPx/CP$i/' $> > $@
|
|
CLEANFILES+= CP${i:S/:/@/}.src
|
|
.endif
|
|
.endfor
|