# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:08 joerg Exp $ LIB= LLVMMCJIT .include .PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/MCJIT SRCS+= MCJIT.cpp .if defined(HOSTLIB) .include .else .include .endif