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
/
libLLVMInterpreter
/
Makefile
blob
83a190c26dec282856bbc3db33b9f64bf79657b2
1
# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:58 joerg Exp $
2
3
LIB
=
LLVMInterpreter
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLVM_SRCDIR
}/
lib
/
ExecutionEngine
/
Interpreter
8
9
SRCS
+=
Execution.
cpp
\
10
ExternalFunctions.
cpp
\
11
Interpreter.
cpp
12
13
.
include
<
bsd.lib.mk
>