home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / h / harmonica / !Harmonica / Makefile < prev    next >
Encoding:
Makefile  |  1993-04-09  |  1.4 KB  |  58 lines

  1. # Project:   Harmonica
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -g -throwback 
  6. Linkflags = -aif -o $@ 
  7. ObjAsmflags = -Throwback -g -Stamp -NoCache -depend !Depend -CloseExec -Quit 
  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.!RunImage @.^.Clib.o.Stubs @.^.RISC_OSLib.o.RISC_OSLib \
  16.         @.o.code 
  17.         link $(linkflags) @.o.!RunImage @.^.Clib.o.Stubs \
  18.         @.^.RISC_OSLib.o.RISC_OSLib @.o.code 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23. # Static dependencies:
  24. @.o.!RunImage:   @.c.!RunImage
  25.         cc $(ccflags) -o @.o.!RunImage @.c.!RunImage 
  26. @.o.code:   @.s.code
  27.         objasm $(objasmflags) -from @.s.code -to @.o.code
  28.  
  29.  
  30. # Dynamic dependencies:
  31. o.!RunImage:    c.!RunImage
  32. o.!RunImage:    C:h.baricon
  33. o.!RunImage:    C:h.wimp
  34. o.!RunImage:    C:h.os
  35. o.!RunImage:    C:h.sprite
  36. o.!RunImage:    C:h.dbox
  37. o.!RunImage:    C:h.event
  38. o.!RunImage:    C:h.menu
  39. o.!RunImage:    C:h.flex
  40. o.!RunImage:    C:h.heap
  41. o.!RunImage:    C:h.menu
  42. o.!RunImage:    C:h.msgs
  43. o.!RunImage:    C:h.os
  44. o.!RunImage:    C:h.res
  45. o.!RunImage:    C:h.coords
  46. o.!RunImage:    C:h.resspr
  47. o.!RunImage:    C:h.template
  48. o.!RunImage:    C:h.visdelay
  49. o.!RunImage:    C:h.wimp
  50. o.!RunImage:    C:h.wimpt
  51. o.!RunImage:    C:h.saveas
  52. o.!RunImage:    C:h.xfersend
  53. o.!RunImage:    C:h.xferrecv
  54. o.!RunImage:    C:h.werr
  55. o.!RunImage:    C:h.win
  56. o.!RunImage:    C:h.bbc
  57. o.!RunImage:    C:h.coords
  58.