NetBSD/share/i18n/esdb/TCVN/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
429 B
Makefile

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