1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.4 2015/01/29 20:41:38 joerg Exp $ 2f4a2713aSLionel Sambuc 3f4a2713aSLionel SambucLIB= lldbPluginProcessPOSIX 4f4a2713aSLionel Sambuc 5f4a2713aSLionel Sambuc.include <bsd.init.mk> 6f4a2713aSLionel Sambuc 7f4a2713aSLionel Sambuc.PATH: ${LLDB_SRCDIR}/source/Plugins/Process/POSIX 8f4a2713aSLionel Sambuc 9*0a6a1f1dSLionel SambucCPPFLAGS.POSIXStopInfo.cpp= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility 10*0a6a1f1dSLionel SambucCPPFLAGS.POSIXThread.cpp= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility -I${LLDB_SRCDIR}/source/Plugins/Process/FreeBSD 11*0a6a1f1dSLionel SambucCPPFLAGS.ProcessPOSIX.cpp= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility -I${LLDB_SRCDIR}/source/Plugins/Process/FreeBSD 12*0a6a1f1dSLionel SambucCPPFLAGS.RegisterContextPOSIX_x86.cpp= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility 13*0a6a1f1dSLionel SambucCPPFLAGS.RegisterContextPOSIXProcessMonitor_mips64.cpp= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility -I${LLDB_SRCDIR}/source/Plugins/Process/FreeBSD 14*0a6a1f1dSLionel SambucCPPFLAGS.RegisterContextPOSIXProcessMonitor_powerpc.cpp= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility -I${LLDB_SRCDIR}/source/Plugins/Process/FreeBSD 15*0a6a1f1dSLionel SambucCPPFLAGS.RegisterContextPOSIXProcessMonitor_x86.cpp= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility -I${LLDB_SRCDIR}/source/Plugins/Process/FreeBSD 16f4a2713aSLionel SambucCPPFLAGS.POSIXThread.cpp+= -I${LLDB_SRCDIR}/source/Plugins/Process/Utility 17f4a2713aSLionel Sambuc 18f4a2713aSLionel SambucSRCS+= POSIXStopInfo.cpp \ 19f4a2713aSLionel Sambuc POSIXThread.cpp \ 20f4a2713aSLionel Sambuc ProcessMessage.cpp \ 21f4a2713aSLionel Sambuc ProcessPOSIX.cpp \ 22f4a2713aSLionel Sambuc ProcessPOSIXLog.cpp \ 23f4a2713aSLionel Sambuc RegisterContextPOSIXProcessMonitor_mips64.cpp \ 24*0a6a1f1dSLionel Sambuc RegisterContextPOSIXProcessMonitor_powerpc.cpp \ 25f4a2713aSLionel Sambuc RegisterContextPOSIXProcessMonitor_x86.cpp 26f4a2713aSLionel Sambuc 27f4a2713aSLionel Sambuc.if defined(HOSTLIB) 28f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 29f4a2713aSLionel Sambuc.else 30f4a2713aSLionel Sambuc.include <bsd.lib.mk> 31f4a2713aSLionel Sambuc.endif 32