]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/liblldbPluginSymbolFileDWARF/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / clang / liblldbPluginSymbolFileDWARF / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbPluginSymbolFileDWARF
6
7 SRCDIR= tools/lldb/source/Plugins/SymbolFile/DWARF
8 SRCS=   DWARFAbbreviationDeclaration.cpp \
9         DWARFCompileUnit.cpp \
10         DWARFDebugAbbrev.cpp \
11         DWARFDebugAranges.cpp \
12         DWARFDebugArangeSet.cpp \
13         DWARFDebugInfo.cpp \
14         DWARFDebugInfoEntry.cpp \
15         DWARFDebugLine.cpp \
16         DWARFDebugMacinfo.cpp \
17         DWARFDebugMacinfoEntry.cpp \
18         DWARFDebugPubnames.cpp \
19         DWARFDebugPubnamesSet.cpp \
20         DWARFDebugRanges.cpp \
21         DWARFDeclContext.cpp \
22         DWARFDefines.cpp \
23         DWARFDIECollection.cpp \
24         DWARFFormValue.cpp \
25         DWARFLocationDescription.cpp \
26         DWARFLocationList.cpp \
27         LogChannelDWARF.cpp \
28         NameToDIE.cpp \
29         SymbolFileDWARF.cpp \
30         SymbolFileDWARFDebugMap.cpp \
31         UniqueDWARFASTType.cpp
32
33 TGHDRS= DiagnosticCommonKinds \
34         DeclNodes \
35         StmtNodes \
36         CommentCommandList \
37         AttrParsedAttrList \
38         DiagnosticFrontendKinds \
39         Intrinsics
40
41 .include "../lldb.lib.mk"