]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - lib/clang/libllvmtablegen/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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         TableGenBackend.cpp \
10         TGLexer.cpp \
11         TGParser.cpp
12 LLVM_REQUIRES_EH=
13
14 .include "../clang.lib.mk"