]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/libllvmvectorize/Makefile
Since contrib/libcxxrt's ancestry was never correct, subversion 1.8 and
[FreeBSD/FreeBSD.git] / lib / clang / libllvmvectorize / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 LIB=    llvmvectorize
6
7 SRCDIR= lib/Transforms/Vectorize
8 SRCS=   BBVectorize.cpp \
9         LoopVectorize.cpp \
10         SLPVectorizer.cpp
11
12 .if ${MK_CLANG_EXTRAS} != "no"
13 SRCS+=  Vectorize.cpp
14 .endif
15
16 TGHDRS= Attributes \
17         Intrinsics
18
19 .include "../clang.lib.mk"