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
/
libclangEdit
/
Makefile
blob
75cd453940cfcaca3ad9a91c867779854511c198
1
# $NetBSD: Makefile,v 1.1 2012/04/04 10:42:04 joerg Exp $
2
3
LIB
=
clangEdit
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
CLANG_SRCDIR
}/
lib
/
Edit
8
9
SRCS
+=
Commit.
cpp
\
10
EditedSource.
cpp
\
11
RewriteObjCFoundationAPI.
cpp
12
13
.if defined
(
HOSTLIB
)
14
.
include
<
bsd.hostlib.mk
>
15
.
else
16
.
include
<
bsd.lib.mk
>
17
.
endif