xref: /freebsd/lib/libc/gmon/Makefile.inc (revision 4a558355e5f3b4521cef56a6b705fa84be41dfa0)
187003932SJohn Birrell#	from @(#)Makefile.inc	8.1 (Berkeley) 6/4/93
27f3dea24SPeter Wemm# $FreeBSD$
358f0484fSRodney W. Grimes
458f0484fSRodney W. Grimes# gmon sources
587003932SJohn Birrell.PATH: ${.CURDIR}/../libc/gmon
658f0484fSRodney W. Grimes
758f0484fSRodney W. GrimesSRCS+=	gmon.c mcount.c
887003932SJohn Birrell
987003932SJohn Birrell.if ${LIB} == "c"
104a558355SRuslan ErmilovMAN+=	moncontrol.3
11b0e24246SBruce Evans
12eba2673aSPoul-Henning KampMLINKS+=moncontrol.3 monstartup.3
1387003932SJohn Birrell.endif
1458f0484fSRodney W. Grimes
1558f0484fSRodney W. Grimes# mcount cannot be compiled with profiling
1658f0484fSRodney W. Grimesmcount.po: mcount.o
1758f0484fSRodney W. Grimes	cp mcount.o mcount.po
18