summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/Burg/Doc/Makefile8
-rw-r--r--utils/Burg/Makefile8
-rw-r--r--utils/Makefile8
-rw-r--r--utils/TableGen/Makefile8
4 files changed, 32 insertions, 0 deletions
diff --git a/utils/Burg/Doc/Makefile b/utils/Burg/Doc/Makefile
index 226210d6ca..60e603f441 100644
--- a/utils/Burg/Doc/Makefile
+++ b/utils/Burg/Doc/Makefile
@@ -1,3 +1,11 @@
+##===- utils/Burg/Doc/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.
+#
+##===----------------------------------------------------------------------===##
# $Id$
#CFLAGS =
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index 5797161619..8e578d1347 100644
--- a/utils/Burg/Makefile
+++ b/utils/Burg/Makefile
@@ -1,3 +1,11 @@
+##===- utils/Burg/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 = burg
ExtraSource = gram.tab.c
diff --git a/utils/Makefile b/utils/Makefile
index 512cc9e06b..4636aacd0c 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -1,3 +1,11 @@
+##===- utils/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 = Burg TableGen
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile
index b344c63a98..8774925ea4 100644
--- a/utils/TableGen/Makefile
+++ b/utils/TableGen/Makefile
@@ -1,3 +1,11 @@
+##===- utils/TableGen/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 = tblgen
USEDLIBS = support.a