14f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl##===- clang/lib/Serialization/Makefile --------------------*- Makefile -*-===##
24f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl# 
34f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl#                     The LLVM Compiler Infrastructure
44f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl#
54f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl# This file is distributed under the University of Illinois Open Source
64f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl# License. See LICENSE.TXT for details.
74f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl# 
84f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl##===----------------------------------------------------------------------===##
94f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl#
104f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl#  This implements the semantic analyzer and AST builder library for the 
114f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl#  C-Language front-end.
124f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl#
134f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl##===----------------------------------------------------------------------===##
144f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl
154f7121ffc46611335a36c15ea42d6591b8c288abSebastian RedlCLANG_LEVEL := ../..
164f7121ffc46611335a36c15ea42d6591b8c288abSebastian RedlLIBRARYNAME := clangSerialization
174f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl
184f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redlinclude $(CLANG_LEVEL)/Makefile
194f7121ffc46611335a36c15ea42d6591b8c288abSebastian Redl
20