File tree Expand file tree Collapse file tree 6 files changed +6
-1
lines changed Expand file tree Collapse file tree 6 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 9
9
10
10
LEVEL = ../..
11
11
LIBRARYNAME = LLVMDebugger
12
+ EXTRA_DIST = README.txt
12
13
13
14
include $(LEVEL ) /Makefile.common
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ LEVEL = ../..
11
11
LIBRARYNAME = LLVMSystem
12
12
BUILD_ARCHIVE = 1
13
13
14
- EXTRA_DIST = Unix Win32
14
+ EXTRA_DIST = Unix Win32 README.txt
15
15
16
16
include $(LEVEL ) /Makefile.common
Original file line number Diff line number Diff line change 10
10
LEVEL = ../..
11
11
LIBRARYNAME = LLVMTarget
12
12
BUILD_ARCHIVE = 1
13
+ EXTRA_DIST = README.txt
13
14
14
15
# We include this early so we can access the value of TARGETS_TO_BUILD as the
15
16
# value for PARALLEL_DIRS which must be set before Makefile.rules is included
Original file line number Diff line number Diff line change 9
9
LEVEL = ../../..
10
10
LIBRARYNAME = LLVMPowerPC
11
11
TARGET = PPC
12
+ EXTRA_DIST = README.txt README_ALTIVEC.txt
12
13
13
14
# Make sure that tblgen is run, first thing.
14
15
BUILT_SOURCES = PPCGenInstrNames.inc PPCGenRegisterNames.inc \
Original file line number Diff line number Diff line change 9
9
LEVEL = ../../..
10
10
LIBRARYNAME = LLVMSparc
11
11
TARGET = Sparc
12
+ EXTRA_DIST = README.txt
12
13
13
14
# Make sure that tblgen is run, first thing.
14
15
BUILT_SOURCES = SparcGenRegisterInfo.h.inc SparcGenRegisterNames.inc \
Original file line number Diff line number Diff line change 9
9
LEVEL = ../../..
10
10
LIBRARYNAME = LLVMX86
11
11
TARGET = X86
12
+ EXTRA_DIST = README.txt
12
13
# Make sure that tblgen is run, first thing.
13
14
BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \
14
15
X86GenRegisterInfo.inc X86GenInstrNames.inc \
You can’t perform that action at this time.
0 commit comments