Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
# Automatically generated by make_mf version 1.1
2
 
3
# Standard directories and files
4
BASE=/u/g/release/Source
5
INST=${BASE}/src/installers
6
SRC=${INST}/sparc/sunos
7
SRC1=${INST}/sparc/common
8
SRC2=${INST}/common/construct
9
SRC3=${INST}/common/diag
10
SRC5=${INST}/common/linkinfo
11
SRC6=${INST}/common/reader
12
SRC7=${INST}/common/templ
13
SPEC=${BASE}/src/lib/tdf/def_4_1.db
14
 
15
# Standard variables
16
 
17
CC=tcc
18
TCCOPTS=-Xc -Y32bit -Yansi
19
CCOPTS=${TCCOPTS} -I${SRC} -I${SRC1} -I${SRC2} -I${SRC3} -I${SRC5}\
20
 -I${SRC6}
21
MAIN_CC=${CC} ${CCOPTS} -c
22
LINK_CC=${CC} ${TCCOPTS}
23
LIBS=
24
 
25
REMOVE=rm -f
26
MOVE=mv
27
COPY=cp
28
ECHO=echo
29
SHELL=/bin/sh
30
 
31
# Dependencies and construction rules
32
 
33
NAME=trans
34
EXTRA=auto
35
EXTRA_CLEAN=
36
EXTRA_CLOBBER=
37
 
38
OFILES=aldefs.o basicread.o case_opt.o check.o check_id.o codehere.o\
39
 comment.o complex_eq.o const.o decoder.o dg_aux.o dg_fns.o diag_fns.o\
40
 diag_info.o dw2_extra.o eval.o exp.o f64.o flags.o flpt.o flpt_fns.o\
41
 foralls.o getregs.o global_opt.o glopt.o guard.o inl_norm.o inline.o\
42
 inlinechoice.o inst_fmt.o install_fns.o installglob.o is_worth.o\
43
 label_ops.o labels.o li_fns.o locate.o machine.o machine_toks.o\
44
 makecode.o mark_scope.o me_fns.o misc_c.o move.o muldvrem.o needscan.o\
45
 oprators.o proc.o read_fns.o read_sort.o readglob.o regable.o regalloc.o\
46
 regexps.o sparcdiags.o sparcins.o sparctrans.o spec_tok.o special.o\
47
 table_fns.o tempdecs.o translat.o unroll.o weights.o xalloc.o
48
 
49
${NAME} : ${OFILES}
50
	${LINK_CC} -o ${NAME} ${OFILES} ${LIBS}
51
 
52
all : ${EXTRA} ${NAME}
53
	@${ECHO} all done
54
 
55
extra : ${EXTRA}
56
	@${ECHO} done
57
 
58
aldefs.o : ${SRC2}/aldefs.c ${SRC2}/aldefs.h ${SRC6}/basicread.h\
59
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/installglob.h\
60
 ${SRC2}/messages_c.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
61
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
62
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
63
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
64
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h
65
	${MAIN_CC} ${SRC2}/aldefs.c
66
 
67
basicread.o : ${SRC6}/basicread.c ${SRC6}/basicread.h\
68
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/f64.h ${SRC2}/flags.h\
69
 ${SRC2}/flpt.h ${SRC2}/installglob.h ${SRC6}/messages_r.h\
70
 ${SRC6}/natmacs.h ${SRC6}/readglob.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
71
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
72
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
73
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
74
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
75
 ${SRC6}/sort_union.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
76
	${MAIN_CC} ${SRC6}/basicread.c
77
 
78
case_opt.o : ${SRC2}/case_opt.c ${SRC2}/case_opt.h ${SRC2}/check.h\
79
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
80
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h\
81
 ${SRC2}/foralls.h ${SRC2}/global_opt.h ${SRC1}/glopt.h ${SRC2}/inline.h\
82
 ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC2}/me_fns.h\
83
 ${SRC2}/shapemacs.h ${SRC1}/szs_als.h ${SRC2}/tags.h ${SRC6}/xalloc.h\
84
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
85
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
86
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
87
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
88
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC2}/consttypes.h\
89
 ${SRC1}/bitsmacs.h
90
	${MAIN_CC} ${SRC2}/case_opt.c
91
 
92
check.o : ${SRC2}/check.c ${SRC6}/basicread.h ${SRC2}/check.h\
93
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h\
94
 ${SRC3}/dg_aux.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
95
 ${SRC2}/f64.h ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/install_fns.h\
96
 ${SRC2}/installglob.h ${SRC1}/localflags.h ${SRC2}/machine.h\
97
 ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC2}/misc_c.h ${SRC6}/natmacs.h\
98
 ${SRC6}/readglob.h ${SRC2}/shapemacs.h ${SRC1}/szs_als.h ${SRC2}/tags.h\
99
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
100
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
101
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
102
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
103
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
104
 ${SRC1}/bitsmacs.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
105
	${MAIN_CC} ${SRC2}/check.c
106
 
107
check_id.o : ${SRC2}/check_id.c ${SRC2}/check.h ${SRC2}/check_id.h\
108
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC2}/exp.h\
109
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/install_fns.h\
110
 ${SRC2}/installglob.h ${SRC2}/me_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
111
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
112
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
113
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
114
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
115
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h
116
	${MAIN_CC} ${SRC2}/check_id.c
117
 
118
codehere.o : ${SRC1}/codehere.c ${SRC1}/addrtypes.h ${SRC1}/bitsmacs.h\
119
 ${SRC1}/codehere.h ${SRC1}/comment.h ${SRC6}/common_types.h\
120
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/guard.h\
121
 ${SRC1}/inst_fmt.h ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/makecode.h\
122
 ${SRC1}/move.h ${SRC1}/myassert.h ${SRC1}/proctypes.h ${SRC1}/regable.h\
123
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC2}/shapemacs.h\
124
 ${SRC1}/sparcins.h ${SRC1}/special.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
