Cross Reference: Makefile
xref: /src/tools/genassym/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tools/genassym/
Makefile revision 1.3
11.3Sthorpej#	$NetBSD: Makefile,v 1.3 2005/06/05 18:19:53 thorpej Exp $
21.1Sthorpej
31.1Sthorpej.include <bsd.own.mk>
41.1Sthorpej
51.3Sthorpej.PATH.sh:	${.CURDIR}/../../usr.bin/genassym
61.2Schristos
71.1SthorpejCOMPATOBJ!=	cd ${.CURDIR}/../compat && ${PRINTOBJDIR}
81.1Sthorpej.-include	"${COMPATOBJ}/defs.mk"
91.1Sthorpej
101.2Schristos
111.1SthorpejTIMESTAMP=	${TOOLDIR}/bin/${_TOOL_PREFIX}genassym
121.1Sthorpej
131.1SthorpejCLEANFILES+=	genassym
141.1Sthorpej
151.1Sthorpej.include <bsd.hostprog.mk>
161.1Sthorpej
171.1Sthorpejinstall: ${TIMESTAMP}
181.1Sthorpej${TIMESTAMP}: genassym
191.1Sthorpej	${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET}
201.1Sthorpej
211.1Sthorpejgenassym: genassym.sh
221.1Sthorpej	sed -e "s,/bin/sh,${HOST_BSHELL},g" < ${.ALLSRC} > ${.TARGET}
231.1Sthorpej
241.1Sthorpejrealall: genassym
25

Indexes created Tue Dec 16 10:09:24 GMT 2025