4ca88b0ec1
upcoming 3.3 release (branching and freezing expected in a few weeks). Preliminary release notes can be found at the usual location: <http://llvm.org/docs/ReleaseNotes.html> An MFC is planned once the actual 3.3 release is finished.
40 lines
623 B
Makefile
40 lines
623 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/llvm/tools/clang/lib/Headers
|
|
|
|
INCSDIR=${INCLUDEDIR}/clang/3.3
|
|
|
|
INCS= __wmmintrin_aes.h \
|
|
__wmmintrin_pclmul.h \
|
|
altivec.h \
|
|
ammintrin.h \
|
|
avx2intrin.h \
|
|
avxintrin.h \
|
|
bmi2intrin.h \
|
|
bmiintrin.h \
|
|
cpuid.h \
|
|
emmintrin.h \
|
|
f16cintrin.h \
|
|
fma4intrin.h \
|
|
fmaintrin.h \
|
|
immintrin.h \
|
|
lzcntintrin.h \
|
|
mm3dnow.h \
|
|
mm_malloc.h \
|
|
mmintrin.h \
|
|
module.map \
|
|
nmmintrin.h \
|
|
pmmintrin.h \
|
|
popcntintrin.h \
|
|
prfchwintrin.h \
|
|
rdseedintrin.h \
|
|
rtmintrin.h \
|
|
smmintrin.h \
|
|
tmmintrin.h \
|
|
wmmintrin.h \
|
|
x86intrin.h \
|
|
xmmintrin.h \
|
|
xopintrin.h
|
|
|
|
.include <bsd.prog.mk>
|