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