diff options
Diffstat (limited to 'lib/clang/liblldbPluginProcessGDBRemote')
-rw-r--r-- | lib/clang/liblldbPluginProcessGDBRemote/Makefile | 26 | ||||
-rw-r--r-- | lib/clang/liblldbPluginProcessGDBRemote/Makefile.depend | 16 |
2 files changed, 0 insertions, 42 deletions
diff --git a/lib/clang/liblldbPluginProcessGDBRemote/Makefile b/lib/clang/liblldbPluginProcessGDBRemote/Makefile deleted file mode 100644 index ec59e3c..0000000 --- a/lib/clang/liblldbPluginProcessGDBRemote/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# $FreeBSD$ - -.include <bsd.own.mk> - -LIB= lldbPluginProcessGDBRemote - -SRCDIR= tools/lldb/source/Plugins/Process/gdb-remote -SRCS= GDBRemoteCommunication.cpp \ - GDBRemoteCommunicationClient.cpp \ - GDBRemoteCommunicationServer.cpp \ - GDBRemoteCommunicationServerCommon.cpp \ - GDBRemoteCommunicationServerLLGS.cpp \ - GDBRemoteCommunicationServerPlatform.cpp \ - GDBRemoteRegisterContext.cpp \ - ProcessGDBRemote.cpp \ - ProcessGDBRemoteLog.cpp \ - ThreadGDBRemote.cpp - -TGHDRS= AttrList \ - Attrs \ - DiagnosticCommonKinds \ - DeclNodes \ - StmtNodes \ - CommentCommandList - -.include "../lldb.lib.mk" diff --git a/lib/clang/liblldbPluginProcessGDBRemote/Makefile.depend b/lib/clang/liblldbPluginProcessGDBRemote/Makefile.depend deleted file mode 100644 index 264ede1..0000000 --- a/lib/clang/liblldbPluginProcessGDBRemote/Makefile.depend +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - include \ - include/xlocale \ - lib/libc++ \ - lib/msun \ - usr.bin/clang/clang-tblgen.host \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif |