freebsd-dev/lib/clang/liblldbPluginExpressionParserGo/Makefile
2016-01-04 00:02:58 +00:00

13 lines
210 B
Makefile

# $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"