blob: 5ec7c333c50429b0795c5e174a6d0991222ab78c [file] [log] [blame]
Chris Lattner7a513132008-03-15 23:59:48 +00001##===- clang/lib/Parse/Makefile ----------------------------*- Makefile -*-===##
Chris Lattner0bb5f832006-07-31 01:59:18 +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.
Chris Lattner0bb5f832006-07-31 01:59:18 +00007#
8##===----------------------------------------------------------------------===##
9#
Chris Lattner3e7bd4e2006-08-17 05:51:27 +000010# This implements the Parser library for the C-Language front-end.
Chris Lattner0bb5f832006-07-31 01:59:18 +000011#
12##===----------------------------------------------------------------------===##
13
Daniel Dunbare6c1daa2010-06-08 20:34:18 +000014CLANG_LEVEL := ../..
Chris Lattner0bb5f832006-07-31 01:59:18 +000015LIBRARYNAME := clangParse
Chris Lattner0bb5f832006-07-31 01:59:18 +000016
Daniel Dunbare6c1daa2010-06-08 20:34:18 +000017include $(CLANG_LEVEL)/Makefile
Chris Lattner0bb5f832006-07-31 01:59:18 +000018