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
/
libLLVMOption
/
Makefile
blob
4b94476e37ee4dd85ef965a1fc03fbfdd5360ec2
1
# $NetBSD: Makefile,v 1.1 2013/01/23 15:02:59 joerg Exp $
2
3
LIB
=
LLVMOption
4
5
NOGCCERROR
=
yes
6
7
.
include
<
bsd.init.mk
>
8
9
.PATH
: ${
LLVM_SRCDIR
}/
lib
/
Option
10
11
SRCS
+=
ArgList.
cpp
\
12
Arg.
cpp
\
13
OptTable.
cpp
\
14
Option.
cpp
15
16
.if defined
(
HOSTLIB
)
17
.
include
<
bsd.hostlib.mk
>
18
.
else
19
.
include
<
bsd.lib.mk
>
20
.
endif