[llvm-commits] CVS: llvm/Makefile Makefile.common Makefile.config.in Makefile.rules

Misha Brukman brukman at cs.uiuc.edu
Fri Apr 23 19:11:01 PDT 2004


Changes in directory llvm:

Makefile updated: 1.23 -> 1.24
Makefile.common updated: 1.133 -> 1.134
Makefile.config.in updated: 1.25 -> 1.26
Makefile.rules updated: 1.180 -> 1.181

---
Log message:

Standardize header comments of top-level Makefiles.


---
Diffs of the changes:  (+16 -9)

Index: llvm/Makefile
diff -u llvm/Makefile:1.23 llvm/Makefile:1.24
--- llvm/Makefile:1.23	Fri Apr 16 10:57:02 2004
+++ llvm/Makefile	Fri Apr 23 19:10:56 2004
@@ -1,11 +1,11 @@
-##===- ./Makefile ------------------------------------------*- Makefile -*-===##
+#===- ./Makefile -------------------------------------------*- Makefile -*--===#
 # 
 #                     The LLVM Compiler Infrastructure
 #
 # This file was developed by the LLVM research group and is distributed under
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
-##===----------------------------------------------------------------------===##
+#===------------------------------------------------------------------------===#
 LEVEL = .
 DIRS = lib/Support utils lib tools 
 


Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.133 llvm/Makefile.common:1.134
--- llvm/Makefile.common:1.133	Tue Oct 21 09:33:46 2003
+++ llvm/Makefile.common	Fri Apr 23 19:10:56 2004
@@ -1,11 +1,11 @@
-#===-- Makefile.common - Common make rules for LLVM -------*- makefile -*--====
+#===-- Makefile.common - Common make rules for LLVM --------*- Makefile -*--===#
 # 
 #                     The LLVM Compiler Infrastructure
 #
 # This file was developed by the LLVM research group and is distributed under
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
-##===----------------------------------------------------------------------===##
+#===------------------------------------------------------------------------===#
 #
 # This file is included by all of the LLVM makefiles.  This file defines common
 # rules to do things like compile a .cpp file or generate dependency info.


Index: llvm/Makefile.config.in
diff -u llvm/Makefile.config.in:1.25 llvm/Makefile.config.in:1.26
--- llvm/Makefile.config.in:1.25	Wed Mar 10 11:37:50 2004
+++ llvm/Makefile.config.in	Fri Apr 23 19:10:56 2004
@@ -1,9 +1,16 @@
-#===-- Makefile.config - Local configuration for LLVM ------*- makefile -*--====
+#===-- Makefile.config - Local configuration for LLVM ------*- Makefile -*--===#
+#
+#                     The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# 
+#===------------------------------------------------------------------------===#
 #
 # This file is included by Makefile.common.  It defines paths and other
 # values specific to a particular installation of LLVM.
 #
-#===-----------------------------------------------------------------------====
+#===------------------------------------------------------------------------===#
 
 # Target operating system for which LLVM will be compiled.
 OS=@OS@


Index: llvm/Makefile.rules
diff -u llvm/Makefile.rules:1.180 llvm/Makefile.rules:1.181
--- llvm/Makefile.rules:1.180	Wed Mar 10 11:38:01 2004
+++ llvm/Makefile.rules	Fri Apr 23 19:10:56 2004
@@ -1,11 +1,11 @@
-#===-- Makefile.rules - Common make rules for LLVM -------*- makefile -*--====
-# 
+#===-- Makefile.rules - Common make rules for LLVM ---------*- Makefile -*--===#
+#
 #                     The LLVM Compiler Infrastructure
 #
 # This file was developed by the LLVM research group and is distributed under
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
-##===----------------------------------------------------------------------===##
+#===------------------------------------------------------------------------===#
 #
 # This file is included by all of the LLVM makefiles.  This file defines common
 # rules to do things like compile a .cpp file or generate dependency info.





More information about the llvm-commits mailing list