]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/liblldbPluginProcessUtility/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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         HistoryThread.cpp \
10         HistoryUnwind.cpp \
11         InferiorCallPOSIX.cpp \
12         RegisterContextDarwin_arm.cpp \
13         RegisterContextDarwin_i386.cpp \
14         RegisterContextDarwin_x86_64.cpp \
15         RegisterContextDummy.cpp \
16         RegisterContextHistory.cpp \
17         RegisterContextLLDB.cpp \
18         RegisterContextMach_arm.cpp \
19         RegisterContextMach_i386.cpp \
20         RegisterContextMach_x86_64.cpp \
21         RegisterContextMacOSXFrameBackchain.cpp \
22         RegisterContextMemory.cpp \
23         RegisterContextThreadMemory.cpp \
24         StopInfoMachException.cpp \
25         ThreadMemory.cpp \
26         UnwindLLDB.cpp \
27         UnwindMacOSXFrameBackchain.cpp
28
29 TGHDRS= DiagnosticCommonKinds \
30         DeclNodes \
31         StmtNodes \
32         CommentCommandList
33
34 .include "../lldb.lib.mk"