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
etc/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
llvm
/
lib
/
libclangRewrite
/
Makefile
blob
866dd71b6aef12fb2464722b7efcf0504391e750
1
# $NetBSD: Makefile,v 1.5 2014/08/10 17:35:06 joerg Exp $
2
3
LIB
=
clangRewrite
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
CLANG_SRCDIR
}/
lib
/
Rewrite
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