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
/
libMCLinkerX86CodeGen
/
Makefile
blob
cc47ec4b560f7d8b7730e2daa6830532a94010f6
1
# $NetBSD: Makefile,v 1.1 2013/02/27 21:25:11 joerg Exp $
2
3
LIB
=
MCLinkerX86CodeGen
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
MCLINKER_SRCDIR
}/
lib
/
Target
/
X86
8
9
SRCS
=
X86Diagnostic.
cpp
\
10
X86ELFDynamic.
cpp
\
11
X86ELFMCLinker.
cpp
\
12
X86Emulation.
cpp
\
13
X86GOT.
cpp
\
14
X86GOTPLT.
cpp
\
15
X86LDBackend.
cpp
\
16
X86MCLinker.
cpp
\
17
X86PLT.
cpp
\
18
X86Relocator.
cpp
\
19
X86TargetMachine.
cpp
20
21
.if defined
(
HOSTLIB
)
22
.
include
<
bsd.hostlib.mk
>
23
.
else
24
.
include
<
bsd.lib.mk
>
25
.
endif