summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbPluginExpressionParserGo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/liblldbPluginExpressionParserGo/Makefile')
-rw-r--r--lib/clang/liblldbPluginExpressionParserGo/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/clang/liblldbPluginExpressionParserGo/Makefile b/lib/clang/liblldbPluginExpressionParserGo/Makefile
new file mode 100644
index 0000000..79612f9
--- /dev/null
+++ b/lib/clang/liblldbPluginExpressionParserGo/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.include <bsd.own.mk>
+
+LIB= lldbPluginExpressionParserGo
+
+SRCDIR= tools/lldb/source/Plugins/ExpressionParser/Go
+SRCS= GoLexer.cpp \
+ GoParser.cpp \
+ GoUserExpression.cpp
+
+.include "../lldb.lib.mk"
OpenPOWER on IntegriCloud