1985-02-15 22:53:13 +00:00
|
|
|
name "System definition"
|
|
|
|
dir first
|
1991-10-16 13:36:54 +00:00
|
|
|
action ack_sys
|
1991-11-25 16:54:25 +00:00
|
|
|
failure "You have to run the shell script first/first"
|
1985-02-15 22:53:13 +00:00
|
|
|
fatal
|
|
|
|
end
|
1991-11-25 16:54:25 +00:00
|
|
|
name "Manual pages"
|
|
|
|
dir man
|
|
|
|
end
|
1991-09-10 11:20:45 +00:00
|
|
|
! name "EM definition"
|
|
|
|
! dir etc
|
|
|
|
! end
|
1985-02-15 22:53:13 +00:00
|
|
|
name "EM definition library"
|
|
|
|
dir util/data
|
|
|
|
end
|
1987-03-02 09:09:16 +00:00
|
|
|
name "C utilities"
|
|
|
|
dir util/cmisc
|
|
|
|
end
|
1991-12-03 10:50:03 +00:00
|
|
|
name "Yacc parser generator"
|
|
|
|
dir util/byacc
|
|
|
|
end
|
1991-09-10 11:48:47 +00:00
|
|
|
name "Flex lexical analyzer generator"
|
|
|
|
dir util/flex
|
1991-11-25 16:54:25 +00:00
|
|
|
action "make firstinstall && make clean"
|
1991-09-10 11:48:47 +00:00
|
|
|
end
|
1993-11-10 10:03:23 +00:00
|
|
|
name "Include files for modules"
|
|
|
|
dir modules/h
|
|
|
|
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
|
2006-07-18 17:34:30 +00:00
|
|
|
! name "LL(1) Parser generator"
|
|
|
|
! dir util/LLgen
|
|
|
|
! action "make firstinstall && make clean"
|
|
|
|
! end
|
1987-02-24 16:41:01 +00:00
|
|
|
name "C preprocessor"
|
|
|
|
dir util/cpp
|
|
|
|
end
|
1989-10-12 16:50:29 +00:00
|
|
|
name "Peephole optimizer libraries"
|
|
|
|
dir modules/src/em_opt
|
|
|
|
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
|
1989-10-12 16:50:29 +00:00
|
|
|
name "Bootstrap for code expanders"
|
|
|
|
dir util/ceg
|
|
|
|
indir
|
|
|
|
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
|
1991-09-10 11:20:45 +00:00
|
|
|
name "ANSI-C frontend"
|
|
|
|
dir lang/cem/cemcom.ansi
|
|
|
|
end
|
|
|
|
name "ANSI-C preprocessor"
|
|
|
|
dir lang/cem/cpp.ansi
|
|
|
|
end
|
|
|
|
name "ANSI-C header files"
|
|
|
|
dir lang/cem/libcc.ansi
|
|
|
|
end
|
1991-10-01 09:27:44 +00:00
|
|
|
name "LINT C program checker"
|
|
|
|
dir lang/cem/lint
|
|
|
|
end
|
1991-10-16 13:36:54 +00:00
|
|
|
name "EM definition lint-library"
|
|
|
|
action "make lintlib"
|
|
|
|
dir util/data
|
|
|
|
end
|
|
|
|
name "Modules lint libraries"
|
|
|
|
dir modules/src
|
|
|
|
indir "Action.lint"
|
|
|
|
end
|
|
|
|
name "Global optimizer lint libraries"
|
|
|
|
dir util/ego/share
|
|
|
|
action "make lintlib"
|
|
|
|
end
|
1991-09-13 15:05:49 +00:00
|
|
|
name "Pascal frontend"
|
|
|
|
dir lang/pc/comp
|
|
|
|
end
|
1985-02-15 22:53:13 +00:00
|
|
|
name "Basic frontend"
|
|
|
|
dir lang/basic/src
|
|
|
|
end
|
1987-02-27 13:07:49 +00:00
|
|
|
name "Occam frontend"
|
|
|
|
dir lang/occam/comp
|
|
|
|
end
|
1988-04-11 13:02:20 +00:00
|
|
|
name "Modula-2 frontend"
|
|
|
|
dir lang/m2/comp
|
|
|
|
end
|
|
|
|
name "Modula-2 definition modules"
|
|
|
|
dir lang/m2/libm2
|
|
|
|
end
|
|
|
|
name "Modula-2 makefile generator"
|
|
|
|
dir lang/m2/m2mm
|
|
|
|
end
|
1991-10-16 13:36:54 +00:00
|
|
|
name "Fortran to C compiler"
|
|
|
|
dir lang/fortran/comp
|
|
|
|
end
|
1991-09-13 15:05:49 +00:00
|
|
|
name "EM interpreter in C"
|
|
|
|
dir util/int
|
|
|
|
end
|
|
|
|
name "Symbolic debugger"
|
|
|
|
dir util/grind
|
|
|
|
end
|
1985-02-15 22:53:13 +00:00
|
|
|
name "Intel 8086 support"
|
|
|
|
dir mach/i86
|
|
|
|
indir
|
|
|
|
end
|
1988-04-11 13:02:20 +00:00
|
|
|
name "Intel 80286 support for Xenix"
|
|
|
|
dir mach/xenix3
|
|
|
|
indir
|
|
|
|
end
|
1989-10-10 14:42:59 +00:00
|
|
|
name "Intel 80386 support for Xenix 386 System V"
|
|
|
|
dir mach/i386
|
|
|
|
indir
|
|
|
|
end
|
1985-02-15 22:53:13 +00:00
|
|
|
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"
|
1985-04-14 13:59:14 +00:00
|
|
|
dir mach/i80
|
1985-02-15 22:53:13 +00:00
|
|
|
indir
|
|
|
|
end
|
|
|
|
name "2-2 Interpreter support"
|
1988-05-06 13:46:55 +00:00
|
|
|
dir mach/em22
|
1985-02-15 22:53:13 +00:00
|
|
|
indir
|
|
|
|
end
|
|
|
|
name "2-4 Interpreter support"
|
1988-05-06 13:46:55 +00:00
|
|
|
dir mach/em24
|
1985-02-15 22:53:13 +00:00
|
|
|
indir
|
|
|
|
end
|
|
|
|
name "4-4 Interpreter support"
|
1988-07-07 18:45:13 +00:00
|
|
|
dir mach/em44
|
1985-02-15 22:53:13 +00:00
|
|
|
indir
|
|
|
|
end
|
|
|
|
name "Motorola 68000 2-4 support"
|
|
|
|
dir mach/m68k2
|
|
|
|
indir
|
|
|
|
end
|
1985-04-14 13:59:14 +00:00
|
|
|
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
|
1985-04-14 13:59:14 +00:00
|
|
|
name "PMDS 4/4 support"
|
|
|
|
dir mach/pmds4
|
|
|
|
indir
|
|
|
|
end
|
1987-02-24 16:41:01 +00:00
|
|
|
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
|
1993-10-07 09:09:16 +00:00
|
|
|
name "Sun 4 SPARC SunOs 4 support"
|
1991-10-01 09:27:44 +00:00
|
|
|
dir mach/sparc
|
1993-10-07 09:09:16 +00:00
|
|
|
system "sparc|sparc_solaris"
|
|
|
|
indir
|
|
|
|
end
|
|
|
|
name "Sun 4 SPARC Solaris support"
|
|
|
|
dir mach/sparc_solaris
|
|
|
|
system "sparc_solaris"
|
1991-10-01 09:27:44 +00:00
|
|
|
indir
|
|
|
|
end
|
1987-03-12 08:46:58 +00:00
|
|
|
name "Sun 2 M68000 support"
|
|
|
|
dir mach/sun2
|
|
|
|
indir
|
|
|
|
end
|
1987-03-30 09:19:00 +00:00
|
|
|
name "Mantra M68000 System V.0 support"
|
|
|
|
dir mach/mantra
|
|
|
|
indir
|
|
|
|
end
|
1988-04-19 11:10:14 +00:00
|
|
|
name "PC Minix support"
|
|
|
|
dir mach/minix
|
|
|
|
indir
|
|
|
|
end
|
1988-04-19 09:40:02 +00:00
|
|
|
name "Atari ST Minix support"
|
|
|
|
dir mach/minixST
|
|
|
|
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
|
1991-10-01 09:27:44 +00:00
|
|
|
name "Acorn Archimedes support"
|
|
|
|
dir mach/arm
|
|
|
|
indir
|
|
|
|
end
|
1993-03-31 13:34:42 +00:00
|
|
|
name "Documentation"
|
|
|
|
dir doc
|
|
|
|
end
|
1988-07-28 16:46:23 +00:00
|
|
|
name "Motorola 68000 interpreters"
|
|
|
|
system "m68*|sun*"
|
|
|
|
dir mach/mantra/int
|
|
|
|
end
|
1991-11-25 16:54:25 +00:00
|
|
|
name "Fast compilers"
|
|
|
|
system "m68020|sun3|i386|vax*"
|
|
|
|
dir fast
|
|
|
|
indir
|
|
|
|
end
|
|
|
|
name "Fast cc-compatible C compiler"
|
|
|
|
system "sun3|vax*"
|
|
|
|
dir fcc
|
|
|
|
indir
|
|
|
|
end
|