Action 1.8 KB

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