Add the README files to the distribution.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 13 Apr 2006 06:39:24 +0000 (06:39 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 13 Apr 2006 06:39:24 +0000 (06:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27651 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Debugger/Makefile
lib/System/Makefile
lib/Target/Makefile
lib/Target/PowerPC/Makefile
lib/Target/Sparc/Makefile
lib/Target/X86/Makefile

index b9df8dc775c2ed51b799e671aaecc421a50edb91..093bef5d6e5a5a4ad795e5b4130881e3fe6a0553 100644 (file)
@@ -9,5 +9,6 @@
 
 LEVEL = ../..
 LIBRARYNAME = LLVMDebugger
+EXTRA_DIST = README.txt
 
 include $(LEVEL)/Makefile.common
index 80fea39238eadfacc04114e604dbca7594760968..d4fc79ce7a0aa86f4e80d648b8474bc17d3073b8 100644 (file)
@@ -11,6 +11,6 @@ LEVEL = ../..
 LIBRARYNAME = LLVMSystem
 BUILD_ARCHIVE = 1
 
-EXTRA_DIST = Unix Win32
+EXTRA_DIST = Unix Win32 README.txt
 
 include $(LEVEL)/Makefile.common
index 8b75294c5b65ed64b18e3c9231e865c32ecfe304..56ca3bb9d79ec7303bd0475944ce31223a4bc8e5 100644 (file)
@@ -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
index a5edc157c840688ed83129c4c6b0160a06f7d68a..c5b53a2ce61aa3d9955c12192a7bd9b52e1ef8bb 100644 (file)
@@ -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 \
index 8cc4add374e4cdf12b3d192a5f4955511444c778..b6f6aaf0fcb064b6b0b8d99c92156d7063bfcb30 100644 (file)
@@ -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 \
index 9c513d1ff65d3553d457d4d0cb6cff62edf633fe..17a5c42a575ed4cc9e5a42493388ad59fff47b92 100644 (file)
@@ -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 \