[cfe-commits] r38934 - /cfe/cfe/trunk/AST/Makefile

sabre at cs.uiuc.edu sabre at cs.uiuc.edu
Wed Jul 11 09:25:57 PDT 2007


Author: sabre
Date: Wed Jul 11 11:25:57 2007
New Revision: 38934

URL: http://llvm.org/viewvc/llvm-project?rev=38934&view=rev
Log:
add ast library

Added:
    cfe/cfe/trunk/AST/Makefile   (with props)

Added: cfe/cfe/trunk/AST/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/AST/Makefile?rev=38934&view=auto

==============================================================================
--- cfe/cfe/trunk/AST/Makefile (added)
+++ cfe/cfe/trunk/AST/Makefile Wed Jul 11 11:25:57 2007
@@ -0,0 +1,22 @@
+##===- clang/AST/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 := clangAST
+BUILD_ARCHIVE = 1
+CXXFLAGS = -fno-rtti -fno-exceptions
+
+CPPFLAGS += -I$(LEVEL)/tools/clang/include
+
+include $(LEVEL)/Makefile.common
+

Propchange: cfe/cfe/trunk/AST/Makefile

------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cfe/cfe/trunk/AST/Makefile

------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision





More information about the cfe-commits mailing list