1*53d1339bSjoerg# $NetBSD: Makefile,v 1.2 2021/05/30 01:56:56 joerg Exp $ 276c7fc5fSjoerg 376c7fc5fSjoergLIB= clangAnalysis 476c7fc5fSjoerg 576c7fc5fSjoerg.include <bsd.init.mk> 676c7fc5fSjoerg 776c7fc5fSjoerg.PATH: ${CLANG_SRCDIR}/lib/Analysis 876c7fc5fSjoerg 976c7fc5fSjoergSRCS+= AnalysisDeclContext.cpp \ 1076c7fc5fSjoerg BodyFarm.cpp \ 11*53d1339bSjoerg CalledOnceCheck.cpp \ 1276c7fc5fSjoerg CallGraph.cpp \ 1376c7fc5fSjoerg CFG.cpp \ 1476c7fc5fSjoerg CFGReachabilityAnalysis.cpp \ 1576c7fc5fSjoerg CFGStmtMap.cpp \ 1676c7fc5fSjoerg CloneDetection.cpp \ 1776c7fc5fSjoerg CocoaConventions.cpp \ 1876c7fc5fSjoerg CodeInjector.cpp \ 1976c7fc5fSjoerg ConstructionContext.cpp \ 2076c7fc5fSjoerg Consumed.cpp \ 2176c7fc5fSjoerg Dominators.cpp \ 2276c7fc5fSjoerg ExprMutationAnalyzer.cpp \ 23*53d1339bSjoerg IssueHash.cpp \ 2476c7fc5fSjoerg LiveVariables.cpp \ 25*53d1339bSjoerg MacroExpansionContext.cpp \ 2676c7fc5fSjoerg ObjCNoReturn.cpp \ 2776c7fc5fSjoerg PathDiagnostic.cpp \ 2876c7fc5fSjoerg PostOrderCFGView.cpp \ 2976c7fc5fSjoerg ProgramPoint.cpp \ 3076c7fc5fSjoerg ReachableCode.cpp \ 3176c7fc5fSjoerg RetainSummaryManager.cpp \ 3276c7fc5fSjoerg ThreadSafetyCommon.cpp \ 3376c7fc5fSjoerg ThreadSafety.cpp \ 3476c7fc5fSjoerg ThreadSafetyLogical.cpp \ 3576c7fc5fSjoerg ThreadSafetyTIL.cpp \ 3676c7fc5fSjoerg UninitializedValues.cpp 3776c7fc5fSjoerg 3876c7fc5fSjoerg.if defined(HOSTLIB) 3976c7fc5fSjoerg.include <bsd.hostlib.mk> 4076c7fc5fSjoerg.else 4176c7fc5fSjoerg.include <bsd.lib.mk> 4276c7fc5fSjoerg.endif 43