]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmtablegen/Makefile
MFC r244628:
[FreeBSD/stable/9.git] / lib / clang / libllvmtablegen / Makefile
1 # $FreeBSD$
2
3 LIB=    llvmtablegen
4
5 SRCDIR= lib/TableGen
6 SRCS=   Error.cpp \
7         Main.cpp \
8         Record.cpp \
9         StringMatcher.cpp \
10         TableGenBackend.cpp \
11         TGLexer.cpp \
12         TGParser.cpp
13 LLVM_REQUIRES_EH=
14
15 .include "../clang.lib.mk"