freebsd-dev/lib/clang/include/Makefile
Dimitry Andric 139f7f9bf5 Upgrade our copy of llvm/clang to trunk r178860, in preparation of the
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.
2013-04-12 17:57:40 +00:00

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>