diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-08-26 22:44:22 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-08-26 22:44:22 +0000 |
| commit | 986e05bc2a18e58ffe5ad5c944e4c188d01a4462 (patch) | |
| tree | 77d6cefbacfed7e4b4b53080e3cc6a06dd50fcaf /lib/clang/liblldbUtility/Makefile | |
| parent | e9c25f21083a601b3e38689c6ed2a25ae1f5e046 (diff) | |
Notes
Diffstat (limited to 'lib/clang/liblldbUtility/Makefile')
| -rw-r--r-- | lib/clang/liblldbUtility/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/lib/clang/liblldbUtility/Makefile b/lib/clang/liblldbUtility/Makefile deleted file mode 100644 index 6e2345c481197..0000000000000 --- a/lib/clang/liblldbUtility/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $FreeBSD$ - -.include <bsd.own.mk> - -LIB= lldbUtility - -SRCDIR= tools/lldb/source/Utility -SRCS= ARM64_DWARF_Registers.cpp \ - ARM_DWARF_Registers.cpp \ - ConvertEnum.cpp \ - JSON.cpp \ - KQueue.cpp \ - LLDBAssert.cpp \ - ModuleCache.cpp \ - NameMatches.cpp \ - PseudoTerminal.cpp \ - Range.cpp \ - RegisterNumber.cpp \ - SharingPtr.cpp \ - StringExtractor.cpp \ - StringExtractorGDBRemote.cpp \ - StringLexer.cpp \ - TaskPool.cpp \ - TimeSpecTimeout.cpp \ - UriParser.cpp - -.include "../lldb.lib.mk" |
