]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/clang/liblldbPluginProcessUtility/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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         InferiorCallPOSIX.cpp \
10         RegisterContextDarwin_arm.cpp \
11         RegisterContextDarwin_i386.cpp \
12         RegisterContextDarwin_x86_64.cpp \
13         RegisterContextDummy.cpp \
14         RegisterContextLLDB.cpp \
15         RegisterContextMach_arm.cpp \
16         RegisterContextMach_i386.cpp \
17         RegisterContextMach_x86_64.cpp \
18         RegisterContextMacOSXFrameBackchain.cpp \
19         RegisterContextMemory.cpp \
20         RegisterContextThreadMemory.cpp \
21         StopInfoMachException.cpp \
22         ThreadMemory.cpp \
23         UnwindLLDB.cpp \
24         UnwindMacOSXFrameBackchain.cpp
25
26 TGHDRS= DiagnosticCommonKinds \
27         DeclNodes \
28         StmtNodes \
29         CommentCommandList
30
31 .include "../lldb.lib.mk"