18f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall##===- tools/arcmt-test/Makefile ---------------------------*- Makefile -*-===##
28f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall# 
38f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall#                     The LLVM Compiler Infrastructure
48f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall#
58f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall# This file is distributed under the University of Illinois Open Source
68f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall# License. See LICENSE.TXT for details.
78f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall# 
88f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall##===----------------------------------------------------------------------===##
98f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCallCLANG_LEVEL := ../..
108f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall
118f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCallTOOLNAME = arcmt-test
128f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall
138f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall# No plugins, optimize startup time.
148f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCallTOOL_NO_EXPORTS = 1
158f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall
168f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall# Don't install this. It is used for tests.
178f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCallNO_INSTALL = 1
188f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall
19fa1d30ddb1bbb16d8c268f79890ac39101915b5cChad Rosierinclude $(CLANG_LEVEL)/../../Makefile.config
20b1e25a1bc03292dc538d336573e0be1490223171Reid KlecknerLINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
21305c613af6cfc40e519c75d9d2c84c6fa9a841c0Ted KremenekUSEDLIBS = clangARCMigrate.a clangRewriteCore.a \
228f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall		 clangFrontend.a clangDriver.a clangSerialization.a clangParse.a \
23f95d4125c01fa7b98722ae8cfbceac4a87d037b4Chandler Carruth		 clangSema.a clangEdit.a clangAnalysis.a clangAST.a clangLex.a \
24aa0cd85838f2a024e589ea4e8c2094130065af21Dmitri Gribenko		 clangBasic.a
258f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall
268f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCallinclude $(CLANG_LEVEL)/Makefile
27