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.
10 TOOLNAME
= empty_string
14 include $(CLANG_LEVEL
)/..
/..
/Makefile.config
16 LINK_COMPONENTS
:= $(TARGETS_TO_BUILD
) asmparser bitreader support mc option
17 USEDLIBS
= clangFrontend.a clangSerialization.a clangDriver.a \
18 clangTooling.a clangParse.a clangSema.a \
19 clangStaticAnalyzerFrontend.a clangStaticAnalyzerCheckers.a \
20 clangStaticAnalyzerCore.a clangAnalysis.a clangRewriteFrontend.a \
21 clangRewrite.a clangEdit.a clangAST.a clangLex.a clangBasic.a \
24 include $(CLANG_LEVEL
)/Makefile