aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/liblldbAPI/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-08-26 22:44:22 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-08-26 22:44:22 +0000
commit986e05bc2a18e58ffe5ad5c944e4c188d01a4462 (patch)
tree77d6cefbacfed7e4b4b53080e3cc6a06dd50fcaf /lib/clang/liblldbAPI/Makefile
parente9c25f21083a601b3e38689c6ed2a25ae1f5e046 (diff)
Notes
Diffstat (limited to 'lib/clang/liblldbAPI/Makefile')
-rw-r--r--lib/clang/liblldbAPI/Makefile77
1 files changed, 0 insertions, 77 deletions
diff --git a/lib/clang/liblldbAPI/Makefile b/lib/clang/liblldbAPI/Makefile
deleted file mode 100644
index 354b01ef33f8c..0000000000000
--- a/lib/clang/liblldbAPI/Makefile
+++ /dev/null
@@ -1,77 +0,0 @@
-# $FreeBSD$
-
-.include <bsd.own.mk>
-
-LIB= lldbAPI
-
-SRCDIR= tools/lldb/source/API
-SRCS= SBAddress.cpp \
- SBAttachInfo.cpp \
- SBBlock.cpp \
- SBBreakpoint.cpp \
- SBBreakpointLocation.cpp \
- SBBroadcaster.cpp \
- SBCommandInterpreter.cpp \
- SBCommandReturnObject.cpp \
- SBCommunication.cpp \
- SBCompileUnit.cpp \
- SBData.cpp \
- SBDebugger.cpp \
- SBDeclaration.cpp \
- SBError.cpp \
- SBEvent.cpp \
- SBExecutionContext.cpp \
- SBExpressionOptions.cpp \
- SBFileSpec.cpp \
- SBFileSpecList.cpp \
- SBFrame.cpp \
- SBFunction.cpp \
- SBHostOS.cpp \
- SBInstruction.cpp \
- SBInstructionList.cpp \
- SBLanguageRuntime.cpp \
- SBLaunchInfo.cpp \
- SBLineEntry.cpp \
- SBListener.cpp \
- SBMemoryRegionInfo.cpp \
- SBMemoryRegionInfoList.cpp \
- SBModule.cpp \
- SBModuleSpec.cpp \
- SBPlatform.cpp \
- SBProcess.cpp \
- SBQueue.cpp \
- SBQueueItem.cpp \
- SBSection.cpp \
- SBSourceManager.cpp \
- SBStream.cpp \
- SBStringList.cpp \
- SBSymbol.cpp \
- SBSymbolContext.cpp \
- SBSymbolContextList.cpp \
- SBTarget.cpp \
- SBThread.cpp \
- SBThreadCollection.cpp \
- SBThreadPlan.cpp \
- SBType.cpp \
- SBTypeCategory.cpp \
- SBTypeEnumMember.cpp \
- SBTypeFilter.cpp \
- SBTypeFormat.cpp \
- SBTypeNameSpecifier.cpp \
- SBTypeSummary.cpp \
- SBTypeSynthetic.cpp \
- SBUnixSignals.cpp \
- SBValue.cpp \
- SBValueList.cpp \
- SBVariablesOptions.cpp \
- SBWatchpoint.cpp \
- SystemInitializerFull.cpp
-
-TGHDRS= AttrList \
- Attrs \
- DiagnosticCommonKinds \
- DeclNodes \
- StmtNodes \
- CommentCommandList
-
-.include "../lldb.lib.mk"