home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / program / compiler / m2posx14 / bin / t_m2.g < prev    next >
Text File  |  1994-04-08  |  836b  |  27 lines

  1. # GULAM-Script for processing the test modules
  2. #
  3. # Parameters:
  4. #  $1: name that identifies the compiler, e.g. LPRM2, HM2,...-- see PORTAB.M2H
  5. #      for valid names
  6. #  $2: destination directory
  7. #  $3: extension for program modules, e.g. mod, m,...
  8. #
  9. # Sample call (in gulam): t_m2 LPRM2 m: mod
  10. #
  11. m2ppx $1 tsys.mpp $2\tsys.$3
  12. m2ppx $1 showids.mpp $2\showids.$3
  13. m2ppx $1 forkexec.mpp $2\forkexec.$3
  14. m2ppx $1 spawn.mpp $2\spawn.$3
  15. m2ppx $1 showcmd.mpp $2\showcmd.$3
  16. m2ppx $1 listdir.mpp $2\listdir.$3
  17. m2ppx $1 tdossyst.mpp $2\tdossyst.$3
  18. m2ppx $1 tfile.mpp $2\tfile.$3
  19. m2ppx $1 tlib.mpp $2\tlib.$3
  20. m2ppx $1 tthread.mpp $2\tthread.$3
  21. m2ppx $1 tvfork.mpp $2\tvfork.$3
  22. m2ppx $1 showsig.mpp $2\showsig.$3
  23. m2ppx $1 tsighand.mpp $2\tsighand.$3
  24. m2ppx $1 tsigtime.mpp $2\tsigtime.$3
  25. m2ppx $1 showdate.mpp $2\showdate.$3
  26.  
  27.