blob: 8d708475783f576182167e9fe6ead6ef15934eeb [file] [log] [blame]
Daniel Dunbar4ad19bf2009-03-02 19:50:00 +00001##===- clang/lib/Frontend/Makefile -------------------------*- Makefile -*-===##
Nico Weberfd54ebc2008-08-05 23:33:20 +00002#
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##===----------------------------------------------------------------------===##
Nico Weberfd54ebc2008-08-05 23:33:20 +00009
10LEVEL = ../../../..
Daniel Dunbare1bd4e62009-03-02 06:16:29 +000011LIBRARYNAME := clangFrontend
Nico Weberfd54ebc2008-08-05 23:33:20 +000012BUILD_ARCHIVE = 1
13CXXFLAGS = -fno-rtti
14
Douglas Gregora393e9e2009-03-16 23:06:59 +000015CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
Nico Weberfd54ebc2008-08-05 23:33:20 +000016
17include $(LEVEL)/Makefile.common
18