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
/
libLLVMTableGen
/
Makefile
blob
762ef7459fb4f07c2da591ec3b82f73dcdf6ed50
1
# $NetBSD: Makefile,v 1.5 2014/08/10 17:34:22 joerg Exp $
2
3
LIB
=
LLVMTableGen
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
LLVM_SRCDIR
}/
lib
/
TableGen
8
9
SRCS
+=
Error.
cpp
\
10
Main.
cpp
\
11
Record.
cpp
\
12
SetTheory.
cpp
\
13
StringMatcher.
cpp
\
14
TableGenBackend.
cpp
\
15
TGLexer.
cpp
\
16
TGParser.
cpp
17
18
.if defined
(
HOSTLIB
)
19
.
include
<
bsd.hostlib.mk
>
20
.
else
21
.
include
<
bsd.lib.mk
>
22
.
endif