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}/power/aix
7
SRC1=${INST}/power/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 ash.o basicread.o case_opt.o check.o check_id.o\
39
 codehere.o comment.o complex_eq.o const.o decoder.o dg_aux.o dg_fns.o\
40
 diag_fns.o diag_info.o diagout.o dynamic_init.o error.o eval.o exp.o\
41
 f64.o flags.o flpt.o flpt_fns.o foralls.o frames.o getregs.o global_opt.o\
42
 glopt.o guard.o inl_norm.o inline.o inlinechoice.o inst_fmt.o\
43
 install_fns.o installglob.o instruct.o is_worth.o label_ops.o labels.o\
44
 li_fns.o locate.o machine.o machine_toks.o macro.o makecode.o\
45
 mark_scope.o mask.o me_fns.o mem_copy.o misc_c.o move.o muldvrem.o\
46
 needscan.o oprators.o parameter.o powertrans.o pp.o proc.o read_fns.o\
47
 read_sort.o readglob.o record_bit.o regable.o regalloc.o regexps.o spec.o\
48
 spec_tok.o stack.o table_fns.o tempdecs.o translat.o unroll.o weights.o\
49
 xalloc.o
50
 
51
${NAME} : ${OFILES}
52
	${LINK_CC} -o ${NAME} ${OFILES} ${LIBS}
53
 
54
all : ${EXTRA} ${NAME}
55
	@${ECHO} all done
56
 
57
extra : ${EXTRA}
58
	@${ECHO} done
59
 
60
aldefs.o : ${SRC2}/aldefs.c ${SRC2}/aldefs.h ${SRC6}/basicread.h\
61
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/installglob.h\
62
 ${SRC2}/messages_c.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
63
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
64
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
65
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
66
 ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC2}/exp.h\
67
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC1}/extratags.h\
68
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
69
 ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
70
	${MAIN_CC} ${SRC2}/aldefs.c
71
 
72
ash.o : ${SRC1}/ash.c ${SRC1}/ash.h ${SRC}/config.h\
73
 ${SRC2}/installtypes.h ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h\
74
 ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h\
75
 ${SRC6}/externs.h ${SRC1}/extratags.h ${SRC2}/install_fns.h\
76
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
77
 ${SRC3}/diaginfo.h ${SRC}/diag_config.h ${SRC3}/diagtypes1.h
78
	${MAIN_CC} ${SRC1}/ash.c
79
 
80
basicread.o : ${SRC6}/basicread.c ${SRC6}/basicread.h\
81
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/f64.h ${SRC2}/flags.h\
82
 ${SRC2}/flpt.h ${SRC2}/installglob.h ${SRC6}/messages_r.h\
83
 ${SRC6}/natmacs.h ${SRC6}/readglob.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
84
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
85
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
86
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
87
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h\
88
 ${SRC1}/bitsmacs.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
89
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/shapemacs.h\
90
 ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC6}/sort_union.h\
91
 ${SRC2}/flpttypes.h ${SRC1}/fbase.h
92
	${MAIN_CC} ${SRC6}/basicread.c
93
 
94
case_opt.o : ${SRC2}/case_opt.c ${SRC2}/case_opt.h ${SRC2}/check.h\
95
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
96
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h\
97
 ${SRC2}/foralls.h ${SRC2}/global_opt.h ${SRC1}/glopt.h ${SRC2}/inline.h\
98
 ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC2}/me_fns.h\
99
 ${SRC2}/shapemacs.h ${SRC1}/szs_als.h ${SRC2}/tags.h ${SRC6}/xalloc.h\
100
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
101
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
102
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
103
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
104
 ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC1}/extratags.h ${SRC6}/ossg.h\
105
 ${SRC6}/ossg_api.h ${SRC6}/sort_union.h ${SRC2}/consttypes.h
106
	${MAIN_CC} ${SRC2}/case_opt.c
107
 
108
check.o : ${SRC2}/check.c ${SRC6}/basicread.h ${SRC2}/check.h\
109
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h\
110
 ${SRC3}/dg_aux.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
111
 ${SRC2}/f64.h ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/install_fns.h\
112
 ${SRC2}/installglob.h ${SRC1}/localflags.h ${SRC2}/machine.h\
113
 ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC2}/misc_c.h ${SRC6}/natmacs.h\
114
 ${SRC6}/readglob.h ${SRC2}/shapemacs.h ${SRC1}/szs_als.h ${SRC2}/tags.h\
115
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
116
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
117
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
118
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
119
 ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h\
120
 ${SRC1}/extratags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
121
 ${SRC6}/sort_union.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
122
	${MAIN_CC} ${SRC2}/check.c
123
 
124
check_id.o : ${SRC2}/check_id.c ${SRC2}/check.h ${SRC2}/check_id.h\
125
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC2}/exp.h\
126
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/install_fns.h\
127
 ${SRC2}/installglob.h ${SRC2}/me_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
128
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
129
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
130
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
131
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
132
 ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC1}/extratags.h ${SRC6}/ossg.h\
133
 ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
134
	${MAIN_CC} ${SRC2}/check_id.c
135
 
136
codehere.o : ${SRC1}/codehere.c ${SRC1}/codegen.h ${SRC1}/codehere.h\
137
 ${SRC1}/comment.h ${SRC}/config.h ${SRC1}/geninst.h ${SRC1}/makecode.h\
138
 ${SRC1}/memtdf.h ${SRC1}/myassert.h ${SRC1}/regable.h ${SRC1}/tempdecs.h\
139
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/bitsmacs.h ${SRC1}/getregs.h\
140
 ${SRC1}/guard.h ${SRC1}/inst_fmt.h ${SRC2}/installtypes.h\
141
 ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/oprators.h\
142
 ${SRC1}/procrectypes.h ${SRC1}/regexps.h ${SRC1}/regmacs.h\
143
 ${SRC1}/localtypes.h ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
144
 ${SRC1}/exptypes.h ${SRC6}/externs.h ${SRC1}/extratags.h\
145
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
146
 ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h ${SRC}/diag_config.h\
147
 ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h ${SRC1}/instruct.h\
148
 ${SRC6}/common_types.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
149
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC6}/toktypes.h\
150
 ${SRC6}/sort_union.h
151
	${MAIN_CC} ${SRC1}/codehere.c
152
 
153
comment.o : ${SRC1}/comment.c ${SRC1}/comment.h ${SRC}/config.h\
154
 ${SRC1}/translat.h ${SRC6}/codetypes.h ${SRC1}/exptypes.h\
155
 ${SRC2}/installtypes.h ${SRC3}/diaginfo.h ${SRC}/diag_config.h\
156
 ${SRC3}/diagtypes1.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/codegen.h\
157
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/bitsmacs.h\
158
 ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
159
 ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/oprators.h\
160
 ${SRC1}/procrectypes.h ${SRC1}/regable.h ${SRC1}/regexps.h\
161
 ${SRC1}/regmacs.h ${SRC1}/localtypes.h ${SRC1}/memtdf.h ${SRC2}/exp.h\
162
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC1}/extratags.h\
163
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
164
 ${SRC1}/procrecs.h ${SRC1}/instruct.h ${SRC6}/common_types.h\
165
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC3}/diagtypes.h\
166
 ${SRC5}/li_types.h ${SRC6}/toktypes.h ${SRC6}/sort_union.h
167
	${MAIN_CC} ${SRC1}/comment.c
168
 
169
complex_eq.o : ${SRC2}/complex_eq.c ${SRC6}/common_types.h\
170
 ${SRC2}/complex_eq.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
171
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
172
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
173
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
174
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
175
 ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h\
176
 ${SRC6}/externs.h ${SRC1}/extratags.h ${SRC2}/install_fns.h\
177
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
178
	${MAIN_CC} ${SRC2}/complex_eq.c
179
 
180
const.o : ${SRC2}/const.c ${SRC6}/basicread.h ${SRC2}/check.h\
181
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
182
 ${SRC2}/constmacs.h ${SRC2}/consttypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
183
 ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h\
184
 ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC2}/is_worth.h\
185
 ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
186
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
187
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
188
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
189
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
190
 ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h\
191
 ${SRC1}/extratags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
192
 ${SRC6}/sort_union.h ${SRC1}/fbase.h
193
	${MAIN_CC} ${SRC2}/const.c
194
 
195
decoder.o : ${SRC6}/decoder.c ${SRC6}/basicread.h ${SRC2}/check.h\
196
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC6}/ecodes.h ${SRC6}/externs.h\
197
 ${SRC6}/main_reads.h ${SRC6}/messages_r.h ${SRC6}/codetypes.h\
198
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
199
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
200
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
201
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h\
202
 ${SRC1}/bitsmacs.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/extratags.h\
203
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
204
 ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
205
	${MAIN_CC} ${SRC6}/decoder.c
206
 
207
dg_aux.o : ${SRC3}/dg_aux.c ${SRC6}/basicread.h ${SRC2}/check.h\
208
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h\
209
 ${SRC3}/dg_globs.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
