home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / tcl / tcl_1 / !tclnew_Makefile < prev    next >
Encoding:
Makefile  |  1996-01-19  |  889 b   |  36 lines

  1. # Project:   newsprites
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -throwback
  6. C++flags = -c -depend !Depend -IC: -throwback
  7. Linkflags = -aif -c++ -o $@
  8. ObjAsmflags = -throwback -NoCache -depend !Depend
  9. CMHGflags = 
  10. LibFileflags = -c -o $@
  11. Squeezeflags = -o $@
  12.  
  13.  
  14. # Final targets:
  15. @.newsprites:   @.o.newsprites @.^.^.AcornC_C++.Libraries.clib.o.Stubs \
  16.         @.^.^.AcornC_C++.Libraries.OSLib.o.OSLib 
  17.         link $(linkflags) @.o.newsprites \
  18.         @.^.^.AcornC_C++.Libraries.clib.o.Stubs @.^.^.AcornC_C++.Libraries.OSLib.o.OSLib 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23. # Static dependencies:
  24. @.o.newsprites:   @.c.newsprites
  25.         cc $(ccflags) -o @.o.newsprites @.c.newsprites 
  26.  
  27.  
  28. # Dynamic dependencies:
  29. o.newsprites:    c.newsprites
  30. o.newsprites:    C:h.osspriteop
  31. o.newsprites:    C:h.types
  32. o.newsprites:    C:h.os
  33. o.newsprites:    C:h.colourtrans
  34. o.newsprites:    C:h.font
  35. o.newsprites:    C:h.font
  36.