125
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
126
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
127
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
128
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
129
 ${SRC6}/sort_union.h ${SRC1}/procrec.h
130
	${MAIN_CC} ${SRC1}/codehere.c
131
 
132
comment.o : ${SRC1}/comment.c ${SRC1}/comment.h ${SRC6}/common_types.h\
133
 ${SRC}/config.h ${SRC2}/const.h ${SRC1}/out.h ${SRC6}/codetypes.h\
134
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC3}/dg_first.h\
135
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
136
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
137
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
138
 ${SRC6}/sort_union.h ${SRC2}/consttypes.h
139
	${MAIN_CC} ${SRC1}/comment.c
140
 
141
complex_eq.o : ${SRC2}/complex_eq.c ${SRC6}/common_types.h\
142
 ${SRC2}/complex_eq.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
143
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
144
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
145
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
146
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
147
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
148
 ${SRC1}/bitsmacs.h
149
	${MAIN_CC} ${SRC2}/complex_eq.c
150
 
151
const.o : ${SRC2}/const.c ${SRC6}/basicread.h ${SRC2}/check.h\
152
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
153
 ${SRC2}/constmacs.h ${SRC2}/consttypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
154
 ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h\
155
 ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC2}/is_worth.h\
156
 ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
157
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
158
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
159
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
160
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
161
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
162
 ${SRC1}/bitsmacs.h ${SRC1}/fbase.h
163
	${MAIN_CC} ${SRC2}/const.c
164
 
165
decoder.o : ${SRC6}/decoder.c ${SRC6}/basicread.h ${SRC2}/check.h\
166
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC6}/ecodes.h ${SRC6}/externs.h\
167
 ${SRC6}/main_reads.h ${SRC6}/messages_r.h ${SRC6}/codetypes.h\
168
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
169
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
170
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
171
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
172
 ${SRC6}/sort_union.h
173
	${MAIN_CC} ${SRC6}/decoder.c
174
 
175
dg_aux.o : ${SRC3}/dg_aux.c ${SRC6}/basicread.h ${SRC2}/check.h\
176
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h\
177
 ${SRC3}/dg_globs.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
178
 ${SRC2}/me_fns.h ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
179
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
180
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
181
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
182
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
183
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
184
 ${SRC1}/bitsmacs.h
185
	${MAIN_CC} ${SRC3}/dg_aux.c
186
 
187
dg_fns.o : ${SRC3}/dg_fns.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
188
 ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC3}/dg_fns.h ${SRC3}/dg_globs.h\
189
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/install_fns.h\
190
 ${SRC6}/main_reads.h ${SRC6}/natmacs.h ${SRC6}/readglob.h\
191
 ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/toktypes.h\
192
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
193
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
194
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
195
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
196
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h
197
	${MAIN_CC} ${SRC3}/dg_fns.c
198
 
199
diag_fns.o : ${SRC3}/diag_fns.c ${SRC6}/basicread.h\
200
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h\
201
 ${SRC3}/dg_globs.h ${SRC3}/diag_fns.h ${SRC3}/diagglob.h\
202
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/install_fns.h\
203
 ${SRC6}/main_reads.h ${SRC6}/natmacs.h ${SRC6}/readglob.h\
204
 ${SRC2}/shapemacs.h ${SRC6}/sortmacs.h ${SRC}/sparcdiags.h\
205
 ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
206
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
207
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
208
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
209
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
210
 ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h
211
	${MAIN_CC} ${SRC3}/diag_fns.c
212
 
213
diag_info.o : ${SRC3}/diag_info.c ${SRC6}/basicread.h ${SRC2}/check.h\
214
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC3}/dg_fns.h\
215
 ${SRC3}/diag_fns.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
216
 ${SRC6}/main_reads.h ${SRC3}/mark_scope.h ${SRC6}/readglob.h\
217
 ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/xalloc.h\
218
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
219
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
220
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
221
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
222
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h
223
	${MAIN_CC} ${SRC3}/diag_info.c
224
 
225
dw2_extra.o : ${SRC1}/dw2_extra.c ${SRC1}/addrtypes.h ${SRC6}/basicread.h\
226
 ${SRC1}/bitsmacs.h ${SRC1}/codehere.h ${SRC6}/common_types.h\
227
 ${SRC}/config.h ${SRC2}/const.h ${SRC3}/dg_aux.h ${SRC1}/eval.h\
228
 ${SRC1}/expmacs.h ${SRC2}/f64.h ${SRC2}/flpttypes.h ${SRC1}/locate.h\
229
 ${SRC1}/myassert.h ${SRC1}/proc.h ${SRC1}/procrec.h ${SRC1}/regable.h\
230
 ${SRC1}/regmacs.h ${SRC2}/shapemacs.h ${SRC1}/szs_als.h ${SRC2}/tags.h\
231
 ${SRC1}/translat.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
232
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
233
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
234
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
235
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
236
 ${SRC1}/proctypes.h ${SRC2}/consttypes.h ${SRC1}/fbase.h\
237
 ${SRC1}/comment.h
238
	${MAIN_CC} ${SRC1}/dw2_extra.c
239
 
240
eval.o : ${SRC1}/eval.c ${SRC1}/addrtypes.h ${SRC1}/bitsmacs.h\
241
 ${SRC1}/comment.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC1}/eval.h\
242
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC2}/f64.h\
243
 ${SRC1}/fbase.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC1}/inst_fmt.h\
244
 ${SRC2}/installglob.h ${SRC1}/locate.h ${SRC1}/maxminmacs.h\
245
 ${SRC1}/myassert.h ${SRC1}/out.h ${SRC1}/procrec.h ${SRC1}/regmacs.h\
246
 ${SRC2}/shapemacs.h ${SRC1}/szs_als.h ${SRC2}/tags.h ${SRC1}/translat.h\
247
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
248
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
249
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
250
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
251
 ${SRC6}/sort_union.h ${SRC1}/sparcins.h ${SRC1}/proctypes.h
