blob: 2c02739d268f45bbe4ec26546b0a9c467a0be5ab [file] [log] [blame]
Chris Lattnerbda0b622008-03-15 23:59:48 +00001##===- clang/lib/Sema/Makefile -----------------------------*- Makefile -*-===##
Reid Spencer5f016e22007-07-11 17:01:13 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner6298b8c2007-12-29 20:02:25 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Reid Spencer5f016e22007-07-11 17:01:13 +00007#
8##===----------------------------------------------------------------------===##
9#
10# This implements the semantic analyzer and AST builder library for the
11# C-Language front-end.
12#
13##===----------------------------------------------------------------------===##
14
Daniel Dunbarafed0992010-06-08 20:34:18 +000015CLANG_LEVEL := ../..
Nico Webere275e922008-09-07 17:09:06 +000016LIBRARYNAME := clangSema
Reid Spencer5f016e22007-07-11 17:01:13 +000017
Daniel Dunbarafed0992010-06-08 20:34:18 +000018include $(CLANG_LEVEL)/Makefile
Reid Spencer5f016e22007-07-11 17:01:13 +000019