Cross Reference: Makefile
xref: /src/usr.bin/gprof/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.bin/gprof/
Makefile revision 1.7
11.4Smycroft#	from: @(#)Makefile	5.17 (Berkeley) 5/11/90
21.7Scgd#	$Id: Makefile,v 1.7 1993/12/06 05:28:34 cgd Exp $
31.1Scgd
41.1ScgdPROG=	gprof
51.7ScgdSRCS=	gprof.c arcs.c dfn.c lookup.c ${MACHINE_ARCH}.c hertz.c \
61.1Scgd	printgprof.c printlist.c
71.7ScgdCFLAGS+=-I${.CURDIR}/../../lib/csu/${MACHINE_ARCH}
81.1Scgd
91.1Scgdbeforeinstall:
101.6Sjtc	@install -d -o root -g wheel -m 755 ${DESTDIR}/usr/share/misc
111.5Scgd	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
121.1Scgd	    ${.CURDIR}/gprof.flat ${.CURDIR}/gprof.callg \
131.1Scgd	    ${DESTDIR}/usr/share/misc
141.1Scgd
151.1Scgd.include <bsd.prog.mk>
16

Indexes created Tue Dec 16 05:09:39 GMT 2025