ffd1746d03
This commit merges the latest LLVM sources from the vendor space. It also updates the build glue to match the new sources. Clang's version number is changed to match LLVM's, which means /usr/include/clang/2.0 has been renamed to /usr/include/clang/2.8. Obtained from: projects/clangbsd
17 lines
272 B
Makefile
17 lines
272 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/llvm/tools/clang/lib/Headers
|
|
|
|
INCSDIR=${INCLUDEDIR}/clang/2.8
|
|
|
|
INCS= emmintrin.h \
|
|
mm_malloc.h \
|
|
mmintrin.h \
|
|
pmmintrin.h \
|
|
tmmintrin.h \
|
|
xmmintrin.h
|
|
|
|
.include <bsd.init.mk>
|
|
.include <bsd.incs.mk>
|
|
.include <bsd.obj.mk>
|