home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / gprof / Makefile < prev    next >
Encoding:
Makefile  |  1990-05-11  |  360 b   |  14 lines

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