summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbPluginExpressionParserGo/Makefile
blob: 79612f932b66872b460b7a759fc41342ec4be786 (plain)
1
2
3
4
5
6
7
8
9
10
11
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