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