home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 160_01 / sample.sh < prev    next >
Text File  |  1985-09-21  |  2KB  |  66 lines

  1. : SAMPLE OUTLINE FOR COMPILATION "SCRIPT", "BATCH FILE", ETC.
  2. : Makx pgm file(s).c  --  compile file(s) to produce  pgm.x
  3. :                            run pgm.x <pgm.in >pgm.out
  4. :                            cmp pgm.out pgm.tst
  5. :                            rm pgm.o pgm.x
  6. : Makxnt -- same compile, but no test file
  7. : Maktry pgm file(s).c -- compile file(s) with #define TRYMAIN into pgm
  8. :                            (same run, cmp, rm)
  9. : Mako file.c  --  compile-only, into object code
  10.  
  11. Makx accnt accnt.c 
  12. Makx arith arith.c 
  13. Makx asst asst.c 
  14. Makx asst2 asst2.c 
  15. Makx badpow badpow.c
  16. Makx bdrill bdrill.c 
  17. Makxnt bits bits.c
  18. Makx blast blast.c 
  19. Makx blast2 blast2.c 
  20. Makx cap cap.c 
  21. Makx cap2 cap2.c 
  22. Makx codes1 codes1.c 
  23. Makx codes2 codes2.c 
  24. Makx codes3 codes3.c 
  25. Makx codes4 codes4.c 
  26. Makxnt copy copy.c 
  27. Makx copy2 copy2.c 
  28. Makx dmpdem dmpdem.c
  29. Makx fact fact.c 
  30. Maktry factl factl.c 
  31. Makx fast fast.c 
  32. Makx getbn getbn.c 
  33. Makx getbn2 getbn2.c 
  34. Makx gettt gettt.c
  35. Makx guess guess.c 
  36. Makx guess2 guess2.c 
  37. Makx hello hello.c 
  38. Makx hello2 hello2.c 
  39. Makx hello3 hello3.c 
  40. Makx hello4 hello4.c 
  41. Makx hello5 hello5.c 
  42. Makx inits inits.c
  43. Makx loadtt loadtt.c
  44. Makx maxmin maxmin.c 
  45. Makx mortg mortg.c 
  46. Makx mortg2 mortg2.c 
  47. Mako nfrom 
  48. Makx powdem powdem.c 
  49. Makx pr2a pr2a.c 
  50. Makx pr2b pr2b.c 
  51. Makx prsam prsam.c 
  52. Mako rand 
  53. Makx recpt1 recpt1.c 
  54. Makx recpt2 recpt2.c 
  55. Makx recpt3 recpt3.c receip.c 
  56. Makx revers revers.c 
  57. Makx shuf52 shuf52.c nfrom.c  
  58. Makx sizes sizes.c 
  59. Makx slow slow.c 
  60. Makxnt string string.c
  61. Mako strlen 
  62. Mako strscn
  63. Makx tower tower.c pegs.c
  64. Makx vacat vacat.c
  65. Makx xy x.c ysub.c 
  66.