]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/libllvmtablegen/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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"