]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/liblldbAPI/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         SBInputReader.cpp \
29         SBInstruction.cpp \
30         SBInstructionList.cpp \
31         SBLineEntry.cpp \
32         SBListener.cpp \
33         SBModule.cpp \
34         SBModuleSpec.cpp \
35         SBProcess.cpp \
36         SBSection.cpp \
37         SBSourceManager.cpp \
38         SBStream.cpp \
39         SBStringList.cpp \
40         SBSymbol.cpp \
41         SBSymbolContext.cpp \
42         SBSymbolContextList.cpp \
43         SBTarget.cpp \
44         SBThread.cpp \
45         SBType.cpp \
46         SBTypeCategory.cpp \
47         SBTypeFilter.cpp \
48         SBTypeFormat.cpp \
49         SBTypeNameSpecifier.cpp \
50         SBTypeSummary.cpp \
51         SBTypeSynthetic.cpp \
52         SBValue.cpp \
53         SBValueList.cpp \
54         SBWatchpoint.cpp
55
56 TGHDRS= DiagnosticCommonKinds \
57         DeclNodes \
58         StmtNodes \
59         CommentCommandList
60
61 .include "../lldb.lib.mk"