blob: 19a00275f0f73aaaca4b6b1e73d30465f5d3e08e [file] [log] [blame]
Chris Lattner7a513132008-03-15 23:59:48 +00001##===- clang/lib/Sema/Makefile -----------------------------*- Makefile -*-===##
Steve Naroff21d5e872007-05-22 17:43:50 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner5926c0e2007-12-29 20:02:25 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Steve Naroff21d5e872007-05-22 17:43:50 +00007#
8##===----------------------------------------------------------------------===##
9#
Chris Lattner6ba4ef52007-05-23 23:56:42 +000010# This implements the semantic analyzer and AST builder library for the
11# C-Language front-end.
Steve Naroff21d5e872007-05-22 17:43:50 +000012#
13##===----------------------------------------------------------------------===##
14
Chris Lattner7a513132008-03-15 23:59:48 +000015LEVEL = ../../../..
Steve Naroff21d5e872007-05-22 17:43:50 +000016LIBRARYNAME := clangSEMA
17BUILD_ARCHIVE = 1
18CXXFLAGS = -fno-rtti
19
Chris Lattner7a513132008-03-15 23:59:48 +000020CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include
Steve Naroff21d5e872007-05-22 17:43:50 +000021
22include $(LEVEL)/Makefile.common
23