252
	${MAIN_CC} ${SRC1}/eval.c
253
 
254
exp.o : ${SRC2}/exp.c ${SRC6}/basicread.h ${SRC2}/check.h\
255
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC2}/exp.h\
256
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/flpt.h\
257
 ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC2}/messages_c.h\
258
 ${SRC6}/readglob.h ${SRC2}/shapemacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
259
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
260
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
261
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
262
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
263
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
264
 ${SRC1}/bitsmacs.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
265
	${MAIN_CC} ${SRC2}/exp.c
266
 
267
f64.o : ${SRC2}/f64.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
268
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/f64.h\
269
 ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/messages_c.h\
270
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
271
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
272
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
273
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
274
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h\
275
 ${SRC1}/fbase.h
276
	${MAIN_CC} ${SRC2}/f64.c
277
 
278
flags.o : ${SRC2}/flags.c ${SRC6}/common_types.h ${SRC}/config.h\
279
 ${SRC2}/flags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
280
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
281
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
282
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
283
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h
284
	${MAIN_CC} ${SRC2}/flags.c
285
 
286
flpt.o : ${SRC2}/flpt.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
287
 ${SRC}/config.h ${SRC2}/exp.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h\
288
 ${SRC2}/installglob.h ${SRC2}/messages_c.h ${SRC1}/szs_als.h\
289
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
290
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
291
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
292
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
293
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
294
 ${SRC1}/fbase.h
295
	${MAIN_CC} ${SRC2}/flpt.c
296
 
297
flpt_fns.o : ${SRC2}/flpt_fns.c ${SRC6}/basicread.h ${SRC2}/case_opt.h\
298
 ${SRC2}/check.h ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h\
299
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/f64.h\
300
 ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/install_fns.h\
301
 ${SRC2}/installglob.h ${SRC2}/machine.h ${SRC6}/main_reads.h\
302
 ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC6}/natmacs.h\
303
 ${SRC6}/read_fns.h ${SRC6}/readglob.h ${SRC2}/shapemacs.h\
304
 ${SRC6}/sortmacs.h ${SRC2}/spec.h ${SRC1}/szs_als.h ${SRC6}/table_fns.h\
305
 ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
306
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
307
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
308
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
309
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
310
 ${SRC1}/bitsmacs.h ${SRC1}/fbase.h
311
	${MAIN_CC} ${SRC2}/flpt_fns.c
312
 
313
foralls.o : ${SRC2}/foralls.c ${SRC6}/basicread.h ${SRC2}/check.h\
314
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
315
 ${SRC2}/constmacs.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
316
 ${SRC2}/flags.h ${SRC2}/foralls.h ${SRC2}/install_fns.h ${SRC2}/me_fns.h\
317
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
318
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
319
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
320
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
321
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
322
 ${SRC6}/sort_union.h ${SRC2}/consttypes.h ${SRC1}/bitsmacs.h
323
	${MAIN_CC} ${SRC2}/foralls.c
324
 
325
getregs.o : ${SRC1}/getregs.c ${SRC1}/addrtypes.h ${SRC1}/bitsmacs.h\
326
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
327
 ${SRC1}/exptypes.h ${SRC1}/getregs.h ${SRC1}/myassert.h ${SRC1}/procrec.h\
328
 ${SRC1}/proctypes.h ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC2}/tags.h\
329
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
330
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
331
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
332
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
333
 ${SRC6}/sort_union.h ${SRC1}/comment.h
334
	${MAIN_CC} ${SRC1}/getregs.c
335
 
336
global_opt.o : ${SRC2}/global_opt.c ${SRC2}/check.h ${SRC2}/check_id.h\
337
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h ${SRC2}/exp.h\
338
 ${SRC1}/expmacs.h ${SRC2}/flags.h ${SRC2}/foralls.h ${SRC2}/global_opt.h\
339
 ${SRC1}/glopt.h ${SRC2}/inl_norm.h ${SRC2}/inline.h ${SRC2}/installglob.h\
340
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC2}/unroll.h ${SRC6}/codetypes.h\
341
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
342
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
343
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
344
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
345
 ${SRC6}/sort_union.h ${SRC2}/consttypes.h ${SRC1}/bitsmacs.h
346
	${MAIN_CC} ${SRC2}/global_opt.c
347
 
348
glopt.o : ${SRC1}/glopt.c ${SRC6}/basicread.h ${SRC2}/check.h\
349
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
350
 ${SRC6}/externs.h ${SRC2}/flags.h ${SRC1}/glopt.h ${SRC2}/installglob.h\
351
 ${SRC2}/shapemacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
352
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
353
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
354
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
355
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
356
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h
357
	${MAIN_CC} ${SRC1}/glopt.c
358
 
359
guard.o : ${SRC1}/guard.c ${SRC1}/addrtypes.h ${SRC1}/comment.h\
360
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC1}/guard.h ${SRC1}/procrec.h\
361
 ${SRC1}/regmacs.h ${SRC1}/tempdecs.h ${SRC6}/codetypes.h\
362
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
363
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
364
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
365
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
366
 ${SRC6}/sort_union.h ${SRC1}/proctypes.h
367
	${MAIN_CC} ${SRC1}/guard.c
368
 
369
inl_norm.o : ${SRC2}/inl_norm.c ${SRC2}/check.h ${SRC2}/check_id.h\
370
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h ${SRC3}/dg_aux.h\
371
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/flags.h ${SRC2}/foralls.h\
372
 ${SRC1}/glopt.h ${SRC2}/inl_norm.h ${SRC2}/inline.h ${SRC2}/installglob.h\
373
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
374
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
375
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
376
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
377
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
378
 ${SRC6}/sort_union.h ${SRC2}/consttypes.h ${SRC1}/bitsmacs.h
379
	${MAIN_CC} ${SRC2}/inl_norm.c
380
 
