home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / ucb / spencer_2bsd.tar.gz / 2bsd.tar / src / px / make.script < prev    next >
Text File  |  1980-02-17  |  696b  |  14 lines

  1. rm -f as.o
  2. as -o as.o 00head.s 00int.s 02rel.s 02relset.s 03bool.s 04as.s 05lv.s   06add.s 07sub.s 10mul.s 12div.s 13mod.s 14neg.s   16dvd.s 17ind.s 17rv.s 20con.s 21rang.s 24case.s 24pxp.s 25set.s   26for.s 27conv.s 30atof.s 30getname.s 30io.s 30iosubs.s 30read.s   30write.s 34fun.s E.s opcode.s wait.s
  3. cc -O -DHZ=60.0 -c exit.c
  4. cc -O -DHZ=60.0 -c int.c
  5. cc -O -DHZ=60.0 -c palloc.c
  6. cc -O -DHZ=60.0 -c pcttot.c
  7. cc -O -DHZ=60.0 -c pdattim.c
  8. cc -O -DHZ=60.0 -c perror.c
  9. cc -O -DHZ=60.0 -c pwrite.c
  10. ld -X -i ../pascal/assubs/pcrt0.o *.o ../pascal/fpterp/fp.o -lc -l
  11. ld -X -n ../pascal/assubs/pcrt0.o *.o ../pascal/fpnofetchi/fp.o -lc -l -o a.outNOID
  12. cp a.out /usr/ucb/px
  13. cp a.outNOID /usr/ucb/px34
  14.