summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/liblldbPluginABIMacOSX_i386/Makefile
blob: 253cb79ca552eec49293b4aa17c7e0caa20efd8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.1 2013/09/29 12:12:00 joerg Exp $

LIB=	lldbPluginABIMacOSX_i386

.include <bsd.init.mk>

.PATH: ${LLDB_SRCDIR}/source/Plugins/ABI/MacOSX-i386

SRCS+=	ABIMacOSX_i386.cpp

.if defined(HOSTLIB)
.include <bsd.hostlib.mk>
.else
.include <bsd.lib.mk>
.endif