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

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