[llvm-commits] [hlvm] r37970 - in /hlvm/trunk: Makefile Makefile.common.in lib/Makefile tools/Makefile

Reid Spencer reid at x10sys.com
Sat Jul 7 16:58:28 PDT 2007


Author: reid
Date: Sat Jul  7 18:58:27 2007
New Revision: 37970

URL: http://llvm.org/viewvc/llvm-project?rev=37970&view=rev
Log:
Fix documentation in Makefiles.

Modified:
    hlvm/trunk/Makefile
    hlvm/trunk/Makefile.common.in
    hlvm/trunk/lib/Makefile
    hlvm/trunk/tools/Makefile

Modified: hlvm/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/Makefile?rev=37970&r1=37969&r2=37970&view=diff

==============================================================================
--- hlvm/trunk/Makefile (original)
+++ hlvm/trunk/Makefile Sat Jul  7 18:58:27 2007
@@ -1,6 +1,8 @@
-##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
+##===- Makefile --------------------------------------------*- Makefile -*-===##
 #
-# This is a sample Makefile for a project that uses LLVM.
+# This is the top level Makefile for the HLVM project.
+#
+# Copyright (C) 2006 Reid Spencer. All Rights Reserved.
 #
 ##===----------------------------------------------------------------------===##
 

Modified: hlvm/trunk/Makefile.common.in
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/Makefile.common.in?rev=37970&r1=37969&r2=37970&view=diff

==============================================================================
--- hlvm/trunk/Makefile.common.in (original)
+++ hlvm/trunk/Makefile.common.in Sat Jul  7 18:58:27 2007
@@ -1,6 +1,13 @@
+##===- Makefile.common.in ----------------------------------*- Makefile -*-===##
+#
+# This is the top level configured makefile for the HLVM project.
+#
+# Copyright (C) 2006 Reid Spencer. All Rights Reserved.
+#
+##===----------------------------------------------------------------------===##
 # Set the name of the project here
-PROJECT_NAME := sample
-PROJ_VERSION := 0.9
+PROJECT_NAME := HLVM
+PROJ_VERSION := 0.1svn
  
 # Set this variable to the top of the LLVM source tree.
 LLVM_SRC_ROOT = @LLVM_SRC@

Modified: hlvm/trunk/lib/Makefile
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/lib/Makefile?rev=37970&r1=37969&r2=37970&view=diff

==============================================================================
--- hlvm/trunk/lib/Makefile (original)
+++ hlvm/trunk/lib/Makefile Sat Jul  7 18:58:27 2007
@@ -1,4 +1,4 @@
-##===- projects/sample/lib/Makefile ------------------------*- Makefile -*-===##
+##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
 
 #
 # Relative path to the top of the source tree.

Modified: hlvm/trunk/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/tools/Makefile?rev=37970&r1=37969&r2=37970&view=diff

==============================================================================
--- hlvm/trunk/tools/Makefile (original)
+++ hlvm/trunk/tools/Makefile Sat Jul  7 18:58:27 2007
@@ -1,4 +1,4 @@
-##===- projects/sample/tools/Makefile ----------------------*- Makefile -*-===##
+##===- tools/Makefile --------------------------------------*- Makefile -*-===##
 
 #
 # Relative path to the top of the source tree.





More information about the llvm-commits mailing list