blob: 5ed99fcc430be2f139cab760afb1deaa81175b5f [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 \
Ted Kremenek305c6132012-09-01 05:09:24 +000015 clangParse.a clangRewriteCore.a clangRewriteFrontend.a \
16 clangSema.a clangAnalysis.a clangEdit.a \
Daniel Jasper7c077022012-07-17 09:12:33 +000017 clangAST.a clangASTMatchers.a clangLex.a clangBasic.a
Manuel Klimekcb971c62012-04-04 12:07:46 +000018
19include $(CLANG_LEVEL)/unittests/Makefile