1f4a2713aSLionel Sambuc##===- unittests/Tooling/Makefile --------------------------*- Makefile -*-===## 2f4a2713aSLionel Sambuc# 3f4a2713aSLionel Sambuc# The LLVM Compiler Infrastructure 4f4a2713aSLionel Sambuc# 5f4a2713aSLionel Sambuc# This file is distributed under the University of Illinois Open Source 6f4a2713aSLionel Sambuc# License. See LICENSE.TXT for details. 7f4a2713aSLionel Sambuc# 8f4a2713aSLionel Sambuc##===----------------------------------------------------------------------===## 9f4a2713aSLionel Sambuc 10f4a2713aSLionel SambucCLANG_LEVEL = ../.. 11f4a2713aSLionel SambucTESTNAME = Tooling 12f4a2713aSLionel Sambucinclude $(CLANG_LEVEL)/../../Makefile.config 13f4a2713aSLionel SambucLINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option 14*0a6a1f1dSLionel SambucUSEDLIBS = clangTooling.a clangToolingCore.a clangFrontend.a \ 15*0a6a1f1dSLionel Sambuc clangSerialization.a clangDriver.a \ 16*0a6a1f1dSLionel Sambuc clangParse.a clangRewrite.a clangRewriteFrontend.a \ 17f4a2713aSLionel Sambuc clangSema.a clangAnalysis.a clangEdit.a \ 18f4a2713aSLionel Sambuc clangAST.a clangASTMatchers.a clangLex.a clangBasic.a 19f4a2713aSLionel Sambuc 20f4a2713aSLionel Sambucinclude $(CLANG_LEVEL)/unittests/Makefile 21