summaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/GCCLibraries')
-rw-r--r--runtime/GCCLibraries/Makefile8
-rw-r--r--runtime/GCCLibraries/crtend/Makefile8
-rw-r--r--runtime/GCCLibraries/libc/Makefile8
-rw-r--r--runtime/GCCLibraries/libcurses/Makefile8
-rw-r--r--runtime/GCCLibraries/libgcc/Makefile8
-rw-r--r--runtime/GCCLibraries/libm/Makefile8
-rw-r--r--runtime/GCCLibraries/libmalloc/Makefile8
-rw-r--r--runtime/GCCLibraries/libtermcap/Makefile8
-rw-r--r--runtime/GCCLibraries/libucb/Makefile8
-rw-r--r--runtime/GCCLibraries/libutempter/Makefile8
-rw-r--r--runtime/GCCLibraries/libutil/Makefile8
11 files changed, 88 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/Makefile b/runtime/GCCLibraries/Makefile
index d4c329966f..f624250cab 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 33a622d978..666a88b28a 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 286f2e91a7..9e6874bf9c 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 3f3dfd1396..ff519aa8bf 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 fc97d44d14..3fd7974dcd 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 5b95c6f435..21ef30f00e 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 ab66132f05..8a57de683e 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 fe4aac6f51..5d160a1191 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 0eb0e9b30d..862a25f645 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 ab208c90d1..b22f359331 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 476fe1edb1..81f57ab6a9 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