home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / t / tim / !Tim / Makefile < prev    next >
Makefile  |  1992-04-25  |  930b  |  47 lines

  1. # Project:   Tim
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -throwback -IC:
  6. Linkflags = -o $@
  7. TLAflags = -b
  8. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  9. CMHGflags = 
  10. LibFileflags = -c -o $@
  11. Squeezeflags = -o $@
  12. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  13.  
  14.  
  15. # Final targets:
  16. @.!RunImage:   @.o.tim SCSI::Lysette.$.RISC_OSLib.o.RISC_OSLib \
  17.         SCSI::Lysette.$.Clib.o.Stubs 
  18.         link $(linkflags) @.o.tim SCSI::Lysette.$.RISC_OSLib.o.RISC_OSLib \
  19.         SCSI::Lysette.$.Clib.o.Stubs 
  20.  
  21.  
  22. # User-editable dependencies:
  23.  
  24.  
  25. # Static dependencies:
  26. @.o.tim:   @.c.tim
  27.         cc $(ccflags) -o @.o.tim @.c.tim 
  28.  
  29.  
  30. # Dynamic dependencies:
  31. o.tim:    c.tim
  32. o.tim:    C:h.wimp
  33. o.tim:    C:h.os
  34. o.tim:    C:h.sprite
  35. o.tim:    C:h.wimpt
  36. o.tim:    C:h.win
  37. o.tim:    C:h.event
  38. o.tim:    C:h.menu
  39. o.tim:    C:h.baricon
  40. o.tim:    C:h.res
  41. o.tim:    C:h.resspr
  42. o.tim:    C:h.menu
  43. o.tim:    C:h.template
  44. o.tim:    C:h.dbox
  45. o.tim:    C:h.os
  46. o.tim:    C:h.swis
  47.