# $NetBSD: Makefile,v 1.1 2011/06/21 06:03:15 mrg Exp $ .include "../Makefile.inc" .if ${MACHINE_CPU} == "powerpc" INCS= altivec.h .elif ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" INCS= emmintrin.h mmintrin.h pmmintrin.h xmmintrin.h mm_malloc.h # We don't have posix_memalign, so use the gmm_malloc.h version. mm_malloc.h: ${DIST}/gcc/config/i386/gmm_malloc.h cp $> ${.TARGET} CLEANFILES+= mm_malloc.h .endif INCSDIR= /usr/include/gcc-4.5 .include .PATH: ${G_out_file:H}