Home | History | Annotate | Line # | Download | only in gprof
Makefile revision 1.18.2.3
      1 #	$NetBSD: Makefile,v 1.18.2.3 1998/11/09 07:57:20 cgd Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 6/29/93
      3 
      4 WARNS=	0
      5 # XXX not ELF?
      6 .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "powerpc")
      7  PROG=	gprof
      8 .endif
      9 
     10 SRCS=	gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \
     11 	printgprof.c printlist.c
     12 CPPFLAGS+= -D${MACHINE_ARCH}
     13 
     14 FILES=	${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg
     15 FILESDIR=/usr/share/misc
     16 
     17 .if make(install)
     18 SUBDIR+=PSD.doc
     19 .endif
     20 
     21 .include <bsd.prog.mk>
     22 .include <bsd.subdir.mk>
     23