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
/
libLLVMipa
/
Makefile
blob
5a65ae1829b760abf68cfca82de3b1c601bbe9f7
1
# $NetBSD: Makefile,v 1.4 2015/01/29 20:41:36 joerg Exp $
2
3
LIB
=
LLVMipa
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLVM_SRCDIR
}/
lib
/
Analysis
/
IPA
8
9
SRCS
+=
CallPrinter.
cpp
\
10
CallGraph.
cpp
\
11
CallGraphSCCPass.
cpp
\
12
GlobalsModRef.
cpp
\
13
IPA.
cpp
\
14
InlineCost.
cpp
15
16
.if defined
(
HOSTLIB
)
17
.
include
<
bsd.hostlib.mk
>
18
.
else
19
.
include
<
bsd.lib.mk
>
20
.
endif