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