* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / mpw-config.in
index 574a583439762a0e80460002ae83ad8b4f50f27d..89f99f5884458e17c46b408d05363db9e10b5a30 100644 (file)
@@ -9,17 +9,32 @@ 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
+Duplicate -y "{CIncludes}"Serial.h MacSerial.h
 
 Echo "/* dummy */" >termio.h
 
-If "{target_canonical}" =~ /mips-idt-ecoff/
-       forward-include "{srcdir}"config:mips:tm-idt.h tm.h
+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'
+       Set tdepfiles '"{o}"m68k-tdep.c.o'
+
+Else If "{target_canonical}" =~ /ppc-apple-macos/
+       forward-include "{srcdir}"config:powerpc:tm-ppc.h tm.h
+       Set tdepfiles '"{o}"ppc-tdep.c.o'
+
+Else If "{target_canonical}" =~ /i386-unknown-go32/
+       forward-include "{srcdir}"config:i386:tm-i386v.h tm.h
+       Set tdepfiles '"{o}"i386-tdep.c.o'
 
+Else 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-tdep.c.o "{o}"remote-mips.c.o'
 
-       Set tdepfiles '"{o}"mips-pinsn.c.o "{o}"mips-tdep.c.o "{o}"exec.c.o "{o}"remote-mips.c.o'
+Else If "{target_canonical}" =~ /sh-hitachi-hms/
+       forward-include "{srcdir}"config:sh:tm-sh.h tm.h
+       Set tdepfiles '"{o}"sh-tdep.c.o'
 End If
 
 If "{target_canonical}" != "{host_canonical}"
@@ -27,3 +42,10 @@ If "{target_canonical}" != "{host_canonical}"
        Set natdepfiles " "
 End If
 
+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
This page took 0.023731 seconds and 4 git commands to generate.