home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsd / explain / !Explain / Makefile < prev    next >
Encoding:
Makefile  |  1995-05-16  |  1.9 KB  |  98 lines

  1. # Project:   Explain
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -throwback -fahf 
  6. C++flags = -c -depend !Depend -IC: -throwback 
  7. Linkflags = -aif -c++ -o $@ 
  8. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  9. CMHGflags = 
  10. LibFileflags = -c -o $@
  11. Squeezeflags = -o $@
  12.  
  13.  
  14. # Final targets:
  15. @.!RunImage:   @.o.main @.o.misc c:o.Stubs c:o.RISC_OSLib c:o.AndyLib \
  16.         @.o.lookup c:o.wimplib 
  17.         Link $(Linkflags) @.o.main @.o.misc c:o.Stubs c:o.RISC_OSLib \
  18.         c:o.AndyLib @.o.lookup c:o.wimplib 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23.  
  24. # Static dependencies:
  25. @.o.main:   @.c.main
  26.         cc $(ccflags) -o @.o.main @.c.main 
  27. @.o.misc:   @.c.misc
  28.         cc $(ccflags) -o @.o.misc @.c.misc 
  29. @.o.lookup:   @.c.lookup
  30.         cc $(ccflags) -o @.o.lookup @.c.lookup 
  31.  
  32.  
  33. # Dynamic dependencies:
  34. o.main:    c.main
  35. o.main:    C:h.swis
  36. o.main:    C:h.kernel
  37. o.main:    C:h.bbc
  38. o.main:    C:h.os
  39. o.main:    C:h.wimp
  40. o.main:    C:h.sprite
  41. o.main:    C:h.wimpt
  42. o.main:    C:h.template
  43. o.main:    C:h.alarm
  44. o.main:    C:h.visdelay
  45. o.main:    C:h.res
  46. o.main:    C:h.resspr
  47. o.main:    C:h.msgs
  48. o.main:    C:h.version
  49. o.main:    C:h.werr
  50. o.main:    C:h.win
  51. o.main:    C:h.event
  52. o.main:    C:h.menu
  53. o.main:    C:h.font
  54. o.main:    C:h.drawmod
  55. o.main:    C:h.coords
  56. o.main:    C:h.baricon
  57. o.main:    C:h.dbox
  58. o.main:    C:h.help
  59. o.main:    C:h.options
  60. o.main:    C:h.os
  61. o.main:    C:h.flex
  62. o.main:    C:h.intalk
  63. o.main:    C:h.wimp
  64. o.main:    h.misc
  65. o.main:    C:h.os
  66. o.main:    C:h.wimp
  67. o.main:    h.lookup
  68. o.main:    C:h.os
  69. o.main:    C:h.tracker
  70. o.misc:    c.misc
  71. o.misc:    C:h.os
  72. o.misc:    C:h.msgs
  73. o.misc:    C:h.swis
  74. o.misc:    C:h.kernel
  75. o.misc:    C:h.sprite
  76. o.misc:    C:h.bbc
  77. o.misc:    C:h.wimp
  78. o.misc:    C:h.template
  79. o.misc:    C:h.colourtran
  80. o.misc:    C:h.font
  81. o.misc:    C:h.drawmod
  82. o.misc:    C:h.flex
  83. o.misc:    C:h.coords
  84. o.misc:    h.misc
  85. o.misc:    C:h.os
  86. o.misc:    C:h.wimp
  87. o.misc:    C:h.wimpt
  88. o.misc:    C:h.win
  89. o.misc:    C:h.werr
  90. o.misc:    C:h.tracker
  91. o.lookup:    c.lookup
  92. o.lookup:    C:h.os
  93. o.lookup:    h.misc
  94. o.lookup:    C:h.os
  95. o.lookup:    C:h.wimp
  96. o.lookup:    C:h.sprite
  97. o.lookup:    C:h.tracker
  98.