From 4436c49787dc91128c51e8f7594cd160eb95cf42 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 20 Oct 2003 22:26:57 +0000 Subject: [PATCH] Added LLVM copyright notice to Makefiles. llvm-svn: 9312 --- llvm/Makefile | 8 ++++++++ llvm/lib/Analysis/DataStructure/Makefile | 8 ++++++++ llvm/lib/Analysis/IPA/Makefile | 8 ++++++++ llvm/lib/Analysis/LiveVar/Makefile | 8 ++++++++ llvm/lib/Analysis/Makefile | 8 ++++++++ llvm/lib/AsmParser/Makefile | 8 ++++++++ llvm/lib/Bytecode/Makefile | 8 ++++++++ llvm/lib/Bytecode/Reader/Makefile | 8 ++++++++ llvm/lib/Bytecode/Writer/Makefile | 8 ++++++++ llvm/lib/CWriter/Makefile | 8 ++++++++ llvm/lib/CodeGen/InstrSched/Makefile | 8 ++++++++ llvm/lib/CodeGen/InstrSelection/Makefile | 8 ++++++++ llvm/lib/CodeGen/Makefile | 8 ++++++++ llvm/lib/CodeGen/ModuloScheduling/Makefile | 8 ++++++++ llvm/lib/CodeGen/RegAlloc/Makefile | 8 ++++++++ llvm/lib/CodeGen/SelectionDAG/Makefile | 8 ++++++++ llvm/lib/ExecutionEngine/Interpreter/Makefile | 8 ++++++++ llvm/lib/ExecutionEngine/JIT/Makefile | 8 ++++++++ llvm/lib/ExecutionEngine/Makefile | 8 ++++++++ llvm/lib/Makefile | 8 ++++++++ llvm/lib/Support/Makefile | 8 ++++++++ llvm/lib/Target/Makefile | 8 ++++++++ llvm/lib/Target/Sparc/Makefile | 8 ++++++++ llvm/lib/Target/X86/Makefile | 8 ++++++++ llvm/lib/Transforms/Hello/Makefile | 8 ++++++++ llvm/lib/Transforms/IPO/Makefile | 8 ++++++++ llvm/lib/Transforms/Instrumentation/Makefile | 8 ++++++++ llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile | 8 ++++++++ llvm/lib/Transforms/Makefile | 8 ++++++++ llvm/lib/Transforms/Scalar/Makefile | 8 ++++++++ llvm/lib/Transforms/Utils/Makefile | 8 ++++++++ llvm/lib/VMCore/Makefile | 8 ++++++++ 32 files changed, 256 insertions(+) diff --git a/llvm/Makefile b/llvm/Makefile index 71534d16f04a..ade36fb44f13 100644 --- a/llvm/Makefile +++ b/llvm/Makefile @@ -1,3 +1,11 @@ +##===- ./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 runtime OPTIONAL_DIRS = projects diff --git a/llvm/lib/Analysis/DataStructure/Makefile b/llvm/lib/Analysis/DataStructure/Makefile index 3c4c7e2322ed..c059854a59e9 100644 --- a/llvm/lib/Analysis/DataStructure/Makefile +++ b/llvm/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/llvm/lib/Analysis/IPA/Makefile b/llvm/lib/Analysis/IPA/Makefile index 80ef418edb79..753f329155a3 100644 --- a/llvm/lib/Analysis/IPA/Makefile +++ b/llvm/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/llvm/lib/Analysis/LiveVar/Makefile b/llvm/lib/Analysis/LiveVar/Makefile index 7fdf34d50e2d..8506e19bfa08 100644 --- a/llvm/lib/Analysis/LiveVar/Makefile +++ b/llvm/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/llvm/lib/Analysis/Makefile b/llvm/lib/Analysis/Makefile index d544a05a1f05..71f99e4e5945 100644 --- a/llvm/lib/Analysis/Makefile +++ b/llvm/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/llvm/lib/AsmParser/Makefile b/llvm/lib/AsmParser/Makefile index 22e435794e33..b5e6fb9cf6d4 100644 --- a/llvm/lib/AsmParser/Makefile +++ b/llvm/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/llvm/lib/Bytecode/Makefile b/llvm/lib/Bytecode/Makefile index 75d4f7cd10c1..92494b2c3507 100644 --- a/llvm/lib/Bytecode/Makefile +++ b/llvm/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/llvm/lib/Bytecode/Reader/Makefile b/llvm/lib/Bytecode/Reader/Makefile index b48b4d329d56..82e53d2d4399 100644 --- a/llvm/lib/Bytecode/Reader/Makefile +++ b/llvm/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/llvm/lib/Bytecode/Writer/Makefile b/llvm/lib/Bytecode/Writer/Makefile index 76c52f465d78..44bfb4632b4f 100644 --- a/llvm/lib/Bytecode/Writer/Makefile +++ b/llvm/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/llvm/lib/CWriter/Makefile b/llvm/lib/CWriter/Makefile index 3c08fe0da994..2e13bf7c99a3 100644 --- a/llvm/lib/CWriter/Makefile +++ b/llvm/lib/CWriter/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/llvm/lib/CodeGen/InstrSched/Makefile b/llvm/lib/CodeGen/InstrSched/Makefile index 7ddca32b4d1f..acc95d35cc0b 100644 --- a/llvm/lib/CodeGen/InstrSched/Makefile +++ b/llvm/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/llvm/lib/CodeGen/InstrSelection/Makefile b/llvm/lib/CodeGen/InstrSelection/Makefile index 0a85cb36df8b..b1dd1afb2578 100644 --- a/llvm/lib/CodeGen/InstrSelection/Makefile +++ b/llvm/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/llvm/lib/CodeGen/Makefile b/llvm/lib/CodeGen/Makefile index 224ac0c4c83d..4463921d476d 100644 --- a/llvm/lib/CodeGen/Makefile +++ b/llvm/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/llvm/lib/CodeGen/ModuloScheduling/Makefile b/llvm/lib/CodeGen/ModuloScheduling/Makefile index adbc0213eee0..febdbf8d18dc 100644 --- a/llvm/lib/CodeGen/ModuloScheduling/Makefile +++ b/llvm/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/llvm/lib/CodeGen/RegAlloc/Makefile b/llvm/lib/CodeGen/RegAlloc/Makefile index aa70f5ab16f2..6c4f50b358e0 100644 --- a/llvm/lib/CodeGen/RegAlloc/Makefile +++ b/llvm/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/llvm/lib/CodeGen/SelectionDAG/Makefile b/llvm/lib/CodeGen/SelectionDAG/Makefile index 7ee035548767..d3fc5a956ff6 100644 --- a/llvm/lib/CodeGen/SelectionDAG/Makefile +++ b/llvm/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/llvm/lib/ExecutionEngine/Interpreter/Makefile b/llvm/lib/ExecutionEngine/Interpreter/Makefile index 1a7d3bfbab19..a219a4f39d87 100644 --- a/llvm/lib/ExecutionEngine/Interpreter/Makefile +++ b/llvm/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/llvm/lib/ExecutionEngine/JIT/Makefile b/llvm/lib/ExecutionEngine/JIT/Makefile index 235240fa0a8a..761b951bada0 100644 --- a/llvm/lib/ExecutionEngine/JIT/Makefile +++ b/llvm/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/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile index 1c86863b3f5f..a100b7032335 100644 --- a/llvm/lib/ExecutionEngine/Makefile +++ b/llvm/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/llvm/lib/Makefile b/llvm/lib/Makefile index 1d9f30919aec..b05061cd0967 100644 --- a/llvm/lib/Makefile +++ b/llvm/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/llvm/lib/Support/Makefile b/llvm/lib/Support/Makefile index 7b263b79c885..0b6660408ac9 100644 --- a/llvm/lib/Support/Makefile +++ b/llvm/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/llvm/lib/Target/Makefile b/llvm/lib/Target/Makefile index 32032a66be16..c4a1203c6476 100644 --- a/llvm/lib/Target/Makefile +++ b/llvm/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/llvm/lib/Target/Sparc/Makefile b/llvm/lib/Target/Sparc/Makefile index 444c46fc0f91..59db2d3fc0ae 100644 --- a/llvm/lib/Target/Sparc/Makefile +++ b/llvm/lib/Target/Sparc/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/llvm/lib/Target/X86/Makefile b/llvm/lib/Target/X86/Makefile index 87522ec5d3bf..99c23f59b424 100644 --- a/llvm/lib/Target/X86/Makefile +++ b/llvm/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/llvm/lib/Transforms/Hello/Makefile b/llvm/lib/Transforms/Hello/Makefile index 0a4746d69f77..4e54dec0f988 100644 --- a/llvm/lib/Transforms/Hello/Makefile +++ b/llvm/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/llvm/lib/Transforms/IPO/Makefile b/llvm/lib/Transforms/IPO/Makefile index 0bc3f72bcf07..fe82fc11fa24 100644 --- a/llvm/lib/Transforms/IPO/Makefile +++ b/llvm/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/llvm/lib/Transforms/Instrumentation/Makefile b/llvm/lib/Transforms/Instrumentation/Makefile index a234923b4c12..e1831afab6c4 100644 --- a/llvm/lib/Transforms/Instrumentation/Makefile +++ b/llvm/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/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile b/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile index 91e1c2f8a66b..8deeeac814ac 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/Makefile +++ b/llvm/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/llvm/lib/Transforms/Makefile b/llvm/lib/Transforms/Makefile index 09ae44f61078..88a2ca222fc5 100644 --- a/llvm/lib/Transforms/Makefile +++ b/llvm/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/llvm/lib/Transforms/Scalar/Makefile b/llvm/lib/Transforms/Scalar/Makefile index 9f73623cbdbd..6ea90d178c64 100644 --- a/llvm/lib/Transforms/Scalar/Makefile +++ b/llvm/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/llvm/lib/Transforms/Utils/Makefile b/llvm/lib/Transforms/Utils/Makefile index 00e4170184dc..f4da9832fdea 100644 --- a/llvm/lib/Transforms/Utils/Makefile +++ b/llvm/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/llvm/lib/VMCore/Makefile b/llvm/lib/VMCore/Makefile index b0c96e90f30c..9fc1c96caa9a 100644 --- a/llvm/lib/VMCore/Makefile +++ b/llvm/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