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
/
libclangRewriteCore
/
Makefile
blob
35acb0dbb03e3b2cecb66ea861be5da37a2730f8
1
# $NetBSD: Makefile,v 1.1 2012/09/23 17:22:24 joerg Exp $
2
3
LIB
=
clangRewriteCore
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
CLANG_SRCDIR
}/
lib
/
Rewrite
/
Core
8
9
SRCS
+=
DeltaTree.
cpp
\
10
HTMLRewrite.
cpp
\
11
RewriteRope.
cpp
\
12
Rewriter.
cpp
\
13
TokenRewriter.
cpp
14
15
.if defined
(
HOSTLIB
)
16
.
include
<
bsd.hostlib.mk
>
17
.
else
18
.
include
<
bsd.lib.mk
>
19
.
endif