Remove building with NOCRYPTO option
[minix.git] / external / gpl3 / gcc / usr.bin / include / Makefile
blob69491355fa9189108076163241ef5fc3cb8e24c8
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"
7 .endif
9 INCS= ${G_EXTRA_HEADERS:T}
11 # XXX missed some how
12 .if ${GCC_MACHINE_ARCH} == "i386" || ${GCC_MACHINE_ARCH} == "x86_64"
13 INCS+= mm_malloc.h
15 # XXX we should put this in gcc/config.gcc and regenerate the i386/x86
16 # mknative files
17 mm_malloc.h: ${DIST}/gcc/config/i386/pmm_malloc.h
18 cp -f $> ${.TARGET}
20 CLEANFILES+= mm_malloc.h
21 .endif
23 INCSDIR= /usr/include/gcc-4.8
25 .include <bsd.prog.mk>
27 .PATH: ${G_EXTRA_HEADERS:H:O:u}