Makefile revision 1.4
11.4Sthorpej# $NetBSD: Makefile,v 1.4 2002/12/08 20:19:58 thorpej Exp $ 21.1Stv 31.4SthorpejHOSTPROGNAME= ${_TOOL_PREFIX}compile_et 41.1StvHOST_SRCDIR= usr.bin/compile_et 51.1StvHOST_SRCS= getarg.c print_version.c warnerr.c strupr.c get_window_size.c 61.1StvHOST_CPPFLAGS= -I${DIST}/heimdal/lib/roken 71.1Stv 81.1Stv# uncommon library functions 91.1Stv.PATH: ${.CURDIR}/../../lib/libc/string 101.1StvHOST_SRCS+= strlcpy.c strlcat.c 111.1Stv 121.1StvDPSRCS= print_version.h 131.1Stvprint_version.h: make-print-version.c ${.CURDIR}/../../include/heimdal/version.h 141.1Stv ${HOST_LINK.c} -o make-print-version ${>:M*.c} 151.1Stv ./make-print-version print_version.h 161.1Stv 171.1Stv.include "${.CURDIR}/../Makefile.host" 181.1Stv 191.1Stv.PATH: ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers 201.1StvCLEANFILES+= print_version.h make-print-version make-print-version.lo 21