* emultempl/generic.em (gld${EMULATION_NAME}_before_parse):
[deliverable/binutils-gdb.git] / gdb / mpw-make.sed
1 # Sed commands that finish translating the GDB Unix Makefile to MPW syntax.
2
3 /^host_alias =/s/^/#/
4 /^target_alias =/s/^/#/
5
6 /^host_makefile_frag@$/d
7 /^target_makefile_frag@$/d
8
9 /@ENABLE_CFLAGS@/s/@ENABLE_CFLAGS@/{ENABLE_CFLAGS}/g
10 /^ENABLE_CFLAGS=/s/^/#/
11
12 # Edit all the symbolic definitions pointing to various libraries and such.
13
14 /^INCLUDE_DIR = /s/"{srcdir}":include/"{topsrcdir}"include:/
15
16 /^MMALLOC_DIR = /s/::mmalloc/mmalloc:/
17 /^MMALLOC_SRC = /s/"{srcdir}"/"{topsrcdir}"/
18 /^MMALLOC =/s/=.*$/=/
19 /#MMALLOC_DISABLE/s/^#//
20
21 /^BFD_DIR = /s/::bfd/bfd:/
22 /^BFD = /s/{BFD_DIR}:libbfd/{BFD_DIR}libbfd/
23 /^BFD_SRC = /s/"{srcdir}"/"{topsrcdir}"/
24
25 /^READLINE_DIR = /s/::readline/readline:/
26 /^READLINE =/s/=.*$/=/
27 /^READLINE_SRC = /s/"{srcdir}"/"{topsrcdir}"/
28
29 /^INCLUDE_CFLAGS = /s/$/ -i "{topsrcdir}"include:mpw: -i ::extra-include:/
30
31 /^SER_HARDWIRE =/s/ser-unix/ser-mac/
32
33 /^TERMCAP =/s/ =.*$/ =/
34
35 /@DEFS@/s/@DEFS@//g
36
37 /@YACC@/s/@YACC@/byacc/g
38
39 /@ENABLE_OBS@/s/@ENABLE_OBS@//g
40
41 /@ENABLE_CLIBS@/s/@ENABLE_CLIBS@//g
42
43 /@LIBS@/s/@LIBS@//g
44
45 /INCLUDE_DIR/s/"{s}"{INCLUDE_DIR}/{INCLUDE_DIR}/g
46 /INCLUDE_DIR/s/{INCLUDE_DIR}:/{INCLUDE_DIR}/g
47 /INCLUDE_DIR/s/"{INCLUDE_DIR}":/"{INCLUDE_DIR}"/g
48
49 /{BFD_DIR}/s/"{BFD_DIR}":/"{BFD_DIR}"/g
50 /{BFD_DIR}/s/\([ ]\){BFD_DIR}/\1::{BFD_DIR}/g
51 /{BFD_DIR}/s/\([ ]\)"{BFD_DIR}"/\1::"{BFD_DIR}"/g
52
53 /{BFD_SRC}/s/"{s}"{BFD_SRC}/{BFD_SRC}/g
54 /{BFD_SRC}/s/{BFD_SRC}:/{BFD_SRC}/g
55
56 /{READLINE_SRC}/s/"{s}"{READLINE_SRC}/{READLINE_SRC}/g
57
58 /^readline_headers =/,/^$/c\
59 readline_headers =\
60
61
62 /{MMALLOC_CHECK}/s/{MMALLOC_CHECK}//g
63
64 # This isn't really useful, and seems to cause nonsensical complaints.
65 /{ALLDEPFILES}/s/{ALLDEPFILES}//g
66
67 /^copying.c \\Option-f /,/^$/d
68
69 # Fix the syntax of bits of C code that go into version.c.
70 /char /s/'char .Option-x/'char */
71
72 /version/s/"{s}"version\.c/"{o}"version.c/g
73 /version/s/^version\.c/"{o}"version.c/
74 /config/s/"{s}"config\.h/"{o}"config.h/g
75 /config/s/^config\.h/"{o}"config.h/
76 /xm/s/"{s}"xm\.h/"{o}"xm.h/g
77 /xm/s/^xm\.h/"{o}"xm.h/
78 /tm/s/"{s}"tm\.h/"{o}"tm.h/g
79 /tm/s/^tm\.h/"{o}"tm.h/
80 /nm/s/"{s}"nm\.h/"{o}"nm.h/g
81 /nm/s/^nm\.h/"{o}"nm.h/
82
83 /exp.tab.c/s/"{s}"\([a-z0-9]*\)-exp\.tab\.c/"{o}"\1-exp.tab.c/g
84 /exp.tab.c/s/^\([a-z0-9]*\)-exp\.tab\.c/"{o}"\1-exp.tab.c/
85
86 /y.tab/s/"{s}"y.tab\.c/"{o}"y.tab.c/g
87 /y.tab/s/^y.tab\.c/"{o}"y.tab.c/
88
89 /init/s/"{s}"init\.c-tmp/"{o}"init.c-tmp/g
90 /init/s/^init\.c-tmp/"{o}"init.c-tmp/
91 /init/s/"{s}"init\.c/"{o}"init.c/g
92 /init/s/^init\.c/"{o}"init.c/
93
94 /"{o}"version.c \\Option-f Makefile/,/^$/c\
95 "{o}"version.c \\Option-f Makefile\
96 echo -n 'char *version = "' >"{o}"version.c\
97 echo -n "{VERSION}" >>"{o}"version.c\
98 echo '";' >>"{o}"version.c\
99 echo -n 'char *host_name = "' >>"{o}"version.c\
100 echo -n "{host_alias}" >>"{o}"version.c\
101 echo '";' >>"{o}"version.c\
102 echo -n 'char *target_name = "' >>"{o}"version.c\
103 echo -n "{target_alias}" >>"{o}"version.c\
104 echo '";' >>"{o}"version.c\
105
106
107 # Open-brace in a command causes much confusion; replace with the
108 # result from a script.
109 /initialize_all_files ()/c\
110 Echo -n 'void initialize_all_files () ' >> "{o}"init.c-tmp\
111 open-brace >> "{o}"init.c-tmp
112
113 # Replace the whole sed bit for init.c; it's simpler that way...
114 /filename=`echo $i | sed/,/esac/c\
115 set filename "`Echo {i} | sed \\Option-d\
116 -e '/^Onindy.c.o/d' \\Option-d\
117 -e '/^nindy.c.o/d' \\Option-d\
118 -e '/ttyflush.c.o/d' \\Option-d\
119 -e '/xdr_ld.c.o/d' \\Option-d\
120 -e '/xdr_ptrace.c.o/d' \\Option-d\
121 -e '/xdr_rdb.c.o/d' \\Option-d\
122 -e '/udr.c.o/d' \\Option-d\
123 -e '/udip2soc.c.o/d' \\Option-d\
124 -e '/udi2go32.c.o/d' \\Option-d\
125 -e '/version.c.o/d' \\Option-d\
126 -e '/[a-z0-9A-Z_]*-exp.tab.c.o/d' \\Option-d\
127 -e 's/\\.c\\.o/.c/' \\Option-d\
128 -e 's/^://'`"\
129 If "{filename}" != ""\
130 sed <"{s}""{filename}" >>"{o}"init.c-tmp -n \\Option-d\
131 -e '/^_initialize_[a-z_0-9A-Z]* *(/s/^\\([a-z_0-9A-Z]*\\).*/ {extern void \\1 (); \\1 ();}/p'\
132 End If
133
134 # Fix the main compile/link command.
135 /{CC_LD} {INTERNAL_LDFLAGS} -o gdb/,/"{o}"init.c.o {OBS} {TSOBS} {ADD_FILES} {CLIBS} {LOADLIBES}/c\
136 {CC_LD} {INTERNAL_LDFLAGS} -o gdb{PROG_EXT} "{o}"init.c.o {OBS} {TSOBS} {ADD_FILES} {CLIBS} {LOADLIBES} {EXTRALIBS}\
137 {MAKEPEF} gdb{PROG_EXT} -o gdb {MAKEPEF_TOOL_FLAGS} {MAKEPEF_FLAGS}\
138 {REZ} "{s}"mac-gdb.r -o gdb -append -d PROG_NAME='"'gdb'"' -d VERSION_STRING='"'{version}'"'\
139
140 /^install \\Option-f /,/^$/c\
141 install \\Option-f all install-only\
142 \
143 install-only \\Option-f \
144 Duplicate -y gdb "{bindir}"gdb\
145 If "`Exists SiowGDB`" != ""\
146 Duplicate -y SiowGDB "{bindir}"SiowGDB\
147 End If\
148
149
150 # Don't do any recursive subdir stuff.
151 / subdir_do/s/{MAKE}/null-command/
152
153 # Edit out actions that only confuse MPW Make.
154 /^config.status \\Option-f/,/^$/d
155 /^Makefile \\Option-f/,/^$/d
156
157 /^"{o}"config.h \\Option-f/s/^/#/
158
159 # Add an action to build SIOWgdb.
160 $a\
161 SIOWgdb \\Option-f {OBS} {TSOBS} {ADD_DEPS} {CDEPS} "{o}"init.c.o\
162 Delete -i -y SIOWgdb\
163 {CC_LD} {INTERNAL_LDFLAGS} -t 'APPL' -c 'gdb ' -o SIOWgdb{PROG_EXT} "{o}"init.c.o {OBS} {TSOBS} {ADD_FILES} {CLIBS} {SIOW_LIB} {LOADLIBES} {EXTRALIBS}\
164 {MAKEPEF} SIOWgdb{PROG_EXT} -o SIOWgdb -ft 'APPL' -fc 'gdb ' {MAKEPEF_FLAGS} \
165 {REZ} -o SIOWgdb "{RIncludes}"siow.r -append -d __kPrefSize=5000 -d __kMinSize=2000 -d APPNAME='"'SIOWgdb'"' \
166 {REZ} "{s}"mac-gdb.r -o SIOWgdb -append -d VERSION_STRING='"'{version}'"'\
167
This page took 0.032098 seconds and 4 git commands to generate.