Makefile revision 1.1
11.1Sthorpej# $NetBSD: Makefile,v 1.1 2001/10/25 07:45:14 thorpej Exp $ 21.1Sthorpej 31.1SthorpejHOST_SRCDIR= lib/libasn1/asn1_compile 41.1Sthorpej 51.1SthorpejDPSRCS= print_version.h 61.1Sthorpejprint_version.h: make-print-version.c ${.CURDIR}/../../include/heimdal/version.h 71.1Sthorpej ${HOST_LINK.c} -o make-print-version ${>:M*.c} 81.1Sthorpej ./make-print-version print_version.h 91.1Sthorpej 101.1Sthorpej.include "${.CURDIR}/../Makefile.host" 111.1Sthorpej 121.1Sthorpej.PATH: ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers 131.1SthorpejCLEANFILES+= print_version.h make-print-version make-print-version.lo 141.1Sthorpej 151.1Sthorpej${TIMESTAMP}: Makefile 16