freebsd-dev/lib/clang/libllvmtablegen/Makefile
2014-11-24 19:46:35 +00:00

18 lines
238 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= llvmtablegen
SRCDIR= lib/TableGen
SRCS= Error.cpp \
Main.cpp \
Record.cpp \
SetTheory.cpp \
StringMatcher.cpp \
TableGenBackend.cpp \
TGLexer.cpp \
TGParser.cpp
.include "../clang.lib.mk"