[analyzer] Handle the dot syntax for properties in the ExprEngine.
[clang.git] / examples / wpa / Makefile
blobaf0f843149cf6e456352f813f2029440d4345673
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 = 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