freebsd-dev/lib/libc_r/gmon/Makefile.inc

11 lines
199 B
PHP
Raw Normal View History

# @(#)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