1*f4a2713aSLionel Sambuc# $NetBSD: Makefile,v 1.3 2013/05/28 17:37:34 joerg Exp $ 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel SambucLIB= LLVMExecutionEngine 4*f4a2713aSLionel Sambuc 5*f4a2713aSLionel Sambuc.include <bsd.init.mk> 6*f4a2713aSLionel Sambuc 7*f4a2713aSLionel Sambuc.PATH: ${LLVM_SRCDIR}/lib/ExecutionEngine 8*f4a2713aSLionel Sambuc 9*f4a2713aSLionel SambucSRCS+= ExecutionEngine.cpp \ 10*f4a2713aSLionel Sambuc ExecutionEngineBindings.cpp \ 11*f4a2713aSLionel Sambuc RTDyldMemoryManager.cpp \ 12*f4a2713aSLionel Sambuc TargetSelect.cpp 13*f4a2713aSLionel Sambuc 14*f4a2713aSLionel Sambuc.include <bsd.lib.mk> 15