diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-20 22:29:16 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-20 22:29:16 +0000 |
commit | e2fab734ade8a2e3e8679c11cac7236b920d567b (patch) | |
tree | dbdb3c2c4ddf4ce07d17ef094dec4feb188aae46 /tools | |
parent | e26ba9fb3f73d893bfb6458e4f05de22bc492171 (diff) | |
download | external_llvm-e2fab734ade8a2e3e8679c11cac7236b920d567b.zip external_llvm-e2fab734ade8a2e3e8679c11cac7236b920d567b.tar.gz external_llvm-e2fab734ade8a2e3e8679c11cac7236b920d567b.tar.bz2 |
Added LLVM copyright to Makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9314 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 8 | ||||
-rw-r--r-- | tools/analyze/Makefile | 8 | ||||
-rw-r--r-- | tools/bugpoint/Makefile | 8 | ||||
-rw-r--r-- | tools/extract/Makefile | 8 | ||||
-rw-r--r-- | tools/gccas/Makefile | 8 | ||||
-rw-r--r-- | tools/gccld/Makefile | 8 | ||||
-rw-r--r-- | tools/llc/Makefile | 8 | ||||
-rw-r--r-- | tools/llee/Makefile | 8 | ||||
-rw-r--r-- | tools/lli/Makefile | 8 | ||||
-rw-r--r-- | tools/llvm-ar/Makefile | 8 | ||||
-rw-r--r-- | tools/llvm-as/Makefile | 8 | ||||
-rw-r--r-- | tools/llvm-dis/Makefile | 8 | ||||
-rw-r--r-- | tools/llvm-link/Makefile | 8 | ||||
-rw-r--r-- | tools/llvm-nm/Makefile | 8 | ||||
-rw-r--r-- | tools/opt/Makefile | 8 |
15 files changed, 120 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 59d976d..a8f9a7a 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,3 +1,11 @@ +##===- tools/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 := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \ analyze extract bugpoint llvm-nm llvm-ar diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index 6fd5d94..463dd95 100644 --- a/tools/analyze/Makefile +++ b/tools/analyze/Makefile @@ -1,3 +1,11 @@ +##===- tools/analyze/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 = ../.. TOOLNAME = analyze USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \ diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index 2c4a72b..a0d25b3 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -1,3 +1,11 @@ +##===- tools/bugpoint/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 = ../.. TOOLNAME = bugpoint diff --git a/tools/extract/Makefile b/tools/extract/Makefile index c364bb2..8f8f58e 100644 --- a/tools/extract/Makefile +++ b/tools/extract/Makefile @@ -1,3 +1,11 @@ +##===- tools/extract/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 = ../.. TOOLNAME = extract diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile index f1743ed..9ff0343 100644 --- a/tools/gccas/Makefile +++ b/tools/gccas/Makefile @@ -1,3 +1,11 @@ +##===- tools/gccas/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 = ../.. TOOLNAME = gccas diff --git a/tools/gccld/Makefile b/tools/gccld/Makefile index dba89b9..920fb4d 100644 --- a/tools/gccld/Makefile +++ b/tools/gccld/Makefile @@ -1,3 +1,11 @@ +##===- tools/gccld/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 = ../.. TOOLNAME = gccld diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 76008ef..c2cb730 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -1,3 +1,11 @@ +##===- tools/llc/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 = ../.. TOOLNAME = llc USEDLIBS = sparc \ diff --git a/tools/llee/Makefile b/tools/llee/Makefile index cbaf896..a93c4de 100644 --- a/tools/llee/Makefile +++ b/tools/llee/Makefile @@ -1,3 +1,11 @@ +##===- tools/llee/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 = execve SHARED_LIBRARY = 1 diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 1c64b69..72cb3d6 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -1,3 +1,11 @@ +##===- tools/lli/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 = ../.. TOOLNAME = lli diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index 73aabbb..6dc5739 100644 --- a/tools/llvm-ar/Makefile +++ b/tools/llvm-ar/Makefile @@ -1,3 +1,11 @@ +##===- tools/llvm-ar/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 = ../.. TOOLNAME = llvm-ar diff --git a/tools/llvm-as/Makefile b/tools/llvm-as/Makefile index eea87f9..28e90f6 100644 --- a/tools/llvm-as/Makefile +++ b/tools/llvm-as/Makefile @@ -1,3 +1,11 @@ +##===- tools/llvm-as/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 = ../.. TOOLNAME = llvm-as USEDLIBS = asmparser bcwriter vmcore support.a diff --git a/tools/llvm-dis/Makefile b/tools/llvm-dis/Makefile index 0238dd2..d5d0f93 100644 --- a/tools/llvm-dis/Makefile +++ b/tools/llvm-dis/Makefile @@ -1,3 +1,11 @@ +##===- tools/llvm-dis/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 = ../.. TOOLNAME = llvm-dis diff --git a/tools/llvm-link/Makefile b/tools/llvm-link/Makefile index 00780c6..5bec6c7 100644 --- a/tools/llvm-link/Makefile +++ b/tools/llvm-link/Makefile @@ -1,3 +1,11 @@ +##===- tools/llvm-link/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 = ../.. TOOLNAME = llvm-link diff --git a/tools/llvm-nm/Makefile b/tools/llvm-nm/Makefile index eef5a0e..d470a7a 100644 --- a/tools/llvm-nm/Makefile +++ b/tools/llvm-nm/Makefile @@ -1,3 +1,11 @@ +##===- tools/llvm-nm/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 = ../.. TOOLNAME = llvm-nm diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 73dd08a..cc26eda 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -1,3 +1,11 @@ +##===- tools/opt/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 = ../.. TOOLNAME = opt |