]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - lib/clang/libllvmtablegen/Makefile
Merge clang 3.3 release and various fixes: r241214, r246705, r248548,
[FreeBSD/stable/9.git] / lib / clang / libllvmtablegen / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvmtablegen
6
7 SRCDIR= lib/TableGen
8 SRCS=   Error.cpp \
9         Main.cpp \
10         Record.cpp \
11         StringMatcher.cpp \
12         TableGenBackend.cpp \
13         TGLexer.cpp \
14         TGParser.cpp
15
16 .include "../clang.lib.mk"