blob: ab264733b22f078c8c01abddf3412bbc3310d432 [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#
10# This implements the Lexer library for the C-Language front-end.
11#
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