* corelow.c, exec.c, inftarg.c, m3-nat.c, op50-rom.c, procfs.c,
[deliverable/binutils-gdb.git] / gdb / mpw-config.in
index d86bd7a6d63846e6539d086bac22415928bb22d8..574a583439762a0e80460002ae83ad8b4f50f27d 100644 (file)
@@ -4,10 +4,26 @@ forward-include "{srcdir}"config:m68k:xm-mpw.h xm.h
 
 forward-include "{srcdir}"config:m68k:xm-m68k.h 'm68k/xm-m68k.h'
 
+Set xdepfiles   '"{o}"mac-xdep.c.o'
+
+# Make a copy of this file and give it a different name, so it
+# won't be confused with GDB's serial.h.
+
+Duplicate -y "{MPW}"Interfaces:CIncludes:Serial.h MacSerial.h
+
 Echo "/* dummy */" >termio.h
 
-Set xdepfiles   " "
-Set natdepfiles " "
-Set tdepfiles   " "
+If "{target_canonical}" =~ /mips-idt-ecoff/
+       forward-include "{srcdir}"config:mips:tm-idt.h tm.h
+
+       forward-include "{srcdir}"config:mips:tm-bigmips.h 'mips/tm-bigmips.h'
+       forward-include "{srcdir}"config:mips:tm-mips.h 'mips/tm-mips.h'
+
+       Set tdepfiles '"{o}"mips-pinsn.c.o "{o}"mips-tdep.c.o "{o}"exec.c.o "{o}"remote-mips.c.o'
+End If
+
+If "{target_canonical}" != "{host_canonical}"
+       forward-include "{srcdir}"config:nm-empty.h nm.h
+       Set natdepfiles " "
+End If
 
-Set xm_file '"{s}"xm-mpw.h'
This page took 0.023608 seconds and 4 git commands to generate.