blob: eb47be8698b421d44c9a43a213d7b720c3f4e758 [file] [log] [blame]
Ted Kremeneke4e63342007-09-06 00:17:54 +00001##===- clang/CodeGen/Makefile ------------------------------*- Makefile -*-===##
2#
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