2011-02-09 06:30:36 +08:00
|
|
|
##===- clang/lib/StaticAnalyzer/Core/Makefile --------------*- Makefile -*-===##
|
2015-09-08 11:50:52 +08:00
|
|
|
#
|
2011-02-09 06:30:36 +08:00
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2015-09-08 11:50:52 +08:00
|
|
|
#
|
2011-02-09 06:30:36 +08:00
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
#
|
2015-09-08 11:50:52 +08:00
|
|
|
# This implements analyses built on top of source-level CFGs.
|
2011-02-09 06:30:36 +08:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
|
|
|
CLANG_LEVEL := ../../..
|
|
|
|
LIBRARYNAME := clangStaticAnalyzerCore
|
|
|
|
|
|
|
|
include $(CLANG_LEVEL)/Makefile
|