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
/
liblldPasses
/
Makefile
blob
07167661ec29c42ba6e39f178d704227638ab53b
1
# $NetBSD: Makefile,v 1.3 2014/08/10 17:35:07 joerg Exp $
2
3
LIB
=
lldPasses
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLD_SRCDIR
}/
lib
/
Passes
8
9
SRCS
+=
LayoutPass.
cpp
\
10
RoundTripNativePass.
cpp
\
11
RoundTripYAMLPass.
cpp
12
13
.if defined
(
HOSTLIB
)
14
.
include
<
bsd.hostlib.mk
>
15
.
else
16
.
include
<
bsd.lib.mk
>
17
.
endif