Makefile (5584f22bb3f6664a71dae0b7a83cc974ca130265) | Makefile (3fc980b13595d56a312a2a0c752f76902a72b2f7) |
---|---|
1# @(#)Makefile 8.1 (Berkeley) 6/29/93 | 1# @(#)Makefile 8.1 (Berkeley) 6/29/93 |
2# $FreeBSD$ |
|
2 3PROG= gprof 4SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c ${MACHINE_ARCH}.c hertz.c \ | 3 4PROG= gprof 5SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c ${MACHINE_ARCH}.c hertz.c \ |
5 printgprof.c printlist.c | 6 printgprof.c printlist.c kernel.c |
6 7beforeinstall: 8 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ 9 ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \ 10 ${DESTDIR}/usr/share/misc 11 12.include <bsd.prog.mk> | 7 8beforeinstall: 9 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ 10 ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \ 11 ${DESTDIR}/usr/share/misc 12 13.include <bsd.prog.mk> |