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