]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/liblldbSymbol/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / liblldbSymbol / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbSymbol
6
7 SRCDIR= tools/lldb/source/Symbol
8 SRCS=   Block.cpp \
9         ClangASTContext.cpp \
10         ClangASTImporter.cpp \
11         ClangASTType.cpp \
12         ClangExternalASTSourceCallbacks.cpp \
13         ClangExternalASTSourceCommon.cpp \
14         ClangNamespaceDecl.cpp \
15         CompileUnit.cpp \
16         Declaration.cpp \
17         DWARFCallFrameInfo.cpp \
18         Function.cpp \
19         FuncUnwinders.cpp \
20         LineEntry.cpp \
21         LineTable.cpp \
22         ObjectFile.cpp \
23         Symbol.cpp \
24         SymbolContext.cpp \
25         SymbolFile.cpp \
26         SymbolVendor.cpp \
27         Symtab.cpp \
28         Type.cpp \
29         TypeList.cpp \
30         UnwindPlan.cpp \
31         UnwindTable.cpp \
32         Variable.cpp \
33         VariableList.cpp \
34         VerifyDecl.cpp
35
36 TGHDRS= DiagnosticCommonKinds \
37         DeclNodes \
38         StmtNodes \
39         CommentCommandList \
40         AttrList \
41         Attrs
42
43 .include "../lldb.lib.mk"