(ldemul-list.h): Construct.
* mpw-make.in (install-only): New target.
(install): Depend on install-only.
+Tue Jun 28 13:17:23 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ * mpw-config.in (emulname): Set based on target.
+ (ldemul-list.h): Construct.
+ * mpw-make.in (install-only): New target.
+ (install): Depend on install-only.
+
Fri Mar 4 11:43:47 1994 Stan Shebs (shebs@andros.cygnus.com)
* ldlang.c (lookup_name): Stomp on a pointer if in MPW.
# Configuration fragment for LD.
+
+If "{target_canonical}" =~ /m68k-aout/
+ Set emulname m68kaout
+Else If "{target_canonical}" =~ /m68k-coff/
+ Set emulname m68kcoff
+Else If "{target_canonical}" =~ /mips-idt-ecoff/
+ Set emulname mipsidt
+End If
+
+Echo '/* This file is automatically generated. DO NOT EDIT! */' >ldemul-tmp.h
+Echo "extern ld_emulation_xfer_type ld_{emulname}_emulation;" >>ldemul-tmp.h
+Echo '#define EMULATION_LIST \' >>ldemul-tmp.h
+Echo " &ld_{emulname}_emulation, \" >>ldemul-tmp.h
+Echo ' 0' >>ldemul-tmp.h
+MoveIfChange ldemul-tmp.h ldemul-list.h
+
etags -t "{srcdir}"\Option-x.[chly] \Option-x.[chly]
-install \Option-f
+install \Option-f all install-only
+
+install-only \Option-f
If "`Exists "{prefix}"`" == ""
Echo "{prefix}" does not exist, cannot install anything
Exit 1