]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/clang/liblldbPluginProcessUtility/Makefile
Update build for LLDB snapshot at upstream rev 216948
[FreeBSD/FreeBSD.git] / lib / clang / liblldbPluginProcessUtility / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    lldbPluginProcessUtility
6
7 SRCDIR= tools/lldb/source/Plugins/Process/Utility
8 SRCS=   DynamicRegisterInfo.cpp \
9         FreeBSDSignals.cpp \
10         HistoryThread.cpp \
11         HistoryUnwind.cpp \
12         InferiorCallPOSIX.cpp \
13         LinuxSignals.cpp \
14         RegisterContextDarwin_arm.cpp \
15         RegisterContextDarwin_arm64.cpp \
16         RegisterContextDarwin_i386.cpp \
17         RegisterContextDarwin_x86_64.cpp \
18         RegisterContextDummy.cpp \
19         RegisterContextFreeBSD_i386.cpp \
20         RegisterContextFreeBSD_mips64.cpp \
21         RegisterContextFreeBSD_x86_64.cpp \
22         RegisterContextHistory.cpp \
23         RegisterContextLinux_arm64.cpp \
24         RegisterContextLinux_i386.cpp \
25         RegisterContextLinux_x86_64.cpp \
26         RegisterContextLLDB.cpp \
27         RegisterContextMach_arm.cpp \
28         RegisterContextMach_i386.cpp \
29         RegisterContextMach_x86_64.cpp \
30         RegisterContextMacOSXFrameBackchain.cpp \
31         RegisterContextMemory.cpp \
32         RegisterContextPOSIX_arm64.cpp \
33         RegisterContextPOSIX_mips64.cpp \
34         RegisterContextPOSIX_x86.cpp \
35         RegisterContextThreadMemory.cpp \
36         StopInfoMachException.cpp \
37         ThreadMemory.cpp \
38         UnwindLLDB.cpp \
39         UnwindMacOSXFrameBackchain.cpp
40
41 TGHDRS= AttrList \
42         Attrs \
43         DiagnosticCommonKinds \
44         DeclNodes \
45         StmtNodes \
46         CommentCommandList
47
48 .include "../lldb.lib.mk"