branch. This brings us very close to the 3.0 release, which is expected in a week or two. MFC after: 1 week
15 lines
195 B
Makefile
15 lines
195 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvmtablegen
|
|
|
|
SRCDIR= lib/TableGen
|
|
SRCS= Error.cpp \
|
|
Main.cpp \
|
|
Record.cpp \
|
|
TableGenBackend.cpp \
|
|
TGLexer.cpp \
|
|
TGParser.cpp
|
|
LLVM_REQUIRES_EH=
|
|
|
|
.include "../clang.lib.mk"
|