home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / Preditor 2.0 / Preditor Folder / PCMD Source / MPW / Makefile < prev    next >
Encoding:
Makefile  |  1991-09-16  |  742 b   |  30 lines  |  [TEXT/TCEd]

  1. #
  2. #   Makefile
  3. #    Last Modified: Friday, May 31, 1991 at 9:46 PM
  4. #
  5. #    Make all of the example PCMD's
  6. #
  7. #   © Copyright Evatac Software  1988-1991
  8. #   All rights reserved
  9. #
  10.  
  11. Dst    =    ":::"
  12.  
  13. All ƒƒ {Dst}Beep {Dst}Rotate13 {Dst}SoundPlay {Dst}StringToC ∂
  14.        {Dst}Enumerate
  15.  
  16. {Dst}Beep ƒƒ Beep.c.o
  17.     Link Beep.c.o -t PCmd -c TCEd -rt CODE=101 -o {Dst}Beep
  18.  
  19. {Dst}Rotate13 ƒƒ Rotate13.c.o
  20.     Link Rotate13.c.o -t PCmd -c TCEd -rt CODE=100 -o {Dst}Rotate13
  21.  
  22. {Dst}SoundPlay ƒƒ SoundPlay.c.o
  23.     Link SoundPlay.c.o -t PCmd -c TCEd -rt CODE=101 -o {Dst}SoundPlay
  24.  
  25. {Dst}StringToC ƒƒ StringToC.c.o
  26.     Link StringToC.c.o -t PCmd -c TCEd -rt CODE=100 -o {Dst}StringToC
  27.  
  28. {Dst}Enumerate ƒƒ Enumerate.c.o
  29.     Link Enumerate.c.o -t PCmd -c TCEd -rt CODE=100 -o {Dst}Enumerate
  30.