1*f4a2713aSLionel Sambuc# $NetBSD: Makefile,v 1.1 2013/09/29 12:12:01 joerg Exp $ 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel SambucLIB= lldbPluginPlatformMacOSX 4*f4a2713aSLionel Sambuc 5*f4a2713aSLionel Sambuc.include <bsd.init.mk> 6*f4a2713aSLionel Sambuc 7*f4a2713aSLionel Sambuc.PATH: ${LLDB_SRCDIR}/source/Plugins/Platform/MacOSX 8*f4a2713aSLionel Sambuc 9*f4a2713aSLionel SambucSRCS+= PlatformDarwin.cpp \ 10*f4a2713aSLionel Sambuc PlatformDarwinKernel.cpp \ 11*f4a2713aSLionel Sambuc PlatformiOSSimulator.cpp \ 12*f4a2713aSLionel Sambuc PlatformMacOSX.cpp \ 13*f4a2713aSLionel Sambuc PlatformRemoteiOS.cpp 14*f4a2713aSLionel Sambuc 15*f4a2713aSLionel Sambuc.if defined(HOSTLIB) 16*f4a2713aSLionel Sambuc.include <bsd.hostlib.mk> 17*f4a2713aSLionel Sambuc.else 18*f4a2713aSLionel Sambuc.include <bsd.lib.mk> 19*f4a2713aSLionel Sambuc.endif 20