1*f4a2713aSLionel Sambuc# $NetBSD: Makefile,v 1.7 2013/01/23 15:02:59 joerg Exp $ 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel SambucLIB= LLVMMCJIT 4*f4a2713aSLionel Sambuc 5*f4a2713aSLionel Sambuc.include <bsd.init.mk> 6*f4a2713aSLionel Sambuc 7*f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine/MCJIT 8*f4a2713aSLionel Sambuc 9*f4a2713aSLionel SambucSRCS+= MCJIT.cpp \ 10*f4a2713aSLionel Sambuc SectionMemoryManager.cpp 11*f4a2713aSLionel Sambuc 12*f4a2713aSLionel Sambuc.include <bsd.lib.mk> 13