381
inline.o : ${SRC2}/inline.c ${SRC2}/check.h ${SRC6}/common_types.h\
382
 ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC3}/dg_globs.h ${SRC2}/exp.h\
383
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/inline.h\
384
 ${SRC2}/me_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
385
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
386
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
387
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
388
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
389
 ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h
390
	${MAIN_CC} ${SRC2}/inline.c
391
 
392
inlinechoice.o : ${SRC1}/inlinechoice.c ${SRC6}/common_types.h\
393
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/flags.h\
394
 ${SRC2}/inl_norm.h ${SRC2}/installglob.h ${SRC1}/myassert.h\
395
 ${SRC2}/shapemacs.h ${SRC1}/sparcins.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
396
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
397
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
398
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
399
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
400
 ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h ${SRC1}/comment.h
401
	${MAIN_CC} ${SRC1}/inlinechoice.c
402
 
403
inst_fmt.o : ${SRC1}/inst_fmt.c ${SRC1}/addrtypes.h ${SRC1}/comment.h\
404
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/flags.h ${SRC1}/inst_fmt.h\
405
 ${SRC1}/labels.h ${SRC1}/maxminmacs.h ${SRC1}/myassert.h ${SRC1}/out.h\
406
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC1}/sparcins.h ${SRC1}/translat.h\
407
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
408
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
409
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
410
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
411
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h
412
	${MAIN_CC} ${SRC1}/inst_fmt.c
413
 
414
install_fns.o : ${SRC2}/install_fns.c ${SRC6}/basicread.h\
415
 ${SRC2}/case_opt.h ${SRC2}/check.h ${SRC2}/check_id.h\
416
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_fns.h ${SRC2}/exp.h\
417
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/f64.h ${SRC2}/flags.h\
418
 ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/install_fns.h\
419
 ${SRC2}/installglob.h ${SRC2}/machine.h ${SRC6}/main_reads.h\
420
 ${SRC3}/mark_scope.h ${SRC2}/me_fns.h ${SRC2}/messages_c.h\
421
 ${SRC6}/natmacs.h ${SRC6}/read_fns.h ${SRC6}/readglob.h\
422
 ${SRC2}/shapemacs.h ${SRC6}/sortmacs.h ${SRC2}/spec.h ${SRC1}/szs_als.h\
423
 ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
424
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
425
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
426
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
427
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
428
 ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h ${SRC1}/fbase.h
429
	${MAIN_CC} ${SRC2}/install_fns.c
430
 
431
installglob.o : ${SRC2}/installglob.c ${SRC6}/common_types.h\
432
 ${SRC}/config.h ${SRC2}/installglob.h ${SRC6}/codetypes.h\
433
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
434
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
435
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
436
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
437
 ${SRC6}/sort_union.h
438
	${MAIN_CC} ${SRC2}/installglob.c
439
 
440
is_worth.o : ${SRC1}/is_worth.c ${SRC6}/common_types.h ${SRC}/config.h\
441
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/is_worth.h ${SRC2}/shapemacs.h\
442
 ${SRC1}/sparcins.h ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
443
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
444
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
445
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
446
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
447
 ${SRC1}/bitsmacs.h
448
	${MAIN_CC} ${SRC1}/is_worth.c
449
 
450
label_ops.o : ${SRC2}/label_ops.c ${SRC2}/check.h ${SRC6}/common_types.h\
451
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
452
 ${SRC2}/installglob.h ${SRC2}/label_ops.h ${SRC2}/shapemacs.h\
453
 ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
454
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
455
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
456
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
457
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h
458
	${MAIN_CC} ${SRC2}/label_ops.c
459
 
460
labels.o : ${SRC1}/labels.c ${SRC1}/addrtypes.h ${SRC6}/common_types.h\
461
 ${SRC}/config.h ${SRC1}/labels.h ${SRC1}/myassert.h ${SRC1}/out.h\
462
 ${SRC1}/regexps.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
463
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
464
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
465
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
466
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
467
 ${SRC1}/comment.h
468
	${MAIN_CC} ${SRC1}/labels.c
469
 
470
li_fns.o : ${SRC5}/li_fns.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
471
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
472
 ${SRC2}/flags.h ${SRC1}/localflags.h ${SRC2}/machine.h\
473
 ${SRC6}/main_reads.h ${SRC5}/messages_li.h ${SRC6}/natmacs.h\
474
 ${SRC1}/out.h ${SRC6}/readglob.h ${SRC2}/tags.h ${SRC6}/xalloc.h\
475
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
476
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
477
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
478
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
479
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h
480
	${MAIN_CC} ${SRC5}/li_fns.c
481
 
482
locate.o : ${SRC1}/locate.c ${SRC1}/addrtypes.h ${SRC1}/bitsmacs.h\
483
 ${SRC1}/codehere.h ${SRC1}/comment.h ${SRC6}/common_types.h\
484
 ${SRC}/config.h ${SRC1}/eval.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
485
 ${SRC2}/flags.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
486
 ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/myassert.h ${SRC1}/proc.h\
487
 ${SRC1}/procrec.h ${SRC1}/regable.h ${SRC1}/regexps.h ${SRC1}/regmacs.h\
488
 ${SRC2}/shapemacs.h ${SRC1}/sparcins.h ${SRC2}/tags.h ${SRC1}/translat.h\
489
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
490
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
491
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
492
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
493
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/proctypes.h\
494
 ${SRC2}/flpttypes.h ${SRC1}/fbase.h
495
	${MAIN_CC} ${SRC1}/locate.c
496
 
497
machine.o : ${SRC1}/machine.c ${SRC6}/common_types.h ${SRC}/config.h\
498
 ${SRC1}/expmacs.h ${SRC1}/regable.h ${SRC2}/shapemacs.h\
499
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
500
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
501
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
502
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
503
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h
504
	${MAIN_CC} ${SRC1}/machine.c
505
 
506
machine_toks.o : ${SRC1}/machine_toks.c ${SRC}/config.h ${SRC6}/ossg.h\
507
 ${SRC6}/ossg_api.h
