From 2ff6b38acb8cc82e3b577f0f42b98735feb821c3 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 13 Sep 1994 00:50:38 +0000 Subject: Merge supposedly (but not really) GM-specific bits into general MPW config --- gdb/mpw-config.in | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'gdb/mpw-config.in') diff --git a/gdb/mpw-config.in b/gdb/mpw-config.in index d6da2ba..574a583 100644 --- a/gdb/mpw-config.in +++ b/gdb/mpw-config.in @@ -4,6 +4,8 @@ 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. @@ -11,8 +13,17 @@ 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' -- cgit v1.1