Home | History | Annotate | Line # | Download | only in gprof
Makefile revision 1.20
      1  1.20  christos #	$NetBSD: Makefile,v 1.20 1998/02/22 12:55:44 christos Exp $
      2  1.13       cgd #	@(#)Makefile	8.1 (Berkeley) 6/29/93
      3   1.1       cgd 
      4   1.1       cgd PROG=	gprof
      5   1.7       cgd SRCS=	gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \
      6   1.1       cgd 	printgprof.c printlist.c
      7  1.19     lukem CPPFLAGS+= -D${MACHINE_ARCH}
      8   1.1       cgd 
      9  1.16  christos FILES=	${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg
     10  1.16  christos FILESDIR=/usr/share/misc
     11  1.11       cgd 
     12  1.12       cgd .if make(install)
     13  1.17   mycroft SUBDIR+=PSD.doc
     14  1.11       cgd .endif
     15   1.1       cgd 
     16   1.1       cgd .include <bsd.prog.mk>
     17  1.17   mycroft .include <bsd.subdir.mk>
     18