]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/liblldbPluginProcessGDBRemote/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / clang / liblldbPluginProcessGDBRemote / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbPluginProcessGDBRemote
6
7 SRCDIR= tools/lldb/source/Plugins/Process/gdb-remote
8 SRCS=   GDBRemoteCommunication.cpp \
9         GDBRemoteCommunicationClient.cpp \
10         GDBRemoteCommunicationServer.cpp \
11         GDBRemoteRegisterContext.cpp \
12         ProcessGDBRemote.cpp \
13         ProcessGDBRemoteLog.cpp \
14         ThreadGDBRemote.cpp
15
16 TGHDRS= DiagnosticCommonKinds \
17         DeclNodes \
18         StmtNodes \
19         CommentCommandList
20
21 .include "../lldb.lib.mk"