diff options
Diffstat (limited to 'llvm/runtime')
| -rw-r--r-- | llvm/runtime/GCCLibraries/Makefile | 8 | ||||
| -rw-r--r-- | llvm/runtime/GCCLibraries/crtend/Makefile | 8 | ||||
| -rw-r--r-- | llvm/runtime/GCCLibraries/libc/Makefile | 8 | ||||
| -rw-r--r-- | llvm/runtime/GCCLibraries/libcurses/Makefile | 8 | ||||
| -rw-r--r-- | llvm/runtime/GCCLibraries/libgcc/Makefile | 8 | ||||
| -rw-r--r-- | llvm/runtime/GCCLibraries/libm/Makefile | 8 | ||||
| -rw-r--r-- | llvm/runtime/GCCLibraries/libmalloc/Makefile | 8 | ||||
| -rw-r--r-- | llvm/runtime/GCCLibraries/libtermcap/Makefile | 8 | ||||
| -rw-r--r-- | llvm/runtime/GCCLibraries/libucb/Makefile | 8 | ||||
| -rw-r--r-- | llvm/runtime/GCCLibraries/libutempter/Makefile | 8 | ||||
| -rw-r--r-- | llvm/runtime/GCCLibraries/libutil/Makefile | 8 | ||||
| -rw-r--r-- | llvm/runtime/Makefile | 8 | ||||
| -rw-r--r-- | llvm/runtime/libdummy/Makefile | 8 | ||||
| -rw-r--r-- | llvm/runtime/libtrace/Makefile | 8 |
14 files changed, 112 insertions, 0 deletions
diff --git a/llvm/runtime/GCCLibraries/Makefile b/llvm/runtime/GCCLibraries/Makefile index d4c329966fe..f624250cab8 100644 --- a/llvm/runtime/GCCLibraries/Makefile +++ b/llvm/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/llvm/runtime/GCCLibraries/crtend/Makefile b/llvm/runtime/GCCLibraries/crtend/Makefile index 33a622d978e..666a88b28a1 100644 --- a/llvm/runtime/GCCLibraries/crtend/Makefile +++ b/llvm/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/llvm/runtime/GCCLibraries/libc/Makefile b/llvm/runtime/GCCLibraries/libc/Makefile index 286f2e91a75..9e6874bf9c0 100644 --- a/llvm/runtime/GCCLibraries/libc/Makefile +++ b/llvm/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/llvm/runtime/GCCLibraries/libcurses/Makefile b/llvm/runtime/GCCLibraries/libcurses/Makefile index 3f3dfd1396d..ff519aa8bf9 100644 --- a/llvm/runtime/GCCLibraries/libcurses/Makefile +++ b/llvm/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/llvm/runtime/GCCLibraries/libgcc/Makefile b/llvm/runtime/GCCLibraries/libgcc/Makefile index fc97d44d14d..3fd7974dcd0 100644 --- a/llvm/runtime/GCCLibraries/libgcc/Makefile +++ b/llvm/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/llvm/runtime/GCCLibraries/libm/Makefile b/llvm/runtime/GCCLibraries/libm/Makefile index 5b95c6f4352..21ef30f00e8 100644 --- a/llvm/runtime/GCCLibraries/libm/Makefile +++ b/llvm/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/llvm/runtime/GCCLibraries/libmalloc/Makefile b/llvm/runtime/GCCLibraries/libmalloc/Makefile index ab66132f050..8a57de683e3 100644 --- a/llvm/runtime/GCCLibraries/libmalloc/Makefile +++ b/llvm/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/llvm/runtime/GCCLibraries/libtermcap/Makefile b/llvm/runtime/GCCLibraries/libtermcap/Makefile index fe4aac6f510..5d160a1191d 100644 --- a/llvm/runtime/GCCLibraries/libtermcap/Makefile +++ b/llvm/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/llvm/runtime/GCCLibraries/libucb/Makefile b/llvm/runtime/GCCLibraries/libucb/Makefile index 0eb0e9b30d3..862a25f6455 100644 --- a/llvm/runtime/GCCLibraries/libucb/Makefile +++ b/llvm/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/llvm/runtime/GCCLibraries/libutempter/Makefile b/llvm/runtime/GCCLibraries/libutempter/Makefile index ab208c90d1c..b22f3593319 100644 --- a/llvm/runtime/GCCLibraries/libutempter/Makefile +++ b/llvm/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/llvm/runtime/GCCLibraries/libutil/Makefile b/llvm/runtime/GCCLibraries/libutil/Makefile index 476fe1edb1c..81f57ab6a9c 100644 --- a/llvm/runtime/GCCLibraries/libutil/Makefile +++ b/llvm/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 diff --git a/llvm/runtime/Makefile b/llvm/runtime/Makefile index 432d71d2265..201768af1f0 100644 --- a/llvm/runtime/Makefile +++ b/llvm/runtime/Makefile @@ -1,3 +1,11 @@ +##===- runtime/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 Makefile: Build all subdirectories automatically LEVEL = .. diff --git a/llvm/runtime/libdummy/Makefile b/llvm/runtime/libdummy/Makefile index 5f78726837c..e992eaa9be0 100644 --- a/llvm/runtime/libdummy/Makefile +++ b/llvm/runtime/libdummy/Makefile @@ -1,3 +1,11 @@ +##===- runtime/libdummy/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/llvm/runtime/libtrace/Makefile b/llvm/runtime/libtrace/Makefile index 6d85f314176..3d69fd83571 100644 --- a/llvm/runtime/libtrace/Makefile +++ b/llvm/runtime/libtrace/Makefile @@ -1,3 +1,11 @@ +##===- runtime/libtrace/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 |

