freebsd-src/lib/libc/gmon/Makefile.inc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
251 B
PHP
Raw Normal View History

1994-05-27 05:00:24 +00:00
# gmon sources
.PATH: ${LIBC_SRCTOP}/gmon
1994-05-27 05:00:24 +00:00
SRCS+= gmon.c mcount.c
SYM_MAPS+=${LIBC_SRCTOP}/gmon/Symbol.map
2001-03-27 17:27:19 +00:00
MAN+= moncontrol.3
MLINKS+=moncontrol.3 monstartup.3
1994-05-27 05:00:24 +00:00
# mcount cannot be compiled with profiling
mcount.po: mcount.o
cp mcount.o mcount.po