aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-13 06:39:24 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-13 06:39:24 +0000
commit3758552428737f2467cc58ae81a064789637b4aa (patch)
treed8e7a156c4e0ed1790a3a17bdbcdfb280bebc6b6 /lib
parent28421d0a805e0069b8647e11b0e09064b940623a (diff)
downloadexternal_llvm-3758552428737f2467cc58ae81a064789637b4aa.zip
external_llvm-3758552428737f2467cc58ae81a064789637b4aa.tar.gz
external_llvm-3758552428737f2467cc58ae81a064789637b4aa.tar.bz2
Add the README files to the distribution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27651 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Debugger/Makefile1
-rw-r--r--lib/System/Makefile2
-rw-r--r--lib/Target/Makefile1
-rw-r--r--lib/Target/PowerPC/Makefile1
-rw-r--r--lib/Target/Sparc/Makefile1
-rw-r--r--lib/Target/X86/Makefile1
6 files changed, 6 insertions, 1 deletions
diff --git a/lib/Debugger/Makefile b/lib/Debugger/Makefile
index b9df8dc..093bef5 100644
--- a/lib/Debugger/Makefile
+++ b/lib/Debugger/Makefile
@@ -9,5 +9,6 @@
LEVEL = ../..
LIBRARYNAME = LLVMDebugger
+EXTRA_DIST = README.txt
include $(LEVEL)/Makefile.common
diff --git a/lib/System/Makefile b/lib/System/Makefile
index 80fea39..d4fc79c 100644
--- a/lib/System/Makefile
+++ b/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/lib/Target/Makefile b/lib/Target/Makefile
index 8b75294..56ca3bb 100644
--- a/lib/Target/Makefile
+++ b/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/lib/Target/PowerPC/Makefile b/lib/Target/PowerPC/Makefile
index a5edc15..c5b53a2 100644
--- a/lib/Target/PowerPC/Makefile
+++ b/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/lib/Target/Sparc/Makefile b/lib/Target/Sparc/Makefile
index 8cc4add..b6f6aaf 100644
--- a/lib/Target/Sparc/Makefile
+++ b/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/lib/Target/X86/Makefile b/lib/Target/X86/Makefile
index 9c513d1..17a5c42 100644
--- a/lib/Target/X86/Makefile
+++ b/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 \