summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Analysis/DataStructure/Makefile8
-rw-r--r--lib/Analysis/IPA/Makefile8
-rw-r--r--lib/Analysis/LiveVar/Makefile8
-rw-r--r--lib/Analysis/Makefile8
-rw-r--r--lib/AsmParser/Makefile8
-rw-r--r--lib/Bytecode/Makefile8
-rw-r--r--lib/Bytecode/Reader/Makefile8
-rw-r--r--lib/Bytecode/Writer/Makefile8
-rw-r--r--lib/CodeGen/InstrSched/Makefile8
-rw-r--r--lib/CodeGen/InstrSelection/Makefile8
-rw-r--r--lib/CodeGen/Makefile8
-rw-r--r--lib/CodeGen/ModuloScheduling/Makefile8
-rw-r--r--lib/CodeGen/RegAlloc/Makefile8
-rw-r--r--lib/CodeGen/SelectionDAG/Makefile8
-rw-r--r--lib/ExecutionEngine/Interpreter/Makefile8
-rw-r--r--lib/ExecutionEngine/JIT/Makefile8
-rw-r--r--lib/ExecutionEngine/Makefile8
-rw-r--r--lib/Makefile8
-rw-r--r--lib/Support/Makefile8
-rw-r--r--lib/Target/CBackend/Makefile8
-rw-r--r--lib/Target/Makefile8
-rw-r--r--lib/Target/SparcV9/InstrSched/Makefile8
-rw-r--r--lib/Target/SparcV9/InstrSelection/Makefile8
-rw-r--r--lib/Target/SparcV9/LiveVar/Makefile8
-rw-r--r--lib/Target/SparcV9/Makefile8
-rw-r--r--lib/Target/SparcV9/ModuloScheduling/Makefile8
-rw-r--r--lib/Target/SparcV9/RegAlloc/Makefile8
-rw-r--r--lib/Target/X86/Makefile8
-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
-rw-r--r--lib/VMCore/Makefile8
36 files changed, 288 insertions, 0 deletions
diff --git a/lib/Analysis/DataStructure/Makefile b/lib/Analysis/DataStructure/Makefile
index 3c4c7e2322..c059854a59 100644
--- a/lib/Analysis/DataStructure/Makefile
+++ b/lib/Analysis/DataStructure/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Analysis/DataStructure/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 = datastructure
BUILD_ARCHIVE = 1
diff --git a/lib/Analysis/IPA/Makefile b/lib/Analysis/IPA/Makefile
index 80ef418edb..753f329155 100644
--- a/lib/Analysis/IPA/Makefile
+++ b/lib/Analysis/IPA/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Analysis/IPA/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 = ipa
BUILD_ARCHIVE = 1
diff --git a/lib/Analysis/LiveVar/Makefile b/lib/Analysis/LiveVar/Makefile
index 7fdf34d50e..8506e19bfa 100644
--- a/lib/Analysis/LiveVar/Makefile
+++ b/lib/Analysis/LiveVar/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Analysis/LiveVar/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 = livevar
diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile
index d544a05a1f..71f99e4e59 100644
--- a/lib/Analysis/Makefile
+++ b/lib/Analysis/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Analysis/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 = analysis
PARALLEL_DIRS = LiveVar IPA DataStructure
diff --git a/lib/AsmParser/Makefile b/lib/AsmParser/Makefile
index 22e435794e..b5e6fb9cf6 100644
--- a/lib/AsmParser/Makefile
+++ b/lib/AsmParser/Makefile
@@ -1,3 +1,11 @@
+##===- lib/AsmParser/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 = ../..
diff --git a/lib/Bytecode/Makefile b/lib/Bytecode/Makefile
index 75d4f7cd10..92494b2c35 100644
--- a/lib/Bytecode/Makefile
+++ b/lib/Bytecode/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Bytecode/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 = Reader Writer
diff --git a/lib/Bytecode/Reader/Makefile b/lib/Bytecode/Reader/Makefile
index b48b4d329d..82e53d2d43 100644
--- a/lib/Bytecode/Reader/Makefile
+++ b/lib/Bytecode/Reader/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Bytecode/Reader/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 = bcreader
diff --git a/lib/Bytecode/Writer/Makefile b/lib/Bytecode/Writer/Makefile
index 76c52f465d..44bfb4632b 100644
--- a/lib/Bytecode/Writer/Makefile
+++ b/lib/Bytecode/Writer/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Bytecode/Writer/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 = bcwriter
diff --git a/lib/CodeGen/InstrSched/Makefile b/lib/CodeGen/InstrSched/Makefile
index 7ddca32b4d..acc95d35cc 100644
--- a/lib/CodeGen/InstrSched/Makefile
+++ b/lib/CodeGen/InstrSched/Makefile
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/InstrSched/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 =
diff --git a/lib/CodeGen/InstrSelection/Makefile b/lib/CodeGen/InstrSelection/Makefile
index 0a85cb36df..b1dd1afb25 100644
--- a/lib/CodeGen/InstrSelection/Makefile
+++ b/lib/CodeGen/InstrSelection/Makefile
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/InstrSelection/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 =
diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile
index 224ac0c4c8..4463921d47 100644
--- a/lib/CodeGen/Makefile
+++ b/lib/CodeGen/Makefile
@@ -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
diff --git a/lib/CodeGen/ModuloScheduling/Makefile b/lib/CodeGen/ModuloScheduling/Makefile
index adbc0213ee..febdbf8d18 100644
--- a/lib/CodeGen/ModuloScheduling/Makefile
+++ b/lib/CodeGen/ModuloScheduling/Makefile
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/ModuloScheduling/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 =
diff --git a/lib/CodeGen/RegAlloc/Makefile b/lib/CodeGen/RegAlloc/Makefile
index aa70f5ab16..6c4f50b358 100644
--- a/lib/CodeGen/RegAlloc/Makefile
+++ b/lib/CodeGen/RegAlloc/Makefile
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/RegAlloc/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 =
diff --git a/lib/CodeGen/SelectionDAG/Makefile b/lib/CodeGen/SelectionDAG/Makefile
index 7ee0355487..d3fc5a956f 100644
--- a/lib/CodeGen/SelectionDAG/Makefile
+++ b/lib/CodeGen/SelectionDAG/Makefile
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/SelectionDAG/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 =
LIBRARYNAME = selectiondag
diff --git a/lib/ExecutionEngine/Interpreter/Makefile b/lib/ExecutionEngine/Interpreter/Makefile
index 1a7d3bfbab..a219a4f39d 100644
--- a/lib/ExecutionEngine/Interpreter/Makefile
+++ b/lib/ExecutionEngine/Interpreter/Makefile
@@ -1,3 +1,11 @@
+##===- lib/ExecutionEngine/Interpreter/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 = lli-interpreter
diff --git a/lib/ExecutionEngine/JIT/Makefile b/lib/ExecutionEngine/JIT/Makefile
index 235240fa0a..761b951bad 100644
--- a/lib/ExecutionEngine/JIT/Makefile
+++ b/lib/ExecutionEngine/JIT/Makefile
@@ -1,3 +1,11 @@
+##===- lib/ExecutionEngine/JIT/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 = lli-jit
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile
index 1c86863b3f..a100b70323 100644
--- a/lib/ExecutionEngine/Makefile
+++ b/lib/ExecutionEngine/Makefile
@@ -1,3 +1,11 @@
+##===- lib/ExecutionEngine/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 = executionengine
PARALLEL_DIRS = Interpreter JIT
diff --git a/lib/Makefile b/lib/Makefile
index 1d9f30919a..b05061cd09 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -1,3 +1,11 @@
+##===- lib/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 = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target CWriter ExecutionEngine
diff --git a/lib/Support/Makefile b/lib/Support/Makefile
index 7b263b79c8..0b6660408a 100644
--- a/lib/Support/Makefile
+++ b/lib/Support/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Support/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 = support
BUILD_ARCHIVE = 1
diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile
index 3c08fe0da9..2e13bf7c99 100644
--- a/lib/Target/CBackend/Makefile
+++ b/lib/Target/CBackend/Makefile
@@ -1,3 +1,11 @@
+##===- lib/CWriter/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 = ../..
diff --git a/lib/Target/Makefile b/lib/Target/Makefile
index 32032a66be..c4a1203c64 100644
--- a/lib/Target/Makefile
+++ b/lib/Target/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Target/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 = Sparc X86
LIBRARYNAME = target
diff --git a/lib/Target/SparcV9/InstrSched/Makefile b/lib/Target/SparcV9/InstrSched/Makefile
index 7ddca32b4d..acc95d35cc 100644
--- a/lib/Target/SparcV9/InstrSched/Makefile
+++ b/lib/Target/SparcV9/InstrSched/Makefile
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/InstrSched/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 =
diff --git a/lib/Target/SparcV9/InstrSelection/Makefile b/lib/Target/SparcV9/InstrSelection/Makefile
index 0a85cb36df..b1dd1afb25 100644
--- a/lib/Target/SparcV9/InstrSelection/Makefile
+++ b/lib/Target/SparcV9/InstrSelection/Makefile
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/InstrSelection/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 =
diff --git a/lib/Target/SparcV9/LiveVar/Makefile b/lib/Target/SparcV9/LiveVar/Makefile
index 7fdf34d50e..8506e19bfa 100644
--- a/lib/Target/SparcV9/LiveVar/Makefile
+++ b/lib/Target/SparcV9/LiveVar/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Analysis/LiveVar/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 = livevar
diff --git a/lib/Target/SparcV9/Makefile b/lib/Target/SparcV9/Makefile
index 444c46fc0f..59db2d3fc0 100644
--- a/lib/Target/SparcV9/Makefile
+++ b/lib/Target/SparcV9/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Target/Sparc/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 = sparc
diff --git a/lib/Target/SparcV9/ModuloScheduling/Makefile b/lib/Target/SparcV9/ModuloScheduling/Makefile
index adbc0213ee..febdbf8d18 100644
--- a/lib/Target/SparcV9/ModuloScheduling/Makefile
+++ b/lib/Target/SparcV9/ModuloScheduling/Makefile
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/ModuloScheduling/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 =
diff --git a/lib/Target/SparcV9/RegAlloc/Makefile b/lib/Target/SparcV9/RegAlloc/Makefile
index aa70f5ab16..6c4f50b358 100644
--- a/lib/Target/SparcV9/RegAlloc/Makefile
+++ b/lib/Target/SparcV9/RegAlloc/Makefile
@@ -1,3 +1,11 @@
+##===- lib/CodeGen/RegAlloc/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 =
diff --git a/lib/Target/X86/Makefile b/lib/Target/X86/Makefile
index 87522ec5d3..99c23f59b4 100644
--- a/lib/Target/X86/Makefile
+++ b/lib/Target/X86/Makefile
@@ -1,3 +1,11 @@
+##===- lib/Target/X86/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 = x86
include $(LEVEL)/Makefile.common
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
diff --git a/lib/VMCore/Makefile b/lib/VMCore/Makefile
index b0c96e90f3..9fc1c96caa 100644
--- a/lib/VMCore/Makefile
+++ b/lib/VMCore/Makefile
@@ -1,3 +1,11 @@
+##===- lib/VMCore/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 = vmcore