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