blob: 6a31e5fb886fea45a5b8bacec7d54be96fd897d4 [file] [log] [blame]
Daniel Dunbar3ede8d02009-03-02 19:59:07 +00001##===- clang/lib/Driver/Makefile ---------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LEVEL = ../../../..
11LIBRARYNAME := clangDriver
12BUILD_ARCHIVE = 1
13CXXFLAGS = -fno-rtti
Ted Kremenek55bac532009-10-07 03:21:11 +000014
Douglas Gregor7ebe9712009-08-23 05:02:18 +000015# Don't install Clang libraries
16NO_INSTALL = 1
Daniel Dunbar3ede8d02009-03-02 19:59:07 +000017
Ted Kremenek55bac532009-10-07 03:21:11 +000018CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
Douglas Gregorb8d11912009-10-05 20:33:49 +000019
Daniel Dunbar3ede8d02009-03-02 19:59:07 +000020include $(LEVEL)/Makefile.common