NetBSD/share/i18n/esdb/KAZAKH/Makefile.inc
apb a02cace51f Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.
This may need more work to prevent warning messages during
"make cleandir" when the commands in "!=" assignments are executed
even though tools may not have been built.
2008-10-25 22:35:36 +00:00

17 lines
453 B
Makefile

# $NetBSD: Makefile.inc,v 1.2 2008/10/25 22:35:36 apb Exp $
.PATH: ${.CURDIR}/KAZAKH
CODESETS_KAZAKH!= ${TOOL_SED} \
'/^\#/d;/^ *$$/d;/^[ ]*/s///;s/[ ].*//' \
${.CURDIR}/KAZAKH/esdb.dir.KAZAKH.src
ESDB_KAZAKH:= ${CODESETS_KAZAKH:C/$/.esdb/:S/:/@/}
SRC_esdb.dir+= esdb.dir.KAZAKH.src
SRC_esdb.alias+= esdb.alias.KAZAKH.src
FILES+= ${ESDB_KAZAKH}
CLEANFILES+= ${ESDB_KAZAKH}
.for i in ${ESDB_KAZAKH}
FILESDIR_$i:= ${BINDIR}/KAZAKH
.endfor