3 * mpw-config.in (i386-unknown-aout): Change to i386-unknown-go32.
4 (i386-unknown-coff): Remove.
5 (sh-hitachi-hms): New target.
6 (emulation_ofiles): Set correctly for each target.
7 (version, TDEFINES): Add to makefile fragment.
8 * mpw-make.in (BISON): Use byacc instead of bison.
9 (em_*.c): Replace with e*.c everywhere.
10 (ldgram.h): Separate action from ldgram.c generation.
11 (LD_PROG): Depend on Version.r.
12 (Version.r): generate from version info.
14 * mpw-emipsidt.c: New file, modified for MPW from emipsidt.c.
18 * mpw-config.in (m68k-apple-macos, ppc-apple-macos,
19 i386-unknown-aout, i386-unknown-coff): New targets.
20 (m68k-aout, m68k-coff): Remove targets.
21 (mk.tmp): Add definition of EMUL.
25 * mpw-config.in (emulname): Set based on target.
26 (ldemul-list.h): Construct.
27 * mpw-make.in (install-only): New target.
28 (install): Depend on install-only.
32 * ldlang.c (lookup_name): Stomp on a pointer if in MPW.
33 * mpw-em.c: Edit to reflect changed syntax of compiled-in linker
38 * mpw-build.in: Remove, subsumed in mpw-make.in.
39 * mpw-make.in (bindir): Fix pathname.
40 (install): Move here from mpw-build.in.
44 * mpw-config.in: New file, MPW configuration fragment.
45 * mpw-build.in: New file, MPW build script fragment.
46 * mpw-make.in: New file, MPW makefile fragment.
47 (This file is semi-automatically generated from Makefile.in.)
48 * ldfile.c (slash): If MPW, set to `:'.
49 * ldlex.l (TRUE_FALSE_ALREADY_DEFINED): If MPW, set this to
50 prevent redefinition errors.
51 * mpw-em.c: New file, compressed version of em_mipsidt.c.