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
/
libMCLinkerFragment
/
Makefile
blob
f6e344bb985ffbecbb33df7407159127ff2ef910
1
# $NetBSD: Makefile,v 1.1 2013/02/27 21:25:10 joerg Exp $
2
3
LIB
=
MCLinkerFragment
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
MCLINKER_SRCDIR
}/
lib
/
Fragment
8
9
SRCS
=
AlignFragment.
cpp
\
10
FillFragment.
cpp
\
11
Fragment.
cpp
\
12
FragmentLinker.
cpp
\
13
FragmentRef.
cpp
\
14
NullFragment.
cpp
\
15
RegionFragment.
cpp
\
16
Relocation.
cpp
\
17
Stub.
cpp
18
19
.if defined
(
HOSTLIB
)
20
.
include
<
bsd.hostlib.mk
>
21
.
else
22
.
include
<
bsd.lib.mk
>
23
.
endif