2009-06-02 17:58:47 +00:00
|
|
|
##===- tools/Makefile --------------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2010-07-13 17:21:42 +00:00
|
|
|
CLANG_LEVEL := ..
|
2012-04-14 14:01:31 +00:00
|
|
|
DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
|
|
|
|
clang-check
|
2009-06-02 17:58:47 +00:00
|
|
|
|
2010-07-13 17:21:42 +00:00
|
|
|
include $(CLANG_LEVEL)/../../Makefile.config
|
2010-03-10 17:45:58 +00:00
|
|
|
|
2010-07-13 17:21:42 +00:00
|
|
|
include $(CLANG_LEVEL)/Makefile
|