18f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall##===- clang/lib/ARCMigrate/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 McCall#
108f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall# This implements code transformation to ARC mode.
118f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall#
128f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall##===----------------------------------------------------------------------===##
138f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall
148f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCallCLANG_LEVEL := ../..
158f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCallLIBRARYNAME := clangARCMigrate
168f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall
178f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCallinclude $(CLANG_LEVEL)/Makefile
188f0e8d22960d56f8390f4971e2c0f2f0a0884602John McCall
19