blob: 1fa8f581b6b685db1326e261bac243679751be79 [file] [log] [blame]
Reid Spencer5f016e22007-07-11 17:01:13 +00001##===- clang/Basic/Makefile --------------------------------*- Makefile -*-===##
2#
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
14LEVEL = ../../..
15LIBRARYNAME := clangBasic
16BUILD_ARCHIVE = 1
17CXXFLAGS = -fno-rtti
18
19CPPFLAGS += -I$(PROJ_SRC_DIR)/../include
20
21include $(LEVEL)/Makefile.common
22