blob: 19a00275f0f73aaaca4b6b1e73d30465f5d3e08e [file] [log] [blame]
Chris Lattnerbe1a7a02008-03-15 23:59:48 +00001##===- clang/lib/Sema/Makefile -----------------------------*- Makefile -*-===##
Chris Lattner4b009652007-07-25 00:24:17 +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.
Chris Lattner4b009652007-07-25 00:24:17 +00007#
8##===----------------------------------------------------------------------===##
9#
10# This implements the semantic analyzer and AST builder library for the
11# C-Language front-end.
12#
13##===----------------------------------------------------------------------===##
14
Chris Lattnerbe1a7a02008-03-15 23:59:48 +000015LEVEL = ../../../..
Chris Lattner4b009652007-07-25 00:24:17 +000016LIBRARYNAME := clangSEMA
17BUILD_ARCHIVE = 1
18CXXFLAGS = -fno-rtti
19
Chris Lattnerbe1a7a02008-03-15 23:59:48 +000020CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include
Chris Lattner4b009652007-07-25 00:24:17 +000021
22include $(LEVEL)/Makefile.common
23