1*0a6a1f1dSLionel Sambuc##===- clang/lib/Rewrite/Makefile --------------------------*- Makefile -*-===## 2f4a2713aSLionel Sambuc# 3f4a2713aSLionel Sambuc# The LLVM Compiler Infrastructure 4f4a2713aSLionel Sambuc# 5f4a2713aSLionel Sambuc# This file is distributed under the University of Illinois Open Source 6f4a2713aSLionel Sambuc# License. See LICENSE.TXT for details. 7f4a2713aSLionel Sambuc# 8f4a2713aSLionel Sambuc##===----------------------------------------------------------------------===## 9*0a6a1f1dSLionel Sambuc# 10*0a6a1f1dSLionel Sambuc# This implements code transformation / rewriting facilities. 11*0a6a1f1dSLionel Sambuc# 12*0a6a1f1dSLionel Sambuc##===----------------------------------------------------------------------===## 13f4a2713aSLionel Sambuc 14f4a2713aSLionel SambucCLANG_LEVEL := ../.. 15*0a6a1f1dSLionel SambucLIBRARYNAME := clangRewrite 16f4a2713aSLionel Sambuc 17f4a2713aSLionel Sambucinclude $(CLANG_LEVEL)/Makefile 18*0a6a1f1dSLionel Sambuc 19