repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
llvm
/
lib
/
libLLVMMCJIT
/
Makefile
blob
f3d40301c184bfbe49b55c4ed60589961670ac15
1
# $NetBSD: Makefile,v 1.7 2013/01/23 15:02:59 joerg Exp $
2
3
LIB
=
LLVMMCJIT
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLVM_SRCDIR
}/
lib
/
ExecutionEngine
/
MCJIT
8
9
SRCS
+=
MCJIT.
cpp
\
10
SectionMemoryManager.
cpp
11
12
.
include
<
bsd.lib.mk
>