home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 3 / AUCD3.iso / funland / emulators / spectrum / spconvsrc / !SPConv / Makefile next >
Makefile  |  1995-06-14  |  2KB  |  85 lines

  1. # Project:   Spconv
  2.  
  3.  
  4. # Toolflags:
  5. Drlinkflags = -aif -nounused -debimage -o $@ 
  6. ASflags = -throwback
  7. CCflags = -c -depend !Depend -IC: -throwback 
  8. Linkflags = -o $@
  9. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  10. CMHGflags = 
  11. LibFileflags = -c -o $@
  12. Squeezeflags = -o $@
  13. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  14.  
  15.  
  16. # Final targets:
  17. @.!RunImage:   C:o.Stubs C:o.RISC_OSLib o.ROS-Spconv o.Spconv-FE o.wimputils \
  18.         o.genutils 
  19.         link $(linkflags) C:o.Stubs C:o.RISC_OSLib o.ROS-Spconv o.Spconv-FE \
  20.         o.wimputils o.genutils 
  21. @.o.genutils:   c.genutils 
  22.         cc $(ccflags) c.genutils 
  23. @.o.wimputils:   c.wimputils 
  24.         cc $(ccflags) c.wimputils 
  25. @.o.Spconv-FE:   c.Spconv-Fe 
  26.         cc $(ccflags) c.Spconv-Fe 
  27. @.Tspconv:   C:o.stubs C:o.RISC_OSLib o.Tspconv o.ROS-Spconv 
  28.         link $(linkflags) C:o.stubs C:o.RISC_OSLib o.Tspconv o.ROS-Spconv 
  29. @.o.Tspconv:   c.Tspconv 
  30.         cc $(ccflags) c.Tspconv 
  31. @.o.ROS-Spconv:   c.ROS-Spconv 
  32.         cc $(ccflags) c.ROS-Spconv 
  33.  
  34.  
  35. # User-editable dependencies:
  36.  
  37. # Static dependencies:
  38.  
  39.  
  40. # Dynamic dependencies:
  41. o.Tspconv:    c.Tspconv
  42. o.Tspconv:    h.ROS-Spconv
  43. o.ROS-Spconv:    c.ROS-Spconv
  44. o.ROS-Spconv:    C:h.os
  45. o.ROS-Spconv:    C:h.werr
  46. o.ROS-Spconv:    h.ROS-Spconv
  47. o.Spconv-Fe:    c.Spconv-Fe
  48. o.Spconv-Fe:    C:h.wimp
  49. o.Spconv-Fe:    C:h.os
  50. o.Spconv-Fe:    C:h.sprite
  51. o.Spconv-Fe:    C:h.wimpt
  52. o.Spconv-Fe:    C:h.win
  53. o.Spconv-Fe:    C:h.werr
  54. o.Spconv-Fe:    C:h.dbox
  55. o.Spconv-Fe:    C:h.template
  56. o.Spconv-Fe:    C:h.event
  57. o.Spconv-Fe:    C:h.menu
  58. o.Spconv-Fe:    C:h.baricon
  59. o.Spconv-Fe:    C:h.res
  60. o.Spconv-Fe:    C:h.resspr
  61. o.Spconv-Fe:    C:h.menu
  62. o.Spconv-Fe:    C:h.msgs
  63. o.Spconv-Fe:    C:h.xferrecv
  64. o.Spconv-Fe:    C:h.saveas
  65. o.Spconv-Fe:    C:h.xfersend
  66. o.Spconv-Fe:    C:h.os
  67. o.Spconv-Fe:    C:h.swis
  68. o.Spconv-Fe:    h.wimputils
  69. o.Spconv-Fe:    h.genutils
  70. o.Spconv-Fe:    h.ROS-SPConv
  71. o.Spconv-Fe:    h.SPConv-FE
  72. o.wimputils:    c.wimputils
  73. o.wimputils:    C:h.wimp
  74. o.wimputils:    C:h.os
  75. o.wimputils:    C:h.sprite
  76. o.wimputils:    C:h.wimpt
  77. o.wimputils:    C:h.win
  78. o.wimputils:    C:h.werr
  79. o.wimputils:    C:h.dbox
  80. o.wimputils:    C:h.template
  81. o.wimputils:    h.wimputils
  82. o.genutils:    c.genutils
  83. o.genutils:    C:h.os
  84. o.genutils:    C:h.swis
  85.