Performance histograms for extension content verification
[chromium-blink-merge.git] / tools / clang / rewrite_scoped_ptr_ctor_null / Makefile
blobf807d89c9ae1ab800cf0682c50d30f65913e37a5
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # This Makefile requires the LLVM build system. In order to build this tool,
6 # please run tools/clang/scripts/build_tool.py.
8 CLANG_LEVEL := ../..
10 TOOLNAME = rewrite_scoped_ptr_ctor_null
12 NO_INSTALL = 1
14 include $(CLANG_LEVEL)/../../Makefile.config
16 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc
17 USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \
18 clangRewriteFrontend.a clangRewriteCore.a clangParse.a clangSema.a \
19 clangAnalysis.a clangAST.a clangASTMatchers.a clangEdit.a \
20 clangLex.a clangBasic.a
22 include $(CLANG_LEVEL)/Makefile