1994-03-23 22:14:11 +00:00
|
|
|
# Configuration fragment for GDB.
|
|
|
|
|
|
|
|
forward-include "{srcdir}"config:m68k:xm-mpw.h xm.h
|
|
|
|
|
|
|
|
forward-include "{srcdir}"config:m68k:xm-m68k.h 'm68k/xm-m68k.h'
|
|
|
|
|
1994-09-13 00:50:38 +00:00
|
|
|
Set xdepfiles '"{o}"mac-xdep.c.o'
|
|
|
|
|
1994-07-01 18:44:26 +00:00
|
|
|
# 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
|
|
|
|
|
1994-03-23 22:14:11 +00:00
|
|
|
Echo "/* dummy */" >termio.h
|
|
|
|
|
1994-12-14 00:47:32 +00:00
|
|
|
If "{target_canonical}" =~ /m68k-apple-macos/
|
|
|
|
forward-include "{srcdir}"config:m68k:tm-mac.h tm.h
|
|
|
|
forward-include "{srcdir}"config:m68k:tm-m68k.h 'm68k/tm-m68k.h'
|
1995-03-17 23:21:12 +00:00
|
|
|
Set tdepfiles '"{o}"m68k-tdep.c.o'
|
1994-12-14 00:47:32 +00:00
|
|
|
|
|
|
|
Else If "{target_canonical}" =~ /ppc-apple-macos/
|
|
|
|
forward-include "{srcdir}"config:powerpc:tm-ppc.h tm.h
|
|
|
|
Set tdepfiles '"{o}"ppc-tdep.c.o'
|
|
|
|
|
1995-03-17 23:21:12 +00:00
|
|
|
Else If "{target_canonical}" =~ /i386-unknown-go32/
|
|
|
|
forward-include "{srcdir}"config:i386:tm-i386v.h tm.h
|
1994-12-14 00:47:32 +00:00
|
|
|
Set tdepfiles '"{o}"i386-tdep.c.o'
|
1995-03-17 23:21:12 +00:00
|
|
|
|
1994-12-14 00:47:32 +00:00
|
|
|
Else If "{target_canonical}" =~ /mips-idt-ecoff/
|
1994-09-13 00:50:38 +00:00
|
|
|
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'
|
1995-03-17 23:21:12 +00:00
|
|
|
Set tdepfiles '"{o}"mips-tdep.c.o "{o}"remote-mips.c.o'
|
1994-09-13 00:50:38 +00:00
|
|
|
|
1995-03-17 23:21:12 +00:00
|
|
|
Else If "{target_canonical}" =~ /sh-hitachi-hms/
|
|
|
|
forward-include "{srcdir}"config:sh:tm-sh.h tm.h
|
|
|
|
Set tdepfiles '"{o}"sh-tdep.c.o'
|
1994-09-13 00:50:38 +00:00
|
|
|
End If
|
|
|
|
|
|
|
|
If "{target_canonical}" != "{host_canonical}"
|
|
|
|
forward-include "{srcdir}"config:nm-empty.h nm.h
|
|
|
|
Set natdepfiles " "
|
|
|
|
End If
|
1994-03-23 22:14:11 +00:00
|
|
|
|
1994-12-14 00:47:32 +00:00
|
|
|
Echo '# From mpw-config.in' > "{o}"mk.tmp
|
|
|
|
|
|
|
|
Echo "TDEPFILES = " {tdepfiles} >> "{o}"mk.tmp
|
|
|
|
Echo "XDEPFILES = " {xdepfiles} >> "{o}"mk.tmp
|
|
|
|
Echo "NATDEPFILES = " {nat_file} >> "{o}"mk.tmp
|
|
|
|
|
|
|
|
Echo '# End from mpw-config.in' >> "{o}"mk.tmp
|