]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/blob - usr.bin/clang/opt/Makefile
Copy stable/9 to releng/9.1 as part of the 9.1-RELEASE release process.
[FreeBSD/releng/9.1.git] / usr.bin / clang / opt / Makefile
1 # $FreeBSD$
2
3 PROG_CXX=opt
4
5 SRCDIR= tools/opt
6 SRCS=   AnalysisWrappers.cpp \
7         GraphPrinters.cpp \
8         PrintSCC.cpp \
9         opt.cpp
10
11 TGHDRS= Intrinsics
12 LIBDEPS=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"