freebsd-dev/lib/libc_r/gmon/Makefile.inc
Julian Elischer 012dfd00b3 Reviewed by: julian
Submitted by:	 john birrel

One version of the pthreads library
another will follow with differnt actions under some cases..
not QUITE complete
1996-01-22 00:23:58 +00:00

11 lines
199 B
Makefile

# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# gmon sources
.PATH: ${.CURDIR}/../libc/gmon
SRCS+= gmon.c mcount.c
# mcount cannot be compiled with profiling
mcount.po: mcount.o
cp mcount.o mcount.po