[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore
[clang.git] / lib / Makefile
blob6509fd59c63e45cee4aa224cfce681fef6974e85
1 ##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
9 CLANG_LEVEL := ..
11 PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis \
12 GR Rewrite Serialization Frontend FrontendTool Index Driver
14 include $(CLANG_LEVEL)/Makefile