Cross Reference: Makefile
xref: /src/tools/genassym/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tools/genassym/
Makefile revision 1.1
11.1Sthorpej#	$NetBSD: Makefile,v 1.1 2005/05/30 15:51:36 thorpej Exp $
21.1Sthorpej
31.1Sthorpej.include <bsd.own.mk>
41.1Sthorpej
51.1SthorpejCOMPATOBJ!=	cd ${.CURDIR}/../compat && ${PRINTOBJDIR}
61.1Sthorpej.-include	"${COMPATOBJ}/defs.mk"
71.1Sthorpej
81.1SthorpejTIMESTAMP=	${TOOLDIR}/bin/${_TOOL_PREFIX}genassym
91.1Sthorpej
101.1SthorpejCLEANFILES+=	genassym
111.1Sthorpej
121.1Sthorpej.include <bsd.hostprog.mk>
131.1Sthorpej
141.1Sthorpejinstall: ${TIMESTAMP}
151.1Sthorpej${TIMESTAMP}: genassym
161.1Sthorpej	${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET}
171.1Sthorpej
181.1Sthorpejgenassym: genassym.sh
191.1Sthorpej	sed -e "s,/bin/sh,${HOST_BSHELL},g" < ${.ALLSRC} > ${.TARGET}
201.1Sthorpej
211.1Sthorpejrealall: genassym
22

Indexes created Tue Dec 16 05:09:39 GMT 2025