xref: /freebsd/lib/libc/gmon/Makefile.inc (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1# gmon sources
2.PATH: ${LIBC_SRCTOP}/gmon
3
4SRCS+=	gmon.c mcount.c
5
6SYM_MAPS+=${LIBC_SRCTOP}/gmon/Symbol.map
7
8MAN+=	moncontrol.3
9
10MLINKS+=moncontrol.3 monstartup.3
11
12# mcount cannot be compiled with profiling
13mcount.po: mcount.o
14	cp mcount.o mcount.po
15