1
0
mirror of https://github.com/prirun/p50em.git synced 2026-05-04 15:25:43 +00:00

Add Unix versions of smad, smag for Prime pdevs

This commit is contained in:
Jim
2011-08-24 17:15:16 -04:00
parent d398a93143
commit b643ed80ed
2 changed files with 303 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
REV=${shell hg id -n}
.PHONY: em debug trace fixed hobby dongle lmserver magrst
.PHONY: em debug trace fixed hobby dongle lmserver magrst parts smad smag
em: # production
@@ -49,3 +49,18 @@ lmserver: # license server
magrst: # Unix version of Prime's magrst
cc -arch ppc -DREV=\"${REV}\" -o magrst magrst.c istext.c
parts: # Unix utility to determine parttions in a drive file
cc -arch ppc -DREV=\"${REV}\" -o parts parts.c
smad: # Unix utility to decode Prime pdev
cc -arch ppc -DREV=\"${REV}\" -o smad smad.c
smag: # Unix create Prime pdev
cc -arch ppc -DREV=\"${REV}\" -o smag smag.c