1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# $FreeBSD$ PROG_CXX= opt SRCDIR= 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"