Re-land the fix for PR7139.
[clang.git] / tools / Makefile
blob8407dfdedde7ddf9c6762aa80e18bd391f734df1
1 ##===- tools/Makefile --------------------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL := ../../..
11 DIRS := driver libclang c-index-test
13 include $(LEVEL)/Makefile.config
15 ifeq ($(OS), $(filter $(OS), Cygwin MingW))
16 DIRS := $(filter-out libclang c-index-test, $(DIRS))
17 endif
19 include $(LEVEL)/Makefile.common