xref: /minix3/external/bsd/llvm/lib/liblldbPluginObjectFileJIT/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1#	$NetBSD: Makefile,v 1.1 2014/05/30 18:28:16 joerg Exp $
2
3LIB=	lldbPluginObjectFileJIT
4
5.include <bsd.init.mk>
6
7.PATH: ${LLDB_SRCDIR}/source/Plugins/ObjectFile/JIT
8
9SRCS+=	ObjectFileJIT.cpp
10
11.if defined(HOSTLIB)
12.include <bsd.hostlib.mk>
13.else
14.include <bsd.lib.mk>
15.endif
16