Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / gcc4 / Makefile
blob3a01d1804c9b13de648a53f143cc968c5940b203
1 # $NetBSD: Makefile,v 1.3 2003/12/05 18:56:11 matt Exp $
3 NOOBJ=# defined
5 .include <bsd.own.mk>
7 .if ${MKGCC} != "no" && exists(${.CURDIR}/arch/${MACHINE_ARCH}/defs.mk)
9 SUBDIR+= host-libiberty libiberty .WAIT \
10 backend .WAIT \
11 frontend .WAIT \
12 libcpp gcov .WAIT \
13 cc1 cc1obj cc1plus cpp g++ gcc \
14 include protoize unprotoize
16 .include <bsd.subdir.mk>
18 .else
19 # Do nothing. (PROG undefined)
20 .include <bsd.prog.mk>
21 .endif