Action 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. name "System definition"
  2. dir first
  3. action did_first
  4. failure "You have to run the shell script first in the directory first"
  5. fatal
  6. end
  7. name "EM definition"
  8. dir etc
  9. end
  10. name "EM definition library"
  11. dir util/data
  12. end
  13. name "C utilities"
  14. dir util/cmisc
  15. end
  16. name "Modules"
  17. dir modules/src
  18. indir
  19. end
  20. name "LL(1) Parser generator"
  21. dir util/LLgen
  22. end
  23. name "C preprocessor"
  24. dir util/cpp
  25. end
  26. name "ACK object utilities"
  27. dir util/amisc
  28. end
  29. name "Encode/Decode"
  30. dir util/misc
  31. end
  32. name "Shell files in bin"
  33. dir util/shf
  34. end
  35. name "EM assembler"
  36. dir util/ass
  37. end
  38. name "EM Peephole optimizer"
  39. dir util/opt
  40. end
  41. name "EM Global optimizer"
  42. dir util/ego
  43. indir
  44. end
  45. name "ACK archiver"
  46. dir util/arch
  47. end
  48. name "Program 'ack'"
  49. dir util/ack
  50. end
  51. name "Bootstrap for backend tables"
  52. dir util/cgg
  53. end
  54. name "Bootstrap for newest form of backend tables"
  55. dir util/ncgg
  56. end
  57. name "LED link editor"
  58. dir util/led
  59. end
  60. name "TOPGEN target optimizer generator"
  61. dir util/topgen
  62. end
  63. name "C frontend"
  64. dir lang/cem/cemcom
  65. end
  66. name "Basic frontend"
  67. dir lang/basic/src
  68. end
  69. name "Occam frontend"
  70. dir lang/occam/comp
  71. end
  72. name "Modula-2 frontend"
  73. dir lang/m2/comp
  74. end
  75. name "Modula-2 definition modules"
  76. dir lang/m2/libm2
  77. end
  78. name "Modula-2 makefile generator"
  79. dir lang/m2/m2mm
  80. end
  81. name "Intel 8086 support"
  82. dir mach/i86
  83. indir
  84. end
  85. name "Intel 80286 support for Xenix"
  86. dir mach/xenix3
  87. indir
  88. end
  89. name "MSC6500 support"
  90. dir mach/6500
  91. indir
  92. end
  93. name "Motorola 6800 support"
  94. dir mach/6800
  95. indir
  96. end
  97. name "Motorola 6805 support"
  98. dir mach/6805
  99. indir
  100. end
  101. name "Motorola 6809 support"
  102. dir mach/6809
  103. indir
  104. end
  105. name "Intel 8080 support"
  106. dir mach/i80
  107. indir
  108. end
  109. name "2-2 Interpreter support"
  110. dir mach/em22
  111. indir
  112. end
  113. name "2-4 Interpreter support"
  114. dir mach/em24
  115. indir
  116. end
  117. name "4-4 Interpreter support"
  118. dir mach/em44
  119. indir
  120. end
  121. name "Motorola 68000 2-4 support"
  122. dir mach/m68k2
  123. indir
  124. end
  125. name "Motorola 68000 4-4 support"
  126. dir mach/m68k4
  127. indir
  128. end
  129. name "NS16032 support"
  130. dir mach/ns
  131. indir
  132. end
  133. name "PDP 11 support"
  134. dir mach/pdp
  135. indir
  136. end
  137. name "PMDS support"
  138. dir mach/pmds
  139. indir
  140. end
  141. name "PMDS 4/4 support"
  142. dir mach/pmds4
  143. indir
  144. end
  145. name "Signetics 2650 support"
  146. dir mach/s2650
  147. indir
  148. end
  149. name "Vax 4-4 support"
  150. dir mach/vax4
  151. indir
  152. end
  153. name "M68020 System V/68 support"
  154. dir mach/m68020
  155. indir
  156. end
  157. name "Sun 3 M68020 support"
  158. dir mach/sun3
  159. indir
  160. end
  161. name "Sun 2 M68000 support"
  162. dir mach/sun2
  163. indir
  164. end
  165. name "Mantra M68000 System V.0 support"
  166. dir mach/mantra
  167. indir
  168. end
  169. name "PC Minix support"
  170. dir mach/minix
  171. indir
  172. end
  173. name "Atari ST Minix support"
  174. dir mach/minixST
  175. indir
  176. end
  177. name "Z80 support"
  178. dir mach/z80
  179. indir
  180. end
  181. name "Zilog Z8000 support"
  182. dir mach/z8000
  183. indir
  184. end
  185. name "Pascal frontend"
  186. dir lang/pc/pem
  187. end
  188. name "EM interpreter in C"
  189. dir util/int
  190. end