diff options
| author | John Criswell <criswell@uiuc.edu> | 2003-10-20 22:26:57 +0000 |
|---|---|---|
| committer | John Criswell <criswell@uiuc.edu> | 2003-10-20 22:26:57 +0000 |
| commit | e488e9360b1a865ba604330965edcf139e590b65 (patch) | |
| tree | 347ed802c8caf1458470e848404da8b1ccb8a705 /lib/Target | |
| parent | 5f7e61d226618a2a92b4d1a1e05af7f1a7d9acc7 (diff) | |
| download | external_llvm-e488e9360b1a865ba604330965edcf139e590b65.zip external_llvm-e488e9360b1a865ba604330965edcf139e590b65.tar.gz external_llvm-e488e9360b1a865ba604330965edcf139e590b65.tar.bz2 | |
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/Target')
| -rw-r--r-- | lib/Target/CBackend/Makefile | 8 | ||||
| -rw-r--r-- | lib/Target/Makefile | 8 | ||||
| -rw-r--r-- | lib/Target/SparcV9/InstrSched/Makefile | 8 | ||||
| -rw-r--r-- | lib/Target/SparcV9/InstrSelection/Makefile | 8 | ||||
| -rw-r--r-- | lib/Target/SparcV9/LiveVar/Makefile | 8 | ||||
| -rw-r--r-- | lib/Target/SparcV9/Makefile | 8 | ||||
| -rw-r--r-- | lib/Target/SparcV9/ModuloScheduling/Makefile | 8 | ||||
| -rw-r--r-- | lib/Target/SparcV9/RegAlloc/Makefile | 8 | ||||
| -rw-r--r-- | lib/Target/X86/Makefile | 8 |
9 files changed, 72 insertions, 0 deletions
diff --git a/lib/Target/CBackend/Makefile b/lib/Target/CBackend/Makefile index 3c08fe0..2e13bf7 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 32032a6..c4a1203 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 7ddca32..acc95d3 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 0a85cb3..b1dd1af 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 7fdf34d..8506e19 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 444c46f..59db2d3 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 adbc021..febdbf8 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 aa70f5a..6c4f50b 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 87522ec..99c23f5 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 |
