1 # $NetBSD: Makefile,v 1.2 2013/10/30 20:27:40 joerg Exp $
3 LIB
= lldbPluginSymbolFileDWARF
7 .PATH
: ${LLDB_SRCDIR}/source
/Plugins
/SymbolFile
/DWARF
9 SRCS
+= DWARFAbbreviationDeclaration.
cpp \
10 DWARFCompileUnit.
cpp \
11 DWARFDataExtractor.
cpp \
12 DWARFDebugAbbrev.
cpp \
13 DWARFDebugAranges.
cpp \
14 DWARFDebugArangeSet.
cpp \
16 DWARFDebugInfoEntry.
cpp \
18 DWARFDebugMacinfo.
cpp \
19 DWARFDebugMacinfoEntry.
cpp \
20 DWARFDebugPubnames.
cpp \
21 DWARFDebugPubnamesSet.
cpp \
22 DWARFDebugRanges.
cpp \
23 DWARFDeclContext.
cpp \
25 DWARFDIECollection.
cpp \
27 DWARFLocationDescription.
cpp \
28 DWARFLocationList.
cpp \
32 SymbolFileDWARFDebugMap.
cpp \
33 UniqueDWARFASTType.
cpp
36 .
include <bsd.hostlib.mk
>