minix/share/i18n/esdb/CP/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

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