210
 ${SRC2}/me_fns.h ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
211
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
212
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
213
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
214
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
215
 ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h\
216
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/shapemacs.h\
217
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
218
	${MAIN_CC} ${SRC3}/dg_aux.c
219
 
220
dg_fns.o : ${SRC3}/dg_fns.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
221
 ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC3}/dg_fns.h ${SRC3}/dg_globs.h\
222
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/install_fns.h\
223
 ${SRC6}/main_reads.h ${SRC6}/natmacs.h ${SRC6}/readglob.h\
224
 ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/toktypes.h\
225
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
226
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
227
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
228
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC3}/diagtypes1.h\
229
 ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC2}/exp.h ${SRC1}/extratags.h\
230
 ${SRC2}/shapemacs.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
231
 ${SRC6}/sort_union.h
232
	${MAIN_CC} ${SRC3}/dg_fns.c
233
 
234
diag_fns.o : ${SRC3}/diag_fns.c ${SRC6}/basicread.h\
235
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h\
236
 ${SRC3}/dg_globs.h ${SRC3}/diag_fns.h ${SRC3}/diagglob.h\
237
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/install_fns.h\
238
 ${SRC6}/main_reads.h ${SRC6}/natmacs.h ${SRC6}/readglob.h\
239
 ${SRC2}/shapemacs.h ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
240
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
241
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
242
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
243
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
244
 ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC2}/exp.h\
245
 ${SRC1}/extratags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
246
 ${SRC6}/sort_union.h
247
	${MAIN_CC} ${SRC3}/diag_fns.c
248
 
249
diag_info.o : ${SRC3}/diag_info.c ${SRC6}/basicread.h ${SRC2}/check.h\
250
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC3}/dg_fns.h\
251
 ${SRC3}/diag_fns.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
252
 ${SRC6}/main_reads.h ${SRC3}/mark_scope.h ${SRC6}/readglob.h\
253
 ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/xalloc.h\
254
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
255
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
256
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
257
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
258
 ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC1}/extratags.h\
259
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC6}/ossg.h\
260
 ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
261
	${MAIN_CC} ${SRC3}/diag_info.c
262
 
263
diagout.o : ${SRC1}/diagout.c ${SRC1}/comment.h ${SRC6}/common_types.h\
264
 ${SRC}/config.h ${SRC}/cross_config.h ${SRC3}/diag_fns.h\
265
 ${SRC3}/diagglob.h ${SRC1}/diagout.h ${SRC3}/diagtypes.h\
266
 ${SRC6}/externs.h ${SRC2}/install_fns.h ${SRC2}/installglob.h\
267
 ${SRC5}/li_types.h ${SRC1}/machine.h ${SRC3}/mark_scope.h\
268
 ${SRC1}/maxminmacs.h ${SRC1}/memtdf.h ${SRC1}/myassert.h ${SRC1}/proc.h\
269
 ${SRC1}/stack.h ${SRC1}/szs_als.h ${SRC6}/toktypes.h ${SRC1}/translat.h\
270
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC1}/exptypes.h\
271
 ${SRC2}/installtypes.h ${SRC3}/diaginfo.h ${SRC}/diag_config.h\
272
 ${SRC3}/diagtypes1.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
273
 ${SRC1}/localtypes.h ${SRC1}/bitsmacs.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
274
 ${SRC1}/extratags.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
275
 ${SRC6}/ossg_api.h ${SRC6}/sort_union.h ${SRC1}/addresstypes.h\
276
 ${SRC1}/procrectypes.h ${SRC1}/codegen.h ${SRC1}/ash.h ${SRC1}/codehere.h\
277
 ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h ${SRC1}/labels.h\
278
 ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/oprators.h ${SRC1}/regable.h\
279
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC1}/procrecs.h ${SRC1}/instruct.h
280
	${MAIN_CC} ${SRC1}/diagout.c
281
 
282
dynamic_init.o : ${SRC1}/dynamic_init.c ${SRC1}/codegen.h\
283
 ${SRC1}/comment.h ${SRC}/config.h ${SRC1}/dynamic_init.h ${SRC1}/error.h\
284
 ${SRC2}/flags.h ${SRC1}/geninst.h ${SRC2}/installglob.h ${SRC1}/machine.h\
285
 ${SRC1}/makecode.h ${SRC1}/memtdf.h ${SRC1}/myassert.h\
286
 ${SRC1}/parameter.h ${SRC1}/proc.h ${SRC1}/stack.h ${SRC1}/translat.h\
287
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/bitsmacs.h\
288
 ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
289
 ${SRC2}/installtypes.h ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h\
290
 ${SRC1}/oprators.h ${SRC1}/procrectypes.h ${SRC1}/regable.h\
291
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC1}/localtypes.h\
292
 ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h\
293
 ${SRC6}/externs.h ${SRC1}/extratags.h ${SRC2}/install_fns.h\
294
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
295
 ${SRC3}/diaginfo.h ${SRC}/diag_config.h ${SRC3}/diagtypes1.h\
296
 ${SRC1}/procrecs.h ${SRC1}/instruct.h ${SRC6}/common_types.h\
297
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC3}/diagtypes.h\
298
 ${SRC5}/li_types.h ${SRC6}/toktypes.h ${SRC6}/sort_union.h
299
	${MAIN_CC} ${SRC1}/dynamic_init.c
300
 
301
error.o : ${SRC1}/error.c ${SRC1}/codegen.h ${SRC1}/comment.h\
302
 ${SRC}/config.h ${SRC1}/error.h ${SRC6}/externs.h ${SRC2}/flpttypes.h\
303
 ${SRC1}/instruct.h ${SRC1}/makecode.h ${SRC2}/me_fns.h ${SRC1}/memtdf.h\
304
 ${SRC1}/myassert.h ${SRC1}/stack.h ${SRC1}/translat.h\
305
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/bitsmacs.h\
306
 ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
307
 ${SRC2}/installtypes.h ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h\
308
 ${SRC1}/oprators.h ${SRC1}/procrectypes.h ${SRC1}/regable.h\
309
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC1}/localtypes.h\
310
 ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h\
311
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/shapemacs.h\
312
 ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h\
313
 ${SRC}/diag_config.h ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h\
314
 ${SRC6}/common_types.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
315
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC6}/toktypes.h\
316
 ${SRC6}/sort_union.h ${SRC1}/fbase.h
317
	${MAIN_CC} ${SRC1}/error.c
318
 
319
eval.o : ${SRC1}/eval.c ${SRC1}/codegen.h ${SRC1}/comment.h\
320
 ${SRC}/config.h ${SRC1}/eval.h ${SRC2}/f64.h ${SRC2}/flpt.h\
321
 ${SRC2}/flpttypes.h ${SRC1}/frames.h ${SRC1}/geninst.h ${SRC1}/machine.h\
322
 ${SRC1}/maxminmacs.h ${SRC1}/memtdf.h ${SRC1}/myassert.h\
323
 ${SRC1}/translat.h ${SRC1}/addresstypes.h ${SRC1}/ash.h\
324
 ${SRC1}/bitsmacs.h ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h\
325
 ${SRC1}/inst_fmt.h ${SRC2}/installtypes.h ${SRC1}/labels.h\
326
 ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/oprators.h ${SRC1}/procrectypes.h\
327
 ${SRC1}/regable.h ${SRC1}/regexps.h ${SRC1}/regmacs.h\
328
 ${SRC1}/localtypes.h ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
329
 ${SRC1}/exptypes.h ${SRC6}/externs.h ${SRC1}/extratags.h\
330
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
331
 ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h ${SRC}/diag_config.h\
332
 ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h ${SRC1}/instruct.h\
333
 ${SRC6}/common_types.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
334
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC6}/toktypes.h\
335
 ${SRC6}/sort_union.h ${SRC1}/fbase.h
336
	${MAIN_CC} ${SRC1}/eval.c
337
 
338
exp.o : ${SRC2}/exp.c ${SRC6}/basicread.h ${SRC2}/check.h\
339
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC2}/exp.h\
340
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/flpt.h\
341
 ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC2}/messages_c.h\
342
 ${SRC6}/readglob.h ${SRC2}/shapemacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
343
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
344
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
345
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
346
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
347
 ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h\
348
 ${SRC1}/extratags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
349
 ${SRC6}/sort_union.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
350
	${MAIN_CC} ${SRC2}/exp.c
351
 
352
f64.o : ${SRC2}/f64.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
353
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/f64.h\
354
 ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/messages_c.h\
355
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
356
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
357
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
358
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
359
 ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC6}/externs.h ${SRC1}/extratags.h\
360
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
361
 ${SRC6}/ossg_api.h ${SRC6}/sort_union.h ${SRC1}/fbase.h
362
	${MAIN_CC} ${SRC2}/f64.c
363
 
364
flags.o : ${SRC2}/flags.c ${SRC6}/common_types.h ${SRC}/config.h\
365
 ${SRC2}/flags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
366
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
367
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
368
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
369
 ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
