summaryrefslogtreecommitdiffstats
path: root/lib/clang/liblldbAPI
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/liblldbAPI')
-rw-r--r--lib/clang/liblldbAPI/Makefile75
-rw-r--r--lib/clang/liblldbAPI/Makefile.depend16
2 files changed, 0 insertions, 91 deletions
diff --git a/lib/clang/liblldbAPI/Makefile b/lib/clang/liblldbAPI/Makefile
deleted file mode 100644
index 0ecf54a..0000000
--- a/lib/clang/liblldbAPI/Makefile
+++ /dev/null
@@ -1,75 +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 \
- 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 \
- SBThreadCollection.cpp \
- SBThreadPlan.cpp \
- SBThread.cpp \
- SBType.cpp \
- SBTypeCategory.cpp \
- SBTypeEnumMember.cpp \
- SBTypeFilter.cpp \
- SBTypeFormat.cpp \
- SBTypeNameSpecifier.cpp \
- SBTypeSummary.cpp \
- SBTypeSynthetic.cpp \
- SBUnixSignals.cpp \
- SBValue.cpp \
- SBVariablesOptions.cpp \
- SBValueList.cpp \
- SBWatchpoint.cpp \
- SystemInitializerFull.cpp
-
-TGHDRS= AttrList \
- Attrs \
- DiagnosticCommonKinds \
- DeclNodes \
- StmtNodes \
- CommentCommandList
-
-.include "../lldb.lib.mk"
diff --git a/lib/clang/liblldbAPI/Makefile.depend b/lib/clang/liblldbAPI/Makefile.depend
deleted file mode 100644
index 264ede1..0000000
--- a/lib/clang/liblldbAPI/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
OpenPOWER on IntegriCloud