xref: /minix3/external/bsd/llvm/lib/liblldbPluginSystemRuntimeMacOSX/Makefile (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1#	$NetBSD: Makefile,v 1.1 2013/11/28 14:20:33 joerg Exp $
2
3LIB=	lldbPluginSystemRuntimeMacOSX
4
5.include <bsd.init.mk>
6
7.PATH: ${LLDB_SRCDIR}/source/Plugins/SystemRuntime/MacOSX
8
9SRCS+=	SystemRuntimeMacOSX.cpp
10
11.if defined(HOSTLIB)
12.include <bsd.hostlib.mk>
13.else
14.include <bsd.lib.mk>
15.endif
16