blob: a106263929ef7c528989a84a1b9d1aee1dd403f0 [file] [log] [blame]
Chris Lattnere5c871a2007-09-15 21:48:50 +00001##===- clang/Analysis/Makefile -----------------------------*- Makefile -*-===##
Ted Kremenekaa04c512007-09-06 00:17:54 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattnerbd599602007-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 Kremenekaa04c512007-09-06 00:17:54 +00007#
8##===----------------------------------------------------------------------===##
9#
10# This implements analyses built on top of source-level CFGs.
11#
12##===----------------------------------------------------------------------===##
13
14LEVEL = ../../..
15LIBRARYNAME := clangAnalysis
16BUILD_ARCHIVE = 1
17CXXFLAGS = -fno-rtti
18
19CPPFLAGS += -I$(PROJ_SRC_DIR)/../include
20
21include $(LEVEL)/Makefile.common
22