home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / dev / umbscheme-2.12.lha / UMBScheme / src / .printit < prev    next >
Text File  |  1993-11-29  |  397b  |  9 lines

  1. # .printit -- print out src for UMB Scheme
  2. print Makefile portable.h object.h object.c architecture.h architecture.c \
  3.       steering.h steering.c debug.h debug.c io.h io.c \
  4.       compiler.h compiler.c eval.h eval.c primitive.h primitive.c \
  5.       number.h number.c fixnum.h fixnum.c bignum.h bignum.c \
  6.       rational.h rational.c real.h real.c complex.h complex.c \
  7.       prelude.scheme
  8.       
  9.