508
	${MAIN_CC} ${SRC1}/machine_toks.c
509
 
510
makecode.o : ${SRC1}/makecode.c ${SRC1}/addrtypes.h ${SRC6}/basicread.h\
511
 ${SRC1}/bitsmacs.h ${SRC1}/codehere.h ${SRC1}/comment.h\
512
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h\
513
 ${SRC3}/dg_globs.h ${SRC1}/eval.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
514
 ${SRC1}/exptypes.h ${SRC6}/externs.h ${SRC1}/extra_tags.h ${SRC2}/f64.h\
515
 ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC1}/getregs.h ${SRC1}/guard.h\
516
 ${SRC1}/inst_fmt.h ${SRC2}/install_fns.h ${SRC2}/installtypes.h\
517
 ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/makecode.h ${SRC1}/maxminmacs.h\
518
 ${SRC1}/move.h ${SRC1}/muldvrem.h ${SRC1}/myassert.h ${SRC1}/new_tags.h\
519
 ${SRC1}/oprators.h ${SRC1}/out.h ${SRC1}/proc.h ${SRC1}/proctypes.h\
520
 ${SRC1}/regable.h ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC2}/shapemacs.h\
521
 ${SRC}/sparcdiags.h ${SRC1}/sparcins.h ${SRC1}/special.h\
522
 ${SRC1}/szs_als.h ${SRC2}/tags.h ${SRC1}/translat.h ${SRC6}/codetypes.h\
523
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
524
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC5}/li_types.h\
525
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
526
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC2}/flpttypes.h\
527
 ${SRC1}/fbase.h ${SRC1}/procrec.h
528
	${MAIN_CC} ${SRC1}/makecode.c
529
 
530
mark_scope.o : ${SRC3}/mark_scope.c ${SRC6}/common_types.h\
531
 ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
532
 ${SRC3}/mark_scope.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
533
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
534
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
535
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
536
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
537
 ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h
538
	${MAIN_CC} ${SRC3}/mark_scope.c
539
 
540
me_fns.o : ${SRC2}/me_fns.c ${SRC6}/basicread.h ${SRC2}/check.h\
541
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
542
 ${SRC6}/externs.h ${SRC2}/install_fns.h ${SRC2}/installglob.h\
543
 ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC6}/natmacs.h\
544
 ${SRC2}/shapemacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
545
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
546
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
547
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
548
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
549
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h
550
	${MAIN_CC} ${SRC2}/me_fns.c
551
 
552
misc_c.o : ${SRC2}/misc_c.c ${SRC6}/common_types.h ${SRC2}/complex_eq.h\
553
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
554
 ${SRC2}/misc_c.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
555
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
556
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
557
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
558
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
559
 ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h
560
	${MAIN_CC} ${SRC2}/misc_c.c
561
 
562
move.o : ${SRC1}/move.c ${SRC1}/addrtypes.h ${SRC1}/bitsmacs.h\
563
 ${SRC1}/comment.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/flags.h\
564
 ${SRC1}/getregs.h ${SRC1}/inst_fmt.h ${SRC1}/labels.h ${SRC1}/makecode.h\
565
 ${SRC1}/maxminmacs.h ${SRC1}/move.h ${SRC1}/myassert.h ${SRC1}/proc.h\
566
 ${SRC1}/proctypes.h ${SRC1}/regmacs.h ${SRC1}/sparcins.h\
567
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
568
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
569
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
570
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
571
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h
572
	${MAIN_CC} ${SRC1}/move.c
573
 
574
muldvrem.o : ${SRC1}/muldvrem.c ${SRC1}/addrtypes.h ${SRC1}/bitsmacs.h\
575
 ${SRC1}/codehere.h ${SRC1}/comment.h ${SRC6}/common_types.h\
576
 ${SRC}/config.h ${SRC1}/eval.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
577
 ${SRC1}/exptypes.h ${SRC6}/externs.h ${SRC1}/getregs.h ${SRC1}/guard.h\
578
 ${SRC1}/inst_fmt.h ${SRC2}/installtypes.h ${SRC1}/labels.h\
579
 ${SRC1}/locate.h ${SRC1}/makecode.h ${SRC1}/maxminmacs.h ${SRC1}/move.h\
580
 ${SRC1}/muldvrem.h ${SRC1}/myassert.h ${SRC1}/needscan.h\
581
 ${SRC1}/oprators.h ${SRC1}/proctypes.h ${SRC1}/regexps.h\
582
 ${SRC1}/regmacs.h ${SRC2}/shapemacs.h ${SRC1}/sparcins.h\
583
 ${SRC1}/special.h ${SRC2}/tags.h ${SRC1}/translat.h ${SRC6}/codetypes.h\
584
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
585
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC5}/li_types.h\
586
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
587
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC2}/flpttypes.h\
588
 ${SRC1}/fbase.h ${SRC1}/procrec.h
589
	${MAIN_CC} ${SRC1}/muldvrem.c
590
 
591
needscan.o : ${SRC1}/needscan.c ${SRC1}/bitsmacs.h ${SRC2}/check.h\
592
 ${SRC1}/comment.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
593
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC6}/externs.h\
594
 ${SRC1}/extra_tags.h ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/install_fns.h\
595
 ${SRC1}/makecode.h ${SRC1}/maxminmacs.h ${SRC2}/me_fns.h\
596
 ${SRC1}/muldvrem.h ${SRC1}/myassert.h ${SRC1}/needscan.h\
597
 ${SRC1}/new_tags.h ${SRC1}/proctypes.h ${SRC1}/reg_defs.h\
598
 ${SRC1}/regable.h ${SRC1}/regmacs.h ${SRC2}/shapemacs.h ${SRC1}/special.h\
599
 ${SRC1}/szs_als.h ${SRC2}/tags.h ${SRC1}/tempdecs.h ${SRC1}/translat.h\
