* Beginnings of SOM shared library support. Breakpoints and
[deliverable/binutils-gdb.git] / gdb / mpw-config.in
1 # Configuration fragment for GDB.
2
3 forward-include "{srcdir}"config:m68k:xm-mpw.h xm.h
4
5 forward-include "{srcdir}"config:m68k:xm-m68k.h 'm68k/xm-m68k.h'
6
7 Set xdepfiles '"{o}"mac-xdep.c.o'
8
9 # Make a copy of this file and give it a different name, so it
10 # won't be confused with GDB's serial.h.
11
12 Duplicate -y "{MPW}"Interfaces:CIncludes:Serial.h MacSerial.h
13
14 Echo "/* dummy */" >termio.h
15
16 If "{target_canonical}" =~ /mips-idt-ecoff/
17 forward-include "{srcdir}"config:mips:tm-idt.h tm.h
18
19 forward-include "{srcdir}"config:mips:tm-bigmips.h 'mips/tm-bigmips.h'
20 forward-include "{srcdir}"config:mips:tm-mips.h 'mips/tm-mips.h'
21
22 Set tdepfiles '"{o}"mips-pinsn.c.o "{o}"mips-tdep.c.o "{o}"exec.c.o "{o}"remote-mips.c.o'
23 End If
24
25 If "{target_canonical}" != "{host_canonical}"
26 forward-include "{srcdir}"config:nm-empty.h nm.h
27 Set natdepfiles " "
28 End If
29
This page took 0.049044 seconds and 4 git commands to generate.