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 /runtime/GCCLibraries | |
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 'runtime/GCCLibraries')
-rw-r--r-- | runtime/GCCLibraries/Makefile | 8 | ||||
-rw-r--r-- | runtime/GCCLibraries/crtend/Makefile | 8 | ||||
-rw-r--r-- | runtime/GCCLibraries/libc/Makefile | 8 | ||||
-rw-r--r-- | runtime/GCCLibraries/libcurses/Makefile | 8 | ||||
-rw-r--r-- | runtime/GCCLibraries/libgcc/Makefile | 8 | ||||
-rw-r--r-- | runtime/GCCLibraries/libm/Makefile | 8 | ||||
-rw-r--r-- | runtime/GCCLibraries/libmalloc/Makefile | 8 | ||||
-rw-r--r-- | runtime/GCCLibraries/libtermcap/Makefile | 8 | ||||
-rw-r--r-- | runtime/GCCLibraries/libucb/Makefile | 8 | ||||
-rw-r--r-- | runtime/GCCLibraries/libutempter/Makefile | 8 | ||||
-rw-r--r-- | runtime/GCCLibraries/libutil/Makefile | 8 |
11 files changed, 88 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/Makefile b/runtime/GCCLibraries/Makefile index d4c3299..f624250 100644 --- a/runtime/GCCLibraries/Makefile +++ b/runtime/GCCLibraries/Makefile @@ -1,3 +1,11 @@ +##===- runtime/GCCLibraries/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. +# +##===----------------------------------------------------------------------===## # llvm/runtime/GCCLibraries Makefile: Build all subdirectories automatically LEVEL = ../.. diff --git a/runtime/GCCLibraries/crtend/Makefile b/runtime/GCCLibraries/crtend/Makefile index 33a622d..666a88b 100644 --- a/runtime/GCCLibraries/crtend/Makefile +++ b/runtime/GCCLibraries/crtend/Makefile @@ -1,3 +1,11 @@ +##===- runtime/GCCLibraries/crtend/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 = ../../.. BYTECODE_LIBRARY=1 DONT_BUILD_RELINKED=1 diff --git a/runtime/GCCLibraries/libc/Makefile b/runtime/GCCLibraries/libc/Makefile index 286f2e9..9e6874b 100644 --- a/runtime/GCCLibraries/libc/Makefile +++ b/runtime/GCCLibraries/libc/Makefile @@ -1,3 +1,11 @@ +##===- runtime/GCCLibraries/libc/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 = ../../.. BYTECODE_LIBRARY=1 DONT_BUILD_RELINKED=1 diff --git a/runtime/GCCLibraries/libcurses/Makefile b/runtime/GCCLibraries/libcurses/Makefile index 3f3dfd1..ff519aa 100644 --- a/runtime/GCCLibraries/libcurses/Makefile +++ b/runtime/GCCLibraries/libcurses/Makefile @@ -1,3 +1,11 @@ +##===- runtime/GCCLibraries/libcurses/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 = ../../.. BYTECODE_LIBRARY=1 DONT_BUILD_RELINKED=1 diff --git a/runtime/GCCLibraries/libgcc/Makefile b/runtime/GCCLibraries/libgcc/Makefile index fc97d44..3fd7974 100644 --- a/runtime/GCCLibraries/libgcc/Makefile +++ b/runtime/GCCLibraries/libgcc/Makefile @@ -1,3 +1,11 @@ +##===- runtime/GCCLibraries/libgcc/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 = ../../.. BYTECODE_LIBRARY=1 DONT_BUILD_RELINKED=1 diff --git a/runtime/GCCLibraries/libm/Makefile b/runtime/GCCLibraries/libm/Makefile index 5b95c6f..21ef30f 100644 --- a/runtime/GCCLibraries/libm/Makefile +++ b/runtime/GCCLibraries/libm/Makefile @@ -1,3 +1,11 @@ +##===- runtime/GCCLibraries/libm/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 = ../../.. BYTECODE_LIBRARY=1 DONT_BUILD_RELINKED=1 diff --git a/runtime/GCCLibraries/libmalloc/Makefile b/runtime/GCCLibraries/libmalloc/Makefile index ab66132..8a57de6 100644 --- a/runtime/GCCLibraries/libmalloc/Makefile +++ b/runtime/GCCLibraries/libmalloc/Makefile @@ -1,3 +1,11 @@ +##===- runtime/GCCLibraries/libmalloc/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 = ../../.. BYTECODE_LIBRARY=1 DONT_BUILD_RELINKED=1 diff --git a/runtime/GCCLibraries/libtermcap/Makefile b/runtime/GCCLibraries/libtermcap/Makefile index fe4aac6..5d160a1 100644 --- a/runtime/GCCLibraries/libtermcap/Makefile +++ b/runtime/GCCLibraries/libtermcap/Makefile @@ -1,3 +1,11 @@ +##===- runtime/GCCLibraries/libtermcap/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 = ../../.. BYTECODE_LIBRARY=1 DONT_BUILD_RELINKED=1 diff --git a/runtime/GCCLibraries/libucb/Makefile b/runtime/GCCLibraries/libucb/Makefile index 0eb0e9b..862a25f 100644 --- a/runtime/GCCLibraries/libucb/Makefile +++ b/runtime/GCCLibraries/libucb/Makefile @@ -1,3 +1,11 @@ +##===- runtime/GCCLibraries/libucb/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 = ../../.. BYTECODE_LIBRARY=1 DONT_BUILD_RELINKED=1 diff --git a/runtime/GCCLibraries/libutempter/Makefile b/runtime/GCCLibraries/libutempter/Makefile index ab208c9..b22f359 100644 --- a/runtime/GCCLibraries/libutempter/Makefile +++ b/runtime/GCCLibraries/libutempter/Makefile @@ -1,3 +1,11 @@ +##===- runtime/GCCLibraries/libutempter/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 = ../../.. BYTECODE_LIBRARY=1 DONT_BUILD_RELINKED=1 diff --git a/runtime/GCCLibraries/libutil/Makefile b/runtime/GCCLibraries/libutil/Makefile index 476fe1e..81f57ab 100644 --- a/runtime/GCCLibraries/libutil/Makefile +++ b/runtime/GCCLibraries/libutil/Makefile @@ -1,3 +1,11 @@ +##===- runtime/GCCLibraries/libutil/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 = ../../.. BYTECODE_LIBRARY=1 DONT_BUILD_RELINKED=1 |