[cfe-commits] r39480 - /cfe/cfe/trunk/Sema/Makefile
Steve Naroff
snaroff at apple.com
Wed Jul 11 09:44:50 PDT 2007
Author: snaroff
Date: Wed Jul 11 11:44:50 2007
New Revision: 39480
URL: http://llvm.org/viewvc/llvm-project?rev=39480&view=rev
Log:
Bug #:
Submitted by:
Reviewed by:
Add Makefile
Added:
cfe/cfe/trunk/Sema/Makefile (with props)
Added: cfe/cfe/trunk/Sema/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/Sema/Makefile?rev=39480&view=auto
==============================================================================
--- cfe/cfe/trunk/Sema/Makefile (added)
+++ cfe/cfe/trunk/Sema/Makefile Wed Jul 11 11:44:50 2007
@@ -0,0 +1,22 @@
+##===- clang/Sema/Makefile ---------------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by Chris Lattner and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+#
+# This implements the AST library for the C-Language front-end.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../../..
+LIBRARYNAME := clangSEMA
+BUILD_ARCHIVE = 1
+CXXFLAGS = -fno-rtti
+
+CPPFLAGS += -I$(PROJ_SRC_DIR)/../include
+
+include $(LEVEL)/Makefile.common
+
Propchange: cfe/cfe/trunk/Sema/Makefile
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cfe/cfe/trunk/Sema/Makefile
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
More information about the cfe-commits
mailing list