# $NetBSD: Makefile,v 1.22 1998/02/23 01:04:08 jonathan Exp $ # @(#)Makefile 8.1 (Berkeley) 6/29/93 # XXX not ELF? .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && \ ${MACHINE_ARCH} != "powerpc") PROG= gprof .endif SRCS= gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \ printgprof.c printlist.c CPPFLAGS+= -D${MACHINE_ARCH} FILES= ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg FILESDIR=/usr/share/misc .if make(install) SUBDIR+=PSD.doc .endif .include .include