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