blob: 59dfc7d4a9d60518a0ed9674aa69701fac7e51ed [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#
5# This file was developed by Ted Kremenek and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
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