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
/
liblldCore
/
Makefile
blob
c262120e027ab715ed6f0bca912aa87c2959e1db
1
# $NetBSD: Makefile,v 1.4 2014/08/10 17:35:07 joerg Exp $
2
3
LIB
=
lldCore
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLD_SRCDIR
}/
lib
/
Core
8
9
SRCS
+=
DefinedAtom.
cpp
\
10
Error.
cpp
\
11
File.
cpp
\
12
InputGraph.
cpp
\
13
LinkingContext.
cpp
\
14
Resolver.
cpp
\
15
SymbolTable.
cpp
16
17
.if defined
(
HOSTLIB
)
18
.
include
<
bsd.hostlib.mk
>
19
.
else
20
.
include
<
bsd.lib.mk
>
21
.
endif