Dimitry Andric acf4e8ef71 Make sure a few new internal clang headers get installed, I missed these
in the last import.  They are sometimes needed when you want to use
advanced instructions.

Also, add clang's internal stdalign.h header to ObsoleteFiles.inc, since
it is redundant: we already have a stdalign.h header in /usr/include.

Pointy hat to:	dim
PR:		kern/167574
Submitted by:	jkim
Reported by:	Oliver Hartmann <ohartman@zedat.fu-berlin.de>
MFC after:	2 weeks
2012-05-05 15:35:22 +00:00

34 lines
523 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/llvm/tools/clang/lib/Headers
INCSDIR=${INCLUDEDIR}/clang/3.1
INCS= altivec.h \
avx2intrin.h \
avxintrin.h \
bmi2intrin.h \
bmiintrin.h \
cpuid.h \
emmintrin.h \
fma4intrin.h \
immintrin.h \
lzcntintrin.h \
mm3dnow.h \
mm_malloc.h \
mmintrin.h \
module.map \
nmmintrin.h \
pmmintrin.h \
popcntintrin.h \
smmintrin.h \
tmmintrin.h \
unwind.h \
wmmintrin.h \
x86intrin.h \
xmmintrin.h
.include <bsd.init.mk>
.include <bsd.incs.mk>
.include <bsd.obj.mk>