summaryrefslogtreecommitdiff
path: root/lib/Transforms
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-20 22:26:57 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-20 22:26:57 +0000
commite488e9360b1a865ba604330965edcf139e590b65 (patch)
tree347ed802c8caf1458470e848404da8b1ccb8a705 /lib/Transforms
parent5f7e61d226618a2a92b4d1a1e05af7f1a7d9acc7 (diff)
downloadllvm-e488e9360b1a865ba604330965edcf139e590b65.tar.gz
llvm-e488e9360b1a865ba604330965edcf139e590b65.tar.bz2
llvm-e488e9360b1a865ba604330965edcf139e590b65.tar.xz
Added LLVM copyright notice to Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9312 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/Hello/Makefile8
-rw-r--r--lib/Transforms/IPO/Makefile8
-rw-r--r--lib/Transforms/Instrumentation/Makefile8
-rw-r--r--lib/Transforms/Instrumentation/ProfilePaths/Makefile8
-rw-r--r--lib/Transforms/Makefile8
-rw-r--r--lib/Transforms/Scalar/Makefile8
-rw-r--r--lib/Transforms/Utils/Makefile8
7 files changed, 56 insertions, 0 deletions
diff --git a/lib/Transforms/Hello/Makefile b/lib/Transforms/Hello/Makefile
index 0a4746d69f..4e54dec0f9 100644
--- a/lib/Transforms/Hello/Makefile
+++ b/lib/Transforms/Hello/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Transforms/Hello/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 = ../../..
LIBRARYNAME = hello
SHARED_LIBRARY = 1
diff --git a/lib/Transforms/IPO/Makefile b/lib/Transforms/IPO/Makefile
index 0bc3f72bcf..fe82fc11fa 100644
--- a/lib/Transforms/IPO/Makefile
+++ b/lib/Transforms/IPO/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Transforms/IPO/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 = ../../..
LIBRARYNAME = ipo
BUILD_ARCHIVE = 1
diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile
index a234923b4c..e1831afab6 100644
--- a/lib/Transforms/Instrumentation/Makefile
+++ b/lib/Transforms/Instrumentation/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Transforms/Instrumentation/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 = ../../..
LIBRARYNAME = instrument
PARALLEL_DIRS = ProfilePaths
diff --git a/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/lib/Transforms/Instrumentation/ProfilePaths/Makefile
index 91e1c2f8a6..8deeeac814 100644
--- a/lib/Transforms/Instrumentation/ProfilePaths/Makefile
+++ b/lib/Transforms/Instrumentation/ProfilePaths/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Transforms/Instrumentation/ProfilePaths/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 = ../../../..
LIBRARYNAME = profpaths
diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile
index 09ae44f610..88a2ca222f 100644
--- a/lib/Transforms/Makefile
+++ b/lib/Transforms/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Transforms/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 = Utils Instrumentation Scalar IPO
LIBRARYNAME = transforms
diff --git a/lib/Transforms/Scalar/Makefile b/lib/Transforms/Scalar/Makefile
index 9f73623cbd..6ea90d178c 100644
--- a/lib/Transforms/Scalar/Makefile
+++ b/lib/Transforms/Scalar/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Transforms/Scalar/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 = ../../..
LIBRARYNAME = scalaropts
BUILD_ARCHIVE = 1
diff --git a/lib/Transforms/Utils/Makefile b/lib/Transforms/Utils/Makefile
index 00e4170184..f4da9832fd 100644
--- a/lib/Transforms/Utils/Makefile
+++ b/lib/Transforms/Utils/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Transforms/Utils/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 = ../../..
LIBRARYNAME = transformutils
BUILD_ARCHIVE = 1