Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /branches/tendra4/src/installers/80x86/linux/Makefile – Rev 2

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