blob: 0e98439c3821ee824910cec05655c010ae244ac5 [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
10LEVEL := ../../..
Chris Lattnere7a5fd42009-09-24 19:45:12 +000011DIRS := clang-cc driver index-test CIndex c-index-test
Daniel Dunbarfec7c2a2009-01-19 19:20:01 +000012
13include $(LEVEL)/Makefile.common