mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
22 lines
439 B
Makefile
22 lines
439 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= DiagnosticCommonKinds \
|
||
|
|
DeclNodes \
|
||
|
|
StmtNodes \
|
||
|
|
CommentCommandList
|
||
|
|
|
||
|
|
.include "../lldb.lib.mk"
|