blob: d6da2ba80c4f3242c000c232641a97c2458141fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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'
# 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 " "
Set xm_file '"{s}"xm-mpw.h'
|