xref: /minix3/external/bsd/llvm/lib/liblldbPluginProcessElfCore/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.4 2015/01/29 20:41:38 joerg Exp $
2f4a2713aSLionel Sambuc
3f4a2713aSLionel SambucLIB=	lldbPluginProcessElfCore
4f4a2713aSLionel Sambuc
5f4a2713aSLionel Sambuc.include <bsd.init.mk>
6f4a2713aSLionel Sambuc
7f4a2713aSLionel Sambuc.PATH: ${LLDB_SRCDIR}/source/Plugins/Process/elf-core
8f4a2713aSLionel Sambuc
9*0a6a1f1dSLionel SambucCPPFLAGS.RegisterContextPOSIXCore_mips64.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility
10*0a6a1f1dSLionel SambucCPPFLAGS.RegisterContextPOSIXCore_powerpc.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility
11*0a6a1f1dSLionel SambucCPPFLAGS.RegisterContextPOSIXCore_x86_64.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility
12*0a6a1f1dSLionel SambucCPPFLAGS.ThreadElfCore.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility
13f4a2713aSLionel Sambuc
14f4a2713aSLionel SambucSRCS+=	ProcessElfCore.cpp \
15f4a2713aSLionel Sambuc	RegisterContextPOSIXCore_mips64.cpp \
16*0a6a1f1dSLionel Sambuc	RegisterContextPOSIXCore_powerpc.cpp \
17f4a2713aSLionel Sambuc	RegisterContextPOSIXCore_x86_64.cpp \
18f4a2713aSLionel Sambuc	ThreadElfCore.cpp
19f4a2713aSLionel Sambuc
20f4a2713aSLionel Sambuc.if defined(HOSTLIB)
21f4a2713aSLionel Sambuc.include <bsd.hostlib.mk>
22f4a2713aSLionel Sambuc.else
23f4a2713aSLionel Sambuc.include <bsd.lib.mk>
24f4a2713aSLionel Sambuc.endif
25