blob: 5059ade930927d1eaad651ff29924b01b7b1156f [file] [log] [blame]
Daniel Dunbarfec7c2a2009-01-19 19:20:01 +00001##===- tools/Makefile --------------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
Daniel Dunbarafed0992010-06-08 20:34:18 +000010CLANG_LEVEL := ..
Manuel Klimekcb971c62012-04-04 12:07:46 +000011DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
12 clang-check
Daniel Dunbarfec7c2a2009-01-19 19:20:01 +000013
Daniel Dunbarafed0992010-06-08 20:34:18 +000014include $(CLANG_LEVEL)/../../Makefile.config
Chris Lattnerb196ef72010-03-07 00:17:28 +000015
Daniel Dunbarafed0992010-06-08 20:34:18 +000016include $(CLANG_LEVEL)/Makefile