blob: fbbb83d7100348dfda3e7a7335f0573239fffaa5 [file] [log] [blame]
Chris Lattner7a513132008-03-15 23:59:48 +00001##===- clang/lib/Analysis/Makefile -------------------------*- Makefile -*-===##
Ted Kremenekb56a9902007-09-06 00:17:54 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner5926c0e2007-12-29 20:02:25 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Ted Kremenekb56a9902007-09-06 00:17:54 +00007#
8##===----------------------------------------------------------------------===##
9#
10# This implements analyses built on top of source-level CFGs.
11#
12##===----------------------------------------------------------------------===##
13
Daniel Dunbare6c1daa2010-06-08 20:34:18 +000014CLANG_LEVEL := ../..
Ted Kremenekb56a9902007-09-06 00:17:54 +000015LIBRARYNAME := clangAnalysis
Ted Kremenekb56a9902007-09-06 00:17:54 +000016
Daniel Dunbare6c1daa2010-06-08 20:34:18 +000017include $(CLANG_LEVEL)/Makefile
Ted Kremenekb56a9902007-09-06 00:17:54 +000018