]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/liblldbAPI/Makefile
Import Dragonfly Mail Agent into base system
[FreeBSD/FreeBSD.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         SBPlatform.cpp \
36         SBProcess.cpp \
37         SBSection.cpp \
38         SBSourceManager.cpp \
39         SBStream.cpp \
40         SBStringList.cpp \
41         SBSymbol.cpp \
42         SBSymbolContext.cpp \
43         SBSymbolContextList.cpp \
44         SBTarget.cpp \
45         SBThread.cpp \
46         SBType.cpp \
47         SBTypeCategory.cpp \
48         SBTypeFilter.cpp \
49         SBTypeFormat.cpp \
50         SBTypeNameSpecifier.cpp \
51         SBTypeSummary.cpp \
52         SBTypeSynthetic.cpp \
53         SBValue.cpp \
54         SBValueList.cpp \
55         SBWatchpoint.cpp
56
57 TGHDRS= DiagnosticCommonKinds \
58         DeclNodes \
59         StmtNodes \
60         CommentCommandList
61
62 .include "../lldb.lib.mk"