home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / basicaof_1 / Examples_!Wallpaper_Makefile < prev    next >
Encoding:
Makefile  |  1994-01-03  |  1.3 KB  |  54 lines

  1. # Project:   Wallpaper
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -throwback -fah -IC:
  6. Linkflags = -o $@
  7. ObjAsmflags = -depend !Depend  -Stamp -quit -CloseExec
  8. CMHGflags = 
  9. LibFileflags = -c -o $@
  10. Squeezeflags = -o $@
  11. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  12.  
  13.  
  14. # Final targets:
  15. @.!RunImage:   @.o.WallP_wimp @.o.Wallpaper c:o.stubs c:o.RISC_OSLib 
  16.         link $(linkflags) @.o.WallP_wimp @.o.Wallpaper c:o.stubs \
  17.         c:o.RISC_OSLib 
  18.  
  19.  
  20. # User-editable dependencies:
  21.  
  22. # Static dependencies:
  23. @.o.WallP_wimp:   @.c.WallP_wimp
  24.         cc $(ccflags) -o @.o.WallP_wimp @.c.WallP_wimp 
  25. @.o.Wallpaper:   @.s.Wallpaper
  26.         objasm $(objasmflags) -from @.s.Wallpaper -to @.o.Wallpaper
  27.  
  28.  
  29. # Dynamic dependencies:
  30. o.WallP_wimp:    c.WallP_wimp
  31. o.WallP_wimp:    C:h.wimp
  32. o.WallP_wimp:    C:h.os
  33. o.WallP_wimp:    C:h.sprite
  34. o.WallP_wimp:    C:h.wimpt
  35. o.WallP_wimp:    C:h.win
  36. o.WallP_wimp:    C:h.event
  37. o.WallP_wimp:    C:h.menu
  38. o.WallP_wimp:    C:h.baricon
  39. o.WallP_wimp:    C:h.sprite
  40. o.WallP_wimp:    C:h.werr
  41. o.WallP_wimp:    C:h.res
  42. o.WallP_wimp:    C:h.resspr
  43. o.WallP_wimp:    C:h.flex
  44. o.WallP_wimp:    C:h.template
  45. o.WallP_wimp:    C:h.bbc
  46. o.WallP_wimp:    C:h.colourtran
  47. o.WallP_wimp:    C:h.font
  48. o.WallP_wimp:    C:h.drawmod
  49. o.WallP_wimp:    C:h.os
  50. o.WallP_wimp:    C:h.dbox
  51. o.WallP_wimp:    C:h.saveas
  52. o.WallP_wimp:    C:h.xfersend
  53. o.WallP_wimp:    h.Wallpaper
  54.