1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# $FreeBSD$ .include <src.opts.mk> LIB= llvmvectorize SRCDIR= lib/Transforms/Vectorize SRCS= BBVectorize.cpp \ LoopVectorize.cpp \ SLPVectorizer.cpp .if ${MK_CLANG_EXTRAS} != "no" SRCS+= Vectorize.cpp .endif TGHDRS= Attributes \ Intrinsics .include "../clang.lib.mk"