diff options
Diffstat (limited to 'lib/clang/liblldbPluginProcessGDBRemote/Makefile')
-rw-r--r-- | lib/clang/liblldbPluginProcessGDBRemote/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/clang/liblldbPluginProcessGDBRemote/Makefile b/lib/clang/liblldbPluginProcessGDBRemote/Makefile new file mode 100644 index 0000000..c76fe8a --- /dev/null +++ b/lib/clang/liblldbPluginProcessGDBRemote/Makefile @@ -0,0 +1,21 @@ +# $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" |