freebsd-dev/usr.bin/clang/opt/Makefile

18 lines
279 B
Makefile

# $FreeBSD$
PROG_CXX= opt
SRCDIR= tools/opt
SRCS+= AnalysisWrappers.cpp
SRCS+= BreakpointPrinter.cpp
SRCS+= Debugify.cpp
SRCS+= GraphPrinters.cpp
SRCS+= NewPMDriver.cpp
SRCS+= PassPrinters.cpp
SRCS+= PrintSCC.cpp
SRCS+= opt.cpp
LIBADD+= z
.include "../llvm.prog.mk"