summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangparse
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libclangparse')
-rw-r--r--lib/clang/libclangparse/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/clang/libclangparse/Makefile b/lib/clang/libclangparse/Makefile
new file mode 100644
index 0000000..0877749
--- /dev/null
+++ b/lib/clang/libclangparse/Makefile
@@ -0,0 +1,25 @@
+# $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"
OpenPOWER on IntegriCloud