freebsd-dev/lib/clang/liblldbPluginProcessGDBRemote/Makefile
2014-11-26 17:40:03 +00:00

24 lines
460 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= lldbPluginProcessGDBRemote
SRCDIR= tools/lldb/source/Plugins/Process/gdb-remote
SRCS= GDBRemoteCommunication.cpp \
GDBRemoteCommunicationClient.cpp \
GDBRemoteCommunicationServer.cpp \
GDBRemoteRegisterContext.cpp \
ProcessGDBRemote.cpp \
ProcessGDBRemoteLog.cpp \
ThreadGDBRemote.cpp
TGHDRS= AttrList \
Attrs \
DiagnosticCommonKinds \
DeclNodes \
StmtNodes \
CommentCommandList
.include "../lldb.lib.mk"