1255722Semaste# $FreeBSD: releng/10.3/lib/clang/liblldbPluginProcessUtility/Makefile 263367 2014-03-19 13:18:42Z emaste $
2255722Semaste
3255722Semaste.include <bsd.own.mk>
4255722Semaste
5255722SemasteLIB=	lldbPluginProcessUtility
6255722Semaste
7255722SemasteSRCDIR=	tools/lldb/source/Plugins/Process/Utility
8255722SemasteSRCS=	DynamicRegisterInfo.cpp \
9263367Semaste	HistoryThread.cpp \
10263367Semaste	HistoryUnwind.cpp \
11255722Semaste	InferiorCallPOSIX.cpp \
12255722Semaste	RegisterContextDarwin_arm.cpp \
13255722Semaste	RegisterContextDarwin_i386.cpp \
14255722Semaste	RegisterContextDarwin_x86_64.cpp \
15255722Semaste	RegisterContextDummy.cpp \
16263367Semaste	RegisterContextHistory.cpp \
17255722Semaste	RegisterContextLLDB.cpp \
18255722Semaste	RegisterContextMach_arm.cpp \
19255722Semaste	RegisterContextMach_i386.cpp \
20255722Semaste	RegisterContextMach_x86_64.cpp \
21255722Semaste	RegisterContextMacOSXFrameBackchain.cpp \
22255722Semaste	RegisterContextMemory.cpp \
23255722Semaste	RegisterContextThreadMemory.cpp \
24255722Semaste	StopInfoMachException.cpp \
25255722Semaste	ThreadMemory.cpp \
26255722Semaste	UnwindLLDB.cpp \
27255722Semaste	UnwindMacOSXFrameBackchain.cpp
28255722Semaste
29255722SemasteTGHDRS=	DiagnosticCommonKinds \
30255722Semaste	DeclNodes \
31255722Semaste	StmtNodes \
32255722Semaste	CommentCommandList
33255722Semaste
34255722Semaste.include "../lldb.lib.mk"
35