370
 ${SRC6}/externs.h ${SRC1}/extratags.h ${SRC2}/install_fns.h\
371
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
372
 ${SRC6}/sort_union.h
373
	${MAIN_CC} ${SRC2}/flags.c
374
 
375
flpt.o : ${SRC2}/flpt.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
376
 ${SRC}/config.h ${SRC2}/exp.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h\
377
 ${SRC2}/installglob.h ${SRC2}/messages_c.h ${SRC1}/szs_als.h\
378
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
379
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
380
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
381
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
382
 ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h\
383
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC1}/extratags.h\
384
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
385
 ${SRC6}/ossg_api.h ${SRC6}/sort_union.h ${SRC1}/fbase.h
386
	${MAIN_CC} ${SRC2}/flpt.c
387
 
388
flpt_fns.o : ${SRC2}/flpt_fns.c ${SRC6}/basicread.h ${SRC2}/case_opt.h\
389
 ${SRC2}/check.h ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h\
390
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/f64.h\
391
 ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/install_fns.h\
392
 ${SRC2}/installglob.h ${SRC2}/machine.h ${SRC6}/main_reads.h\
393
 ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC6}/natmacs.h\
394
 ${SRC6}/read_fns.h ${SRC6}/readglob.h ${SRC2}/shapemacs.h\
395
 ${SRC6}/sortmacs.h ${SRC2}/spec.h ${SRC1}/szs_als.h ${SRC6}/table_fns.h\
396
 ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
397
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
398
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
399
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
400
 ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h\
401
 ${SRC1}/extratags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
402
 ${SRC6}/sort_union.h ${SRC1}/fbase.h
403
	${MAIN_CC} ${SRC2}/flpt_fns.c
404
 
405
foralls.o : ${SRC2}/foralls.c ${SRC6}/basicread.h ${SRC2}/check.h\
406
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
407
 ${SRC2}/constmacs.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
408
 ${SRC2}/flags.h ${SRC2}/foralls.h ${SRC2}/install_fns.h ${SRC2}/me_fns.h\
409
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
410
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
411
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
412
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
413
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h\
414
 ${SRC1}/bitsmacs.h ${SRC1}/extratags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
415
 ${SRC6}/sort_union.h ${SRC2}/consttypes.h
416
	${MAIN_CC} ${SRC2}/foralls.c
417
 
418
frames.o : ${SRC1}/frames.c ${SRC6}/basicread.h ${SRC1}/codegen.h\
419
 ${SRC1}/comment.h ${SRC}/config.h ${SRC1}/diagout.h ${SRC1}/eval.h\
420
 ${SRC2}/exp.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/flpt.h\
421
 ${SRC1}/frames.h ${SRC2}/installglob.h ${SRC1}/machine.h\
422
 ${SRC6}/main_reads.h ${SRC1}/makecode.h ${SRC1}/memtdf.h\
423
 ${SRC1}/myassert.h ${SRC1}/needscan.h ${SRC2}/optimise.h\
424
 ${SRC1}/procrecs.h ${SRC6}/readglob.h ${SRC1}/regalloc.h ${SRC1}/stack.h\
425
 ${SRC1}/tempdecs.h ${SRC1}/translat.h ${SRC1}/weights.h ${SRC6}/xalloc.h\
426
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/bitsmacs.h\
427
 ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
428
 ${SRC2}/installtypes.h ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h\
429
 ${SRC1}/oprators.h ${SRC1}/procrectypes.h ${SRC1}/regable.h\
430
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC1}/localtypes.h\
431
 ${SRC6}/codetypes.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h\
432
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/shapemacs.h\
433
 ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h\
434
 ${SRC}/diag_config.h ${SRC3}/diagtypes1.h ${SRC1}/instruct.h\
435
 ${SRC6}/common_types.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
436
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC6}/toktypes.h\
437
 ${SRC6}/sort_union.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
438
	${MAIN_CC} ${SRC1}/frames.c
439
 
440
getregs.o : ${SRC1}/getregs.c ${SRC1}/codegen.h ${SRC1}/comment.h\
441
 ${SRC}/config.h ${SRC1}/getregs.h ${SRC1}/memtdf.h ${SRC1}/myassert.h\
442
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/bitsmacs.h\
443
 ${SRC1}/codehere.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
444
 ${SRC2}/installtypes.h ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h\
445
 ${SRC1}/oprators.h ${SRC1}/procrectypes.h ${SRC1}/regable.h\
446
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC1}/localtypes.h\
447
 ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h\
448
 ${SRC6}/externs.h ${SRC1}/extratags.h ${SRC2}/install_fns.h\
449
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
450
 ${SRC3}/diaginfo.h ${SRC}/diag_config.h ${SRC3}/diagtypes1.h\
451
 ${SRC1}/procrecs.h ${SRC1}/instruct.h ${SRC6}/common_types.h\
452
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC3}/diagtypes.h\
453
 ${SRC5}/li_types.h ${SRC6}/toktypes.h ${SRC6}/sort_union.h
454
	${MAIN_CC} ${SRC1}/getregs.c
455
 
456
global_opt.o : ${SRC2}/global_opt.c ${SRC2}/check.h ${SRC2}/check_id.h\
457
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h ${SRC2}/exp.h\
458
 ${SRC1}/expmacs.h ${SRC2}/flags.h ${SRC2}/foralls.h ${SRC2}/global_opt.h\
459
 ${SRC1}/glopt.h ${SRC2}/inl_norm.h ${SRC2}/inline.h ${SRC2}/installglob.h\
460
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC2}/unroll.h ${SRC6}/codetypes.h\
461
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
462
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
463
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
464
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h\
465
 ${SRC1}/bitsmacs.h ${SRC6}/externs.h ${SRC1}/extratags.h\
466
 ${SRC2}/install_fns.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
467
 ${SRC6}/sort_union.h ${SRC2}/consttypes.h
468
	${MAIN_CC} ${SRC2}/global_opt.c
469
 
470
glopt.o : ${SRC1}/glopt.c ${SRC6}/basicread.h ${SRC2}/check.h\
471
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
472
 ${SRC6}/externs.h ${SRC2}/flags.h ${SRC1}/glopt.h ${SRC2}/installglob.h\
473
 ${SRC2}/shapemacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
474
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
475
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
476
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
477
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
478
 ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC1}/extratags.h\
479
 ${SRC2}/install_fns.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
480
 ${SRC6}/sort_union.h
481
	${MAIN_CC} ${SRC1}/glopt.c
482
 
483
guard.o : ${SRC1}/guard.c ${SRC1}/codegen.h ${SRC1}/comment.h\
484
 ${SRC}/config.h ${SRC1}/guard.h ${SRC1}/tempdecs.h ${SRC1}/addresstypes.h\
485
 ${SRC1}/ash.h ${SRC1}/bitsmacs.h ${SRC1}/codehere.h ${SRC1}/getregs.h\
486
 ${SRC1}/inst_fmt.h ${SRC2}/installtypes.h ${SRC1}/labels.h\
487
 ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/oprators.h ${SRC1}/procrectypes.h\
488
 ${SRC1}/regable.h ${SRC1}/regexps.h ${SRC1}/regmacs.h\
489
 ${SRC1}/localtypes.h ${SRC1}/memtdf.h ${SRC6}/codetypes.h ${SRC2}/exp.h\
490
 ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC6}/externs.h\
491
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/shapemacs.h\
492
 ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h\
493
 ${SRC}/diag_config.h ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h\
494
 ${SRC1}/instruct.h ${SRC6}/common_types.h ${SRC3}/dg_first.h\
495
 ${SRC3}/dg_types.h ${SRC3}/diagtypes.h ${SRC5}/li_types.h\
496
 ${SRC6}/toktypes.h ${SRC6}/sort_union.h
497
	${MAIN_CC} ${SRC1}/guard.c
498
 
499
inl_norm.o : ${SRC2}/inl_norm.c ${SRC2}/check.h ${SRC2}/check_id.h\
500
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h ${SRC3}/dg_aux.h\
501
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/flags.h ${SRC2}/foralls.h\
502
 ${SRC1}/glopt.h ${SRC2}/inl_norm.h ${SRC2}/inline.h ${SRC2}/installglob.h\
503
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
504
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
505
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
506
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
507
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h\
508
 ${SRC1}/bitsmacs.h ${SRC6}/externs.h ${SRC1}/extratags.h\
509
 ${SRC2}/install_fns.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
510
 ${SRC6}/sort_union.h ${SRC2}/consttypes.h
511
	${MAIN_CC} ${SRC2}/inl_norm.c
512
 
513
inline.o : ${SRC2}/inline.c ${SRC2}/check.h ${SRC6}/common_types.h\
514
 ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC3}/dg_globs.h ${SRC2}/exp.h\
515
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/inline.h\
516
 ${SRC2}/me_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
517
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
518
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
519
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
520
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h\
521
 ${SRC1}/bitsmacs.h ${SRC1}/extratags.h ${SRC2}/install_fns.h\
