2000-09-05 20:28:30 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.5 2000/09/05 16:28:31 thorpej Exp $
|
1995-02-27 15:54:33 +03:00
|
|
|
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
1994-05-14 10:02:57 +04:00
|
|
|
|
|
|
|
# gmon sources
|
2000-09-05 20:28:30 +04:00
|
|
|
.PATH: ${.CURDIR}/gmon ${ARCHDIR}/gmon
|
|
|
|
|
|
|
|
.-include "${ARCHDIR}/gmon/Makefile.inc"
|
1994-05-14 10:02:57 +04:00
|
|
|
|
|
|
|
SRCS+= gmon.c mcount.c
|
1994-12-22 12:57:51 +03:00
|
|
|
MAN+= moncontrol.3
|
1994-05-14 10:02:57 +04:00
|
|
|
|
|
|
|
# mcount cannot be compiled with profiling
|
|
|
|
mcount.po: mcount.o
|
|
|
|
cp mcount.o mcount.po
|