a02cace51f
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.
17 lines
453 B
Makefile
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
|