Action 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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. action "make firstinstall"
  23. end
  24. name "C preprocessor"
  25. dir util/cpp
  26. end
  27. name "Peephole optimizer libraries"
  28. dir modules/src/em_opt
  29. end
  30. name "ACK object utilities"
  31. dir util/amisc
  32. end
  33. name "Encode/Decode"
  34. dir util/misc
  35. end
  36. name "Shell files in bin"
  37. dir util/shf
  38. end
  39. name "EM assembler"
  40. dir util/ass
  41. end
  42. name "EM Peephole optimizer"
  43. dir util/opt
  44. end
  45. name "EM Global optimizer"
  46. dir util/ego
  47. indir
  48. end
  49. name "ACK archiver"
  50. dir util/arch
  51. end
  52. name "Program 'ack'"
  53. dir util/ack
  54. end
  55. name "Bootstrap for backend tables"
  56. dir util/cgg
  57. end
  58. name "Bootstrap for newest form of backend tables"
  59. dir util/ncgg
  60. end
  61. name "Bootstrap for code expanders"
  62. dir util/ceg
  63. indir
  64. end
  65. name "LED link editor"
  66. dir util/led
  67. end
  68. name "TOPGEN target optimizer generator"
  69. dir util/topgen
  70. end
  71. name "C frontend"
  72. dir lang/cem/cemcom
  73. end
  74. name "ANSI-C frontend"
  75. dir lang/cem/cemcom.ansi
  76. end
  77. name "ANSI-C preprocessor"
  78. dir lang/cem/cpp.ansi
  79. end
  80. name "ANSI-C header files"
  81. dir lang/cem/libcc.ansi
  82. end
  83. name "Basic frontend"
  84. dir lang/basic/src
  85. end
  86. name "Occam frontend"
  87. dir lang/occam/comp
  88. end
  89. name "Modula-2 frontend"
  90. dir lang/m2/comp
  91. end
  92. name "Modula-2 definition modules"
  93. dir lang/m2/libm2
  94. end
  95. name "Modula-2 makefile generator"
  96. dir lang/m2/m2mm
  97. end
  98. name "Intel 8086 support"
  99. dir mach/i86
  100. indir
  101. end
  102. name "Intel 80286 support for Xenix"
  103. dir mach/xenix3
  104. indir
  105. end
  106. name "Intel 80386 support for Xenix 386 System V"
  107. dir mach/i386
  108. indir
  109. end
  110. name "MSC6500 support"
  111. dir mach/6500
  112. indir
  113. end
  114. name "Motorola 6800 support"
  115. dir mach/6800
  116. indir
  117. end
  118. name "Motorola 6805 support"
  119. dir mach/6805
  120. indir
  121. end
  122. name "Motorola 6809 support"
  123. dir mach/6809
  124. indir
  125. end
  126. name "Intel 8080 support"
  127. dir mach/i80
  128. indir
  129. end
  130. name "2-2 Interpreter support"
  131. dir mach/em22
  132. indir
  133. end
  134. name "2-4 Interpreter support"
  135. dir mach/em24
  136. indir
  137. end
  138. name "4-4 Interpreter support"
  139. dir mach/em44
  140. indir
  141. end
  142. name "Motorola 68000 2-4 support"
  143. dir mach/m68k2
  144. indir
  145. end
  146. name "Motorola 68000 4-4 support"
  147. dir mach/m68k4
  148. indir
  149. end
  150. name "NS16032 support"
  151. dir mach/ns
  152. indir
  153. end
  154. name "PDP 11 support"
  155. dir mach/pdp
  156. indir
  157. end
  158. name "PMDS support"
  159. dir mach/pmds
  160. indir
  161. end
  162. name "PMDS 4/4 support"
  163. dir mach/pmds4
  164. indir
  165. end
  166. name "Signetics 2650 support"
  167. dir mach/s2650
  168. indir
  169. end
  170. name "Vax 4-4 support"
  171. dir mach/vax4
  172. indir
  173. end
  174. name "M68020 System V/68 support"
  175. dir mach/m68020
  176. indir
  177. end
  178. name "Sun 3 M68020 support"
  179. dir mach/sun3
  180. indir
  181. end
  182. name "Sun 2 M68000 support"
  183. dir mach/sun2
  184. indir
  185. end
  186. name "Mantra M68000 System V.0 support"
  187. dir mach/mantra
  188. indir
  189. end
  190. name "PC Minix support"
  191. dir mach/minix
  192. indir
  193. end
  194. name "Atari ST Minix support"
  195. dir mach/minixST
  196. indir
  197. end
  198. name "Z80 support"
  199. dir mach/z80
  200. indir
  201. end
  202. name "Zilog Z8000 support"
  203. dir mach/z8000
  204. indir
  205. end
  206. name "Pascal frontend"
  207. dir lang/pc/comp
  208. end
  209. name "Motorola 68000 interpreters"
  210. system "m68*|sun*"
  211. dir mach/mantra/int
  212. end
  213. name "EM interpreter in C"
  214. dir util/int
  215. end