]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/clang/opt/Makefile
MFC r355940:
[FreeBSD/FreeBSD.git] / usr.bin / clang / opt / Makefile
1 # $FreeBSD$
2
3 PROG_CXX=       opt
4
5 SRCDIR=         llvm/tools/opt
6 SRCS+=          AnalysisWrappers.cpp
7 SRCS+=          BreakpointPrinter.cpp
8 SRCS+=          Debugify.cpp
9 SRCS+=          GraphPrinters.cpp
10 SRCS+=          NewPMDriver.cpp
11 SRCS+=          PassPrinters.cpp
12 SRCS+=          PrintSCC.cpp
13 SRCS+=          opt.cpp
14
15 LIBADD+=        z
16
17 .include "../llvm.prog.mk"