summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/liblldbPluginJITLoaderGDB/Makefile
blob: 4391007335f4aed4c798290413fb6087630f7e17 (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=	lldbPluginJITLoaderGDB

.include <bsd.init.mk>

.PATH: ${LLDB_SRCDIR}/source/Plugins/JITLoader/GDB

SRCS+=	JITLoaderGDB.cpp

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