522
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
523
	${MAIN_CC} ${SRC2}/inline.c
524
 
525
inlinechoice.o : ${SRC1}/inlinechoice.c ${SRC6}/common_types.h\
526
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/flags.h\
527
 ${SRC2}/inl_norm.h ${SRC2}/installglob.h ${SRC2}/shapemacs.h\
528
 ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
529
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
530
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
531
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
532
 ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC6}/externs.h ${SRC1}/extratags.h\
533
 ${SRC2}/install_fns.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
534
 ${SRC6}/sort_union.h
535
	${MAIN_CC} ${SRC1}/inlinechoice.c
536
 
537
inst_fmt.o : ${SRC1}/inst_fmt.c ${SRC1}/comment.h ${SRC}/config.h\
538
 ${SRC2}/flags.h ${SRC1}/geninst.h ${SRC1}/inst_fmt.h ${SRC1}/macro.h\
539
 ${SRC1}/mask.h ${SRC1}/maxminmacs.h ${SRC1}/myassert.h ${SRC1}/proc.h\
540
 ${SRC1}/stack.h ${SRC1}/translat.h ${SRC6}/codetypes.h ${SRC1}/exptypes.h\
541
 ${SRC2}/installtypes.h ${SRC3}/diaginfo.h ${SRC}/diag_config.h\
542
 ${SRC3}/diagtypes1.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
543
 ${SRC6}/common_types.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
544
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
545
 ${SRC6}/toktypes.h ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC2}/exp.h\
546
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC1}/extratags.h\
547
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
548
 ${SRC6}/sort_union.h ${SRC1}/addresstypes.h ${SRC1}/ash.h\
549
 ${SRC1}/instruct.h ${SRC1}/regmacs.h ${SRC1}/procrectypes.h\
550
 ${SRC1}/codegen.h ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h\
551
 ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/oprators.h\
552
 ${SRC1}/regable.h ${SRC1}/regexps.h ${SRC1}/procrecs.h
553
	${MAIN_CC} ${SRC1}/inst_fmt.c
554
 
555
install_fns.o : ${SRC2}/install_fns.c ${SRC6}/basicread.h\
556
 ${SRC2}/case_opt.h ${SRC2}/check.h ${SRC2}/check_id.h\
557
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_fns.h ${SRC2}/exp.h\
558
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/f64.h ${SRC2}/flags.h\
559
 ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/install_fns.h\
560
 ${SRC2}/installglob.h ${SRC2}/machine.h ${SRC6}/main_reads.h\
561
 ${SRC3}/mark_scope.h ${SRC2}/me_fns.h ${SRC2}/messages_c.h\
562
 ${SRC6}/natmacs.h ${SRC6}/read_fns.h ${SRC6}/readglob.h\
563
 ${SRC2}/shapemacs.h ${SRC6}/sortmacs.h ${SRC2}/spec.h ${SRC1}/szs_als.h\
564
 ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
565
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
566
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
567
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
568
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h\
569
 ${SRC1}/bitsmacs.h ${SRC1}/extratags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
570
 ${SRC6}/sort_union.h ${SRC1}/fbase.h
571
	${MAIN_CC} ${SRC2}/install_fns.c
572
 
573
installglob.o : ${SRC2}/installglob.c ${SRC6}/common_types.h\
574
 ${SRC}/config.h ${SRC2}/installglob.h ${SRC6}/codetypes.h\
575
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
576
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
577
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
578
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h\
579
 ${SRC1}/bitsmacs.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
580
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/shapemacs.h\
581
 ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
582
	${MAIN_CC} ${SRC2}/installglob.c
583
 
584
instruct.o : ${SRC1}/instruct.c ${SRC}/config.h ${SRC1}/instruct.h\
585
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h
586
	${MAIN_CC} ${SRC1}/instruct.c
587
 
588
is_worth.o : ${SRC1}/is_worth.c ${SRC6}/common_types.h ${SRC}/config.h\
589
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/instruct.h ${SRC2}/is_worth.h\
590
 ${SRC1}/regable.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
591
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
592
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
593
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
594
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h\
595
 ${SRC1}/bitsmacs.h ${SRC6}/externs.h ${SRC1}/extratags.h\
596
 ${SRC2}/install_fns.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
597
 ${SRC6}/sort_union.h
598
	${MAIN_CC} ${SRC1}/is_worth.c
599
 
600
label_ops.o : ${SRC2}/label_ops.c ${SRC2}/check.h ${SRC6}/common_types.h\
601
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
602
 ${SRC2}/installglob.h ${SRC2}/label_ops.h ${SRC2}/shapemacs.h\
603
 ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
604
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
605
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
606
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
607
 ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC1}/extratags.h\
608
 ${SRC2}/install_fns.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
609
 ${SRC6}/sort_union.h
610
	${MAIN_CC} ${SRC2}/label_ops.c
611
 
612
labels.o : ${SRC1}/labels.c ${SRC}/config.h ${SRC1}/labels.h\
613
 ${SRC1}/myassert.h ${SRC1}/translat.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
614
 ${SRC1}/comment.h ${SRC6}/codetypes.h ${SRC1}/exptypes.h\
615
 ${SRC2}/installtypes.h ${SRC3}/diaginfo.h ${SRC}/diag_config.h\
616
 ${SRC3}/diagtypes1.h ${SRC1}/codegen.h ${SRC1}/addresstypes.h\
617
 ${SRC1}/ash.h ${SRC1}/bitsmacs.h ${SRC1}/codehere.h ${SRC1}/getregs.h\
618
 ${SRC1}/guard.h ${SRC1}/inst_fmt.h ${SRC1}/locate.h ${SRC1}/move.h\
619
 ${SRC1}/oprators.h ${SRC1}/procrectypes.h ${SRC1}/regable.h\
620
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC1}/localtypes.h ${SRC1}/memtdf.h\
621
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC1}/extratags.h\
622
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
623
 ${SRC1}/procrecs.h ${SRC1}/instruct.h ${SRC6}/common_types.h\
624
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC3}/diagtypes.h\
625
 ${SRC5}/li_types.h ${SRC6}/toktypes.h ${SRC6}/sort_union.h
626
	${MAIN_CC} ${SRC1}/labels.c
627
 
628
li_fns.o : ${SRC5}/li_fns.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
629
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
630
 ${SRC2}/flags.h ${SRC1}/localflags.h ${SRC1}/machine.h\
631
 ${SRC6}/main_reads.h ${SRC5}/messages_li.h ${SRC6}/natmacs.h\
632
 ${SRC1}/out.h ${SRC6}/readglob.h ${SRC2}/tags.h ${SRC6}/xalloc.h\
633
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
634
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
635
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
636
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
637
 ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC1}/extratags.h\
638
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC6}/ossg.h\
639
 ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
640
	${MAIN_CC} ${SRC5}/li_fns.c
641
 
642
locate.o : ${SRC1}/locate.c ${SRC1}/codegen.h ${SRC1}/comment.h\
643
 ${SRC}/config.h ${SRC1}/frames.h ${SRC1}/geninst.h ${SRC1}/locate.h\
644
 ${SRC1}/memtdf.h ${SRC1}/myassert.h ${SRC1}/proc.h ${SRC1}/stack.h\
645
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/bitsmacs.h\
646
 ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
647
 ${SRC2}/installtypes.h ${SRC1}/labels.h ${SRC1}/move.h ${SRC1}/oprators.h\
648
 ${SRC1}/procrectypes.h ${SRC1}/regable.h ${SRC1}/regexps.h\
649
 ${SRC1}/regmacs.h ${SRC1}/localtypes.h ${SRC6}/codetypes.h ${SRC2}/exp.h\
650
 ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC6}/externs.h\
651
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/shapemacs.h\
652
 ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h\
653
 ${SRC}/diag_config.h ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h\
654
 ${SRC1}/instruct.h ${SRC6}/common_types.h ${SRC3}/dg_first.h\
655
 ${SRC3}/dg_types.h ${SRC3}/diagtypes.h ${SRC5}/li_types.h\
656
 ${SRC6}/toktypes.h ${SRC6}/sort_union.h
657
	${MAIN_CC} ${SRC1}/locate.c
658
 
659
machine.o : ${SRC1}/machine.c ${SRC}/config.h ${SRC1}/machine.h\
660
 ${SRC1}/memtdf.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/bitsmacs.h\
661
 ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h\
662
 ${SRC6}/externs.h ${SRC1}/extratags.h ${SRC2}/install_fns.h\
663
 ${SRC2}/installtypes.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
664
 ${SRC3}/diaginfo.h ${SRC}/diag_config.h ${SRC3}/diagtypes1.h
665
	${MAIN_CC} ${SRC1}/machine.c
666
 
667
machine_toks.o : ${SRC1}/machine_toks.c ${SRC}/config.h ${SRC6}/ossg.h\
668
 ${SRC6}/ossg_api.h
669
	${MAIN_CC} ${SRC1}/machine_toks.c
670
 
