summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangparse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libclangparse/Makefile')
-rw-r--r--lib/clang/libclangparse/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/lib/clang/libclangparse/Makefile b/lib/clang/libclangparse/Makefile
new file mode 100644
index 0000000..6bd0b5b
--- /dev/null
+++ b/lib/clang/libclangparse/Makefile
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+LIB= clangparse
+
+SRCDIR= tools/clang/lib/Parse
+SRCS= ParseAST.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= AttrLateParsed \
+ AttrList \
+ Attrs \
+ DeclNodes \
+ DiagnosticCommonKinds \
+ DiagnosticParseKinds \
+ DiagnosticSemaKinds \
+ StmtNodes
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud