Makefile revision 280031
1# $FreeBSD: head/lib/clang/liblldbPluginProcessUtility/Makefile 280031 2015-03-15 13:31:13Z 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	HistoryThread.cpp \
11	HistoryUnwind.cpp \
12	InferiorCallPOSIX.cpp \
13	LinuxSignals.cpp \
14	RegisterContextDarwin_arm.cpp \
15	RegisterContextDarwin_arm64.cpp \
16	RegisterContextDarwin_i386.cpp \
17	RegisterContextDarwin_x86_64.cpp \
18	RegisterContextDummy.cpp \
19	RegisterContextFreeBSD_i386.cpp \
20	RegisterContextFreeBSD_mips64.cpp \
21	RegisterContextFreeBSD_powerpc.cpp \
22	RegisterContextFreeBSD_x86_64.cpp \
23	RegisterContextHistory.cpp \
24	RegisterContextLinux_arm64.cpp \
25	RegisterContextLinux_i386.cpp \
26	RegisterContextLinux_x86_64.cpp \
27	RegisterContextLLDB.cpp \
28	RegisterContextMach_arm.cpp \
29	RegisterContextMach_i386.cpp \
30	RegisterContextMach_x86_64.cpp \
31	RegisterContextMacOSXFrameBackchain.cpp \
32	RegisterContextMemory.cpp \
33	RegisterContextPOSIX_arm64.cpp \
34	RegisterContextPOSIX_mips64.cpp \
35	RegisterContextPOSIX_powerpc.cpp \
36	RegisterContextPOSIX_x86.cpp \
37	RegisterContextThreadMemory.cpp \
38	StopInfoMachException.cpp \
39	ThreadMemory.cpp \
40	UnwindLLDB.cpp \
41	UnwindMacOSXFrameBackchain.cpp
42
43TGHDRS=	AttrList \
44	Attrs \
45	DiagnosticCommonKinds \
46	DeclNodes \
47	StmtNodes \
48	CommentCommandList
49
50.include "../lldb.lib.mk"
51