summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/liblldbPluginObjectFileJIT/Makefile
blob: 21a3a7d6eef7c97f938e758d9b8d8b588fee51c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$NetBSD: Makefile,v 1.1 2014/05/30 18:28:16 joerg Exp $

LIB=	lldbPluginObjectFileJIT

.include <bsd.init.mk>

.PATH: ${LLDB_SRCDIR}/source/Plugins/ObjectFile/JIT

SRCS+=	ObjectFileJIT.cpp

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