repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
external
/
bsd
/
llvm
/
lib
/
liblldReaderWriter
/
Makefile
blob
30b65becd39417fa88d378aec9c65c817a44a5c3
1
# $NetBSD: Makefile,v 1.2 2013/10/14 01:37:40 joerg Exp $
2
3
LIB
=
lldReaderWriter
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLD_SRCDIR
}/
lib
/
ReaderWriter
8
9
SRCS
+=
CoreLinkingContext.
cpp
\
10
LinkerScript.
cpp
\
11
Reader.
cpp
\
12
ReaderLinkerScript.
cpp
\
13
Writer.
cpp
14
15
.if defined
(
HOSTLIB
)
16
.
include
<
bsd.hostlib.mk
>
17
.
else
18
.
include
<
bsd.lib.mk
>
19
.
endif