1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-11 23:42:56 +00:00

Add mtread/mtwrite: read/write .tap files from/to physical tape

This commit is contained in:
Jim 2011-08-31 13:40:22 -04:00
parent 5d43e41c12
commit 20e43665bd

View File

@ -3,7 +3,7 @@
REV=${shell hg id -n}
.PHONY: em debug trace fixed hobby dongle lmserver magrst parts smad smag
.PHONY: em debug trace fixed hobby dongle lmserver magrst parts smad smag mtread mtwrite
em: # production
@ -46,6 +46,16 @@ lmserver: # license server
cc -arch ppc -DREV=\"${REV}\" -c lmserver.c -I../dongle/mx/ppc/api;g++ -arch ppc lmserver.o -o lmserver ../dongle/mx/ppc/api/libmxmac260.a -framework IOKit -framework CoreFoundation
rm lmserver.o
mtread: # Dump a tape to a .tap disk file (Linux only)
cc -o mtread mtread.c
mtwrite: # write a physical tape from a .tap file (Linux only)
cc -o mtwrite mtwrite.c
magrst: # Unix version of Prime's magrst
cc -arch ppc -DREV=\"${REV}\" -o magrst magrst.c istext.c