1 # $NetBSD: Makefile,v 1.1 2013/09/29 12:12:02 joerg Exp $
3 LIB
= lldbPluginProcessGDBRemote
7 .PATH
: ${LLDB_SRCDIR}/source
/Plugins
/Process
/gdb-remote
9 SRCS
+= GDBRemoteCommunication.
cpp \
10 GDBRemoteCommunicationClient.
cpp \
11 GDBRemoteCommunicationServer.
cpp \
12 GDBRemoteRegisterContext.
cpp \
13 ProcessGDBRemote.
cpp \
14 ProcessGDBRemoteLog.
cpp \
18 .
include <bsd.hostlib.mk
>