xref: /dragonfly/lib/libc/gmon/Makefile.inc (revision e0b1d537)
1#	from @(#)Makefile.inc	8.1 (Berkeley) 6/4/93
2# $FreeBSD: src/lib/libc/gmon/Makefile.inc,v 1.12 2006/10/28 13:34:35 bde Exp $
3
4# gmon sources
5.PATH: ${.CURDIR}/../libc/gmon
6
7CMAPS+=	${.CURDIR}/gmon/Symbol.map
8
9SRCS+=	gmon.c mcount.c
10
11.if ${LIB} == "c"
12MAN+=	moncontrol.3
13
14MLINKS+=moncontrol.3 monstartup.3
15.endif
16
17# mcount cannot be compiled with profiling
18mcount.po: mcount.o
19	cp mcount.o mcount.po
20