1994-05-27 05:00:24 +00:00
|
|
|
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
|
|
|
|
|
|
# gmon sources
|
|
|
|
.PATH: ${.CURDIR}/gmon
|
|
|
|
|
|
|
|
SRCS+= gmon.c mcount.c
|
1994-08-05 01:19:12 +00:00
|
|
|
MAN3+= gmon/moncontrol.3
|
1994-05-27 05:00:24 +00:00
|
|
|
|
|
|
|
# mcount cannot be compiled with profiling
|
|
|
|
mcount.po: mcount.o
|
|
|
|
cp mcount.o mcount.po
|