summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmtablegen/Makefile
blob: 069cec0b0e3ed962baa2d22615f12b9ba5a1cb34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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
LLVM_REQUIRES_EH=

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