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