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
Remove building with NOCRYPTO option
[minix.git]
/
external
/
bsd
/
llvm
/
lib
/
libclangParse
/
Makefile
blob
b12053e6391005eca1b50f6070f909daa38b598f
1
# $NetBSD: Makefile,v 1.3 2014/08/10 17:34:22 joerg Exp $
2
3
LIB
=
clangParse
4
5
.
include
<
bsd.init.mk
>
6
7
.PATH
: ${
CLANG_SRCDIR
}/
lib
/
Parse
8
9
SRCS
+=
ParseAST.
cpp
\
10
ParseCXXInlineMethods.
cpp
\
11
ParseDecl.
cpp
\
12
ParseDeclCXX.
cpp
\
13
ParseExpr.
cpp
\
14
ParseExprCXX.
cpp
\
15
ParseInit.
cpp
\
16
ParseObjc.
cpp
\
17
ParseOpenMP.
cpp
\
18
ParsePragma.
cpp
\
19
ParseStmt.
cpp
\
20
ParseStmtAsm.
cpp
\
21
ParseTemplate.
cpp
\
22
ParseTentative.
cpp
\
23
Parser.
cpp
24
25
.if defined
(
HOSTLIB
)
26
.
include
<
bsd.hostlib.mk
>
27
.
else
28
.
include
<
bsd.lib.mk
>
29
.
endif