1# $FreeBSD$ 2 3PROG_CXX=opt 4 5SRCDIR= tools/opt 6SRCS= AnalysisWrappers.cpp \ 7 GraphPrinters.cpp \ 8 PrintSCC.cpp \ 9 opt.cpp 10 11TGHDRS= Intrinsics 12LIBDEPS=llvmipo \ 13 llvmvectorize \ 14 llvmscalaropts \ 15 llvminstcombine \ 16 llvminstrumentation \ 17 llvmtransformutils \ 18 llvmipa \ 19 llvmanalysis \ 20 llvmtarget \ 21 llvmmc \ 22 llvmobject \ 23 llvmasmparser \ 24 llvmbitwriter \ 25 llvmbitreader \ 26 llvmcore \ 27 llvmsupport 28 29.include "../clang.prog.mk" 30