Action 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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 "C preprocessor"
  11. dir util/cpp
  12. end
  13. name "EM definition library"
  14. dir util/data
  15. end
  16. name "Modules"
  17. dir modules
  18. indir
  19. end
  20. name "Encode/Decode"
  21. dir util/misc
  22. end
  23. name "Shell files in bin"
  24. dir util/shf
  25. end
  26. name "EM assembler"
  27. dir util/ass
  28. end
  29. name "EM Peephole optimizer"
  30. dir util/opt
  31. end
  32. name "ACK archiver"
  33. dir util/arch
  34. end
  35. name "Program 'ack'"
  36. dir util/ack
  37. end
  38. name "Bootstrap for backend tables"
  39. dir util/cgg
  40. end
  41. name "LL(1) Parser generator"
  42. dir util/LLgen
  43. end
  44. name "Bootstrap for newest form of backend tables"
  45. dir util/ncgg
  46. end
  47. name "C frontend"
  48. dir lang/cem/comp
  49. end
  50. name "Basic frontend"
  51. dir lang/basic/src
  52. end
  53. name "Intel 8086 support"
  54. dir mach/i86
  55. indir
  56. end
  57. name "MSC6500 support"
  58. dir mach/6500
  59. indir
  60. end
  61. name "Motorola 6800 support"
  62. dir mach/6800
  63. indir
  64. end
  65. name "Motorola 6805 support"
  66. dir mach/6805
  67. indir
  68. end
  69. name "Motorola 6809 support"
  70. dir mach/6809
  71. indir
  72. end
  73. name "Intel 8080 support"
  74. dir mach/i80
  75. indir
  76. end
  77. name "2-2 Interpreter support"
  78. dir mach/int22
  79. indir
  80. end
  81. name "2-4 Interpreter support"
  82. dir mach/int24
  83. indir
  84. end
  85. name "4-4 Interpreter support"
  86. dir mach/int44
  87. indir
  88. end
  89. name "IBM PC/IX support"
  90. dir mach/ix
  91. indir
  92. end
  93. name "Motorola 68000 2-4 support"
  94. dir mach/m68k2
  95. indir
  96. end
  97. name "Motorola 68000 4-4 support"
  98. dir mach/m68k4
  99. indir
  100. end
  101. name "NS16032 support"
  102. dir mach/ns
  103. indir
  104. end
  105. name "PDP 11 support"
  106. dir mach/pdp
  107. indir
  108. end
  109. name "PMDS support"
  110. dir mach/pmds
  111. indir
  112. end
  113. name "PMDS 4/4 support"
  114. dir mach/pmds4
  115. indir
  116. end
  117. name "Signetics 2650 support"
  118. dir mach/s2650
  119. indir
  120. end
  121. name "Vax 2-4 support"
  122. dir mach/vax2
  123. indir
  124. end
  125. name "Vax 4-4 support"
  126. dir mach/vax4
  127. indir
  128. end
  129. name "Z80 support"
  130. dir mach/z80
  131. indir
  132. end
  133. name "Zilog Z8000 support"
  134. dir mach/z8000
  135. indir
  136. end
  137. name "Pascal frontend"
  138. dir lang/pc/pem
  139. end