xref: /netbsd-src/usr.bin/gprof/Makefile (revision 2a399c6883d870daece976daec6ffa7bb7f934ce)
1#	$NetBSD: Makefile,v 1.19 1997/10/24 09:00:31 lukem Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/29/93
3
4WARNS=	0
5PROG=	gprof
6SRCS=	gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \
7	printgprof.c printlist.c
8CPPFLAGS+= -D${MACHINE_ARCH}
9
10FILES=	${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg
11FILESDIR=/usr/share/misc
12
13.if make(install)
14SUBDIR+=PSD.doc
15.endif
16
17.include <bsd.prog.mk>
18.include <bsd.subdir.mk>
19