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