1PROG_CXX= opt 2 3SRCDIR= llvm/tools/opt 4SRCS+= NewPMDriver.cpp 5SRCS+= opt.cpp 6SRCS+= optdriver.cpp 7 8.include "../llvm.prog.mk" 9