blob: 6737a531ba73f5e05864de8240638f4c9f06a515 [file] [log] [blame]
Argyrios Kyrtzidis69325d52011-07-09 20:00:58 +00001##===- tools/c-arcmt-test/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##===----------------------------------------------------------------------===##
9CLANG_LEVEL := ../..
10
11TOOLNAME = c-arcmt-test
12
13# No plugins, optimize startup time.
14TOOL_NO_EXPORTS = 1
15
16# Don't install this. It is used for tests.
17NO_INSTALL = 1
18
19LINK_COMPONENTS := support mc
20USEDLIBS = clang.a clangIndex.a clangFrontend.a clangDriver.a \
21 clangSerialization.a clangParse.a clangSema.a \
22 clangRewrite.a clangAnalysis.a clangAST.a clangLex.a clangBasic.a
23
24include $(CLANG_LEVEL)/Makefile