home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1227 / main < prev    next >
Encoding:
Text File  |  1990-12-28  |  353 b   |  14 lines

  1. : ' Copyright 1985 NCR Corporation - Dayton, Ohio, USA '
  2. : ' %W%  Delta Date: %U% %G% '
  3. set -x
  4. cc -O -s -o crun crun.c
  5. cc -O -s -o xrun xrun.c
  6. cc -O -s -o tplot tplot.c
  7. cc -O -s -o rplot rplot.c
  8. cc -O -s -o makefiles makefiles.c
  9. cc -O -s -o drun drun.c
  10. cc -O -s -o trun trun.c
  11. cc -O -s -o cpurun cpurun.c
  12. makefiles
  13. echo "compile and makefiles complete"
  14.