| Zhanyong Wan | 392d2ed | 2011-02-09 07:42:47 +0000 | [diff] [blame] | 1 | ##===- unittests/Frontend/Makefile -------------------------*- Makefile -*-===## | 
| Jeffrey Yasskin | c7da993 | 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 | 8f5cf74 | 2011-02-19 23:03:58 +0000 | [diff] [blame] | 12 | LINK_COMPONENTS := support mc | 
| Jeffrey Yasskin | c7da993 | 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 \ | 
| Douglas Gregor | 1840cc2 | 2012-04-13 17:26:32 +0000 | [diff] [blame^] | 16 | clangARCMigrate.a clangRewrite.a clangEdit.a \ | 
| John McCall | 1d78d75 | 2011-06-16 05:35:43 +0000 | [diff] [blame] | 17 | clangAnalysis.a clangAST.a clangLex.a clangBasic.a | 
| Jeffrey Yasskin | c7da993 | 2011-02-03 04:51:52 +0000 | [diff] [blame] | 18 |  | 
|  | 19 | include $(CLANG_LEVEL)/unittests/Makefile |