1
0
mirror of https://github.com/brouhaha/tapeutils.git synced 2026-02-01 14:32:12 +00:00

Add tool for reading the files from a tape.

This commit is contained in:
Lars Brinkhoff
2016-10-27 12:38:37 +02:00
parent fc69a9dff5
commit a215ffeeda
3 changed files with 164 additions and 2 deletions

View File

@@ -35,10 +35,10 @@ PACKAGE = tapeutils
VERSION = 0.6
DSTNAME = $(PACKAGE)-$(VERSION)
PROGRAMS = tapecopy tapedump t10backup read20
PROGRAMS = tapecopy tapedump taperead t10backup read20
HEADERS = tapeio.h t10backup.h dumper.h
SOURCES = tapeio.c tapecopy.c tapedump.c t10backup.c read20.c
SOURCES = tapeio.c tapecopy.c tapedump.c taperead.c t10backup.c read20.c
MISC = COPYING
DISTFILES = $(MISC) Makefile $(HEADERS) $(SOURCES)
@@ -60,6 +60,8 @@ tapecopy: tapecopy.o tapeio.o
tapedump: tapedump.o tapeio.o
taperead: taperead.o tapeio.o
t10backup: t10backup.o tapeio.o
read20: read20.o tapeio.o