etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / lib / liblldbPluginProcessGDBRemote / Makefile
blobd637c4c68d36e1013af55543a454baa897c3d392
1 # $NetBSD: Makefile,v 1.1 2013/09/29 12:12:02 joerg Exp $
3 LIB= lldbPluginProcessGDBRemote
5 .include <bsd.init.mk>
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 \
15 ThreadGDBRemote.cpp
17 .if defined(HOSTLIB)
18 .include <bsd.hostlib.mk>
19 .else
20 .include <bsd.lib.mk>
21 .endif