17 lines
263 B
Makefile
17 lines
263 B
Makefile
# $FreeBSD$
|
|
|
|
PROG_CXX= opt
|
|
|
|
SRCDIR= llvm/tools/opt
|
|
SRCS+= AnalysisWrappers.cpp
|
|
SRCS+= BreakpointPrinter.cpp
|
|
SRCS+= GraphPrinters.cpp
|
|
SRCS+= NewPMDriver.cpp
|
|
SRCS+= PassPrinters.cpp
|
|
SRCS+= PrintSCC.cpp
|
|
SRCS+= opt.cpp
|
|
|
|
LIBADD+= z
|
|
|
|
.include "../llvm.prog.mk"
|