home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / sbprolog.zoo / prolog / lib / src / makeall < prev    next >
Encoding:
Text File  |  1990-04-17  |  1.1 KB  |  21 lines

  1. #/bin/csh
  2. $HOME/sbprolog/sim/sbprolog -p 200000 -m 600000 $HOME/sbprolog/modlib/\$readloop <<ENDSIM
  3. compile( '\$exists.P',       '../\$exists',       [v] ).
  4. compile( 'access.P',         '../access',         [v] ).
  5. compile( 'call_ref.P',       '../call_ref',       [v] ).
  6. compile( 'dynamic.P',        '../dynamic',        [v] ).
  7. compile( 'emode.P',          '../emode',          [v] ).
  8. compile( 'errno.P',          '../errno',          [v] ).
  9. compile( 'flags.P',          '../flags',          [v] ).
  10. compile( 'index.P',          '../index',          [v] ).
  11. compile( 'mode.P',           '../mode',           [v] ).
  12. compile( 'nodynload.P',      '../nodynload',      [v] ).
  13. compile( 'op.P',             '../op',             [v] ).
  14. compile( 'public.P',         '../public',         [v] ).
  15. compile( 'restore.P',        '../restore',        [v] ).
  16. compile( 'save.P',           '../save',           [v] ).
  17. compile( 'sockets.P',        '../sockets',        [v] ).
  18. compile( 'subsumes.P',       '../subsumes',       [v] ).
  19. compile( 'term_expansion.P', '../term_expansion', [v] ).
  20. ENDSIM
  21.