]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/liblldbAPI/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / liblldbAPI / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbAPI
6
7 SRCDIR= tools/lldb/source/API
8 SRCS=   SBAddress.cpp \
9         SBBlock.cpp \
10         SBBreakpoint.cpp \
11         SBBreakpointLocation.cpp \
12         SBBroadcaster.cpp \
13         SBCommandInterpreter.cpp \
14         SBCommandReturnObject.cpp \
15         SBCommunication.cpp \
16         SBCompileUnit.cpp \
17         SBData.cpp \
18         SBDebugger.cpp \
19         SBDeclaration.cpp \
20         SBError.cpp \
21         SBEvent.cpp \
22         SBExpressionOptions.cpp \
23         SBFileSpec.cpp \
24         SBFileSpecList.cpp \
25         SBFrame.cpp \
26         SBFunction.cpp \
27         SBHostOS.cpp \
28         SBInstruction.cpp \
29         SBInstructionList.cpp \
30         SBLineEntry.cpp \
31         SBListener.cpp \
32         SBModule.cpp \
33         SBModuleSpec.cpp \
34         SBPlatform.cpp \
35         SBProcess.cpp \
36         SBQueue.cpp \
37         SBQueueItem.cpp \
38         SBSection.cpp \
39         SBSourceManager.cpp \
40         SBStream.cpp \
41         SBStringList.cpp \
42         SBSymbol.cpp \
43         SBSymbolContext.cpp \
44         SBSymbolContextList.cpp \
45         SBTarget.cpp \
46         SBThread.cpp \
47         SBType.cpp \
48         SBTypeCategory.cpp \
49         SBTypeFilter.cpp \
50         SBTypeFormat.cpp \
51         SBTypeNameSpecifier.cpp \
52         SBTypeSummary.cpp \
53         SBTypeSynthetic.cpp \
54         SBValue.cpp \
55         SBValueList.cpp \
56         SBWatchpoint.cpp
57
58 TGHDRS= DiagnosticCommonKinds \
59         DeclNodes \
60         StmtNodes \
61         CommentCommandList
62
63 .include "../lldb.lib.mk"