Adding upstream version 0.21.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
7bf1f2e322
commit
cc1b855cb3
27 changed files with 961 additions and 324 deletions
11
Makefile.in
11
Makefile.in
|
@ -9,8 +9,8 @@ SHELL = /bin/sh
|
|||
CAN_RUN_INSTALLINFO = $(SHELL) -c "install-info --version" > /dev/null 2>&1
|
||||
|
||||
objs = arg_parser.o lzip_index.o archive_reader.o common.o common_decode.o \
|
||||
create.o create_lz.o decode.o decode_lz.o delete.o delete_lz.o \
|
||||
exclude.o extended.o main.o
|
||||
compress.o create.o create_lz.o decode.o decode_lz.o delete.o \
|
||||
delete_lz.o exclude.o extended.o main.o
|
||||
|
||||
|
||||
.PHONY : all install install-bin install-info install-man \
|
||||
|
@ -35,8 +35,9 @@ arg_parser.o : arg_parser.h
|
|||
archive_reader.o : tarlz.h lzip_index.h archive_reader.h
|
||||
common.o : arg_parser.h tarlz.h
|
||||
common_decode.o : arg_parser.h tarlz.h
|
||||
create.o : arg_parser.h tarlz.h
|
||||
create_lz.o : arg_parser.h tarlz.h
|
||||
compress.o : arg_parser.h tarlz.h
|
||||
create.o : arg_parser.h tarlz.h create.h
|
||||
create_lz.o : arg_parser.h tarlz.h create.h
|
||||
decode.o : arg_parser.h tarlz.h lzip_index.h archive_reader.h
|
||||
decode_lz.o : arg_parser.h tarlz.h lzip_index.h archive_reader.h
|
||||
delete.o : arg_parser.h tarlz.h lzip_index.h archive_reader.h
|
||||
|
@ -136,6 +137,7 @@ dist : doc
|
|||
$(DISTNAME)/testsuite/rbar \
|
||||
$(DISTNAME)/testsuite/rbaz \
|
||||
$(DISTNAME)/testsuite/test3.tar \
|
||||
$(DISTNAME)/testsuite/test3_nn.tar \
|
||||
$(DISTNAME)/testsuite/test3_eof[1-4].tar \
|
||||
$(DISTNAME)/testsuite/test3_gh[1-4].tar \
|
||||
$(DISTNAME)/testsuite/test3_bad[1-5].tar \
|
||||
|
@ -150,6 +152,7 @@ dist : doc
|
|||
$(DISTNAME)/testsuite/test3_eof[1-5].tar.lz \
|
||||
$(DISTNAME)/testsuite/test3_em[1-6].tar.lz \
|
||||
$(DISTNAME)/testsuite/test3_gh[1-6].tar.lz \
|
||||
$(DISTNAME)/testsuite/test3_nn.tar.lz \
|
||||
$(DISTNAME)/testsuite/test3_sm[1-4].tar.lz \
|
||||
$(DISTNAME)/testsuite/test3_bad[1-6].tar.lz \
|
||||
$(DISTNAME)/testsuite/test3_dir.tar.lz \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue