kernel: scheduling fix for ARM
[minix.git] / lib / libc / gmon / Makefile.inc
blobd44e8160abb59b6674fa510f5fe51fc3bfdad519
1 #       $NetBSD: Makefile.inc,v 1.10 2011/01/23 06:27:32 matt Exp $
2 #       @(#)Makefile.inc        8.1 (Berkeley) 6/4/93
4 # gmon sources
5 .PATH: ${.CURDIR}/gmon ${ARCHDIR}/gmon
7 .-include "${ARCHDIR}/gmon/Makefile.inc"
9 SRCS+=  gmon.c mcount.c
10 MAN+=   moncontrol.3
11 MLINKS+=moncontrol.3 monstartup.3
13 .if (${MACHINE_CPU} == "mips")
14 # Turn off as(1) warnings on MIPS, since warnings are fatal with WARNS>0
15 # and mcount.c causes warnings from as(1).
16 # mcount.c should be fixed and this test removed.
18 COPTS.mcount.c+=-Wa,--no-warn
19 .endif
22 # mcount and gmon cannot be compiled with profiling
23 mcount.po: mcount.o
24         cp mcount.o mcount.po
26 gmon.po: gmon.o
27         cp gmon.o gmon.po