2008-10-26 02:15:28 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 2008/10/25 22:15:28 apb Exp $
|
2005-05-30 19:51:36 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2005-06-05 22:19:52 +04:00
|
|
|
.PATH.sh: ${.CURDIR}/../../usr.bin/genassym
|
2005-05-31 07:53:59 +04:00
|
|
|
|
2005-05-30 19:51:36 +04:00
|
|
|
COMPATOBJ!= cd ${.CURDIR}/../compat && ${PRINTOBJDIR}
|
|
|
|
.-include "${COMPATOBJ}/defs.mk"
|
|
|
|
|
2005-05-31 07:53:59 +04:00
|
|
|
|
2005-05-30 19:51:36 +04:00
|
|
|
TIMESTAMP= ${TOOLDIR}/bin/${_TOOL_PREFIX}genassym
|
|
|
|
|
|
|
|
CLEANFILES+= genassym
|
|
|
|
|
|
|
|
.include <bsd.hostprog.mk>
|
|
|
|
|
|
|
|
install: ${TIMESTAMP}
|
|
|
|
${TIMESTAMP}: genassym
|
|
|
|
${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET}
|
|
|
|
|
|
|
|
genassym: genassym.sh
|
2008-10-26 02:15:28 +04:00
|
|
|
${TOOL_SED} -e "s,/bin/sh,${HOST_BSHELL},g" \
|
2008-10-20 02:05:19 +04:00
|
|
|
-e "s,{AWK:=.*},{AWK:="${TOOL_AWK:Q}"}," \
|
|
|
|
< ${.ALLSRC} > ${.TARGET}
|
2005-05-30 19:51:36 +04:00
|
|
|
|
|
|
|
realall: genassym
|