1*f4a2713aSLionel Sambuc# $NetBSD: Makefile,v 1.2 2013/10/14 01:37:40 joerg Exp $ 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel SambucLIB= lldbPluginProcessMachCore 4*f4a2713aSLionel Sambuc 5*f4a2713aSLionel Sambuc.include <bsd.init.mk> 6*f4a2713aSLionel Sambuc 7*f4a2713aSLionel Sambuc.PATH: ${LLDB_SRCDIR}/source/Plugins/Process/mach-core 8*f4a2713aSLionel Sambuc 9*f4a2713aSLionel SambucCPPFLAGS.ProcessMachCore.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility 10*f4a2713aSLionel Sambuc 11*f4a2713aSLionel SambucSRCS+= ProcessMachCore.cpp \ 12*f4a2713aSLionel Sambuc ThreadMachCore.cpp 13*f4a2713aSLionel Sambuc 14*f4a2713aSLionel Sambuc.if defined(HOSTLIB) 15*f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 16*f4a2713aSLionel Sambuc.else 17*f4a2713aSLionel Sambuc.include <bsd.lib.mk> 18*f4a2713aSLionel Sambuc.endif 19