Jeffrey Yasskin | 7a17889 | 2011-02-03 04:51:52 +0000 | [diff] [blame^] | 1 | ##===- unittests/ADT/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 = Frontend |
| 12 | LINK_COMPONENTS := core support mc |
| 13 | USEDLIBS = clangFrontendTool.a clangFrontend.a clangDriver.a \ |
| 14 | clangSerialization.a clangCodeGen.a clangParse.a clangSema.a \ |
| 15 | clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a \ |
| 16 | clangAnalysis.a clangIndex.a clangRewrite.a \ |
| 17 | clangAST.a clangLex.a clangBasic.a |
| 18 | |
| 19 | include $(CLANG_LEVEL)/unittests/Makefile |