]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/liblldbCore/Makefile
Merge ^/head r279163 through r279308.
[FreeBSD/FreeBSD.git] / lib / clang / liblldbCore / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbCore
6
7 SRCDIR= tools/lldb/source/Core
8 SRCS=   Address.cpp \
9         AddressRange.cpp \
10         AddressResolver.cpp \
11         AddressResolverFileLine.cpp \
12         AddressResolverName.cpp \
13         ArchSpec.cpp \
14         Baton.cpp \
15         Broadcaster.cpp \
16         Communication.cpp \
17         Connection.cpp \
18         ConnectionMachPort.cpp \
19         ConnectionSharedMemory.cpp \
20         ConstString.cpp \
21         DataBufferHeap.cpp \
22         DataBufferMemoryMap.cpp \
23         DataEncoder.cpp \
24         DataExtractor.cpp \
25         Debugger.cpp \
26         Disassembler.cpp \
27         DynamicLoader.cpp \
28         EmulateInstruction.cpp \
29         Error.cpp \
30         Event.cpp \
31         FastDemangle.cpp \
32         FileLineResolver.cpp \
33         FileSpecList.cpp \
34         History.cpp \
35         IOHandler.cpp \
36         Language.cpp \
37         Listener.cpp \
38         Log.cpp \
39         Mangled.cpp \
40         Module.cpp \
41         ModuleChild.cpp \
42         ModuleList.cpp \
43         Opcode.cpp \
44         PluginManager.cpp \
45         RegisterValue.cpp \
46         RegularExpression.cpp \
47         Scalar.cpp \
48         SearchFilter.cpp \
49         Section.cpp \
50         SourceManager.cpp \
51         State.cpp \
52         Stream.cpp \
53         StreamAsynchronousIO.cpp \
54         StreamCallback.cpp \
55         StreamFile.cpp \
56         StreamGDBRemote.cpp \
57         StreamString.cpp \
58         StringList.cpp \
59         StructuredData.cpp \
60         Timer.cpp \
61         UserID.cpp \
62         UserSettingsController.cpp \
63         UUID.cpp \
64         Value.cpp \
65         ValueObject.cpp \
66         ValueObjectCast.cpp \
67         ValueObjectChild.cpp \
68         ValueObjectConstResult.cpp \
69         ValueObjectConstResultChild.cpp \
70         ValueObjectConstResultImpl.cpp \
71         ValueObjectDynamicValue.cpp \
72         ValueObjectList.cpp \
73         ValueObjectMemory.cpp \
74         ValueObjectRegister.cpp \
75         ValueObjectSyntheticFilter.cpp \
76         ValueObjectVariable.cpp \
77         VMRange.cpp
78
79 TGHDRS= AttrList \
80         Attrs \
81         DiagnosticCommonKinds \
82         DeclNodes \
83         StmtNodes \
84         CommentCommandList
85
86 .include "../lldb.lib.mk"