1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5LIB=	llvmtablegen
6
7SRCDIR=	lib/TableGen
8SRCS=	Error.cpp \
9	Main.cpp \
10	Record.cpp \
11	StringMatcher.cpp \
12	TableGenBackend.cpp \
13	TGLexer.cpp \
14	TGParser.cpp
15
16.include "../clang.lib.mk"
17