671
macro.o : ${SRC1}/macro.c ${SRC1}/codegen.h ${SRC1}/comment.h\
672
 ${SRC}/config.h ${SRC1}/instruct.h ${SRC1}/macro.h ${SRC1}/memtdf.h\
673
 ${SRC1}/stack.h ${SRC1}/translat.h ${SRC1}/addresstypes.h ${SRC1}/ash.h\
674
 ${SRC1}/bitsmacs.h ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h\
675
 ${SRC1}/inst_fmt.h ${SRC2}/installtypes.h ${SRC1}/labels.h\
676
 ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/oprators.h ${SRC1}/procrectypes.h\
677
 ${SRC1}/regable.h ${SRC1}/regexps.h ${SRC1}/regmacs.h\
678
 ${SRC1}/localtypes.h ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
679
 ${SRC1}/exptypes.h ${SRC6}/externs.h ${SRC1}/extratags.h\
680
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
681
 ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h ${SRC}/diag_config.h\
682
 ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h ${SRC6}/common_types.h\
683
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC3}/diagtypes.h\
684
 ${SRC5}/li_types.h ${SRC6}/toktypes.h ${SRC6}/sort_union.h
685
	${MAIN_CC} ${SRC1}/macro.c
686
 
687
makecode.o : ${SRC1}/makecode.c ${SRC1}/codegen.h ${SRC1}/comment.h\
688
 ${SRC}/config.h ${SRC3}/diag_fns.h ${SRC1}/error.h ${SRC1}/eval.h\
689
 ${SRC6}/externs.h ${SRC2}/f64.h ${SRC2}/flags.h ${SRC1}/frames.h\
690
 ${SRC1}/geninst.h ${SRC2}/installglob.h ${SRC1}/instruct.h\
691
 ${SRC2}/label_ops.h ${SRC1}/makecode.h ${SRC1}/mask.h\
692
 ${SRC1}/maxminmacs.h ${SRC1}/memtdf.h ${SRC1}/muldvrem.h\
693
 ${SRC1}/myassert.h ${SRC1}/oprators.h ${SRC1}/pp.h ${SRC1}/proc.h\
694
 ${SRC1}/record_bit.h ${SRC1}/stack.h ${SRC1}/tempdecs.h\
695
 ${SRC1}/translat.h ${SRC1}/addresstypes.h ${SRC1}/ash.h\
696
 ${SRC1}/bitsmacs.h ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h\
697
 ${SRC1}/inst_fmt.h ${SRC2}/installtypes.h ${SRC1}/labels.h\
698
 ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/procrectypes.h ${SRC1}/regable.h\
699
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC1}/localtypes.h\
700
 ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h\
701
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/shapemacs.h\
702
 ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h\
703
 ${SRC}/diag_config.h ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h\
704
 ${SRC6}/common_types.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
705
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC6}/toktypes.h\
706
 ${SRC6}/sort_union.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
707
	${MAIN_CC} ${SRC1}/makecode.c
708
 
709
mark_scope.o : ${SRC3}/mark_scope.c ${SRC6}/common_types.h\
710
 ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
711
 ${SRC3}/mark_scope.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
712
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
713
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
714
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
715
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h\
716
 ${SRC1}/bitsmacs.h ${SRC2}/exp.h ${SRC1}/extratags.h\
717
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC6}/ossg.h\
718
 ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
719
	${MAIN_CC} ${SRC3}/mark_scope.c
720
 
721
mask.o : ${SRC1}/mask.c ${SRC}/config.h ${SRC1}/mask.h ${SRC6}/ossg.h\
722
 ${SRC6}/ossg_api.h
723
	${MAIN_CC} ${SRC1}/mask.c
724
 
725
me_fns.o : ${SRC2}/me_fns.c ${SRC6}/basicread.h ${SRC2}/check.h\
726
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
727
 ${SRC6}/externs.h ${SRC2}/install_fns.h ${SRC2}/installglob.h\
728
 ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC6}/natmacs.h\
729
 ${SRC2}/shapemacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
730
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
731
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
732
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
733
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
734
 ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC1}/extratags.h ${SRC6}/ossg.h\
735
 ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
736
	${MAIN_CC} ${SRC2}/me_fns.c
737
 
738
mem_copy.o : ${SRC1}/mem_copy.c ${SRC1}/codegen.h ${SRC1}/comment.h\
739
 ${SRC}/config.h ${SRC1}/mem_copy.h ${SRC1}/memtdf.h ${SRC1}/myassert.h\
740
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/bitsmacs.h\
741
 ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
742
 ${SRC2}/installtypes.h ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h\
743
 ${SRC1}/oprators.h ${SRC1}/procrectypes.h ${SRC1}/regable.h\
744
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC1}/localtypes.h\
745
 ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h\
746
 ${SRC6}/externs.h ${SRC1}/extratags.h ${SRC2}/install_fns.h\
747
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
748
 ${SRC3}/diaginfo.h ${SRC}/diag_config.h ${SRC3}/diagtypes1.h\
749
 ${SRC1}/procrecs.h ${SRC1}/instruct.h ${SRC6}/common_types.h\
750
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC3}/diagtypes.h\
751
 ${SRC5}/li_types.h ${SRC6}/toktypes.h ${SRC6}/sort_union.h
752
	${MAIN_CC} ${SRC1}/mem_copy.c
753
 
754
misc_c.o : ${SRC2}/misc_c.c ${SRC6}/common_types.h ${SRC2}/complex_eq.h\
755
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
756
 ${SRC2}/misc_c.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
757
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
758
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
759
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
760
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h\
761
 ${SRC1}/bitsmacs.h ${SRC1}/extratags.h ${SRC2}/install_fns.h\
762
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
763
	${MAIN_CC} ${SRC2}/misc_c.c
764
 
765
move.o : ${SRC1}/move.c ${SRC1}/codegen.h ${SRC1}/comment.h\
766
 ${SRC}/config.h ${SRC1}/geninst.h ${SRC1}/makecode.h ${SRC1}/maxminmacs.h\
767
 ${SRC1}/memtdf.h ${SRC1}/move.h ${SRC1}/myassert.h ${SRC1}/proc.h\
768
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/bitsmacs.h\
769
 ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
770
 ${SRC2}/installtypes.h ${SRC1}/labels.h ${SRC1}/locate.h\
771
 ${SRC1}/oprators.h ${SRC1}/procrectypes.h ${SRC1}/regable.h\
772
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC1}/localtypes.h\
773
 ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h\
774
 ${SRC6}/externs.h ${SRC1}/extratags.h ${SRC2}/install_fns.h\
775
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
776
 ${SRC3}/diaginfo.h ${SRC}/diag_config.h ${SRC3}/diagtypes1.h\
777
 ${SRC1}/procrecs.h ${SRC1}/instruct.h ${SRC6}/common_types.h\
778
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC3}/diagtypes.h\
779
 ${SRC5}/li_types.h ${SRC6}/toktypes.h ${SRC6}/sort_union.h
780
	${MAIN_CC} ${SRC1}/move.c
781
 
782
muldvrem.o : ${SRC1}/muldvrem.c ${SRC1}/codegen.h ${SRC1}/comment.h\
783
 ${SRC}/config.h ${SRC1}/error.h ${SRC1}/geninst.h ${SRC1}/memtdf.h\
784
 ${SRC1}/muldvrem.h ${SRC1}/myassert.h ${SRC1}/needscan.h\
785
 ${SRC1}/translat.h ${SRC1}/addresstypes.h ${SRC1}/ash.h\
786
 ${SRC1}/bitsmacs.h ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h\
787
 ${SRC1}/inst_fmt.h ${SRC2}/installtypes.h ${SRC1}/labels.h\
788
 ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/oprators.h ${SRC1}/procrectypes.h\
789
 ${SRC1}/regable.h ${SRC1}/regexps.h ${SRC1}/regmacs.h\
790
 ${SRC1}/localtypes.h ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
791
 ${SRC1}/exptypes.h ${SRC6}/externs.h ${SRC1}/extratags.h\
792
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
793
 ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h ${SRC}/diag_config.h\
794
 ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h ${SRC1}/instruct.h\
795
 ${SRC6}/common_types.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
796
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC6}/toktypes.h\
797
 ${SRC6}/sort_union.h
798
	${MAIN_CC} ${SRC1}/muldvrem.c
799
 
800
needscan.o : ${SRC1}/needscan.c ${SRC1}/bitsmacs.h ${SRC2}/check.h\
801
 ${SRC1}/codegen.h ${SRC1}/comment.h ${SRC6}/common_types.h\
802
 ${SRC}/config.h ${SRC2}/const.h ${SRC1}/dynamic_init.h ${SRC1}/error.h\
803
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC6}/externs.h\
804
 ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/install_fns.h ${SRC1}/localtypes.h\
805
 ${SRC1}/machine.h ${SRC1}/makecode.h ${SRC1}/maxminmacs.h\
806
 ${SRC2}/me_fns.h ${SRC1}/memtdf.h ${SRC1}/myassert.h ${SRC1}/needscan.h\
