home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_6 / issue_11 / hints / C / !DrawEx / Makefile < prev    next >
Makefile  |  1993-06-28  |  1KB  |  50 lines

  1. # Project:   ArchiveHlp
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -throwback -IC:
  6. Linkflags = -o $@
  7. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  8. CMHGflags = 
  9. LibFileflags = -c -o $@
  10. Squeezeflags = -o $@
  11. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  12. PCflags = -c -depend !Depend -throwback -IP:
  13.  
  14.  
  15. # Final targets:
  16. @.!RunImage:   @.o.DrawEx @.^.^.RISC_OSLib.o.RISC_OSLib @.^.^.Clib.o.Stubs 
  17.         Link $(Linkflags) @.o.DrawEx @.^.^.RISC_OSLib.o.RISC_OSLib \
  18.         @.^.^.Clib.o.Stubs 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23. # Static dependencies:
  24. @.o.DrawEx:   @.c.DrawEx
  25.         cc $(ccflags) -o @.o.DrawEx @.c.DrawEx 
  26.  
  27.  
  28. # Dynamic dependencies:
  29. o.DrawEx:    c.DrawEx
  30. o.DrawEx:    C:h.os
  31. o.DrawEx:    C:h.wimp
  32. o.DrawEx:    C:h.sprite
  33. o.DrawEx:    C:h.wimpt
  34. o.DrawEx:    C:h.win
  35. o.DrawEx:    C:h.event
  36. o.DrawEx:    C:h.menu
  37. o.DrawEx:    C:h.res
  38. o.DrawEx:    C:h.menu
  39. o.DrawEx:    C:h.template
  40. o.DrawEx:    C:h.dbox
  41. o.DrawEx:    C:h.werr
  42. o.DrawEx:    C:h.flex
  43. o.DrawEx:    C:h.visdelay
  44. o.DrawEx:    C:h.xferrecv
  45. o.DrawEx:    C:h.saveas
  46. o.DrawEx:    C:h.xfersend
  47. o.DrawEx:    C:h.help
  48. o.DrawEx:    C:h.msgs
  49. o.DrawEx:    C:h.Drawfdiag
  50.