1997-10-19 13:01:25 +00:00
|
|
|
# $NetBSD: Makefile,v 1.18 1997/10/19 13:01:25 lukem Exp $
|
1995-04-19 07:15:50 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/29/93
|
1993-03-31 17:24:07 +00:00
|
|
|
|
1997-10-19 13:01:25 +00:00
|
|
|
WARNS= 0
|
1993-03-31 17:24:07 +00:00
|
|
|
PROG= gprof
|
1993-12-06 05:28:34 +00:00
|
|
|
SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \
|
1993-03-31 17:24:07 +00:00
|
|
|
printgprof.c printlist.c
|
1995-04-19 07:24:08 +00:00
|
|
|
CFLAGS+= -D${MACHINE_ARCH}
|
1993-03-31 17:24:07 +00:00
|
|
|
|
1997-03-24 21:57:01 +00:00
|
|
|
FILES= ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg
|
|
|
|
FILESDIR=/usr/share/misc
|
1993-03-31 17:24:07 +00:00
|
|
|
|
1994-06-30 05:33:30 +00:00
|
|
|
.if make(install)
|
1997-10-11 09:34:07 +00:00
|
|
|
SUBDIR+=PSD.doc
|
1994-06-25 05:57:47 +00:00
|
|
|
.endif
|
|
|
|
|
1993-03-31 17:24:07 +00:00
|
|
|
.include <bsd.prog.mk>
|
1997-10-11 09:34:07 +00:00
|
|
|
.include <bsd.subdir.mk>
|