diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-13 06:39:24 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-13 06:39:24 +0000 |
| commit | 9857229ababc3d90cd2307f8301079817cdc002d (patch) | |
| tree | efbf3b7a7d2f702456fd1d6165ee34fde821d562 /llvm | |
| parent | 56fdf9ed4082ea18d6066f75bdacd744fb8f7c0c (diff) | |
| download | bcm5719-llvm-9857229ababc3d90cd2307f8301079817cdc002d.tar.gz bcm5719-llvm-9857229ababc3d90cd2307f8301079817cdc002d.zip | |
Add the README files to the distribution.
llvm-svn: 27651
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Debugger/Makefile | 1 | ||||
| -rw-r--r-- | llvm/lib/System/Makefile | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/Makefile | 1 | ||||
| -rw-r--r-- | llvm/lib/Target/PowerPC/Makefile | 1 | ||||
| -rw-r--r-- | llvm/lib/Target/Sparc/Makefile | 1 | ||||
| -rw-r--r-- | llvm/lib/Target/X86/Makefile | 1 |
6 files changed, 6 insertions, 1 deletions
diff --git a/llvm/lib/Debugger/Makefile b/llvm/lib/Debugger/Makefile index b9df8dc775c..093bef5d6e5 100644 --- a/llvm/lib/Debugger/Makefile +++ b/llvm/lib/Debugger/Makefile @@ -9,5 +9,6 @@ LEVEL = ../.. LIBRARYNAME = LLVMDebugger +EXTRA_DIST = README.txt include $(LEVEL)/Makefile.common diff --git a/llvm/lib/System/Makefile b/llvm/lib/System/Makefile index 80fea39238e..d4fc79ce7a0 100644 --- a/llvm/lib/System/Makefile +++ b/llvm/lib/System/Makefile @@ -11,6 +11,6 @@ LEVEL = ../.. LIBRARYNAME = LLVMSystem BUILD_ARCHIVE = 1 -EXTRA_DIST = Unix Win32 +EXTRA_DIST = Unix Win32 README.txt include $(LEVEL)/Makefile.common diff --git a/llvm/lib/Target/Makefile b/llvm/lib/Target/Makefile index 8b75294c5b6..56ca3bb9d79 100644 --- a/llvm/lib/Target/Makefile +++ b/llvm/lib/Target/Makefile @@ -10,6 +10,7 @@ LEVEL = ../.. LIBRARYNAME = LLVMTarget BUILD_ARCHIVE = 1 +EXTRA_DIST = README.txt # We include this early so we can access the value of TARGETS_TO_BUILD as the # value for PARALLEL_DIRS which must be set before Makefile.rules is included diff --git a/llvm/lib/Target/PowerPC/Makefile b/llvm/lib/Target/PowerPC/Makefile index a5edc157c84..c5b53a2ce61 100644 --- a/llvm/lib/Target/PowerPC/Makefile +++ b/llvm/lib/Target/PowerPC/Makefile @@ -9,6 +9,7 @@ LEVEL = ../../.. LIBRARYNAME = LLVMPowerPC TARGET = PPC +EXTRA_DIST = README.txt README_ALTIVEC.txt # Make sure that tblgen is run, first thing. BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \ diff --git a/llvm/lib/Target/Sparc/Makefile b/llvm/lib/Target/Sparc/Makefile index 8cc4add374e..b6f6aaf0fcb 100644 --- a/llvm/lib/Target/Sparc/Makefile +++ b/llvm/lib/Target/Sparc/Makefile @@ -9,6 +9,7 @@ LEVEL = ../../.. LIBRARYNAME = LLVMSparc TARGET = Sparc +EXTRA_DIST = README.txt # Make sure that tblgen is run, first thing. BUILT_SOURCES = SparcGenRegisterInfo.h.inc SparcGenRegisterNames.inc \ diff --git a/llvm/lib/Target/X86/Makefile b/llvm/lib/Target/X86/Makefile index 9c513d1ff65..17a5c42a575 100644 --- a/llvm/lib/Target/X86/Makefile +++ b/llvm/lib/Target/X86/Makefile @@ -9,6 +9,7 @@ LEVEL = ../../.. LIBRARYNAME = LLVMX86 TARGET = X86 +EXTRA_DIST = README.txt # Make sure that tblgen is run, first thing. BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \ X86GenRegisterInfo.inc X86GenInstrNames.inc \ |