807
 ${SRC1}/procrectypes.h ${SRC1}/regable.h ${SRC2}/shapemacs.h\
808
 ${SRC1}/stack.h ${SRC2}/tags.h ${SRC1}/tempdecs.h ${SRC1}/translat.h\
809
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/codehere.h ${SRC1}/getregs.h\
810
 ${SRC1}/guard.h ${SRC1}/inst_fmt.h ${SRC2}/installtypes.h\
811
 ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/oprators.h\
812
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC6}/codetypes.h\
813
 ${SRC1}/extratags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h\
814
 ${SRC}/diag_config.h ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h\
815
 ${SRC1}/instruct.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
816
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC6}/toktypes.h\
817
 ${SRC6}/sort_union.h ${SRC2}/consttypes.h ${SRC2}/flpttypes.h\
818
 ${SRC1}/fbase.h
819
	${MAIN_CC} ${SRC1}/needscan.c
820
 
821
oprators.o : ${SRC1}/oprators.c ${SRC1}/codegen.h ${SRC1}/comment.h\
822
 ${SRC}/config.h ${SRC1}/error.h ${SRC2}/flags.h ${SRC1}/geninst.h\
823
 ${SRC1}/instruct.h ${SRC1}/makecode.h ${SRC1}/maxminmacs.h\
824
 ${SRC1}/memtdf.h ${SRC1}/myassert.h ${SRC1}/oprators.h ${SRC1}/proc.h\
825
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/bitsmacs.h\
826
 ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
827
 ${SRC2}/installtypes.h ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h\
828
 ${SRC1}/procrectypes.h ${SRC1}/regable.h ${SRC1}/regexps.h\
829
 ${SRC1}/regmacs.h ${SRC1}/localtypes.h ${SRC6}/codetypes.h ${SRC2}/exp.h\
830
 ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC6}/externs.h\
831
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/shapemacs.h\
832
 ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h\
833
 ${SRC}/diag_config.h ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h\
834
 ${SRC6}/common_types.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
835
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC6}/toktypes.h\
836
 ${SRC6}/sort_union.h
837
	${MAIN_CC} ${SRC1}/oprators.c
838
 
839
parameter.o : ${SRC1}/parameter.c ${SRC1}/codegen.h ${SRC1}/comment.h\
840
 ${SRC}/config.h ${SRC2}/flags.h ${SRC1}/geninst.h ${SRC1}/machine.h\
841
 ${SRC1}/makecode.h ${SRC1}/mem_copy.h ${SRC1}/memtdf.h ${SRC1}/myassert.h\
842
 ${SRC1}/parameter.h ${SRC1}/proc.h ${SRC1}/stack.h ${SRC1}/translat.h\
843
 ${SRC6}/xalloc.h ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/bitsmacs.h\
844
 ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
845
 ${SRC2}/installtypes.h ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h\
846
 ${SRC1}/oprators.h ${SRC1}/procrectypes.h ${SRC1}/regable.h\
847
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC1}/localtypes.h\
848
 ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h\
849
 ${SRC6}/externs.h ${SRC1}/extratags.h ${SRC2}/install_fns.h\
850
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
851
 ${SRC3}/diaginfo.h ${SRC}/diag_config.h ${SRC3}/diagtypes1.h\
852
 ${SRC1}/procrecs.h ${SRC1}/instruct.h ${SRC6}/common_types.h\
853
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC3}/diagtypes.h\
854
 ${SRC5}/li_types.h ${SRC6}/toktypes.h ${SRC6}/sort_union.h
855
	${MAIN_CC} ${SRC1}/parameter.c
856
 
857
powertrans.o : ${SRC}/powertrans.c ${SRC1}/comment.h ${SRC}/config.h\
858
 ${SRC2}/construct_v.h ${SRC2}/flags.h ${SRC2}/installglob.h\
859
 ${SRC1}/macro.h ${SRC6}/reader_v.h ${SRC6}/release.h ${SRC1}/target_v.h\
860
 ${SRC1}/tempdecs.h ${SRC1}/translat.h ${SRC6}/codetypes.h\
861
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC3}/diaginfo.h\
862
 ${SRC}/diag_config.h ${SRC3}/diagtypes1.h ${SRC6}/ossg.h\
863
 ${SRC6}/ossg_api.h ${SRC6}/common_types.h ${SRC3}/dg_first.h\
864
 ${SRC3}/dg_types.h ${SRC3}/diagtypes.h ${SRC5}/li_types.h\
865
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC1}/memtdf.h\
866
 ${SRC1}/bitsmacs.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
867
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/shapemacs.h\
868
 ${SRC2}/tags.h ${SRC6}/sort_union.h ${SRC1}/codegen.h\
869
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/codehere.h ${SRC1}/getregs.h\
870
 ${SRC1}/guard.h ${SRC1}/inst_fmt.h ${SRC1}/labels.h ${SRC1}/locate.h\
871
 ${SRC1}/move.h ${SRC1}/oprators.h ${SRC1}/procrectypes.h\
872
 ${SRC1}/regable.h ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC1}/procrecs.h\
873
 ${SRC1}/instruct.h
874
	${MAIN_CC} ${SRC}/powertrans.c
875
 
876
pp.o : ${SRC1}/pp.c ${SRC1}/addresstypes.h ${SRC1}/ash.h\
877
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
878
 ${SRC1}/exptypes.h ${SRC1}/locate.h ${SRC1}/pp.h ${SRC2}/shapemacs.h\
879
 ${SRC2}/tags.h ${SRC1}/translat.h ${SRC1}/localtypes.h ${SRC1}/memtdf.h\
880
 ${SRC1}/bitsmacs.h ${SRC6}/codetypes.h ${SRC6}/externs.h\
881
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/installtypes.h\
882
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h ${SRC}/diag_config.h\
883
 ${SRC3}/diagtypes1.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
884
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC6}/toktypes.h\
885
 ${SRC6}/sort_union.h ${SRC1}/procrectypes.h ${SRC1}/codegen.h\
886
 ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
887
 ${SRC1}/labels.h ${SRC1}/move.h ${SRC1}/oprators.h ${SRC1}/regable.h\
888
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC1}/procrecs.h ${SRC1}/instruct.h
889
	${MAIN_CC} ${SRC1}/pp.c
890
 
891
proc.o : ${SRC1}/proc.c ${SRC1}/codegen.h ${SRC1}/comment.h\
892
 ${SRC}/config.h ${SRC1}/dynamic_init.h ${SRC1}/error.h ${SRC2}/flags.h\
893
 ${SRC1}/geninst.h ${SRC1}/machine.h ${SRC1}/makecode.h ${SRC1}/mem_copy.h\
894
 ${SRC1}/memtdf.h ${SRC1}/myassert.h ${SRC1}/parameter.h ${SRC1}/proc.h\
895
 ${SRC1}/stack.h ${SRC1}/translat.h ${SRC6}/xalloc.h\
896
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/bitsmacs.h\
897
 ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
898
 ${SRC2}/installtypes.h ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h\
899
 ${SRC1}/oprators.h ${SRC1}/procrectypes.h ${SRC1}/regable.h\
900
 ${SRC1}/regexps.h ${SRC1}/regmacs.h ${SRC1}/localtypes.h\
901
 ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h\
902
 ${SRC6}/externs.h ${SRC1}/extratags.h ${SRC2}/install_fns.h\
903
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
904
 ${SRC3}/diaginfo.h ${SRC}/diag_config.h ${SRC3}/diagtypes1.h\
905
 ${SRC1}/procrecs.h ${SRC1}/instruct.h ${SRC6}/common_types.h\
906
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC3}/diagtypes.h\
907
 ${SRC5}/li_types.h ${SRC6}/toktypes.h ${SRC6}/sort_union.h
908
	${MAIN_CC} ${SRC1}/proc.c
909
 
910
read_fns.o : ${SRC6}/read_fns.c ${SRC2}/aldefs.h ${SRC6}/basicread.h\
911
 ${SRC2}/check.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_fns.h\
912
 ${SRC3}/diag_fns.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
913
 ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/installglob.h\
914
 ${SRC1}/machine.h ${SRC6}/main_reads.h ${SRC2}/me_fns.h\
915
 ${SRC6}/messages_r.h ${SRC6}/natmacs.h ${SRC6}/read_fns.h\
916
 ${SRC6}/readglob.h ${SRC2}/shapemacs.h ${SRC6}/sortmacs.h ${SRC2}/spec.h\
917
 ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/toktypes.h ${SRC6}/xalloc.h\
918
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
919
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
920
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
921
 ${SRC1}/localtypes.h ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h\
922
 ${SRC1}/bitsmacs.h ${SRC1}/extratags.h ${SRC2}/install_fns.h\
923
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC6}/sort_union.h ${SRC1}/fbase.h
924
	${MAIN_CC} ${SRC6}/read_fns.c
925
 
