summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/liblldbPluginABISysV_ppc64/Makefile
blob: c751eaaace7ee6b2a7fd135f4660c8f161ec3bfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.1 2015/01/29 20:41:38 joerg Exp $

LIB=	lldbPluginABISysV_ppc64

.include <bsd.init.mk>

.PATH: ${LLDB_SRCDIR}/source/Plugins/ABI/SysV-ppc64

SRCS+=	ABISysV_ppc64.cpp

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