600
 ${SRC6}/codetypes.h ${SRC2}/installtypes.h ${SRC3}/dg_first.h\
601
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
602
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
603
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
604
 ${SRC6}/sort_union.h ${SRC2}/consttypes.h ${SRC2}/flpttypes.h\
605
 ${SRC1}/fbase.h ${SRC1}/addrtypes.h
606
	${MAIN_CC} ${SRC1}/needscan.c
607
 
608
oprators.o : ${SRC1}/oprators.c ${SRC1}/addrtypes.h ${SRC1}/bitsmacs.h\
609
 ${SRC1}/codehere.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC1}/eval.h\
610
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC1}/getregs.h\
611
 ${SRC1}/guard.h ${SRC1}/inst_fmt.h ${SRC2}/install_fns.h ${SRC1}/labels.h\
612
 ${SRC1}/locate.h ${SRC1}/maxminmacs.h ${SRC1}/move.h ${SRC1}/muldvrem.h\
613
 ${SRC1}/myassert.h ${SRC1}/oprators.h ${SRC1}/out.h ${SRC1}/proc.h\
614
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
615
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
616
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
617
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
618
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
619
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/proctypes.h\
620
 ${SRC2}/flpttypes.h ${SRC1}/fbase.h ${SRC1}/procrec.h ${SRC1}/sparcins.h\
621
 ${SRC1}/comment.h
622
	${MAIN_CC} ${SRC1}/oprators.c
623
 
624
proc.o : ${SRC1}/proc.c ${SRC1}/addrtypes.h ${SRC6}/basicread.h\
625
 ${SRC1}/bitsmacs.h ${SRC1}/codehere.h ${SRC1}/comment.h\
626
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_globs.h ${SRC1}/eval.h\
627
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC6}/externs.h\
628
 ${SRC2}/flags.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
629
 ${SRC2}/installtypes.h ${SRC1}/labels.h ${SRC1}/locate.h\
630
 ${SRC1}/makecode.h ${SRC1}/maxminmacs.h ${SRC1}/move.h ${SRC1}/myassert.h\
631
 ${SRC1}/out.h ${SRC1}/proc.h ${SRC1}/proctypes.h ${SRC1}/regable.h\
632
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC2}/shapemacs.h\
633
 ${SRC1}/sparcins.h ${SRC1}/sparctrans.h ${SRC1}/special.h\
634
 ${SRC1}/szs_als.h ${SRC2}/tags.h ${SRC1}/translat.h ${SRC6}/codetypes.h\
635
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
636
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC5}/li_types.h\
637
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
638
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC2}/flpttypes.h\
639
 ${SRC1}/fbase.h ${SRC1}/procrec.h
640
	${MAIN_CC} ${SRC1}/proc.c
641
 
642
read_fns.o : ${SRC6}/read_fns.c ${SRC2}/aldefs.h ${SRC6}/basicread.h\
643
 ${SRC2}/check.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_fns.h\
644
 ${SRC3}/diag_fns.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
645
 ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/installglob.h\
646
 ${SRC2}/machine.h ${SRC6}/main_reads.h ${SRC2}/me_fns.h\
647
 ${SRC6}/messages_r.h ${SRC6}/natmacs.h ${SRC6}/read_fns.h\
648
 ${SRC6}/readglob.h ${SRC2}/shapemacs.h ${SRC6}/sortmacs.h ${SRC2}/spec.h\
649
 ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/toktypes.h ${SRC6}/xalloc.h\
650
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
651
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
652
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
653
 ${SRC1}/localtypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
654
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h\
655
 ${SRC1}/fbase.h
656
	${MAIN_CC} ${SRC6}/read_fns.c
657
 
658
read_sort.o : ${SRC6}/read_sort.c ${SRC6}/basicread.h\
659
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
660
 ${SRC6}/externs.h ${SRC6}/main_reads.h ${SRC6}/messages_r.h\
661
 ${SRC6}/read_sort.h ${SRC6}/readglob.h ${SRC6}/sortmacs.h\
662
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
663
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
664
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
665
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
666
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h
667
	${MAIN_CC} ${SRC6}/read_sort.c
668
 
669
readglob.o : ${SRC6}/readglob.c ${SRC6}/common_types.h ${SRC}/config.h\
670
 ${SRC6}/readglob.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
671
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
672
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
673
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
674
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h
675
	${MAIN_CC} ${SRC6}/readglob.c
676
 
677
regable.o : ${SRC1}/regable.c ${SRC6}/common_types.h ${SRC}/config.h\
678
 ${SRC1}/expmacs.h ${SRC1}/regable.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
679
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
680
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
681
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
682
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
683
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/bitsmacs.h
684
	${MAIN_CC} ${SRC1}/regable.c
685
 
686
regalloc.o : ${SRC1}/regalloc.c ${SRC1}/bitsmacs.h ${SRC1}/comment.h\
687
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC1}/expmacs.h ${SRC2}/flags.h\
688
 ${SRC1}/maxminmacs.h ${SRC1}/myassert.h ${SRC1}/proc.h ${SRC1}/procrec.h\
689
 ${SRC1}/proctypes.h ${SRC1}/regable.h ${SRC1}/regalloc.h\
690
 ${SRC1}/regmacs.h ${SRC2}/tags.h ${SRC1}/translat.h ${SRC6}/codetypes.h\
691
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC3}/dg_first.h\
692
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
693
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
694
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
695
 ${SRC6}/sort_union.h ${SRC1}/addrtypes.h
696
	${MAIN_CC} ${SRC1}/regalloc.c
697
 
698
regexps.o : ${SRC1}/regexps.c ${SRC1}/addrtypes.h ${SRC1}/bitsmacs.h\
699
 ${SRC1}/comment.h ${SRC6}/common_types.h ${SRC}/config.h\
700
 ${SRC1}/expmacs.h ${SRC1}/maxminmacs.h ${SRC1}/move.h ${SRC1}/myassert.h\
