2754fe609d
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
17 lines
272 B
Makefile
17 lines
272 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../contrib/llvm/tools/clang/lib/Headers
|
|
|
|
INCSDIR=${INCLUDEDIR}/clang/2.9
|
|
|
|
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>
|