repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
external
/
bsd
/
llvm
/
lib
/
libMCLinkerMipsCodeGen
/
Makefile
blob
24eb3a54a6cd3cd6c82e2f91239ec9c54050690d
1
# $NetBSD: Makefile,v 1.1 2013/02/27 21:25:10 joerg Exp $
2
3
LIB
=
MCLinkerMipsCodeGen
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
MCLINKER_SRCDIR
}/
lib
/
Target
/
Mips
8
9
SRCS
=
MipsDiagnostic.
cpp
\
10
MipsELFDynamic.
cpp
\
11
MipsELFMCLinker.
cpp
\
12
MipsEmulation.
cpp
\
13
MipsGOT.
cpp
\
14
MipsLDBackend.
cpp
\
15
MipsMCLinker.
cpp
\
16
MipsRelocator.
cpp
\
17
MipsTargetMachine.
cpp
18
19
20
.if defined
(
HOSTLIB
)
21
.
include
<
bsd.hostlib.mk
>
22
.
else
23
.
include
<
bsd.lib.mk
>
24
.
endif