Initial import from FreeBSD RELENG_4:
[games.git] / lib / libcr / gmon / Makefile.inc
1 #       from @(#)Makefile.inc   8.1 (Berkeley) 6/4/93
2 # $FreeBSD: src/lib/libc/gmon/Makefile.inc,v 1.7.2.1 2001/04/25 10:04:05 ru Exp $
3
4 # gmon sources
5 .PATH: ${.CURDIR}/../libc/gmon
6
7 SRCS+=  gmon.c mcount.c
8
9 .if ${LIB} == "c"
10 MAN+=   moncontrol.3
11
12 MLINKS+=moncontrol.3 monstartup.3
13 .endif
14
15 # mcount cannot be compiled with profiling
16 mcount.po: mcount.o
17         cp mcount.o mcount.po