make.mic 921 B

1234567891011121314151617181920212223242526272829303132333435
  1. @te no pau e
  2. @cc -c -q zip
  3. @cc -c -q zipfil
  4. @cc -c -q zipup
  5. @cc -c -q fileio
  6. @cc -c -q util
  7. @cc -c -q crc32
  8. @cc -c -q global
  9. @cc -c -q deflat
  10. @cc -c -q trees
  11. @cc -c -q crypt
  12. @cc -c -q ttyio
  13. @cc -c -q tops20
  14. @cc -i -o zip zip.rel zipfil.rel zipup.rel fileio.rel util.rel crc32.rel global.rel deflat.rel trees.rel crypt.rel ttyio.rel tops20.rel
  15. @cc -c -q zipnot
  16. @rename zipfil.c zipfix.c
  17. @rename fileio.c filiox.c
  18. @rename util.c utilx.c
  19. @rename tops20.c tops2x.c
  20. @cc -c -q -DUTIL zipfix
  21. @cc -c -q -DUTIL filiox
  22. @cc -c -q -DUTIL utilx
  23. @cc -c -q -DUTIL tops2x
  24. @rename zipfix.c zipfil.c
  25. @rename filiox.c fileio.c
  26. @rename utilx.c util.c
  27. @rename tops2x.c tops20.c
  28. @cc -i -o zipnot zipnot.rel zipfix.rel filiox.rel utilx.rel global.rel tops2x.rel
  29. @reset
  30. @rename zipnot.exe zipnote.exe
  31. @cc -c -q zipspl
  32. @cc -i -o zipspl zipspl.rel zipfix.rel filiox.rel utilx.rel global.rel tops2x.rel
  33. @reset
  34. @rename zipspl.exe zipsplit.exe
  35. @kmic