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 llvmscalaropts \ 14 llvminstcombine \ 15 llvminstrumentation \ 16 llvmtransformutils \ 17 llvmipa \ 18 llvmanalysis \ 19 llvmtarget \ 20 llvmmc \ 21 llvmasmparser \ 22 llvmbitwriter \ 23 llvmbitreader \ 24 llvmcore \ 25 llvmsupport 26 27.include "../clang.prog.mk" 28