[llvm-commits] CVS: llvm/lib/CodeGen/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 20 17:31:37 PDT 2003
Changes in directory llvm/lib/CodeGen:
Makefile updated: 1.14 -> 1.15
---
Log message:
Added LLVM copyright notice to Makefiles.
---
Diffs of the changes: (+8 -0)
Index: llvm/lib/CodeGen/Makefile
diff -u llvm/lib/CodeGen/Makefile:1.14 llvm/lib/CodeGen/Makefile:1.15
--- llvm/lib/CodeGen/Makefile:1.14 Mon Sep 1 15:34:15 2003
+++ llvm/lib/CodeGen/Makefile Mon Oct 20 17:26:56 2003
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/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 = ../..
PARALLEL_DIRS = InstrSelection InstrSched RegAlloc SelectionDAG
LIBRARYNAME = codegen
More information about the llvm-commits
mailing list