blob: 5d2224d40e15fc80f498d6b7d2c932db05de29ba [file] [log] [blame]
Manuel Klimekcb971c62012-04-04 12:07:46 +00001##===- 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
10CLANG_LEVEL = ../..
11TESTNAME = Tooling
Chad Rosierfa1d30d2012-08-08 16:27:29 +000012include $(CLANG_LEVEL)/../../Makefile.config
13LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser support mc
Manuel Klimekcb971c62012-04-04 12:07:46 +000014USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \
Manuel Klimekbf782672012-05-22 17:45:33 +000015 clangParse.a clangRewrite.a clangSema.a clangAnalysis.a clangEdit.a \
Daniel Jasper7c077022012-07-17 09:12:33 +000016 clangAST.a clangASTMatchers.a clangLex.a clangBasic.a
Manuel Klimekcb971c62012-04-04 12:07:46 +000017
18include $(CLANG_LEVEL)/unittests/Makefile