xref: /minix3/external/bsd/llvm/lib/liblldbPluginProcessUtility/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.5 2015/01/29 20:41:38 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	lldbPluginProcessUtility
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambuc.include <bsd.init.mk>
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc.PATH: ${LLDB_SRCDIR}/source/Plugins/Process/Utility
8f4a2713aSLionel Sambuc
9f4a2713aSLionel SambucSRCS+=	DynamicRegisterInfo.cpp \
10*0a6a1f1dSLionel Sambuc	FreeBSDSignals.cpp \
11f4a2713aSLionel Sambuc	HistoryThread.cpp \
12f4a2713aSLionel Sambuc	HistoryUnwind.cpp \
13f4a2713aSLionel Sambuc	InferiorCallPOSIX.cpp \
14*0a6a1f1dSLionel Sambuc	LinuxSignals.cpp \
15f4a2713aSLionel Sambuc	RegisterContextDarwin_arm.cpp \
16*0a6a1f1dSLionel Sambuc	RegisterContextDarwin_arm64.cpp \
17f4a2713aSLionel Sambuc	RegisterContextDarwin_i386.cpp \
18f4a2713aSLionel Sambuc	RegisterContextDarwin_x86_64.cpp \
19f4a2713aSLionel Sambuc	RegisterContextDummy.cpp \
20*0a6a1f1dSLionel Sambuc	RegisterContextFreeBSD_i386.cpp \
21*0a6a1f1dSLionel Sambuc	RegisterContextFreeBSD_mips64.cpp \
22*0a6a1f1dSLionel Sambuc	RegisterContextFreeBSD_powerpc.cpp \
23*0a6a1f1dSLionel Sambuc	RegisterContextFreeBSD_x86_64.cpp \
24*0a6a1f1dSLionel Sambuc	RegisterContextLinux_i386.cpp \
25*0a6a1f1dSLionel Sambuc	RegisterContextLinux_x86_64.cpp \
26f4a2713aSLionel Sambuc	RegisterContextHistory.cpp \
27f4a2713aSLionel Sambuc	RegisterContextLLDB.cpp \
28f4a2713aSLionel Sambuc	RegisterContextMach_arm.cpp \
29f4a2713aSLionel Sambuc	RegisterContextMach_i386.cpp \
30f4a2713aSLionel Sambuc	RegisterContextMach_x86_64.cpp \
31f4a2713aSLionel Sambuc	RegisterContextMacOSXFrameBackchain.cpp \
32f4a2713aSLionel Sambuc	RegisterContextMemory.cpp \
33*0a6a1f1dSLionel Sambuc	RegisterContextPOSIX_mips64.cpp \
34*0a6a1f1dSLionel Sambuc	RegisterContextPOSIX_powerpc.cpp \
35*0a6a1f1dSLionel Sambuc	RegisterContextPOSIX_x86.cpp \
36f4a2713aSLionel Sambuc	RegisterContextThreadMemory.cpp \
37f4a2713aSLionel Sambuc	StopInfoMachException.cpp \
38f4a2713aSLionel Sambuc	ThreadMemory.cpp \
39f4a2713aSLionel Sambuc	UnwindLLDB.cpp \
40f4a2713aSLionel Sambuc	UnwindMacOSXFrameBackchain.cpp
41f4a2713aSLionel Sambuc
42f4a2713aSLionel Sambuc.if defined(HOSTLIB)
43f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
44f4a2713aSLionel Sambuc.else
45f4a2713aSLionel Sambuc.include <bsd.lib.mk>
46f4a2713aSLionel Sambuc.endif
47