Makefile revision 1.16
1# $NetBSD: Makefile,v 1.16 1997/03/24 21:59:37 christos Exp $ 2# @(#)Makefile 8.1 (Berkeley) 6/29/93 3 4PROG= gprof 5SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \ 6 printgprof.c printlist.c 7CFLAGS+= -D${MACHINE_ARCH} 8 9FILES= ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg 10FILESDIR=/usr/share/misc 11 12.if make(install) 13SUBDIR+= PSD.doc 14.endif 15 16.include <bsd.prog.mk> 17