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 /utils | |
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 'utils')
-rw-r--r-- | utils/Burg/Doc/Makefile | 8 | ||||
-rw-r--r-- | utils/Burg/Makefile | 8 | ||||
-rw-r--r-- | utils/Makefile | 8 | ||||
-rw-r--r-- | utils/TableGen/Makefile | 8 |
4 files changed, 32 insertions, 0 deletions
diff --git a/utils/Burg/Doc/Makefile b/utils/Burg/Doc/Makefile index 226210d..60e603f 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 5797161..8e578d1 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 512cc9e..4636aac 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 b344c63..8774925 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 |