ack/Action

164 lines
2.2 KiB
Plaintext
Raw Normal View History

1985-02-15 22:53:13 +00:00
name "System definition"
dir first
action did_first
failure "You have to run the shell script first in the directory first"
fatal
end
name "EM definition"
dir etc
end
1987-02-24 16:41:01 +00:00
name "LL(1) Parser generator"
dir util/LLgen
1985-02-15 22:53:13 +00:00
end
name "EM definition library"
dir util/data
end
1986-10-20 14:09:09 +00:00
name "Modules"
1987-02-24 16:41:01 +00:00
dir modules/src
1986-10-20 14:09:09 +00:00
indir
end
1987-02-24 16:41:01 +00:00
name "C preprocessor"
dir util/cpp
end
name "C utilities"
dir util/cmisc
end
1987-02-24 16:41:01 +00:00
name "ACK object utilities"
dir util/amisc
end
1985-02-15 22:53:13 +00:00
name "Encode/Decode"
dir util/misc
end
name "Shell files in bin"
dir util/shf
end
name "EM assembler"
dir util/ass
end
name "EM Peephole optimizer"
dir util/opt
end
1987-02-24 16:41:01 +00:00
name "EM Global optimizer"
dir util/ego
indir
end
1985-02-15 22:53:13 +00:00
name "ACK archiver"
dir util/arch
end
name "Program 'ack'"
dir util/ack
end
name "Bootstrap for backend tables"
dir util/cgg
end
name "Bootstrap for newest form of backend tables"
dir util/ncgg
end
1987-02-24 16:41:01 +00:00
name "LED link editor"
dir util/led
end
name "TOPGEN target optimizer generator"
dir util/topgen
end
1985-02-15 22:53:13 +00:00
name "C frontend"
1987-02-24 16:41:01 +00:00
dir lang/cem/cemcom
1985-02-15 22:53:13 +00:00
end
name "Basic frontend"
dir lang/basic/src
end
name "Intel 8086 support"
dir mach/i86
indir
end
name "MSC6500 support"
dir mach/6500
indir
end
name "Motorola 6800 support"
dir mach/6800
indir
end
name "Motorola 6805 support"
dir mach/6805
indir
end
name "Motorola 6809 support"
dir mach/6809
indir
end
name "Intel 8080 support"
dir mach/i80
1985-02-15 22:53:13 +00:00
indir
end
name "2-2 Interpreter support"
dir mach/int22
indir
end
name "2-4 Interpreter support"
dir mach/int24
indir
end
name "4-4 Interpreter support"
dir mach/int44
indir
end
name "Motorola 68000 2-4 support"
dir mach/m68k2
indir
end
name "Motorola 68000 4-4 support"
dir mach/m68k4
indir
end
1985-02-15 22:53:13 +00:00
name "NS16032 support"
dir mach/ns
indir
end
name "PDP 11 support"
dir mach/pdp
indir
end
name "PMDS support"
dir mach/pmds
indir
end
name "PMDS 4/4 support"
dir mach/pmds4
indir
end
1987-02-24 16:41:01 +00:00
name "Mantra 68000 System V.0 support"
dir mach/mantra
1985-02-15 22:53:13 +00:00
indir
end
1987-02-24 16:41:01 +00:00
name "Mantra 68000 System V.0 4/4 support"
dir mach/mantra4
indir
end
name "Signetics 2650 support"
dir mach/s2650
1985-02-15 22:53:13 +00:00
indir
end
name "Vax 4-4 support"
dir mach/vax4
indir
end
1987-02-24 16:41:01 +00:00
name "M68020 System V/68 support"
dir mach/m68020
indir
end
name "Sun 3 M68020 support"
dir mach/sun3
indir
end
1985-02-15 22:53:13 +00:00
name "Z80 support"
dir mach/z80
indir
end
name "Zilog Z8000 support"
dir mach/z8000
indir
end
name "Pascal frontend"
dir lang/pc/pem
end