home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / desktop / t / utils / !Clock_Makefile < prev    next >
Encoding:
Makefile  |  1993-12-17  |  1.4 KB  |  54 lines

  1. # Project:   Clock
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -I^.^.Include -throwback -fahu -fussy 
  6. Linkflags = -o $@
  7. Pascalflags = -c -depend !Depend -throwback -IP:
  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. Copyflags = 
  14.  
  15.  
  16. # Final targets:
  17. @.!BigImage:   @.o.Clock @.^.^.Library.WinAppLib @.^.^.Library.LinkList \
  18.         @.^.^.Library.Logging @.^.^.Library.GenLib @.^.^.Library.WimpLib @.^.^.^.^.CLib.o.Stubs 
  19.         link $(linkflags) @.o.Clock @.^.^.Library.WinAppLib \
  20.         @.^.^.Library.LinkList @.^.^.Library.Logging @.^.^.Library.GenLib @.^.^.Library.WimpLib \
  21.         @.^.^.^.^.CLib.o.Stubs 
  22. @.!RunImage:   @.!BigImage 
  23.         squeeze $(squeezeflags) @.!BigImage 
  24.  
  25.  
  26. # User-editable dependencies:
  27.  
  28.  
  29. # Static dependencies:
  30. @.o.Clock:   @.C.Clock
  31.         cc $(ccflags) -o @.o.Clock @.C.Clock 
  32.  
  33.  
  34. # Dynamic dependencies:
  35. o.Clock:    C.Clock
  36. o.Clock:    c:h.kernel
  37. o.Clock:    c:h.swis
  38. o.Clock:    ^.^.Include.h.vdu
  39. o.Clock:    ^.^.Include.h.spritelib
  40. o.Clock:    c:h.kernel
  41. o.Clock:    ^.^.Include.h.wimplib
  42. o.Clock:    c:h.kernel
  43. o.Clock:    ^.^.Include.h.boxpoint
  44. o.Clock:    ^.^.Include.h.winapp
  45. o.Clock:    ^.^.Include.h.fontlib
  46. o.Clock:    c:h.kernel
  47. o.Clock:    ^.^.Include.h.boxpoint
  48. o.Clock:    ^.^.Include.h.wimplib
  49. o.Clock:    ^.^.Include.h.spritelib
  50. o.Clock:    ^.^.Include.h.wimplib
  51. o.Clock:    ^.^.Include.h.logging
  52. o.Clock:    ^.^.Include.h.global
  53. o.Clock:    c:h.kernel
  54.