NetBSD/usr.bin/gprof/Makefile

19 lines
405 B
Makefile
Raw Normal View History

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