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
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
bsd
/
llvm
/
lib
/
libLLVMRuntimeDyld
/
Makefile
blob
c9007f5fdb6a5404e105fdf8c84d98a629fc47b6
1
# $NetBSD: Makefile,v 1.7 2015/03/18 17:43:20 joerg Exp $
2
3
LIB
=
LLVMRuntimeDyld
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLVM_SRCDIR
}/
lib
/
ExecutionEngine
/
RuntimeDyld
8
9
SRCS
+=
RTDyldMemoryManager.
cpp
\
10
RuntimeDyld.
cpp
\
11
RuntimeDyldChecker.
cpp
\
12
RuntimeDyldELF.
cpp
\
13
RuntimeDyldMachO.
cpp
14
15
.
include
<
bsd.lib.mk
>