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