2014-08-20 09:39:05 +08:00
|
|
|
##===- tools/extra/clang-rename/Makefile -------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
CLANG_LEVEL := ../../..
|
2014-10-13 19:30:27 +08:00
|
|
|
LIBRARYNAME = clangRename
|
2014-08-20 09:39:05 +08:00
|
|
|
include $(CLANG_LEVEL)/../../Makefile.config
|
2014-10-13 19:30:27 +08:00
|
|
|
|
|
|
|
DIRS = tool
|
2014-08-20 09:39:05 +08:00
|
|
|
|
|
|
|
include $(CLANG_LEVEL)/Makefile
|