llvm-project/clang/lib/StaticAnalyzer/Makefile

19 lines
588 B
Makefile
Raw Normal View History

##===- 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.
#
##===----------------------------------------------------------------------===##
CLANG_LEVEL := ../..
DIRS := Checkers Frontend
PARALLEL_DIRS := Core
2010-01-25 12:48:38 +08:00
include $(CLANG_LEVEL)/Makefile