Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / llvm / lib / libclangAnalysis / Makefile
blob68f50154d490936da3235d935af6684d8b1222a6
1 # $NetBSD: Makefile,v 1.13 2015/01/29 20:41:36 joerg Exp $
3 LIB= clangAnalysis
5 .include <bsd.init.mk>
7 .PATH: ${CLANG_SRCDIR}/lib/Analysis
9 SRCS+= AnalysisDeclContext.cpp \
10 BodyFarm.cpp \
11 CFG.cpp \
12 CFGReachabilityAnalysis.cpp \
13 CFGStmtMap.cpp \
14 CallGraph.cpp \
15 CocoaConventions.cpp \
16 CodeInjector.cpp \
17 Consumed.cpp \
18 Dominators.cpp \
19 FormatString.cpp \
20 LiveVariables.cpp \
21 ObjCNoReturn.cpp \
22 PostOrderCFGView.cpp \
23 ProgramPoint.cpp \
24 PrintfFormatString.cpp \
25 PseudoConstantAnalysis.cpp \
26 ReachableCode.cpp \
27 ScanfFormatString.cpp \
28 ThreadSafety.cpp \
29 ThreadSafetyCommon.cpp \
30 ThreadSafetyLogical.cpp \
31 ThreadSafetyTIL.cpp \
32 UninitializedValues.cpp
34 .if defined(HOSTLIB)
35 .include <bsd.hostlib.mk>
36 .else
37 .include <bsd.lib.mk>
38 .endif