blob: d6f6eac629b04a317265936a7bb410c32f4ca7d7 [file] [log] [blame]
Chris Lattner0bb5f832006-07-31 01:59:18 +00001##===- clang/Parse/Makefile --------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by Chris Lattner and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
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
14LEVEL = ../../..
15LIBRARYNAME := clangParse
16BUILD_ARCHIVE = 1
17CXXFLAGS = -fno-rtti -fno-exceptions
18
19CPPFLAGS += -I$(LEVEL)/tools/clang/include
20
21include $(LEVEL)/Makefile.common
22