701
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
702
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
703
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
704
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
705
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
706
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/sparcins.h
707
	${MAIN_CC} ${SRC1}/regexps.c
708
 
709
sparcdiags.o : ${SRC}/sparcdiags.c ${SRC1}/addrtypes.h ${SRC1}/bitsmacs.h\
710
 ${SRC6}/codetypes.h ${SRC1}/comment.h ${SRC}/config.h ${SRC3}/diag_fns.h\
711
 ${SRC3}/diagglob.h ${SRC3}/diagtypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
712
 ${SRC1}/exptypes.h ${SRC6}/externs.h ${SRC2}/install_fns.h\
713
 ${SRC2}/installglob.h ${SRC2}/installtypes.h ${SRC1}/locate.h\
714
 ${SRC2}/machine.h ${SRC3}/mark_scope.h ${SRC1}/myassert.h ${SRC1}/out.h\
715
 ${SRC1}/procrec.h ${SRC1}/proctypes.h ${SRC2}/shapemacs.h\
716
 ${SRC}/sparcdiags.h ${SRC1}/szs_als.h ${SRC2}/tags.h ${SRC6}/toktypes.h\
717
 ${SRC1}/translat.h ${SRC6}/xalloc.h ${SRC6}/common_types.h\
718
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
719
 ${SRC3}/diaginfo.h ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/ossg.h\
720
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h
721
	${MAIN_CC} ${SRC}/sparcdiags.c
722
 
723
sparcins.o : ${SRC1}/sparcins.c ${SRC}/config.h ${SRC1}/sparcins.h\
724
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h
725
	${MAIN_CC} ${SRC1}/sparcins.c
726
 
727
sparctrans.o : ${SRC1}/sparctrans.c ${SRC1}/addrtypes.h\
728
 ${SRC6}/basicread.h ${SRC1}/comment.h ${SRC}/config.h\
729
 ${SRC2}/construct_v.h ${SRC1}/debug.h ${SRC6}/dg_version.h\
730
 ${SRC3}/diag_v.h ${SRC2}/exp.h ${SRC1}/exptypes.h ${SRC6}/externs.h\
731
 ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC6}/inits.h ${SRC2}/installglob.h\
732
 ${SRC1}/labels.h ${SRC6}/main_reads.h ${SRC1}/makecode.h ${SRC1}/out.h\
733
 ${SRC6}/reader_v.h ${SRC6}/release.h ${SRC1}/special.h ${SRC1}/target_v.h\
734
 ${SRC1}/tempdecs.h ${SRC1}/translat.h ${SRC6}/common_types.h\
735
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
736
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
737
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
738
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
739
 ${SRC6}/sort_union.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h\
740
 ${SRC1}/proctypes.h
741
	${MAIN_CC} ${SRC1}/sparctrans.c
742
 
743
spec_tok.o : ${SRC1}/spec_tok.c ${SRC6}/basicread.h\
744
 ${SRC6}/c_arith_type.h ${SRC2}/check.h ${SRC6}/common_types.h\
745
 ${SRC}/config.h ${SRC3}/dg_fns.h ${SRC3}/diag_fns.h ${SRC2}/exp.h\
746
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/install_fns.h\
747
 ${SRC2}/installglob.h ${SRC6}/main_reads.h ${SRC2}/me_fns.h\
748
 ${SRC6}/messages_r.h ${SRC1}/myassert.h ${SRC6}/natmacs.h\
749
 ${SRC1}/new_tags.h ${SRC2}/shapemacs.h ${SRC6}/spec_tok.h ${SRC2}/tags.h\
750
 ${SRC1}/translat.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
751
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
752
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
753
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
754
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
755
 ${SRC1}/bitsmacs.h ${SRC1}/comment.h ${SRC1}/addrtypes.h
756
	${MAIN_CC} ${SRC1}/spec_tok.c
757
 
758
special.o : ${SRC1}/special.c ${SRC1}/addrtypes.h ${SRC1}/bitsmacs.h\
759
 ${SRC1}/codehere.h ${SRC6}/codetypes.h ${SRC1}/comment.h\
760
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h ${SRC2}/exp.h\
761
 ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC1}/getregs.h ${SRC1}/guard.h\
762
 ${SRC1}/inst_fmt.h ${SRC2}/installtypes.h ${SRC1}/labels.h\
763
 ${SRC2}/machine.h ${SRC1}/makecode.h ${SRC1}/move.h ${SRC1}/myassert.h\
764
 ${SRC1}/out.h ${SRC1}/proc.h ${SRC1}/proctypes.h ${SRC1}/regexps.h\
765
 ${SRC1}/regmacs.h ${SRC2}/shapemacs.h ${SRC1}/sparcins.h\
766
 ${SRC1}/special.h ${SRC2}/tags.h ${SRC1}/translat.h ${SRC3}/dg_first.h\
767
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
768
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
769
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
770
 ${SRC6}/sort_union.h ${SRC2}/consttypes.h ${SRC1}/procrec.h
771
	${MAIN_CC} ${SRC1}/special.c
772
 
773
table_fns.o : ${SRC6}/table_fns.c ${SRC6}/basicread.h ${SRC2}/check.h\
774
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_fns.h\
775
 ${SRC3}/diagglob.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
776
 ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC6}/main_reads.h\
777
 ${SRC6}/messages_r.h ${SRC6}/read_sort.h ${SRC6}/readglob.h\
778
 ${SRC6}/sortmacs.h ${SRC6}/spec_tok.h ${SRC6}/table_fns.h\
779
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
780
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
781
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
782
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
783
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
784
 ${SRC1}/bitsmacs.h
785
	${MAIN_CC} ${SRC6}/table_fns.c
786
 
787
tempdecs.o : ${SRC1}/tempdecs.c ${SRC1}/bitsmacs.h ${SRC6}/common_types.h\
788
 ${SRC}/config.h ${SRC2}/const.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
