[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsume...
[clang/stm8.git] / examples / wpa / Makefile
blob2ce2040c87ca29f1cebdcf77de3ba7f18e567643
1 ##===- examples/wpa/Makefile -------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 CLANG_LEVEL := ../..
12 TOOLNAME = clang-wpa
13 NO_INSTALL = 1
15 # No plugins, optimize startup time.
16 TOOL_NO_EXPORTS = 1
18 LINK_COMPONENTS := asmparser bitreader mc core
19 USEDLIBS = clangStaticAnalyzerFrontend.a clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a clangIndex.a clangFrontend.a clangDriver.a \
20 clangSema.a clangAnalysis.a clangSerialization.a \
21 clangAST.a clangParse.a clangLex.a clangBasic.a
23 include $(CLANG_LEVEL)/Makefile