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