]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/clang/libllvmtablegen/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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"