]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/liblldbPluginProcessGDBRemote/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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"