Home | History | Annotate | Line # | Download | only in gprof
Makefile revision 1.1
      1  1.1  cgd #	@(#)Makefile	5.17 (Berkeley) 5/11/90
      2  1.1  cgd 
      3  1.1  cgd PROG=	gprof
      4  1.1  cgd SRCS=	gprof.c arcs.c dfn.c lookup.c ${MACHINE}.c hertz.c \
      5  1.1  cgd 	printgprof.c printlist.c
      6  1.1  cgd CFLAGS+=-I${.CURDIR}/../../lib/csu.${MACHINE}
      7  1.1  cgd 
      8  1.1  cgd beforeinstall:
      9  1.1  cgd 	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
     10  1.1  cgd 	    ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
     11  1.1  cgd 	    ${DESTDIR}/usr/share/misc
     12  1.1  cgd 
     13  1.1  cgd .include <bsd.prog.mk>
     14