Update build infrastructure for LLDB 3.8
[freebsd-src.git] / lib / clang / liblldbSymbol / Makefile
blob0cc7a75a5052616fcf675969c8647bb9b2514af8
1 # $FreeBSD$
3 .include <bsd.own.mk>
5 LIB= lldbSymbol
7 SRCDIR= tools/lldb/source/Symbol
8 SRCS= ArmUnwindInfo.cpp \
9 Block.cpp \
10 ClangASTContext.cpp \
11 ClangASTImporter.cpp \
12 ClangExternalASTSourceCallbacks.cpp \
13 ClangExternalASTSourceCommon.cpp \
14 CompilerDecl.cpp \
15 CompilerDeclContext.cpp \
16 CompilerType.cpp \
17 CompactUnwindInfo.cpp \
18 DebugMacros.cpp \
19 CompileUnit.cpp \
20 Declaration.cpp \
21 DWARFCallFrameInfo.cpp \
22 Function.cpp \
23 FuncUnwinders.cpp \
24 GoASTContext.cpp \
25 LineEntry.cpp \
26 LineTable.cpp \
27 ObjectFile.cpp \
28 Symbol.cpp \
29 SymbolContext.cpp \
30 SymbolFile.cpp \
31 SymbolVendor.cpp \
32 Symtab.cpp \
33 Type.cpp \
34 TypeList.cpp \
35 TypeMap.cpp \
36 TypeSystem.cpp \
37 UnwindPlan.cpp \
38 UnwindTable.cpp \
39 Variable.cpp \
40 VariableList.cpp \
41 VerifyDecl.cpp
43 TGHDRS= DiagnosticCommonKinds \
44 DeclNodes \
45 StmtNodes \
46 CommentCommandList \
47 AttrList \
48 Attrs
50 .include "../lldb.lib.mk"