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
Remove building with NOCRYPTO option
[minix.git]
/
external
/
bsd
/
llvm
/
lib
/
libMCLinkerSupport
/
Makefile
blob
4bc5dd2b5840cb4923c697da75835fca9baf65cd
1
# $NetBSD: Makefile,v 1.1 2013/02/27 21:25:11 joerg Exp $
2
3
LIB
=
MCLinkerSupport
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
MCLINKER_SRCDIR
}/
lib
/
Support
8
9
SRCS
=
CommandLine.
cpp
\
10
Directory.
cpp
\
11
FileHandle.
cpp
\
12
FileSystem.
cpp
\
13
HandleToArea.
cpp
\
14
LEB128.
cpp
\
15
MemoryArea.
cpp
\
16
MemoryAreaFactory.
cpp
\
17
MemoryRegion.
cpp
\
18
MsgHandling.
cpp
\
19
Path.
cpp
\
20
raw_mem_ostream.
cpp
\
21
raw_ostream.
cpp
\
22
RealPath.
cpp
\
23
RegionFactory.
cpp
\
24
Space.
cpp
\
25
SystemUtils.
cpp
\
26
TargetRegistry.
cpp
\
27
ToolOutputFile.
cpp
28
29
.if defined
(
HOSTLIB
)
30
.
include
<
bsd.hostlib.mk
>
31
.
else
32
.
include
<
bsd.lib.mk
>
33
.
endif