home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / spirit / tut / !Lesson4_Makefile < prev    next >
Encoding:
Makefile  |  1993-12-14  |  1.5 KB  |  50 lines

  1. # Project:   Lesson4
  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. @.!RunImage:   @.!BigImage 
  18.         squeeze $(squeezeflags) @.!BigImage 
  19. @.!BigImage:   @.o.Lesson4 @.^.^.Library.WinAppLib @.^.^.Library.LinkList \
  20.         @.^.^.Library.Logging @.^.^.Library.GenLib @.^.^.Library.WimpLib @.^.^.Library.SpriteLib \
  21.         @.^.^.Library.FontLib @.^.^.^.^.CLib.o.Stubs 
  22.         link $(linkflags) @.o.Lesson4 @.^.^.Library.WinAppLib \
  23.         @.^.^.Library.LinkList @.^.^.Library.Logging @.^.^.Library.GenLib @.^.^.Library.WimpLib \
  24.         @.^.^.Library.SpriteLib @.^.^.Library.FontLib @.^.^.^.^.CLib.o.Stubs 
  25.  
  26.  
  27. # User-editable dependencies:
  28.  
  29. # Static dependencies:
  30. @.o.Lesson4:   @.C.Lesson4
  31.         cc $(ccflags) -o @.o.Lesson4 @.C.Lesson4 
  32.  
  33.  
  34. # Dynamic dependencies:
  35. o.Lesson4:    C.Lesson4
  36. o.Lesson4:    ^.^.Include.h.fontlib
  37. o.Lesson4:    c:h.kernel
  38. o.Lesson4:    ^.^.Include.h.boxpoint
  39. o.Lesson4:    ^.^.Include.h.wimplib
  40. o.Lesson4:    c:h.kernel
  41. o.Lesson4:    ^.^.Include.h.boxpoint
  42. o.Lesson4:    ^.^.Include.h.winapp
  43. o.Lesson4:    ^.^.Include.h.fontlib
  44. o.Lesson4:    ^.^.Include.h.spritelib
  45. o.Lesson4:    c:h.kernel
  46. o.Lesson4:    ^.^.Include.h.wimplib
  47. o.Lesson4:    ^.^.Include.h.logging
  48. o.Lesson4:    ^.^.Include.h.global
  49. o.Lesson4:    c:h.kernel
  50.