17 lines
420 B
Makefile
17 lines
420 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 8/14/93
|
|
# $Id: Makefile,v 1.1 1995/01/11 01:52:01 wollman Exp $
|
|
|
|
VOLUME= psd/18.gprof
|
|
SRCS= header.me abstract.me intro.me profiling.me gathering.me \
|
|
postp.me present.me refs.me
|
|
EXTRA= postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic
|
|
MACROS= -me
|
|
SRCDIR= ${.CURDIR}/../../../../usr.bin/gprof/PSD.doc
|
|
|
|
USE_SOELIM= yes
|
|
USE_PIC= yes
|
|
USE_TBL= yes
|
|
USE_EQN= yes
|
|
|
|
.include <bsd.doc.mk>
|