926
read_sort.o : ${SRC6}/read_sort.c ${SRC6}/basicread.h\
927
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
928
 ${SRC6}/externs.h ${SRC6}/main_reads.h ${SRC6}/messages_r.h\
929
 ${SRC6}/read_sort.h ${SRC6}/readglob.h ${SRC6}/sortmacs.h\
930
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
931
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
932
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
933
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
934
 ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC1}/extratags.h\
935
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
936
 ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
937
	${MAIN_CC} ${SRC6}/read_sort.c
938
 
939
readglob.o : ${SRC6}/readglob.c ${SRC6}/common_types.h ${SRC}/config.h\
940
 ${SRC6}/readglob.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
941
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
942
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
943
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
944
 ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC2}/exp.h\
945
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC1}/extratags.h\
946
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
947
 ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
948
	${MAIN_CC} ${SRC6}/readglob.c
949
 
950
record_bit.o : ${SRC1}/record_bit.c ${SRC1}/codegen.h ${SRC1}/comment.h\
951
 ${SRC}/config.h ${SRC3}/diag_fns.h ${SRC1}/eval.h ${SRC6}/externs.h\
952
 ${SRC2}/flags.h ${SRC1}/frames.h ${SRC1}/geninst.h ${SRC2}/installglob.h\
953
 ${SRC1}/instruct.h ${SRC2}/label_ops.h ${SRC1}/makecode.h\
954
 ${SRC1}/maxminmacs.h ${SRC1}/memtdf.h ${SRC1}/muldvrem.h\
955
 ${SRC1}/myassert.h ${SRC1}/oprators.h ${SRC1}/proc.h ${SRC1}/record_bit.h\
956
 ${SRC1}/stack.h ${SRC1}/tempdecs.h ${SRC1}/translat.h\
957
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/bitsmacs.h\
958
 ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
959
 ${SRC2}/installtypes.h ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h\
960
 ${SRC1}/procrectypes.h ${SRC1}/regable.h ${SRC1}/regexps.h\
961
 ${SRC1}/regmacs.h ${SRC1}/localtypes.h ${SRC6}/codetypes.h ${SRC2}/exp.h\
962
 ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC1}/extratags.h\
963
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
964
 ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h ${SRC}/diag_config.h\
965
 ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h ${SRC6}/common_types.h\
966
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC3}/diagtypes.h\
967
 ${SRC5}/li_types.h ${SRC6}/toktypes.h ${SRC6}/sort_union.h\
968
 ${SRC2}/flpttypes.h ${SRC1}/fbase.h
969
	${MAIN_CC} ${SRC1}/record_bit.c
970
 
971
regable.o : ${SRC1}/regable.c ${SRC1}/codegen.h ${SRC1}/comment.h\
972
 ${SRC}/config.h ${SRC1}/memtdf.h ${SRC1}/regable.h ${SRC1}/addresstypes.h\
973
 ${SRC1}/ash.h ${SRC1}/bitsmacs.h ${SRC1}/codehere.h ${SRC1}/getregs.h\
974
 ${SRC1}/guard.h ${SRC1}/inst_fmt.h ${SRC2}/installtypes.h\
975
 ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/oprators.h\
976
 ${SRC1}/procrectypes.h ${SRC1}/regexps.h ${SRC1}/regmacs.h\
977
 ${SRC1}/localtypes.h ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
978
 ${SRC1}/exptypes.h ${SRC6}/externs.h ${SRC1}/extratags.h\
979
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
980
 ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h ${SRC}/diag_config.h\
981
 ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h ${SRC1}/instruct.h\
982
 ${SRC6}/common_types.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
983
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC6}/toktypes.h\
984
 ${SRC6}/sort_union.h
985
	${MAIN_CC} ${SRC1}/regable.c
986
 
987
regalloc.o : ${SRC1}/regalloc.c ${SRC1}/codegen.h ${SRC1}/comment.h\
988
 ${SRC}/config.h ${SRC1}/maxminmacs.h ${SRC1}/memtdf.h ${SRC1}/myassert.h\
989
 ${SRC1}/regalloc.h ${SRC1}/addresstypes.h ${SRC1}/ash.h\
990
 ${SRC1}/bitsmacs.h ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h\
991
 ${SRC1}/inst_fmt.h ${SRC2}/installtypes.h ${SRC1}/labels.h\
992
 ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/oprators.h ${SRC1}/procrectypes.h\
993
 ${SRC1}/regable.h ${SRC1}/regexps.h ${SRC1}/regmacs.h\
994
 ${SRC1}/localtypes.h ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
995
 ${SRC1}/exptypes.h ${SRC6}/externs.h ${SRC1}/extratags.h\
996
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
997
 ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h ${SRC}/diag_config.h\
998
 ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h ${SRC1}/instruct.h\
999
 ${SRC6}/common_types.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
1000
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC6}/toktypes.h\
1001
 ${SRC6}/sort_union.h
1002
	${MAIN_CC} ${SRC1}/regalloc.c
1003
 
1004
regexps.o : ${SRC1}/regexps.c ${SRC2}/check.h ${SRC1}/codegen.h\
1005
 ${SRC1}/comment.h ${SRC}/config.h ${SRC2}/flags.h ${SRC1}/maxminmacs.h\
1006
 ${SRC1}/memtdf.h ${SRC1}/myassert.h ${SRC1}/regexps.h\
1007
 ${SRC1}/addresstypes.h ${SRC1}/ash.h ${SRC1}/bitsmacs.h\
1008
 ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
1009
 ${SRC2}/installtypes.h ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/move.h\
1010
 ${SRC1}/oprators.h ${SRC1}/procrectypes.h ${SRC1}/regable.h\
1011
 ${SRC1}/regmacs.h ${SRC1}/localtypes.h ${SRC6}/codetypes.h ${SRC2}/exp.h\
1012
 ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC6}/externs.h\
1013
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/shapemacs.h\
1014
 ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h\
1015
 ${SRC}/diag_config.h ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h\
1016
 ${SRC1}/instruct.h ${SRC6}/common_types.h ${SRC3}/dg_first.h\
1017
 ${SRC3}/dg_types.h ${SRC3}/diagtypes.h ${SRC5}/li_types.h\
1018
 ${SRC6}/toktypes.h ${SRC6}/sort_union.h
1019
	${MAIN_CC} ${SRC1}/regexps.c
1020
 
1021
spec.o : ${SRC1}/spec.c ${SRC6}/basicread.h ${SRC2}/check.h\
1022
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
1023
 ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/installglob.h\
1024
 ${SRC2}/shapemacs.h ${SRC2}/spec.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
1025
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
1026
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
1027
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
1028
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
1029
 ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC1}/extratags.h\
1030
 ${SRC2}/install_fns.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
1031
 ${SRC6}/sort_union.h
1032
	${MAIN_CC} ${SRC1}/spec.c
1033
 
1034
spec_tok.o : ${SRC1}/spec_tok.c ${SRC6}/basicread.h\
1035
 ${SRC6}/c_arith_type.h ${SRC2}/check.h ${SRC6}/common_types.h\
1036
 ${SRC}/config.h ${SRC3}/diag_fns.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
1037
 ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/install_fns.h\
1038
 ${SRC2}/installglob.h ${SRC6}/main_reads.h ${SRC2}/me_fns.h\
1039
 ${SRC6}/messages_r.h ${SRC6}/natmacs.h ${SRC6}/spec_tok.h ${SRC2}/tags.h\
1040
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
1041
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
1042
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
1043
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
1044
 ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h ${SRC1}/extratags.h\
1045
 ${SRC2}/shapemacs.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
1046
 ${SRC6}/sort_union.h
1047
	${MAIN_CC} ${SRC1}/spec_tok.c
1048
 
1049
stack.o : ${SRC1}/stack.c ${SRC1}/codegen.h ${SRC1}/comment.h\
1050
 ${SRC}/config.h ${SRC2}/flags.h ${SRC1}/geninst.h ${SRC1}/machine.h\
1051
 ${SRC1}/makecode.h ${SRC1}/memtdf.h ${SRC1}/myassert.h ${SRC1}/proc.h\
1052
 ${SRC1}/stack.h ${SRC1}/translat.h ${SRC1}/addresstypes.h ${SRC1}/ash.h\
1053
 ${SRC1}/bitsmacs.h ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h\
1054
 ${SRC1}/inst_fmt.h ${SRC2}/installtypes.h ${SRC1}/labels.h\
1055
 ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/oprators.h ${SRC1}/procrectypes.h\
1056
 ${SRC1}/regable.h ${SRC1}/regexps.h ${SRC1}/regmacs.h\
1057
 ${SRC1}/localtypes.h ${SRC6}/codetypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
1058
 ${SRC1}/exptypes.h ${SRC6}/externs.h ${SRC1}/extratags.h\
1059
 ${SRC2}/install_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
1060
 ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h ${SRC}/diag_config.h\
1061
 ${SRC3}/diagtypes1.h ${SRC1}/procrecs.h ${SRC1}/instruct.h\
1062
 ${SRC6}/common_types.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
