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
/
libMCLinkerObject
/
Makefile
blob
a2c1ea87a1f391d96a53c03a328413fbee2b932f
1
# $NetBSD: Makefile,v 1.1 2013/02/27 21:25:10 joerg Exp $
2
3
LIB
=
MCLinkerObject
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
MCLINKER_SRCDIR
}/
lib
/
Object
8
9
SRCS
=
ObjectBuilder.
cpp
\
10
ObjectLinker.
cpp
\
11
SectionMap.
cpp
12
13
.if defined
(
HOSTLIB
)
14
.
include
<
bsd.hostlib.mk
>
15
.
else
16
.
include
<
bsd.lib.mk
>
17
.
endif