Makefile revision 288943
1# $FreeBSD: head/lib/clang/liblldbPluginProcessUtility/Makefile 288943 2015-10-06 17:53:29Z dim $
2
3.include <bsd.own.mk>
4
5LIB=	lldbPluginProcessUtility
6
7SRCDIR=	tools/lldb/source/Plugins/Process/Utility
8SRCS=	DynamicRegisterInfo.cpp \
9	FreeBSDSignals.cpp \
10	GDBRemoteSignals.cpp \
11	HistoryThread.cpp \
12	HistoryUnwind.cpp \
13	InferiorCallPOSIX.cpp \
14	LinuxSignals.cpp \
15	MipsLinuxSignals.cpp \
16	RegisterContextDarwin_arm.cpp \
17	RegisterContextDarwin_arm64.cpp \
18	RegisterContextDarwin_i386.cpp \
19	RegisterContextDarwin_x86_64.cpp \
20	RegisterContextDummy.cpp \
21	RegisterContextFreeBSD_arm.cpp \
22	RegisterContextFreeBSD_arm64.cpp \
23	RegisterContextFreeBSD_i386.cpp \
24	RegisterContextFreeBSD_mips64.cpp \
25	RegisterContextFreeBSD_powerpc.cpp \
26	RegisterContextFreeBSD_x86_64.cpp \
27	RegisterContextHistory.cpp \
28	RegisterContextLinux_arm.cpp \
29	RegisterContextLinux_arm64.cpp \
30	RegisterContextLinux_i386.cpp \
31	RegisterContextLinux_mips.cpp \
32	RegisterContextLinux_x86_64.cpp \
33	RegisterContextLLDB.cpp \
34	RegisterContextMach_arm.cpp \
35	RegisterContextMach_i386.cpp \
36	RegisterContextMach_x86_64.cpp \
37	RegisterContextMacOSXFrameBackchain.cpp \
38	RegisterContextMemory.cpp \
39	RegisterContextPOSIX_arm.cpp \
40	RegisterContextPOSIX_arm64.cpp \
41	RegisterContextPOSIX_mips64.cpp \
42	RegisterContextPOSIX_powerpc.cpp \
43	RegisterContextPOSIX_x86.cpp \
44	RegisterContextThreadMemory.cpp \
45	StopInfoMachException.cpp \
46	ThreadMemory.cpp \
47	UnwindLLDB.cpp \
48	UnwindMacOSXFrameBackchain.cpp
49
50TGHDRS=	AttrList \
51	Attrs \
52	DiagnosticCommonKinds \
53	DeclNodes \
54	StmtNodes \
55	CommentCommandList
56
57.include "../lldb.lib.mk"
58