diff options
Diffstat (limited to 'lib/clang/libllvmtablegen/Makefile')
-rw-r--r-- | lib/clang/libllvmtablegen/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/clang/libllvmtablegen/Makefile b/lib/clang/libllvmtablegen/Makefile new file mode 100644 index 0000000..5ac6954 --- /dev/null +++ b/lib/clang/libllvmtablegen/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +LIB= llvmtablegen + +SRCDIR= lib/TableGen +SRCS= Error.cpp \ + Main.cpp \ + Record.cpp \ + StringMatcher.cpp \ + TableGenAction.cpp \ + TableGenBackend.cpp \ + TGLexer.cpp \ + TGParser.cpp +LLVM_REQUIRES_EH= + +.include "../clang.lib.mk" |