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
/
libMCLinkerCore
/
Makefile
blob
c72bdbbef13ea0092accf4895205e83012139eac
1
# $NetBSD: Makefile,v 1.1 2013/02/27 21:25:09 joerg Exp $
2
3
LIB
=
MCLinkerCore
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
MCLINKER_SRCDIR
}/
lib
/
Core
8
9
SRCS
=
AttributeOption.
cpp
\
10
BitcodeOption.
cpp
\
11
Environment.
cpp
\
12
GeneralOptions.
cpp
\
13
InputTree.
cpp
\
14
IRBuilder.
cpp
\
15
LinkerConfig.
cpp
\
16
Linker.
cpp
\
17
Module.
cpp
\
18
ScriptOptions.
cpp
\
19
TargetOptions.
cpp
20
21
.if defined
(
HOSTLIB
)
22
.
include
<
bsd.hostlib.mk
>
23
.
else
24
.
include
<
bsd.lib.mk
>
25
.
endif