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