2012-12-12 22:30:57 +08:00
|
|
|
##===- tools/extra/loop-convert/Makefile ----sssss----------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
CLANG_LEVEL := ../../..
|
|
|
|
include $(CLANG_LEVEL)/../../Makefile.config
|
2013-01-05 02:25:18 +08:00
|
|
|
|
2013-04-05 04:19:58 +08:00
|
|
|
DIRS = Core tool
|
2012-12-12 22:30:57 +08:00
|
|
|
|
|
|
|
include $(CLANG_LEVEL)/Makefile
|