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