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.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
LEVEL := ../../..
|
2010-01-23 11:10:26 +00:00
|
|
|
DIRS := driver CIndex c-index-test
|
2009-06-02 17:58:47 +00:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|