home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6571.LZX / examples / cxx / smakefile < prev   
Encoding:
Makefile  |  1996-12-24  |  156 b   |  13 lines

  1. all: chess1 chess2
  2.  
  3. chess1: chess1.o
  4.    sc link chess1.o
  5.  
  6. chess2: chess2.o
  7.    sc link chess2.o
  8.  
  9. chess1.o: chess1.cxx
  10. chess2.o: chess2.cxx
  11.  
  12. .cxx.o:
  13.    sc $<