1063
 ${SRC3}/diagtypes.h ${SRC5}/li_types.h ${SRC6}/toktypes.h\
1064
 ${SRC6}/sort_union.h
1065
	${MAIN_CC} ${SRC1}/stack.c
1066
 
1067
table_fns.o : ${SRC6}/table_fns.c ${SRC6}/basicread.h ${SRC2}/check.h\
1068
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_fns.h\
1069
 ${SRC3}/diagglob.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
1070
 ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC6}/main_reads.h\
1071
 ${SRC6}/messages_r.h ${SRC6}/read_sort.h ${SRC6}/readglob.h\
1072
 ${SRC6}/sortmacs.h ${SRC6}/spec_tok.h ${SRC6}/table_fns.h\
1073
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
1074
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
1075
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
1076
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
1077
 ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h\
1078
 ${SRC1}/extratags.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h\
1079
 ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
1080
	${MAIN_CC} ${SRC6}/table_fns.c
1081
 
1082
tempdecs.o : ${SRC1}/tempdecs.c ${SRC1}/bitsmacs.h ${SRC6}/common_types.h\
1083
 ${SRC}/config.h ${SRC2}/const.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
1084
 ${SRC1}/myassert.h ${SRC1}/regable.h ${SRC1}/regmacs.h ${SRC2}/tags.h\
1085
 ${SRC1}/tempdecs.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
1086
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
1087
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
1088
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
1089
 ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h ${SRC6}/externs.h\
1090
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/shapemacs.h\
1091
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC6}/sort_union.h\
1092
 ${SRC2}/consttypes.h ${SRC1}/comment.h
1093
	${MAIN_CC} ${SRC1}/tempdecs.c
1094
 
1095
translat.o : ${SRC1}/translat.c ${SRC6}/basicread.h ${SRC1}/codegen.h\
1096
 ${SRC1}/comment.h ${SRC}/config.h ${SRC1}/diagout.h\
1097
 ${SRC1}/dynamic_init.h ${SRC1}/eval.h ${SRC2}/exp.h ${SRC6}/externs.h\
1098
 ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC1}/frames.h ${SRC6}/inits.h\
1099
 ${SRC2}/installglob.h ${SRC1}/machine.h ${SRC1}/macro.h\
1100
 ${SRC6}/main_reads.h ${SRC1}/makecode.h ${SRC1}/memtdf.h\
1101
 ${SRC1}/myassert.h ${SRC1}/needscan.h ${SRC2}/optimise.h\
1102
 ${SRC1}/procrecs.h ${SRC6}/readglob.h ${SRC1}/regalloc.h ${SRC1}/stack.h\
1103
 ${SRC1}/target_v.h ${SRC1}/tempdecs.h ${SRC1}/translat.h\
1104
 ${SRC1}/weights.h ${SRC6}/xalloc.h ${SRC1}/addresstypes.h ${SRC1}/ash.h\
1105
 ${SRC1}/bitsmacs.h ${SRC1}/codehere.h ${SRC1}/getregs.h ${SRC1}/guard.h\
1106
 ${SRC1}/inst_fmt.h ${SRC2}/installtypes.h ${SRC1}/labels.h\
1107
 ${SRC1}/locate.h ${SRC1}/move.h ${SRC1}/oprators.h ${SRC1}/procrectypes.h\
1108
 ${SRC1}/regable.h ${SRC1}/regexps.h ${SRC1}/regmacs.h\
1109
 ${SRC1}/localtypes.h ${SRC6}/codetypes.h ${SRC1}/expmacs.h\
1110
 ${SRC1}/exptypes.h ${SRC1}/extratags.h ${SRC2}/install_fns.h\
1111
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
1112
 ${SRC3}/diaginfo.h ${SRC}/diag_config.h ${SRC3}/diagtypes1.h\
1113
 ${SRC1}/instruct.h ${SRC6}/common_types.h ${SRC3}/dg_first.h\
1114
 ${SRC3}/dg_types.h ${SRC3}/diagtypes.h ${SRC5}/li_types.h\
1115
 ${SRC6}/toktypes.h ${SRC6}/sort_union.h ${SRC2}/flpttypes.h\
1116
 ${SRC1}/fbase.h
1117
	${MAIN_CC} ${SRC1}/translat.c
1118
 
1119
unroll.o : ${SRC2}/unroll.c ${SRC6}/basicread.h ${SRC2}/check.h\
1120
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h\
1121
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/install_fns.h\
1122
 ${SRC2}/installglob.h ${SRC2}/me_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
1123
 ${SRC2}/unroll.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
1124
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
1125
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
1126
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
1127
 ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h ${SRC1}/bitsmacs.h\
1128
 ${SRC1}/extratags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
1129
 ${SRC6}/sort_union.h
1130
	${MAIN_CC} ${SRC2}/unroll.c
1131
 
1132
weights.o : ${SRC1}/weights.c ${SRC1}/bitsmacs.h ${SRC}/config.h\
1133
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC1}/localtypes.h\
1134
 ${SRC1}/maxminmacs.h ${SRC1}/memtdf.h ${SRC1}/myassert.h\
1135
 ${SRC1}/procrecs.h ${SRC1}/procrectypes.h ${SRC1}/regable.h\
1136
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC1}/weights.h ${SRC6}/ossg.h\
1137
 ${SRC6}/ossg_api.h ${SRC3}/diaginfo.h ${SRC}/diag_config.h\
1138
 ${SRC3}/diagtypes1.h ${SRC6}/codetypes.h ${SRC6}/externs.h\
1139
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/installtypes.h\
1140
 ${SRC1}/comment.h ${SRC6}/common_types.h ${SRC3}/dg_first.h\
1141
 ${SRC3}/dg_types.h ${SRC3}/diagtypes.h ${SRC5}/li_types.h\
1142
 ${SRC6}/toktypes.h ${SRC6}/sort_union.h
1143
	${MAIN_CC} ${SRC1}/weights.c
1144
 
1145
xalloc.o : ${SRC6}/xalloc.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
1146
 ${SRC}/config.h ${SRC6}/messages_r.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
1147
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
1148
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
1149
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
1150
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC1}/memtdf.h\
1151
 ${SRC1}/bitsmacs.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
1152
 ${SRC1}/extratags.h ${SRC2}/install_fns.h ${SRC2}/shapemacs.h\
1153
 ${SRC2}/tags.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC6}/sort_union.h
1154
	${MAIN_CC} ${SRC6}/xalloc.c
1155
 
1156
clean : ${EXTRA_CLEAN}
1157
	${REMOVE} ${OFILES}
1158
	${REMOVE} core
1159
 
1160
clobber : clean ${EXTRA_CLOBBER}
1161
	${REMOVE} ${NAME}
1162
 
1163
MAKE_TDF=make_tdf
1164
REMOVE=rm -f
1165
 
1166
TDF_OUT=${SRC6}/decoder.c ${SRC6}/ecodes.h ${SRC6}/externs.h ${SRC6}/inits.h\
1167
 ${SRC6}/main_reads.h ${SRC6}/temp_fns.new
1168
 
1169
auto : ${TDF_OUT}
1170
 
1171
${SRC6}/decoder.c : ${SPEC} ${SRC7}/decoder.c
1172
	@${REMOVE} ${SRC6}/decoder.c
1173
	${MAKE_TDF} ${SPEC} ${SRC7}/decoder.c ${SRC6}/decoder.c
1174
 
1175
${SRC6}/ecodes.h : ${SPEC} ${SRC7}/ecodes.h
1176
	@${REMOVE} ${SRC6}/ecodes.h
1177
	${MAKE_TDF} ${SPEC} ${SRC7}/ecodes.h ${SRC6}/ecodes.h
1178
 
1179
${SRC6}/externs.h : ${SPEC} ${SRC7}/externs.h
1180
	@${REMOVE} ${SRC6}/externs.h
1181
	${MAKE_TDF} ${SPEC} ${SRC7}/externs.h ${SRC6}/externs.h
1182
 
1183
${SRC6}/inits.h : ${SPEC} ${SRC7}/inits.h
1184
	@${REMOVE} ${SRC6}/inits.h
1185
	${MAKE_TDF} ${SPEC} ${SRC7}/inits.h ${SRC6}/inits.h
1186
 
1187
${SRC6}/main_reads.h : ${SPEC} ${SRC7}/main_reads.h
1188
	@${REMOVE} ${SRC6}/main_reads.h
1189
	${MAKE_TDF} ${SPEC} ${SRC7}/main_reads.h ${SRC6}/main_reads.h
1190
 
1191
${SRC6}/temp_fns.new : ${SPEC} ${SRC7}/temp_fns.c
1192
	@${REMOVE} ${SRC6}/temp_fns.new
1193
	${MAKE_TDF} ${SPEC} ${SRC7}/temp_fns.c ${SRC6}/temp_fns.new
1194
 
1195
auto_clobber :
1196
	${REMOVE} ${TDF_OUT}