Makefile revision 280031
1255722Semaste# $FreeBSD: head/lib/clang/liblldbPluginProcessUtility/Makefile 280031 2015-03-15 13:31:13Z dim $
2255722Semaste
3255722Semaste.include <bsd.own.mk>
4255722Semaste
5255722SemasteLIB=	lldbPluginProcessUtility
6255722Semaste
7255722SemasteSRCDIR=	tools/lldb/source/Plugins/Process/Utility
8255722SemasteSRCS=	DynamicRegisterInfo.cpp \
9276479Sdim	FreeBSDSignals.cpp \
10258884Semaste	HistoryThread.cpp \
11258884Semaste	HistoryUnwind.cpp \
12255722Semaste	InferiorCallPOSIX.cpp \
13276479Sdim	LinuxSignals.cpp \
14255722Semaste	RegisterContextDarwin_arm.cpp \
15276479Sdim	RegisterContextDarwin_arm64.cpp \
16255722Semaste	RegisterContextDarwin_i386.cpp \
17255722Semaste	RegisterContextDarwin_x86_64.cpp \
18255722Semaste	RegisterContextDummy.cpp \
19276479Sdim	RegisterContextFreeBSD_i386.cpp \
20276479Sdim	RegisterContextFreeBSD_mips64.cpp \
21280031Sdim	RegisterContextFreeBSD_powerpc.cpp \
22276479Sdim	RegisterContextFreeBSD_x86_64.cpp \
23258884Semaste	RegisterContextHistory.cpp \
24276479Sdim	RegisterContextLinux_arm64.cpp \
25276479Sdim	RegisterContextLinux_i386.cpp \
26276479Sdim	RegisterContextLinux_x86_64.cpp \
27255722Semaste	RegisterContextLLDB.cpp \
28255722Semaste	RegisterContextMach_arm.cpp \
29255722Semaste	RegisterContextMach_i386.cpp \
30255722Semaste	RegisterContextMach_x86_64.cpp \
31255722Semaste	RegisterContextMacOSXFrameBackchain.cpp \
32255722Semaste	RegisterContextMemory.cpp \
33276479Sdim	RegisterContextPOSIX_arm64.cpp \
34276479Sdim	RegisterContextPOSIX_mips64.cpp \
35280031Sdim	RegisterContextPOSIX_powerpc.cpp \
36276479Sdim	RegisterContextPOSIX_x86.cpp \
37255722Semaste	RegisterContextThreadMemory.cpp \
38255722Semaste	StopInfoMachException.cpp \
39255722Semaste	ThreadMemory.cpp \
40255722Semaste	UnwindLLDB.cpp \
41255722Semaste	UnwindMacOSXFrameBackchain.cpp
42255722Semaste
43276479SdimTGHDRS=	AttrList \
44276479Sdim	Attrs \
45276479Sdim	DiagnosticCommonKinds \
46255722Semaste	DeclNodes \
47255722Semaste	StmtNodes \
48255722Semaste	CommentCommandList
49255722Semaste
50255722Semaste.include "../lldb.lib.mk"
51