From b45271f609e8549582d20aeb42901fd1bb0de186 Mon Sep 17 00:00:00 2001 From: rdivacky Date: Wed, 9 Jun 2010 19:32:20 +0000 Subject: Import the build makefiles for clang/LLVM. Approved by: ed (mentor) --- lib/clang/libclangparse/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lib/clang/libclangparse/Makefile (limited to 'lib/clang/libclangparse') diff --git a/lib/clang/libclangparse/Makefile b/lib/clang/libclangparse/Makefile new file mode 100644 index 0000000..a755c65 --- /dev/null +++ b/lib/clang/libclangparse/Makefile @@ -0,0 +1,14 @@ +# $FreeBSD$ + +LIB= clangparse + +SRCDIR= tools/clang/lib/Parse +SRCS= AttributeList.cpp DeclSpec.cpp MinimalAction.cpp \ + ParseCXXInlineMethods.cpp ParseDecl.cpp ParseDeclCXX.cpp \ + ParseExpr.cpp ParseExprCXX.cpp ParseInit.cpp ParseObjc.cpp \ + ParsePragma.cpp ParseStmt.cpp ParseTemplate.cpp \ + ParseTentative.cpp Parser.cpp + +TGHDRS= DiagnosticCommonKinds DiagnosticParseKinds + +.include "../clang.lib.mk" -- cgit v1.1