blob: 2c02739d268f45bbe4ec26546b0a9c467a0be5ab [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
Daniel Dunbare6c1daa2010-06-08 20:34:18 +000015CLANG_LEVEL := ../..
Nico Weberb0920372008-09-07 17:09:06 +000016LIBRARYNAME := clangSema
Steve Naroff21d5e872007-05-22 17:43:50 +000017
Daniel Dunbare6c1daa2010-06-08 20:34:18 +000018include $(CLANG_LEVEL)/Makefile
Steve Naroff21d5e872007-05-22 17:43:50 +000019