17 lines
221 B
Makefile
Raw Normal View History

# $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"