Remove building with NOCRYPTO option
[minix3.git] / external / bsd / llvm / lib / libclangSema / Makefile
blob9713f4f96471fb36a65a97c1f13121c39e91e8b7
1 # $NetBSD: Makefile,v 1.15 2015/01/29 20:41:37 joerg Exp $
3 LIB= clangSema
5 .include <bsd.init.mk>
7 .PATH: ${CLANG_SRCDIR}/lib/Sema
9 SRCS+= AnalysisBasedWarnings.cpp \
10 AttributeList.cpp \
11 CodeCompleteConsumer.cpp \
12 DeclSpec.cpp \
13 DelayedDiagnostic.cpp \
14 IdentifierResolver.cpp \
15 JumpDiagnostics.cpp \
16 MultiplexExternalSemaSource.cpp \
17 Scope.cpp \
18 ScopeInfo.cpp \
19 Sema.cpp \
20 SemaAccess.cpp \
21 SemaAttr.cpp \
22 SemaCUDA.cpp \
23 SemaCXXScopeSpec.cpp \
24 SemaCast.cpp \
25 SemaChecking.cpp \
26 SemaCodeComplete.cpp \
27 SemaConsumer.cpp \
28 SemaDecl.cpp \
29 SemaDeclAttr.cpp \
30 SemaDeclCXX.cpp \
31 SemaDeclObjC.cpp \
32 SemaExceptionSpec.cpp \
33 SemaExpr.cpp \
34 SemaExprCXX.cpp \
35 SemaExprObjC.cpp \
36 SemaExprMember.cpp \
37 SemaFixItUtils.cpp \
38 SemaInit.cpp \
39 SemaLambda.cpp \
40 SemaLookup.cpp \
41 SemaObjCProperty.cpp \
42 SemaOpenMP.cpp \
43 SemaOverload.cpp \
44 SemaPseudoObject.cpp \
45 SemaStmt.cpp \
46 SemaStmtAsm.cpp \
47 SemaStmtAttr.cpp \
48 SemaTemplate.cpp \
49 SemaTemplateDeduction.cpp \
50 SemaTemplateInstantiate.cpp \
51 SemaTemplateInstantiateDecl.cpp \
52 SemaTemplateVariadic.cpp \
53 SemaType.cpp \
54 TypeLocBuilder.cpp
56 .if defined(HOSTLIB)
57 .include <bsd.hostlib.mk>
58 .else
59 .include <bsd.lib.mk>
60 .endif