Manuel Klimek | cb971c6 | 2012-04-04 12:07:46 +0000 | [diff] [blame] | 1 | ##===- unittests/Tooling/Makefile --------------------------*- Makefile -*-===## |
| 2 | # |
| 3 | # The LLVM Compiler Infrastructure |
| 4 | # |
| 5 | # This file is distributed under the University of Illinois Open Source |
| 6 | # License. See LICENSE.TXT for details. |
| 7 | # |
| 8 | ##===----------------------------------------------------------------------===## |
| 9 | |
| 10 | CLANG_LEVEL = ../.. |
| 11 | TESTNAME = Tooling |
Chad Rosier | fa1d30d | 2012-08-08 16:27:29 +0000 | [diff] [blame] | 12 | include $(CLANG_LEVEL)/../../Makefile.config |
| 13 | LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc |
Manuel Klimek | cb971c6 | 2012-04-04 12:07:46 +0000 | [diff] [blame] | 14 | USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \ |
Ted Kremenek | 305c613 | 2012-09-01 05:09:24 +0000 | [diff] [blame] | 15 | clangParse.a clangRewriteCore.a clangRewriteFrontend.a \ |
| 16 | clangSema.a clangAnalysis.a clangEdit.a \ |
Daniel Jasper | 7c07702 | 2012-07-17 09:12:33 +0000 | [diff] [blame] | 17 | clangAST.a clangASTMatchers.a clangLex.a clangBasic.a |
Manuel Klimek | cb971c6 | 2012-04-04 12:07:46 +0000 | [diff] [blame] | 18 | |
| 19 | include $(CLANG_LEVEL)/unittests/Makefile |