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
/
libLLVMExecutionEngine
/
Makefile
blob
3f9cc6764ecf666bd04acd1b3dd346b365f44fa7
1
# $NetBSD: Makefile,v 1.5 2015/03/18 17:43:20 joerg Exp $
2
3
LIB
=
LLVMExecutionEngine
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLVM_SRCDIR
}/
lib
/
ExecutionEngine
8
9
SRCS
+=
GDBRegistrationListener.
cpp
\
10
ExecutionEngine.
cpp
\
11
ExecutionEngineBindings.
cpp
\
12
TargetSelect.
cpp
13
14
.
include
<
bsd.lib.mk
>