NetBSD/lib/libc/gmon/Makefile.inc
thorpej 9c5afcb2f0 Move the Alpha _mcount() into a .S file so that it can be
pre-processed, like other Alpha assembly files.
2000-09-05 16:28:30 +00:00

15 lines
332 B
Makefile

# $NetBSD: Makefile.inc,v 1.5 2000/09/05 16:28:31 thorpej Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# gmon sources
.PATH: ${.CURDIR}/gmon ${ARCHDIR}/gmon
.-include "${ARCHDIR}/gmon/Makefile.inc"
SRCS+= gmon.c mcount.c
MAN+= moncontrol.3
# mcount cannot be compiled with profiling
mcount.po: mcount.o
cp mcount.o mcount.po