Makefile revision 1.1
11.1Stv# $NetBSD: Makefile,v 1.1 2001/09/21 23:01:08 tv Exp $ 21.1Stv 31.1StvHOST_SRCDIR= usr.bin/compile_et 41.1StvHOST_SRCS= getarg.c print_version.c warnerr.c strupr.c get_window_size.c 51.1StvHOST_CPPFLAGS= -I${DIST}/heimdal/lib/roken 61.1Stv 71.1Stv# uncommon library functions 81.1Stv.PATH: ${.CURDIR}/../../lib/libc/string 91.1StvHOST_SRCS+= strlcpy.c strlcat.c 101.1Stv 111.1StvDPSRCS= print_version.h 121.1Stvprint_version.h: make-print-version.c ${.CURDIR}/../../include/heimdal/version.h 131.1Stv ${HOST_LINK.c} -o make-print-version ${>:M*.c} 141.1Stv ./make-print-version print_version.h 151.1Stv 161.1Stv.include "${.CURDIR}/../Makefile.host" 171.1Stv 181.1Stv.PATH: ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers 191.1StvCLEANFILES+= print_version.h make-print-version make-print-version.lo 201.1Stv 211.1Stv${TIMESTAMP}: Makefile 22