home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / education / a / biology1 / !Biology1 / Makefile < prev    next >
Makefile  |  1991-12-03  |  4KB  |  163 lines

  1. # Project:   Tester
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -g -throwback 
  6. Linkflags = -aif -d -o $@ 
  7. ObjAsmflags = -depend !Depend -ThrowBack -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.FileRead @.o.TextIcon @.o.Tester @.o.Input @.o.Control \
  16.         @.o.YNTF @.o.Logo @.o.Defns @.^.^.Clib.o.Stubs @.^.^.RISC_OSLib.o.RISC_OSLib \
  17.         @.^.MifLoad.o.Pictures @.o.Icons @.o.Res156 @.o.Choices @.o.Scores 
  18.         Link $(Linkflags) @.o.FileRead @.o.TextIcon @.o.Tester @.o.Input \
  19.         @.o.Control @.o.YNTF @.o.Logo @.o.Defns @.^.^.Clib.o.Stubs @.^.^.RISC_OSLib.o.RISC_OSLib \
  20.         @.^.MifLoad.o.Pictures @.o.Icons @.o.Res156 @.o.Choices @.o.Scores 
  21.  
  22.  
  23. # User-editable dependencies:
  24.  
  25. # Static dependencies:
  26. @.o.FileRead:   @.c.FileRead
  27.         cc $(ccflags) -o @.o.FileRead @.c.FileRead 
  28. @.o.TextIcon:   @.c.TextIcon
  29.         cc $(ccflags) -o @.o.TextIcon @.c.TextIcon 
  30. @.o.Tester:   @.c.Tester
  31.         cc $(ccflags) -o @.o.Tester @.c.Tester 
  32. @.o.Input:   @.c.Input
  33.         cc $(ccflags) -o @.o.Input @.c.Input 
  34. @.o.Control:   @.c.Control
  35.         cc $(ccflags) -o @.o.Control @.c.Control 
  36. @.o.YNTF:   @.c.YNTF
  37.         cc $(ccflags) -o @.o.YNTF @.c.YNTF 
  38. @.o.Logo:   @.c.Logo
  39.         cc $(ccflags) -o @.o.Logo @.c.Logo 
  40. @.o.Defns:   @.c.Defns
  41.         cc $(ccflags) -o @.o.Defns @.c.Defns 
  42. @.o.Icons:   @.c.Icons
  43.         cc $(ccflags) -o @.o.Icons @.c.Icons 
  44. @.o.Res156:   @.c.Res156
  45.         cc $(ccflags) -o @.o.Res156 @.c.Res156 
  46. @.o.Choices:   @.c.Choices
  47.         cc $(ccflags) -o @.o.Choices @.c.Choices 
  48. @.o.Scores:   @.c.Scores
  49.         cc $(ccflags) -o @.o.Scores @.c.Scores 
  50.  
  51.  
  52. # Dynamic dependencies:
  53. o.TextIconOd:    c.TextIconOd
  54. o.TextIconOd:    C:h.kernel
  55. o.TextIconOd:    C:h.os
  56. o.TextIconOd:    C:h.wimp
  57. o.TextIconOd:    C:h.sprite
  58. o.TextIconOd:    h.texticon
  59. o.TextIcon:    c.TextIcon
  60. o.TextIcon:    C:h.kernel
  61. o.TextIcon:    C:h.os
  62. o.TextIcon:    C:h.wimp
  63. o.TextIcon:    C:h.sprite
  64. o.TextIcon:    h.texticon
  65. o.TextIcon:    h.utils
  66. o.Icons:    c.Icons
  67. o.Icons:    C:h.wimp
  68. o.Icons:    C:h.os
  69. o.Icons:    C:h.sprite
  70. o.Icons:    h.icons
  71. o.Scores:    c.Scores
  72. o.Input:    c.Input
  73. o.Input:    C:h.wimp
  74. o.Input:    C:h.os
  75. o.Input:    C:h.sprite
  76. o.Input:    C:h.wimpt
  77. o.Input:    C:h.werr
  78. o.Input:    h.input
  79. o.Input:    h.icons
  80. o.Input:    h.utils
  81. o.Input:    h.keys
  82. o.Control:    c.Control
  83. o.Control:    C:h.baricon
  84. o.Control:    C:h.wimp
  85. o.Control:    C:h.os
  86. o.Control:    C:h.sprite
  87. o.Control:    C:h.event
  88. o.Control:    C:h.menu
  89. o.Control:    C:h.flex
  90. o.Control:    C:h.menu
  91. o.Control:    C:h.res
  92. o.Control:    C:h.resspr
  93. o.Control:    C:h.werr
  94. o.Control:    C:h.wimp
  95. o.Control:    C:h.wimpt
  96. o.Control:    C:h.win
  97. o.Control:    $.malcolm.mifload.h.pictures
  98. o.Control:    h.texticon
  99. o.Control:    h.data
  100. o.Control:    h.general
  101. o.Logo:    c.Logo
  102. o.Logo:    C:h.wimp
  103. o.Logo:    C:h.os
  104. o.Logo:    C:h.sprite
  105. o.Logo:    $.malcolm.mifload.h.pictures
  106. o.Logo:    h.data
  107. o.Logo:    h.general
  108. o.Defns:    c.Defns
  109. o.Defns:    C:h.wimp
  110. o.Defns:    C:h.os
  111. o.Defns:    C:h.sprite
  112. o.Defns:    h.data
  113. o.Defns:    h.general
  114. o.FileRead:    c.FileRead
  115. o.FileRead:    C:h.flex
  116. o.FileRead:    C:h.os
  117. o.FileRead:    C:h.werr
  118. o.FileRead:    $.malcolm.txt2tst.h.TestTag
  119. o.FileRead:    h.data
  120. o.FileRead:    h.utils
  121. o.Choices:    c.Choices
  122. o.Choices:    C:h.wimp
  123. o.Choices:    C:h.os
  124. o.Choices:    C:h.sprite
  125. o.Choices:    C:h.wimpt
  126. o.Choices:    h.data
  127. o.Choices:    h.input
  128. o.Choices:    h.keys
  129. o.Choices:    h.texticon
  130. o.Choices:    h.utils
  131. o.YNTF:    c.YNTF
  132. o.YNTF:    C:h.wimp
  133. o.YNTF:    C:h.os
  134. o.YNTF:    C:h.sprite
  135. o.YNTF:    C:h.wimpt
  136. o.YNTF:    h.input
  137. o.YNTF:    h.prompts
  138. o.YNTF:    h.data
  139. o.YNTF:    h.keys
  140. o.Res156:    c.Res156
  141. o.Res156:    C:h.wimp
  142. o.Res156:    C:h.os
  143. o.Res156:    C:h.sprite
  144. o.Res156:    C:h.wimpt
  145. o.Res156:    h.prompts
  146. o.Res156:    h.input
  147. o.Res156:    h.data
  148. o.Res156:    h.keys
  149. o.Tester:    c.Tester
  150. o.Tester:    C:h.werr
  151. o.Tester:    C:h.wimp
  152. o.Tester:    C:h.os
  153. o.Tester:    C:h.sprite
  154. o.Tester:    C:h.wimpt
  155. o.Tester:    C:h.win
  156. o.Tester:    h.texticon
  157. o.Tester:    h.data
  158. o.Tester:    h.general
  159. o.Tester:    h.input
  160. o.Tester:    h.prompts
  161. o.Tester:    h.utils
  162. o.Tester:    h.scores
  163.