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

  1. # Project:   Lesson2
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -I^.^.Include -throwback -fahu -fussy 
  6. Linkflags = -aif -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:   @.^.^.WinAppLib.O.Core @.o.Lesson2 @.^.^.Library.WinAppLib \
  20.         @.^.^.Library.LinkList @.^.^.Library.Logging @.^.^.Library.WimpLib @.^.^.Library.SpriteLib \
  21.         @.^.^.Library.GenLib @.^.^.^.^.CLib.o.Stubs 
  22.         link $(linkflags) @.^.^.WinAppLib.O.Core @.o.Lesson2 \
  23.         @.^.^.Library.WinAppLib @.^.^.Library.LinkList @.^.^.Library.Logging @.^.^.Library.WimpLib \
  24.         @.^.^.Library.SpriteLib @.^.^.Library.GenLib @.^.^.^.^.CLib.o.Stubs 
  25.  
  26.  
  27. # User-editable dependencies:
  28.  
  29. # Static dependencies:
  30. @.o.Lesson2:   @.C.Lesson2
  31.         cc $(ccflags) -o @.o.Lesson2 @.C.Lesson2 
  32.  
  33.  
  34. # Dynamic dependencies:
  35. o.Lesson2:    C.Lesson2
  36. o.Lesson2:    ^.^.Include.h.winapp
  37. o.Lesson2:    ^.^.Include.h.fontlib
  38. o.Lesson2:    c:h.kernel
  39. o.Lesson2:    ^.^.Include.h.boxpoint
  40. o.Lesson2:    ^.^.Include.h.wimplib
  41. o.Lesson2:    c:h.kernel
  42. o.Lesson2:    ^.^.Include.h.boxpoint
  43. o.Lesson2:    ^.^.Include.h.spritelib
  44. o.Lesson2:    c:h.kernel
  45. o.Lesson2:    ^.^.Include.h.wimplib
  46. o.Lesson2:    ^.^.Include.h.logging
  47. o.Lesson2:    ^.^.Include.h.global
  48. o.Lesson2:    c:h.kernel
  49.