Newer
Older
UbixOS / lib / libc / gmon / Makefile.inc
@Charlie Root Charlie Root on 31 Dec 2017 385 bytes More Cleanup
#	from @(#)Makefile.inc	8.1 (Berkeley) 6/4/93
# $FreeBSD: releng/11.1/lib/libc/gmon/Makefile.inc 262722 2014-03-04 02:19:39Z marcel $

# gmon sources
.PATH: ${LIBC_SRCTOP}/gmon

SRCS+=	gmon.c mcount.c

SYM_MAPS+=${LIBC_SRCTOP}/gmon/Symbol.map

MAN+=	moncontrol.3

MLINKS+=moncontrol.3 monstartup.3

# mcount cannot be compiled with profiling
mcount.po: mcount.o
	cp mcount.o mcount.po