Added LLVM copyright to Makefiles.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9314 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell
2003-10-20 22:29:16 +00:00
parent e26ba9fb3f
commit e2fab734ad
33 changed files with 264 additions and 0 deletions

View File

@@ -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 # llvm/runtime/GCCLibraries Makefile: Build all subdirectories automatically
LEVEL = ../.. LEVEL = ../..

View File

@@ -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 = ../../.. LEVEL = ../../..
BYTECODE_LIBRARY=1 BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1 DONT_BUILD_RELINKED=1

View File

@@ -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 = ../../.. LEVEL = ../../..
BYTECODE_LIBRARY=1 BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1 DONT_BUILD_RELINKED=1

View File

@@ -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 = ../../.. LEVEL = ../../..
BYTECODE_LIBRARY=1 BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1 DONT_BUILD_RELINKED=1

View File

@@ -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 = ../../.. LEVEL = ../../..
BYTECODE_LIBRARY=1 BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1 DONT_BUILD_RELINKED=1

View File

@@ -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 = ../../.. LEVEL = ../../..
BYTECODE_LIBRARY=1 BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1 DONT_BUILD_RELINKED=1

View File

@@ -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 = ../../.. LEVEL = ../../..
BYTECODE_LIBRARY=1 BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1 DONT_BUILD_RELINKED=1

View File

@@ -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 = ../../.. LEVEL = ../../..
BYTECODE_LIBRARY=1 BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1 DONT_BUILD_RELINKED=1

View File

@@ -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 = ../../.. LEVEL = ../../..
BYTECODE_LIBRARY=1 BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1 DONT_BUILD_RELINKED=1

View File

@@ -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 = ../../.. LEVEL = ../../..
BYTECODE_LIBRARY=1 BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1 DONT_BUILD_RELINKED=1

View File

@@ -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 = ../../.. LEVEL = ../../..
BYTECODE_LIBRARY=1 BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1 DONT_BUILD_RELINKED=1

View File

@@ -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 # llvm/runtime Makefile: Build all subdirectories automatically
LEVEL = .. LEVEL = ..

View File

@@ -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 = ../.. LEVEL = ../..
BYTECODE_LIBRARY=1 BYTECODE_LIBRARY=1
DONT_BUILD_RELINKED=1 DONT_BUILD_RELINKED=1

View File

@@ -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 = ../.. LEVEL = ../..
BYTECODE_LIBRARY=1 BYTECODE_LIBRARY=1
#DONT_BUILD_RELINKED=1 #DONT_BUILD_RELINKED=1

View File

@@ -1,3 +1,11 @@
##===- tools/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 := .. LEVEL := ..
PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \ PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \
analyze extract bugpoint llvm-nm llvm-ar analyze extract bugpoint llvm-nm llvm-ar

View File

@@ -1,3 +1,11 @@
##===- tools/analyze/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 = ../.. LEVEL = ../..
TOOLNAME = analyze TOOLNAME = analyze
USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \ USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \

View File

@@ -1,3 +1,11 @@
##===- tools/bugpoint/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 = ../.. LEVEL = ../..
TOOLNAME = bugpoint TOOLNAME = bugpoint

View File

@@ -1,3 +1,11 @@
##===- tools/extract/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 = ../.. LEVEL = ../..
TOOLNAME = extract TOOLNAME = extract

View File

@@ -1,3 +1,11 @@
##===- tools/gccas/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 = ../.. LEVEL = ../..
TOOLNAME = gccas TOOLNAME = gccas

View File

@@ -1,3 +1,11 @@
##===- tools/gccld/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 = ../.. LEVEL = ../..
TOOLNAME = gccld TOOLNAME = gccld

View File

@@ -1,3 +1,11 @@
##===- tools/llc/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 = ../.. LEVEL = ../..
TOOLNAME = llc TOOLNAME = llc
USEDLIBS = sparc \ USEDLIBS = sparc \

View File

@@ -1,3 +1,11 @@
##===- tools/llee/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 = ../.. LEVEL = ../..
LIBRARYNAME = execve LIBRARYNAME = execve
SHARED_LIBRARY = 1 SHARED_LIBRARY = 1

View File

@@ -1,3 +1,11 @@
##===- tools/lli/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 = ../.. LEVEL = ../..
TOOLNAME = lli TOOLNAME = lli

View File

@@ -1,3 +1,11 @@
##===- tools/llvm-ar/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 = ../.. LEVEL = ../..
TOOLNAME = llvm-ar TOOLNAME = llvm-ar

View File

@@ -1,3 +1,11 @@
##===- tools/llvm-as/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 = ../.. LEVEL = ../..
TOOLNAME = llvm-as TOOLNAME = llvm-as
USEDLIBS = asmparser bcwriter vmcore support.a USEDLIBS = asmparser bcwriter vmcore support.a

View File

@@ -1,3 +1,11 @@
##===- tools/llvm-dis/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 = ../.. LEVEL = ../..
TOOLNAME = llvm-dis TOOLNAME = llvm-dis

View File

@@ -1,3 +1,11 @@
##===- tools/llvm-link/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 = ../.. LEVEL = ../..
TOOLNAME = llvm-link TOOLNAME = llvm-link

View File

@@ -1,3 +1,11 @@
##===- tools/llvm-nm/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 = ../.. LEVEL = ../..
TOOLNAME = llvm-nm TOOLNAME = llvm-nm

View File

@@ -1,3 +1,11 @@
##===- tools/opt/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 = ../.. LEVEL = ../..
TOOLNAME = opt TOOLNAME = opt

View File

@@ -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$ # $Id$
#CFLAGS = #CFLAGS =

View File

@@ -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 = ../.. LEVEL = ../..
TOOLNAME = burg TOOLNAME = burg
ExtraSource = gram.tab.c ExtraSource = gram.tab.c

View File

@@ -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 = .. LEVEL = ..
DIRS = Burg TableGen DIRS = Burg TableGen

View File

@@ -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 = ../.. LEVEL = ../..
TOOLNAME = tblgen TOOLNAME = tblgen
USEDLIBS = support.a USEDLIBS = support.a