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
/
libLLVMBitWriter
/
Makefile
blob
8d9bc375ce7cab432371bf1fef7a65c38ade127f
1
# $NetBSD: Makefile,v 1.1 2011/02/06 01:13:54 joerg Exp $
2
3
LIB
=
LLVMBitWriter
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLVM_SRCDIR
}/
lib
/
Bitcode
/
Writer
8
9
SRCS
+=
BitWriter.
cpp
\
10
BitcodeWriter.
cpp
\
11
BitcodeWriterPass.
cpp
\
12
ValueEnumerator.
cpp
13
14
.if defined
(
HOSTLIB
)
15
.
include
<
bsd.hostlib.mk
>
16
.
else
17
.
include
<
bsd.lib.mk
>
18
.
endif