handle labeldecls.
[clang.git] / tools / Makefile
blob000293f09c9fe47b06b3d77b33fdb18964b4fcec
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 CLANG_LEVEL := ..
11 DIRS := driver libclang c-index-test
13 include $(CLANG_LEVEL)/../../Makefile.config
15 ifeq ($(OS), $(filter $(OS), Minix))
16 DIRS := $(filter-out libclang c-index-test, $(DIRS))
17 endif
19 include $(CLANG_LEVEL)/Makefile