freebsd-skq/lib/clang/liblldbPluginPlatformGDB/Makefile
2014-11-26 17:40:03 +00:00

18 lines
279 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= lldbPluginPlatformGDB
SRCDIR= tools/lldb/source/Plugins/Platform/gdb-server
SRCS= PlatformRemoteGDBServer.cpp
TGHDRS= AttrList \
Attrs \
DiagnosticCommonKinds \
DeclNodes \
StmtNodes \
CommentCommandList
.include "../lldb.lib.mk"