home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / scase.zip / SCASE.Z / MAKEFILE.MPW < prev    next >
Text File  |  1994-02-14  |  826b  |  36 lines

  1. #   Tic-Tac-Toe makefile for MPW on the Mac.
  2. #   File:   makefile.mpw
  3. #   Target: stdiottt
  4.  
  5. OBJECTS = ╢
  6.         ttteng.cc.o ╢
  7.         tttcont.cc.o ╢
  8.         tttdisp.cc.o ╢
  9.         stdioctr.cc.o ╢
  10.         stdiodsp.cc.o
  11.  
  12.  
  13. stdiottt ── makefile.mpw {OBJECTS}
  14.     Link -d -c '????' -t APPL ╢
  15.         {OBJECTS} ╢
  16.         "{CLibraries}"CplusLib.o ╢
  17.         "{CLibraries}"StdCLib.o ╢
  18.         "{Libraries}"SIOW.o ╢
  19.         "{Libraries}"Runtime.o ╢
  20.         "{Libraries}"Interface.o ╢
  21.         -o stdiottt
  22.  
  23. ttteng.cc.o ─ makefile.mpw ttteng.cc
  24.      CPlus  ttteng.cc
  25. tttcont.cc.o ─ makefile.mpw tttcont.cc
  26.      CPlus  tttcont.cc
  27. tttdisp.cc.o ─ makefile.mpw tttdisp.cc
  28.      CPlus  tttdisp.cc
  29. stdioctr.cc.o ─ makefile.mpw stdioctr.cc
  30.      CPlus  stdioctr.cc
  31. stdiodsp.cc.o ─ makefile.mpw stdiodsp.cc
  32.      CPlus  stdiodsp.cc
  33.  
  34. stdiottt ── "{RIncludes}"SIOW.r
  35.     Rez -a "{RIncludes}"SIOW.r -o stdiottt
  36.