diff options
| author | joerg <joerg@NetBSD.org> | 2019-11-13 22:03:31 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2019-11-13 22:03:31 +0000 |
| commit | 9a2273907ccad6420f010058d00a72bb9421dc22 (patch) | |
| tree | ec96b4cefda1d54d75ccec354e384dbfb184f857 /external/bsd/llvm/lib/liblldbDataFormatters | |
| parent | c16e7e72108bb3dcc2821868b3838097d8c3236b (diff) | |
Remove old LLVM build system.
Diffstat (limited to 'external/bsd/llvm/lib/liblldbDataFormatters')
| -rw-r--r-- | external/bsd/llvm/lib/liblldbDataFormatters/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/external/bsd/llvm/lib/liblldbDataFormatters/Makefile b/external/bsd/llvm/lib/liblldbDataFormatters/Makefile deleted file mode 100644 index a26cdf1f7ca..00000000000 --- a/external/bsd/llvm/lib/liblldbDataFormatters/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2015/01/29 20:41:38 joerg Exp $ - -LIB= lldbDataFormatters - -.include <bsd.init.mk> - -.PATH: ${LLDB_SRCDIR}/source/DataFormatters - -SRCS+= CF.cpp \ - Cocoa.cpp \ - CXXFormatterFunctions.cpp \ - DataVisualization.cpp \ - FormatCache.cpp \ - FormatClasses.cpp \ - FormatManager.cpp \ - LibCxx.cpp \ - LibCxxInitializerList.cpp \ - LibCxxList.cpp \ - LibCxxMap.cpp \ - LibCxxUnorderedMap.cpp \ - LibCxxVector.cpp \ - LibStdcpp.cpp \ - NSArray.cpp \ - NSDictionary.cpp \ - NSIndexPath.cpp \ - NSSet.cpp \ - StringPrinter.cpp \ - TypeCategory.cpp \ - TypeCategoryMap.cpp \ - TypeFormat.cpp \ - TypeSummary.cpp \ - TypeSynthetic.cpp \ - ValueObjectPrinter.cpp - -.if defined(HOSTLIB) -.include <bsd.hostlib.mk> -.else -.include <bsd.lib.mk> -.endif |
