[llvm-commits] CVS: llvm/Makefile.common Makefile.rules
John Criswell
criswell at cs.uiuc.edu
Tue Oct 21 09:34:01 PDT 2003
Changes in directory llvm:
Makefile.common updated: 1.132 -> 1.133
Makefile.rules updated: 1.147 -> 1.148
---
Log message:
Added LLVM copyright notice.
---
Diffs of the changes: (+14 -0)
Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.132 llvm/Makefile.common:1.133
--- llvm/Makefile.common:1.132 Sat Sep 6 09:44:17 2003
+++ llvm/Makefile.common Tue Oct 21 09:33:46 2003
@@ -1,4 +1,11 @@
#===-- 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.rules
diff -u llvm/Makefile.rules:1.147 llvm/Makefile.rules:1.148
--- llvm/Makefile.rules:1.147 Wed Oct 15 20:49:00 2003
+++ llvm/Makefile.rules Tue Oct 21 09:33:46 2003
@@ -1,4 +1,11 @@
#===-- 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