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