summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmtablegen/Makefile
blob: 9a764b30766f97b9e7dfd60742b6c8354b49436c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

.include <bsd.own.mk>

LIB=	llvmtablegen

SRCDIR=	lib/TableGen
SRCS=	Error.cpp \
	Main.cpp \
	Record.cpp \
	StringMatcher.cpp \
	TableGenBackend.cpp \
	TGLexer.cpp \
	TGParser.cpp

.include "../clang.lib.mk"
OpenPOWER on IntegriCloud