Makefile revision 1.2
11.2Stv# $NetBSD: Makefile,v 1.2 2002/01/21 20:04:37 tv Exp $ 21.1Stv 31.1StvTIMESTAMP= ${TOOLDIR}/bin/nbhost-mkdep 41.1Stv 51.1StvCLEANFILES+= config.cache config.log config.status host-mkdep 61.1Stv 71.1Stv.include <bsd.hostprog.mk> 81.1Stv 91.1Stvrealall: host-mkdep 101.1Stvhost-mkdep: configure host-mkdep.in 111.1Stv -rm -f $@ 121.2Stv CC=${HOST_CC:Q} CFLAGS=${HOST_CFLAGS:Q} LDFLAGS=${HOST_LDFLAGS:Q} \ 131.2Stv ${.CURDIR}/configure --cache-file=config.cache 141.1Stv 151.1Stv# This is the only program that comes before binstall. 161.1Stvinstall: ${TIMESTAMP} 171.1Stv${TIMESTAMP}: host-mkdep 181.1Stv cp host-mkdep $@ 191.1Stv chmod +x $@ 201.1Stv 211.1Stv# Run by hand, then "configure" script committed: 221.1Stvregen: 231.1Stv cd ${.CURDIR} && ${TOOLDIR}/bin/nbautoconf 24