Zhanyong Wan | f0ed580 | 2011-02-09 07:42:47 +0000 | [diff] [blame] | 1 | ##===- unittests/Frontend/Makefile -------------------------*- Makefile -*-===## |
Jeffrey Yasskin | 7a17889 | 2011-02-03 04:51:52 +0000 | [diff] [blame] | 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 |
Peter Collingbourne | 4b93d66 | 2011-02-19 23:03:58 +0000 | [diff] [blame] | 12 | LINK_COMPONENTS := support mc |
Jeffrey Yasskin | 7a17889 | 2011-02-03 04:51:52 +0000 | [diff] [blame] | 13 | USEDLIBS = clangFrontendTool.a clangFrontend.a clangDriver.a \ |
| 14 | clangSerialization.a clangCodeGen.a clangParse.a clangSema.a \ |
| 15 | clangStaticAnalyzerCheckers.a clangStaticAnalyzerCore.a \ |
John McCall | 72069b2 | 2011-06-16 05:35:43 +0000 | [diff] [blame] | 16 | clangIndex.a clangARCMigrate.a clangRewrite.a \ |
| 17 | clangAnalysis.a clangAST.a clangLex.a clangBasic.a |
Jeffrey Yasskin | 7a17889 | 2011-02-03 04:51:52 +0000 | [diff] [blame] | 18 | |
| 19 | include $(CLANG_LEVEL)/unittests/Makefile |