2011-02-09 06:30:36 +08:00
|
|
|
##===- clang/lib/StaticAnalyzer/Makefile -------------------*- Makefile -*-===##
|
2010-01-25 12:48:38 +08:00
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
#
|
|
|
|
# This implements analyses built on top of source-level CFGs.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2010-06-09 04:34:18 +08:00
|
|
|
CLANG_LEVEL := ../..
|
2011-02-16 09:40:55 +08:00
|
|
|
DIRS := Checkers Frontend
|
|
|
|
PARALLEL_DIRS := Core
|
2010-01-25 12:48:38 +08:00
|
|
|
|
2010-06-09 04:34:18 +08:00
|
|
|
include $(CLANG_LEVEL)/Makefile
|