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
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
bsd
/
llvm
/
lib
/
libclangDriver
/
Makefile
blob
9b71bd7d1cfaf8763c5c7fe27bce3d4f378f282a
1
# $NetBSD: Makefile,v 1.9 2015/01/29 20:41:37 joerg Exp $
2
3
LIB
=
clangDriver
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
CLANG_SRCDIR
}/
lib
/
Driver
8
9
SRCS
+=
Action.
cpp
\
10
Compilation.
cpp
\
11
CrossWindowsToolChain.
cpp
\
12
Driver.
cpp
\
13
DriverOptions.
cpp
\
14
Job.
cpp
\
15
MSVCToolChain.
cpp
\
16
Multilib.
cpp
\
17
Phases.
cpp
\
18
SanitizerArgs.
cpp
\
19
Tool.
cpp
\
20
ToolChain.
cpp
\
21
ToolChains.
cpp
\
22
Tools.
cpp
\
23
Types.
cpp
24
25
.if defined
(
HOSTLIB
)
26
.
include
<
bsd.hostlib.mk
>
27
.
else
28
.
include
<
bsd.lib.mk
>
29
.
endif