blob: a81f03b4f71dea8bbe1935dd65f790f689a9199d [file] [log] [blame]
Chris Lattnerbda0b622008-03-15 23:59:48 +00001##===- clang/lib/Basic/Makefile ----------------------------*- Makefile -*-===##
Reid Spencer5f016e22007-07-11 17:01:13 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattner6298b8c2007-12-29 20:02:25 +00005# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
Reid Spencer5f016e22007-07-11 17:01:13 +00007#
8##===----------------------------------------------------------------------===##
9#
10# This implements the Basic library for the C-Language front-end.
11#
12##===----------------------------------------------------------------------===##
13
Chris Lattnerbda0b622008-03-15 23:59:48 +000014LEVEL = ../../../..
Reid Spencer5f016e22007-07-11 17:01:13 +000015LIBRARYNAME := clangBasic
16BUILD_ARCHIVE = 1
17CXXFLAGS = -fno-rtti
18
Douglas Gregor7ebe9712009-08-23 05:02:18 +000019# Don't install Clang libraries
20NO_INSTALL = 1
21
Douglas Gregora393e9e2009-03-16 23:06:59 +000022CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
Reid Spencer5f016e22007-07-11 17:01:13 +000023
24include $(LEVEL)/Makefile.common
25