freebsd-nq/lib/clang/liblldbPluginSymbolFileDWARF/Makefile
Ed Maste e8f1392d95 Add LLDB bmake infrastructure
This connects LLDB to the build, but it is disabled by default.  Add
WITH_LLDB= to src.conf to build it.

Note that LLDB requires a C++11 compiler so is disabled on platforms
using GCC.

Approved by:	re (gjb)
Sponsored by:	DARPA, AFRL
2013-09-20 01:52:02 +00:00

42 lines
901 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= lldbPluginSymbolFileDWARF
SRCDIR= tools/lldb/source/Plugins/SymbolFile/DWARF
SRCS= DWARFAbbreviationDeclaration.cpp \
DWARFCompileUnit.cpp \
DWARFDebugAbbrev.cpp \
DWARFDebugAranges.cpp \
DWARFDebugArangeSet.cpp \
DWARFDebugInfo.cpp \
DWARFDebugInfoEntry.cpp \
DWARFDebugLine.cpp \
DWARFDebugMacinfo.cpp \
DWARFDebugMacinfoEntry.cpp \
DWARFDebugPubnames.cpp \
DWARFDebugPubnamesSet.cpp \
DWARFDebugRanges.cpp \
DWARFDeclContext.cpp \
DWARFDefines.cpp \
DWARFDIECollection.cpp \
DWARFFormValue.cpp \
DWARFLocationDescription.cpp \
DWARFLocationList.cpp \
LogChannelDWARF.cpp \
NameToDIE.cpp \
SymbolFileDWARF.cpp \
SymbolFileDWARFDebugMap.cpp \
UniqueDWARFASTType.cpp
TGHDRS= DiagnosticCommonKinds \
DeclNodes \
StmtNodes \
CommentCommandList \
AttrParsedAttrList \
DiagnosticFrontendKinds \
Intrinsics
.include "../lldb.lib.mk"