1 # $NetBSD: Makefile,v 1.7 2014/03/13 16:19:24 gdt Exp $
3 .
include "../Makefile.inc"
5 .if exists
(${.CURDIR
}/arch
/${GCC_MACHINE_ARCH}.mk
)
6 .
include "${.CURDIR}/arch/${GCC_MACHINE_ARCH}.mk"
9 INCS
= ${G_EXTRA_HEADERS
:T
}
12 .if
${GCC_MACHINE_ARCH} == "i386" ||
${GCC_MACHINE_ARCH} == "x86_64"
15 # XXX we should put this in gcc/config.gcc and regenerate the i386/x86
17 mm_malloc.h
: ${DIST}/gcc
/config
/i386
/pmm_malloc.h
20 CLEANFILES
+= mm_malloc.h
23 INCSDIR
= /usr
/include/gcc-4.8
25 .
include <bsd.prog.mk
>
27 .PATH
: ${G_EXTRA_HEADERS
:H
:O
:u
}