789
 ${SRC1}/muldvrem.h ${SRC2}/tags.h ${SRC1}/tempdecs.h ${SRC6}/codetypes.h\
790
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
791
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
792
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
793
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
794
 ${SRC6}/sort_union.h ${SRC2}/consttypes.h ${SRC1}/addrtypes.h\
795
 ${SRC1}/proctypes.h
796
	${MAIN_CC} ${SRC1}/tempdecs.c
797
 
798
translat.o : ${SRC1}/translat.c ${SRC6}/basicread.h ${SRC1}/bitsmacs.h\
799
 ${SRC1}/codehere.h ${SRC1}/comment.h ${SRC6}/common_types.h\
800
 ${SRC}/config.h ${SRC1}/eval.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
801
 ${SRC1}/exptypes.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/flpt.h\
802
 ${SRC1}/getregs.h ${SRC2}/installglob.h ${SRC1}/labels.h ${SRC1}/locate.h\
803
 ${SRC1}/makecode.h ${SRC1}/myassert.h ${SRC1}/needscan.h\
804
 ${SRC2}/optimise.h ${SRC1}/out.h ${SRC1}/proc.h ${SRC1}/procrec.h\
805
 ${SRC1}/proctypes.h ${SRC1}/regalloc.h ${SRC1}/regmacs.h\
806
 ${SRC2}/shapemacs.h ${SRC}/sparcdiags.h ${SRC1}/sparctrans.h\
807
 ${SRC1}/special.h ${SRC2}/tags.h ${SRC1}/target_v.h ${SRC1}/tempdecs.h\
808
 ${SRC6}/toktypes.h ${SRC1}/translat.h ${SRC1}/weights.h ${SRC6}/xalloc.h\
809
 ${SRC1}/addrtypes.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
810
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
811
 ${SRC3}/diagtypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
812
 ${SRC1}/localtypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
813
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC2}/flpttypes.h\
814
 ${SRC1}/fbase.h
815
	${MAIN_CC} ${SRC1}/translat.c
816
 
817
unroll.o : ${SRC2}/unroll.c ${SRC6}/basicread.h ${SRC2}/check.h\
818
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h\
819
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/install_fns.h\
820
 ${SRC2}/installglob.h ${SRC2}/me_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
821
 ${SRC2}/unroll.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
822
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
823
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
824
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
825
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
826
 ${SRC1}/bitsmacs.h
827
	${MAIN_CC} ${SRC2}/unroll.c
828
 
829
weights.o : ${SRC1}/weights.c ${SRC1}/bitsmacs.h ${SRC6}/codetypes.h\
830
 ${SRC1}/comment.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
831
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
832
 ${SRC1}/maxminmacs.h ${SRC1}/procrec.h ${SRC1}/proctypes.h\
833
 ${SRC1}/regable.h ${SRC2}/shapemacs.h ${SRC1}/special.h ${SRC2}/tags.h\
834
 ${SRC1}/weights.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
835
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
836
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/ossg.h\
837
 ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
838
 ${SRC2}/consttypes.h ${SRC1}/addrtypes.h
839
	${MAIN_CC} ${SRC1}/weights.c
840
 
841
xalloc.o : ${SRC6}/xalloc.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
842
 ${SRC}/config.h ${SRC6}/messages_r.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
843
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
844
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
845
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
846
 ${SRC6}/toktypes.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diagtypes1.h\
847
 ${SRC6}/sort_union.h
848
	${MAIN_CC} ${SRC6}/xalloc.c
849
 
850
clean : ${EXTRA_CLEAN}
851
	${REMOVE} ${OFILES}
852
	${REMOVE} core
853
 
854
clobber : clean ${EXTRA_CLOBBER}
855
	${REMOVE} ${NAME}
856
 
857
MAKE_TDF=make_tdf
858
REMOVE=rm -f
859
 
860
TDF_OUT=${SRC6}/decoder.c ${SRC6}/ecodes.h ${SRC6}/externs.h ${SRC6}/inits.h\
861
 ${SRC6}/main_reads.h ${SRC6}/temp_fns.new
862
 
863
auto : ${TDF_OUT}
864
 
865
${SRC6}/decoder.c : ${SPEC} ${SRC7}/decoder.c
866
	@${REMOVE} ${SRC6}/decoder.c
867
	${MAKE_TDF} ${SPEC} ${SRC7}/decoder.c ${SRC6}/decoder.c
868
 
869
${SRC6}/ecodes.h : ${SPEC} ${SRC7}/ecodes.h
870
	@${REMOVE} ${SRC6}/ecodes.h
871
	${MAKE_TDF} ${SPEC} ${SRC7}/ecodes.h ${SRC6}/ecodes.h
872
 
873
${SRC6}/externs.h : ${SPEC} ${SRC7}/externs.h
874
	@${REMOVE} ${SRC6}/externs.h
875
	${MAKE_TDF} ${SPEC} ${SRC7}/externs.h ${SRC6}/externs.h
876
 
877
${SRC6}/inits.h : ${SPEC} ${SRC7}/inits.h
878
	@${REMOVE} ${SRC6}/inits.h
879
	${MAKE_TDF} ${SPEC} ${SRC7}/inits.h ${SRC6}/inits.h
880
 
881
${SRC6}/main_reads.h : ${SPEC} ${SRC7}/main_reads.h
882
	@${REMOVE} ${SRC6}/main_reads.h
883
	${MAKE_TDF} ${SPEC} ${SRC7}/main_reads.h ${SRC6}/main_reads.h
884
 
885
${SRC6}/temp_fns.new : ${SPEC} ${SRC7}/temp_fns.c
886
	@${REMOVE} ${SRC6}/temp_fns.new
887
	${MAKE_TDF} ${SPEC} ${SRC7}/temp_fns.c ${SRC6}/temp_fns.new
888
 
889
auto_clobber :
890
	${REMOVE} ${TDF_OUT}