Remove building with NOCRYPTO option
[minix.git] / external / bsd / llvm / lib / libclangParse / Makefile
blobb12053e6391005eca1b50f6070f909daa38b598f
1 # $NetBSD: Makefile,v 1.3 2014/08/10 17:34:22 joerg Exp $
3 LIB= clangParse
5 .include <bsd.init.mk>
7 .PATH: ${CLANG_SRCDIR}/lib/Parse
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
25 .if defined(HOSTLIB)
26 .include <bsd.hostlib.mk>
27 .else
28 .include <bsd.lib.mk>
29 .endif