blob: e5d1b8eadeb965c9bcbdbe2351601b169d079bd5 [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
Chris Lattnerb19f7962006-10-25 05:09:05 +000017CXXFLAGS = -fno-rtti
Chris Lattner0bb5f832006-07-31 01:59:18 +000018
19CPPFLAGS += -I$(LEVEL)/tools/clang/include
20
21include $(LEVEL)/Makefile.common
22