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
tools/llvm: Do not build with symbols
[minix3.git]
/
external
/
bsd
/
llvm
/
lib
/
libLLVMTableGen
/
Makefile
blob
9653aa7196abfe9caa0548495d2f696a3c44428c
1
# $NetBSD: Makefile,v 1.4 2012/10/28 17:07:46 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
StringMatcher.
cpp
\
13
TableGenBackend.
cpp
\
14
TGLexer.
cpp
\
15
TGParser.
cpp
16
17
.if defined
(
HOSTLIB
)
18
.
include
<
bsd.hostlib.mk
>
19
.
else
20
.
include
<
bsd.lib.mk
>
21
.
endif