blob: e95d6dbfa35c230279eeb0b9e9024a84d687adf3 [file] [log] [blame]
Chris Lattnerbe1a7a02008-03-15 23:59:48 +00001##===- clang/lib/Basic/Makefile ----------------------------*- Makefile -*-===##
Chris Lattner4b009652007-07-25 00:24:17 +00002#
3# The LLVM Compiler Infrastructure
4#
Chris Lattnerbd599602007-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 Lattner4b009652007-07-25 00:24:17 +00007#
8##===----------------------------------------------------------------------===##
9#
10# This implements the Basic library for the C-Language front-end.
11#
12##===----------------------------------------------------------------------===##
13
Chris Lattnerbe1a7a02008-03-15 23:59:48 +000014LEVEL = ../../../..
Chris Lattner4b009652007-07-25 00:24:17 +000015LIBRARYNAME := clangBasic
16BUILD_ARCHIVE = 1
17CXXFLAGS = -fno-rtti
18
Chris Lattnerbe1a7a02008-03-15 23:59:48 +000019CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include
Chris Lattner4b009652007-07-25 00:24:17 +000020
21include $(LEVEL)/Makefile.common
22