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
Remove building with NOCRYPTO option
[minix3.git]
/
external
/
bsd
/
llvm
/
lib
/
libMCLinkerMC
/
Makefile
blob
3c6280b095782079144e7c50db00305268a515c8
1
# $NetBSD: Makefile,v 1.1 2013/02/27 21:25:10 joerg Exp $
2
3
LIB
=
MCLinkerMC
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
MCLINKER_SRCDIR
}/
lib
/
MC
8
9
SRCS
=
Attribute.
cpp
\
10
AttributeSet.
cpp
\
11
CommandAction.
cpp
\
12
ContextFactory.
cpp
\
13
FileAction.
cpp
\
14
InputAction.
cpp
\
15
InputBuilder.
cpp
\
16
InputFactory.
cpp
\
17
MCLDDirectory.
cpp
\
18
MCLDInput.
cpp
\
19
SearchDirs.
cpp
\
20
SymbolCategory.
cpp
\
21
ZOption.
cpp
22
23
.if defined
(
HOSTLIB
)
24
.
include
<
bsd.hostlib.mk
>
25
.
else
26
.
include
<
bsd.lib.mk
>
27
.
endif