blob: d6411122e32288ec25a88f5ff86b1c2441ad38ef [file] [log] [blame]
Chris Lattnerbda0b622008-03-15 23:59:48 +00001##===- clang/lib/Analysis/Makefile -------------------------*- Makefile -*-===##
Ted Kremeneke4e63342007-09-06 00:17:54 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner6298b8c2007-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 Kremeneke4e63342007-09-06 00:17:54 +00007#
8##===----------------------------------------------------------------------===##
9#
10# This implements analyses built on top of source-level CFGs.
11#
12##===----------------------------------------------------------------------===##
13
Chris Lattnerbda0b622008-03-15 23:59:48 +000014LEVEL = ../../../..
Ted Kremeneke4e63342007-09-06 00:17:54 +000015LIBRARYNAME := clangAnalysis
16BUILD_ARCHIVE = 1
Ted Kremeneke4e63342007-09-06 00:17:54 +000017
Douglas Gregora393e9e2009-03-16 23:06:59 +000018CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
Ted Kremeneke4e63342007-09-06 00:17:54 +000019
20include $(LEVEL)/Makefile.common
21