mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 14:40:39 +00:00
Add the README files to the distribution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27651 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
28421d0a80
commit
3758552428
@ -9,5 +9,6 @@
|
||||
|
||||
LEVEL = ../..
|
||||
LIBRARYNAME = LLVMDebugger
|
||||
EXTRA_DIST = README.txt
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
@ -11,6 +11,6 @@ LEVEL = ../..
|
||||
LIBRARYNAME = LLVMSystem
|
||||
BUILD_ARCHIVE = 1
|
||||
|
||||
EXTRA_DIST = Unix Win32
|
||||
EXTRA_DIST = Unix Win32 README.txt
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user