Subversion Repositories tendra.SVN

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 7
Line 1... Line 1...
1
# Automatically generated by make_mf version 1.1
1
# $Id$
2
 
2
 
3
# Standard directories and files
3
# Standard directories and files
4
BASE=/u/g/release/Source
-
 
5
INST=${BASE}/src/installers
-
 
6
SRC=${INST}/alpha/osf1
4
SRCC=${.CURDIR}/../../common
7
SRC1=${INST}/alpha/common
5
SRC1=${.CURDIR}/../common
8
SRC2=${INST}/common/construct
6
SRC2=${SRCC}/construct
9
SRC3=${INST}/common/diag
7
SRC3=${SRCC}/diag
10
SRC5=${INST}/common/linkinfo
8
SRC4=${SRCC}/linkinfo
11
SRC6=${INST}/common/reader
9
SRC5=${SRCC}/reader
12
SRC7=${INST}/common/templ
10
SRC6=${SRCC}/templ
13
SPEC=${BASE}/src/lib/tdf/def_4_1.db
11
SPEC=${BASE}/src/lib/tdf/def_4_1.db
14
 
12
 
15
# Standard variables
13
# Standard variables
16
 
14
 
17
CC=tcc
-
 
18
TCCOPTS=-Xc -Y32bit -Yansi
15
#TCCOPTS=-Xc -Y32bit -Yansi
19
CCOPTS=${TCCOPTS} -I${SRC} -I${SRC1} -I${SRC2} -I${SRC3} -I${SRC5}\
16
CCOPTS=	${TCCOPTS} -I${BASE_DIR}/${INCLUDE} -I${.CURDIR} -I${SRCC} -I${SRC1}\
20
 -I${SRC6}
-
 
21
MAIN_CC=${CC} ${CCOPTS} -c
-
 
22
LINK_CC=${CC} ${TCCOPTS}
17
	-I${SRC2} -I${SRC3} -I${SRC4} -I${SRC5}
23
LIBS=
18
LIBS=
24
 
-
 
25
REMOVE=rm -f
-
 
26
MOVE=mv
-
 
27
COPY=cp
-
 
28
ECHO=echo
-
 
29
SHELL=/bin/sh
-
 
30
 
19
 
31
# Dependencies and construction rules
20
# Dependencies and construction rules
32
 
21
 
33
NAME=trans
22
PROG=	trans
34
EXTRA=auto
-
 
35
EXTRA_CLEAN=
-
 
36
EXTRA_CLOBBER=
-
 
37
 
-
 
38
OFILES=aldefs.o alpha_ins.o alphadiags.o basicread.o bstack.o case_opt.o\
-
 
39
 check.o check_id.o code_here.o coder.o comp_eq_exp.o complex_eq.o const.o\
-
 
40
 cross.o decoder.o dg_aux.o dg_fns.o diag_fns.o diag_info.o driver.o\
-
 
41
 dump_distr.o eval.o exp.o extern_adds.o f64.o fail.o file.o flags.o\
-
 
42
 float.o flpt.o flpt_fns.o foralls.o frames.o getregs.o global_opt.o\
-
 
43
 glopt.o guard.o handle_sregs.o inl_norm.o inline.o inlinechoice.o\
-
 
44
 inst_fmt.o install_fns.o installglob.o is_worth.o label_ops.o labels.o\
-
 
45
 li_fns.o locate.o machine.o machine_toks.o makesymtab.o mark_scope.o\
-
 
46
 me_fns.o misc_c.o move.o oddtest.o operators.o out_ba.o pseudo.o\
-
 
47
 read_fns.o read_sort.o readglob.o regable.o regalloc.o regexps.o scan.o\
-
 
48
 spec.o spec_tok.o special.o symbol.o symdiags.o syms.o table_fns.o\
-
 
49
 tempdecs.o translate.o type_to_aux.o unroll.o weights.o 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 ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
67
 ${SRC6}/ossg_api.h
-
 
68
	${MAIN_CC} ${SRC2}/aldefs.c
-
 
69
 
-
 
70
alpha_ins.o : ${SRC1}/alpha_ins.c ${SRC1}/alpha_ins.h ${SRC}/config.h\
-
 
71
 ${SRC1}/ibinasm.h ${SRC1}/instypes.h ${SRC1}/palcode.h ${SRC6}/ossg.h\
-
 
72
 ${SRC6}/ossg_api.h
-
 
73
	${MAIN_CC} ${SRC1}/alpha_ins.c
-
 
74
 
-
 
75
alphadiags.o : ${SRC1}/alphadiags.c ${SRC1}/alphadiags.h\
-
 
76
 ${SRC1}/bitsmacs.h ${SRC1}/coder.h ${SRC6}/common_types.h ${SRC}/config.h\
-
 
77
 ${SRC1}/cross.h ${SRC}/cross_config.h ${SRC3}/diag_fns.h\
-
 
78
 ${SRC3}/diagglob.h ${SRC3}/diagtypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
-
 
79
 ${SRC1}/exptypes.h ${SRC1}/ibinasm.h ${SRC1}/locate.h\
-
 
80
 ${SRC3}/mark_scope.h ${SRC1}/out_ba.h ${SRC1}/procrecs.h\
-
 
81
 ${SRC1}/procrectypes.h ${SRC2}/shapemacs.h ${SRC1}/symbol.h\
-
 
82
 ${SRC1}/syms.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC3}/diaginfo.h\
-
 
83
 ${SRC3}/diagtypes1.h ${SRC}/diag_config.h ${SRC1}/addresstypes.h\
-
 
84
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
85
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
86
 ${SRC6}/toktypes.h ${SRC6}/sort_union.h ${SRC2}/flpttypes.h\
-
 
87
 ${SRC1}/output.h ${SRC1}/fbase.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
-
 
88
 ${SRC1}/fail.h
-
 
89
	${MAIN_CC} ${SRC1}/alphadiags.c
-
 
90
 
-
 
91
basicread.o : ${SRC6}/basicread.c ${SRC6}/basicread.h\
-
 
92
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/f64.h ${SRC2}/flags.h\
-
 
93
 ${SRC2}/flpt.h ${SRC2}/installglob.h ${SRC6}/messages_r.h\
-
 
94
 ${SRC6}/natmacs.h ${SRC6}/readglob.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
-
 
95
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
96
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
97
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
98
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
99
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
-
 
100
	${MAIN_CC} ${SRC6}/basicread.c
-
 
101
 
-
 
102
bstack.o : ${SRC1}/bstack.c ${SRC1}/bstack.h ${SRC}/config.h\
-
 
103
 ${SRC6}/xalloc.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
-
 
104
	${MAIN_CC} ${SRC1}/bstack.c
-
 
105
 
-
 
106
case_opt.o : ${SRC2}/case_opt.c ${SRC2}/case_opt.h ${SRC2}/check.h\
-
 
107
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
-
 
108
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h\
-
 
109
 ${SRC2}/foralls.h ${SRC2}/global_opt.h ${SRC1}/glopt.h ${SRC2}/inline.h\
-
 
110
 ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC2}/me_fns.h\
-
 
111
 ${SRC2}/shapemacs.h ${SRC1}/szs_als.h ${SRC2}/tags.h ${SRC6}/xalloc.h\
-
 
112
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
113
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
114
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
115
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
116
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
-
 
117
 ${SRC2}/consttypes.h ${SRC1}/fail.h
-
 
118
	${MAIN_CC} ${SRC2}/case_opt.c
-
 
119
 
-
 
120
check.o : ${SRC2}/check.c ${SRC6}/basicread.h ${SRC2}/check.h\
-
 
121
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h\
-
 
122
 ${SRC3}/dg_aux.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
-
 
123
 ${SRC2}/f64.h ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/install_fns.h\
-
 
124
 ${SRC2}/installglob.h ${SRC2}/machine.h ${SRC2}/me_fns.h\
-
 
125
 ${SRC2}/messages_c.h ${SRC2}/misc_c.h ${SRC6}/natmacs.h\
-
 
126
 ${SRC6}/readglob.h ${SRC2}/shapemacs.h ${SRC1}/szs_als.h ${SRC2}/tags.h\
-
 
127
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
128
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
129
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
130
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
131
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
132
 ${SRC6}/ossg_api.h ${SRC1}/fail.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
-
 
133
	${MAIN_CC} ${SRC2}/check.c
-
 
134
 
-
 
135
check_id.o : ${SRC2}/check_id.c ${SRC2}/check.h ${SRC2}/check_id.h\
-
 
136
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC2}/exp.h\
-
 
137
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/install_fns.h\
-
 
138
 ${SRC2}/installglob.h ${SRC2}/me_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
-
 
139
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
140
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
141
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
142
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
143
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
144
	${MAIN_CC} ${SRC2}/check_id.c
-
 
145
 
-
 
146
code_here.o : ${SRC1}/code_here.c ${SRC1}/addresstypes.h\
-
 
147
 ${SRC1}/alpha_ins.h ${SRC1}/bitsmacs.h ${SRC1}/code_here.h\
-
 
148
 ${SRC1}/coder.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h\
-
 
149
 ${SRC1}/expmacs.h ${SRC1}/handle_sregs.h ${SRC1}/inst_fmt.h\
-
 
150
 ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/procrectypes.h\
-
 
151
 ${SRC1}/reg_defs.h ${SRC1}/regexps.h ${SRC2}/shapemacs.h\
-
 
152
 ${SRC1}/special.h ${SRC2}/tags.h ${SRC1}/cross.h ${SRC6}/codetypes.h\
-
 
153
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
154
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
155
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
156
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
157
 ${SRC2}/flpttypes.h ${SRC1}/output.h ${SRC1}/fbase.h ${SRC1}/ibinasm.h\
-
 
158
 ${SRC1}/instypes.h ${SRC1}/palcode.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
-
 
159
 ${SRC1}/fail.h ${SRC1}/ins_data.h
-
 
160
	${MAIN_CC} ${SRC1}/code_here.c
-
 
161
 
-
 
162
coder.o : ${SRC1}/coder.c ${SRC1}/addresstypes.h ${SRC1}/alpha_ins.h\
-
 
163
 ${SRC6}/basicread.h ${SRC1}/bitsmacs.h ${SRC1}/bool.h ${SRC1}/code_here.h\
-
 
164
 ${SRC1}/coder.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC1}/cross.h\
-
 
165
 ${SRC3}/diag_fns.h ${SRC1}/dump_distr.h ${SRC1}/eval.h ${SRC2}/exp.h\
-
 
166
 ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC6}/externs.h\
-
 
167
 ${SRC1}/extratags.h ${SRC2}/f64.h ${SRC1}/fail.h ${SRC2}/flags.h\
-
 
168
 ${SRC1}/float.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC1}/frames.h\
-
 
169
 ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/handle_sregs.h\
-
 
170
 ${SRC1}/inst_fmt.h ${SRC2}/install_fns.h ${SRC1}/labels.h\
-
 
171
 ${SRC1}/locate.h ${SRC1}/main.h ${SRC1}/maxminmacs.h ${SRC1}/move.h\
-
 
172
 ${SRC1}/new_tags.h ${SRC1}/operators.h ${SRC1}/out_ba.h\
-
 
173
 ${SRC1}/outofline.h ${SRC1}/procrectypes.h ${SRC1}/pseudo.h\
-
 
174
 ${SRC1}/reg_defs.h ${SRC1}/regable.h ${SRC1}/regexps.h\
-
 
175
 ${SRC2}/shapemacs.h ${SRC1}/special.h ${SRC1}/symdiags.h ${SRC1}/syms.h\
-
 
176
 ${SRC1}/szs_als.h ${SRC2}/tags.h ${SRC1}/translate.h ${SRC6}/codetypes.h\
-
 
177
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
178
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC2}/installtypes.h\
-
 
179
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
180
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC1}/output.h\
-
 
181
 ${SRC1}/fbase.h ${SRC1}/ibinasm.h ${SRC1}/instypes.h ${SRC1}/palcode.h\
-
 
182
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/procrecs.h ${SRC1}/ins_data.h
-
 
183
	${MAIN_CC} ${SRC1}/coder.c
-
 
184
 
-
 
185
comp_eq_exp.o : ${SRC1}/comp_eq_exp.c ${SRC6}/common_types.h\
-
 
186
 ${SRC1}/comp_eq_exp.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
-
 
187
 ${SRC1}/exptypes.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
-
 
188
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
189
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.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}/fail.h
-
 
193
	${MAIN_CC} ${SRC1}/comp_eq_exp.c
-
 
194
 
-
 
195
complex_eq.o : ${SRC2}/complex_eq.c ${SRC6}/common_types.h\
-
 
196
 ${SRC2}/complex_eq.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
-
 
197
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
198
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
199
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
200
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
201
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
202
 ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
203
	${MAIN_CC} ${SRC2}/complex_eq.c
-
 
204
 
-
 
205
const.o : ${SRC2}/const.c ${SRC6}/basicread.h ${SRC2}/check.h\
-
 
206
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
-
 
207
 ${SRC2}/constmacs.h ${SRC2}/consttypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
-
 
208
 ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h\
-
 
209
 ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC2}/is_worth.h\
-
 
210
 ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC2}/shapemacs.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 ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
216
 ${SRC6}/ossg_api.h ${SRC1}/fail.h ${SRC1}/fbase.h
-
 
217
	${MAIN_CC} ${SRC2}/const.c
-
 
218
 
-
 
219
cross.o : ${SRC1}/cross.c ${SRC}/config.h ${SRC1}/cross.h\
-
 
220
 ${SRC1}/expmacs.h ${SRC2}/f64.h ${SRC1}/fail.h ${SRC2}/flpt.h\
-
 
221
 ${SRC2}/flpttypes.h ${SRC1}/main.h ${SRC1}/output.h ${SRC6}/ossg.h\
-
 
222
 ${SRC6}/ossg_api.h ${SRC6}/common_types.h ${SRC1}/exptypes.h\
-
 
223
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
224
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
225
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
226
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
227
 ${SRC1}/fbase.h
-
 
228
	${MAIN_CC} ${SRC1}/cross.c
-
 
229
 
-
 
230
decoder.o : ${SRC6}/decoder.c ${SRC6}/basicread.h ${SRC2}/check.h\
-
 
231
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC6}/ecodes.h ${SRC6}/externs.h\
-
 
232
 ${SRC6}/main_reads.h ${SRC6}/messages_r.h ${SRC6}/codetypes.h\
-
 
233
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
234
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
235
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
236
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
237
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h
-
 
238
	${MAIN_CC} ${SRC6}/decoder.c
-
 
239
 
-
 
240
dg_aux.o : ${SRC3}/dg_aux.c ${SRC6}/basicread.h ${SRC2}/check.h\
-
 
241
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h\
-
 
242
 ${SRC3}/dg_globs.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
-
 
243
 ${SRC2}/me_fns.h ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
-
 
244
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
245
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
246
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
247
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
248
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
249
 ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
250
	${MAIN_CC} ${SRC3}/dg_aux.c
-
 
251
 
-
 
252
dg_fns.o : ${SRC3}/dg_fns.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
-
 
253
 ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC3}/dg_fns.h ${SRC3}/dg_globs.h\
-
 
254
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/install_fns.h\
-
 
255
 ${SRC6}/main_reads.h ${SRC6}/natmacs.h ${SRC6}/readglob.h\
-
 
256
 ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/toktypes.h\
-
 
257
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
258
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
259
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
260
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC3}/diagtypes1.h\
-
 
261
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
262
	${MAIN_CC} ${SRC3}/dg_fns.c
-
 
263
 
-
 
264
diag_fns.o : ${SRC3}/diag_fns.c ${SRC1}/alphadiags.h ${SRC6}/basicread.h\
-
 
265
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h\
-
 
266
 ${SRC3}/dg_globs.h ${SRC3}/diag_fns.h ${SRC3}/diagglob.h\
-
 
267
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/install_fns.h\
-
 
268
 ${SRC6}/main_reads.h ${SRC6}/natmacs.h ${SRC6}/readglob.h\
-
 
269
 ${SRC2}/shapemacs.h ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
-
 
270
 ${SRC6}/xalloc.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
271
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes1.h ${SRC}/diag_config.h\
-
 
272
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
273
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
274
 ${SRC6}/toktypes.h ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
-
 
275
 ${SRC1}/fail.h
-
 
276
	${MAIN_CC} ${SRC3}/diag_fns.c
-
 
277
 
-
 
278
diag_info.o : ${SRC3}/diag_info.c ${SRC6}/basicread.h ${SRC2}/check.h\
-
 
279
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC3}/dg_fns.h\
-
 
280
 ${SRC3}/diag_fns.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
-
 
281
 ${SRC6}/main_reads.h ${SRC3}/mark_scope.h ${SRC6}/readglob.h\
-
 
282
 ${SRC6}/sortmacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/xalloc.h\
-
 
283
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
284
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
285
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
286
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
287
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
288
	${MAIN_CC} ${SRC3}/diag_info.c
-
 
289
 
-
 
290
driver.o : ${SRC}/driver.c ${SRC6}/basicread.h ${SRC1}/bool.h\
-
 
291
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/construct_v.h\
-
 
292
 ${SRC1}/dump_distr.h ${SRC2}/exp.h ${SRC6}/externs.h ${SRC1}/fail.h\
-
 
293
 ${SRC1}/file.h ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC6}/inits.h\
-
 
294
 ${SRC2}/installglob.h ${SRC2}/machine.h ${SRC6}/main_reads.h\
-
 
295
 ${SRC6}/reader_v.h ${SRC6}/release.h ${SRC1}/symbol.h ${SRC1}/version.h\
-
 
296
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
297
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
298
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
299
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
300
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
-
 
301
 ${SRC1}/procrectypes.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
-
 
302
	${MAIN_CC} ${SRC}/driver.c
-
 
303
 
-
 
304
dump_distr.o : ${SRC1}/dump_distr.c ${SRC1}/bitsmacs.h\
-
 
305
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC1}/dump_distr.h ${SRC2}/exp.h\
-
 
306
 ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC1}/frames.h ${SRC1}/new_tags.h\
-
 
307
 ${SRC1}/procrectypes.h ${SRC1}/reg_defs.h ${SRC1}/regable.h\
-
 
308
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
309
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
310
 ${SRC3}/diagtypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
311
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
312
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
313
	${MAIN_CC} ${SRC1}/dump_distr.c
-
 
314
 
-
 
315
eval.o : ${SRC1}/eval.c ${SRC1}/addresstypes.h ${SRC6}/common_types.h\
-
 
316
 ${SRC}/config.h ${SRC1}/cross.h ${SRC1}/eval.h ${SRC2}/exp.h\
-
 
317
 ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC2}/f64.h ${SRC1}/fail.h\
-
 
318
 ${SRC1}/fbase.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC1}/frames.h\
-
 
319
 ${SRC1}/ibinasm.h ${SRC1}/inst_fmt.h ${SRC1}/main.h ${SRC1}/maxminmacs.h\
-
 
320
 ${SRC1}/out_ba.h ${SRC1}/output.h ${SRC1}/procrecs.h ${SRC1}/pseudo.h\
-
 
321
 ${SRC1}/reg_defs.h ${SRC1}/shape_range.h ${SRC2}/shapemacs.h\
-
 
322
 ${SRC1}/syms.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
-
 
323
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
324
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC2}/installtypes.h\
-
 
325
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
326
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
327
 ${SRC6}/ossg_api.h ${SRC1}/ins_data.h ${SRC1}/instypes.h\
-
 
328
 ${SRC1}/procrectypes.h
-
 
329
	${MAIN_CC} ${SRC1}/eval.c
-
 
330
 
-
 
331
exp.o : ${SRC2}/exp.c ${SRC6}/basicread.h ${SRC2}/check.h\
-
 
332
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC2}/exp.h\
-
 
333
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/flpt.h\
-
 
334
 ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC2}/messages_c.h\
-
 
335
 ${SRC6}/readglob.h ${SRC2}/shapemacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
-
 
336
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
337
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
338
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
339
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
340
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
341
 ${SRC6}/ossg_api.h ${SRC1}/fail.h ${SRC2}/flpttypes.h ${SRC1}/fbase.h
-
 
342
	${MAIN_CC} ${SRC2}/exp.c
-
 
343
 
-
 
344
extern_adds.o : ${SRC1}/extern_adds.c ${SRC6}/common_types.h\
-
 
345
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/extern_adds.h\
-
 
346
 ${SRC6}/externs.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
-
 
347
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
348
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
349
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
350
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
351
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
352
	${MAIN_CC} ${SRC1}/extern_adds.c
-
 
353
 
-
 
354
f64.o : ${SRC2}/f64.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
-
 
355
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/f64.h\
-
 
356
 ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/messages_c.h\
-
 
357
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
358
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
359
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
360
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
361
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h\
-
 
362
 ${SRC1}/fbase.h
-
 
363
	${MAIN_CC} ${SRC2}/f64.c
-
 
364
 
-
 
365
fail.o : ${SRC1}/fail.c ${SRC}/config.h ${SRC1}/fail.h ${SRC1}/pseudo.h\
-
 
366
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/cross.h ${SRC6}/common_types.h\
-
 
367
 ${SRC1}/exptypes.h ${SRC2}/flpttypes.h ${SRC1}/output.h\
-
 
368
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
369
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
370
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
371
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
372
 ${SRC1}/fbase.h
-
 
373
	${MAIN_CC} ${SRC1}/fail.c
-
 
374
 
-
 
375
file.o : ${SRC1}/file.c ${SRC}/config.h ${SRC1}/fail.h ${SRC1}/file.h\
-
 
376
 ${SRC6}/xalloc.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
-
 
377
	${MAIN_CC} ${SRC1}/file.c
-
 
378
 
-
 
379
flags.o : ${SRC2}/flags.c ${SRC6}/common_types.h ${SRC}/config.h\
-
 
380
 ${SRC2}/flags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
381
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
382
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
383
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
384
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h
-
 
385
	${MAIN_CC} ${SRC2}/flags.c
-
 
386
 
-
 
387
float.o : ${SRC1}/float.c ${SRC6}/common_types.h ${SRC}/config.h\
-
 
388
 ${SRC1}/expmacs.h ${SRC1}/float.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h\
-
 
389
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
390
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
391
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
392
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
393
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
394
 ${SRC6}/ossg_api.h ${SRC1}/fail.h ${SRC1}/fbase.h
-
 
395
	${MAIN_CC} ${SRC1}/float.c
-
 
396
 
-
 
397
flpt.o : ${SRC2}/flpt.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
-
 
398
 ${SRC}/config.h ${SRC2}/exp.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h\
-
 
399
 ${SRC2}/installglob.h ${SRC2}/messages_c.h ${SRC1}/szs_als.h\
-
 
400
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
401
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
402
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
403
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
404
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
405
 ${SRC6}/ossg_api.h ${SRC1}/fbase.h
-
 
406
	${MAIN_CC} ${SRC2}/flpt.c
-
 
407
 
-
 
408
flpt_fns.o : ${SRC2}/flpt_fns.c ${SRC6}/basicread.h ${SRC2}/case_opt.h\
-
 
409
 ${SRC2}/check.h ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h\
-
 
410
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/f64.h\
-
 
411
 ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/install_fns.h\
-
 
412
 ${SRC2}/installglob.h ${SRC2}/machine.h ${SRC6}/main_reads.h\
-
 
413
 ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC6}/natmacs.h\
-
 
414
 ${SRC6}/read_fns.h ${SRC6}/readglob.h ${SRC2}/shapemacs.h\
-
 
415
 ${SRC6}/sortmacs.h ${SRC2}/spec.h ${SRC1}/szs_als.h ${SRC6}/table_fns.h\
-
 
416
 ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
417
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
418
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
419
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
420
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
421
 ${SRC6}/ossg_api.h ${SRC1}/fail.h ${SRC1}/fbase.h
-
 
422
	${MAIN_CC} ${SRC2}/flpt_fns.c
-
 
423
 
-
 
424
foralls.o : ${SRC2}/foralls.c ${SRC6}/basicread.h ${SRC2}/check.h\
-
 
425
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
-
 
426
 ${SRC2}/constmacs.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
-
 
427
 ${SRC2}/flags.h ${SRC2}/foralls.h ${SRC2}/install_fns.h ${SRC2}/me_fns.h\
-
 
428
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
-
 
429
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
430
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
431
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
432
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
433
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC2}/consttypes.h ${SRC1}/fail.h
-
 
434
	${MAIN_CC} ${SRC2}/foralls.c
-
 
435
 
-
 
436
frames.o : ${SRC1}/frames.c ${SRC1}/bitsmacs.h ${SRC1}/bool.h\
-
 
437
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC1}/cross.h ${SRC1}/expmacs.h\
-
 
438
 ${SRC1}/fail.h ${SRC1}/frames.h ${SRC1}/procrecs.h ${SRC1}/reg_defs.h\
-
 
439
 ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
440
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
441
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
442
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
443
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
-
 
444
 ${SRC2}/flpttypes.h ${SRC1}/output.h ${SRC1}/fbase.h\
-
 
445
 ${SRC1}/procrectypes.h
-
 
446
	${MAIN_CC} ${SRC1}/frames.c
-
 
447
 
-
 
448
getregs.o : ${SRC1}/getregs.c ${SRC1}/bitsmacs.h ${SRC6}/common_types.h\
-
 
449
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h\
-
 
450
 ${SRC1}/fail.h ${SRC1}/getregs.h ${SRC1}/procrecs.h\
-
 
451
 ${SRC1}/procrectypes.h ${SRC1}/regexps.h ${SRC2}/tags.h\
-
 
452
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
453
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
454
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
455
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
456
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/cross.h ${SRC2}/flpttypes.h\
-
 
457
 ${SRC1}/output.h ${SRC1}/fbase.h ${SRC1}/addresstypes.h
-
 
458
	${MAIN_CC} ${SRC1}/getregs.c
-
 
459
 
-
 
460
global_opt.o : ${SRC2}/global_opt.c ${SRC2}/check.h ${SRC2}/check_id.h\
-
 
461
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h ${SRC2}/exp.h\
-
 
462
 ${SRC1}/expmacs.h ${SRC2}/flags.h ${SRC2}/foralls.h ${SRC2}/global_opt.h\
-
 
463
 ${SRC1}/glopt.h ${SRC2}/inl_norm.h ${SRC2}/inline.h ${SRC2}/installglob.h\
-
 
464
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC2}/unroll.h ${SRC6}/codetypes.h\
-
 
465
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
466
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
467
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
468
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
469
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC2}/consttypes.h ${SRC1}/fail.h
-
 
470
	${MAIN_CC} ${SRC2}/global_opt.c
-
 
471
 
-
 
472
glopt.o : ${SRC1}/glopt.c ${SRC6}/basicread.h ${SRC2}/check.h\
-
 
473
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
-
 
474
 ${SRC6}/externs.h ${SRC2}/flags.h ${SRC1}/glopt.h ${SRC2}/installglob.h\
-
 
475
 ${SRC2}/shapemacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
-
 
476
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
477
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
478
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
479
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
480
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
481
	${MAIN_CC} ${SRC1}/glopt.c
-
 
482
 
-
 
483
guard.o : ${SRC1}/guard.c ${SRC1}/addresstypes.h ${SRC}/config.h\
-
 
484
 ${SRC1}/fail.h ${SRC1}/guard.h ${SRC1}/procrecs.h ${SRC6}/common_types.h\
-
 
485
 ${SRC1}/cross.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
486
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
487
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
488
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
489
 ${SRC6}/sort_union.h ${SRC2}/flpttypes.h ${SRC1}/output.h ${SRC1}/fbase.h\
-
 
490
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/procrectypes.h
-
 
491
	${MAIN_CC} ${SRC1}/guard.c
-
 
492
 
-
 
493
handle_sregs.o : ${SRC1}/handle_sregs.c ${SRC1}/addresstypes.h\
-
 
494
 ${SRC1}/alpha_ins.h ${SRC}/config.h ${SRC1}/expmacs.h ${SRC1}/fail.h\
-
 
495
 ${SRC1}/frames.h ${SRC1}/inst_fmt.h ${SRC1}/maxminmacs.h\
-
 
496
 ${SRC1}/reg_defs.h ${SRC6}/common_types.h ${SRC1}/cross.h\
-
 
497
 ${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 ${SRC2}/flpttypes.h ${SRC1}/output.h ${SRC1}/fbase.h\
-
 
502
 ${SRC1}/ibinasm.h ${SRC1}/instypes.h ${SRC1}/palcode.h ${SRC6}/ossg.h\
-
 
503
 ${SRC6}/ossg_api.h ${SRC1}/ins_data.h ${SRC1}/procrectypes.h
-
 
504
	${MAIN_CC} ${SRC1}/handle_sregs.c
-
 
505
 
-
 
506
inl_norm.o : ${SRC2}/inl_norm.c ${SRC2}/check.h ${SRC2}/check_id.h\
-
 
507
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h ${SRC3}/dg_aux.h\
-
 
508
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/flags.h ${SRC2}/foralls.h\
-
 
509
 ${SRC1}/glopt.h ${SRC2}/inl_norm.h ${SRC2}/inline.h ${SRC2}/installglob.h\
-
 
510
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
-
 
511
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
512
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
513
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
514
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
515
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC2}/consttypes.h ${SRC1}/fail.h
-
 
516
	${MAIN_CC} ${SRC2}/inl_norm.c
-
 
517
 
-
 
518
inline.o : ${SRC2}/inline.c ${SRC2}/check.h ${SRC6}/common_types.h\
-
 
519
 ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC3}/dg_globs.h ${SRC2}/exp.h\
-
 
520
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/inline.h\
-
 
521
 ${SRC2}/me_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
-
 
522
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
523
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
524
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
525
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
526
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
527
	${MAIN_CC} ${SRC2}/inline.c
-
 
528
 
-
 
529
inlinechoice.o : ${SRC1}/inlinechoice.c ${SRC6}/common_types.h\
-
 
530
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/flags.h\
-
 
531
 ${SRC2}/inl_norm.h ${SRC2}/installglob.h ${SRC2}/shapemacs.h\
-
 
532
 ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
533
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
534
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
535
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
536
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
537
	${MAIN_CC} ${SRC1}/inlinechoice.c
-
 
538
 
-
 
539
inst_fmt.o : ${SRC1}/inst_fmt.c ${SRC1}/alpha_ins.h ${SRC1}/bool.h\
-
 
540
 ${SRC1}/code_here.h ${SRC}/config.h ${SRC1}/cross.h ${SRC1}/fail.h\
-
 
541
 ${SRC1}/getregs.h ${SRC1}/ibinasm.h ${SRC1}/inst_fmt.h ${SRC1}/instypes.h\
-
 
542
 ${SRC1}/locate.h ${SRC1}/main.h ${SRC1}/maxminmacs.h ${SRC1}/out_ba.h\
-
 
543
 ${SRC1}/procrectypes.h ${SRC1}/pseudo.h ${SRC1}/reg_defs.h\
-
 
544
 ${SRC1}/regexps.h ${SRC1}/syms.h ${SRC6}/xalloc.h ${SRC1}/palcode.h\
-
 
545
 ${SRC1}/addresstypes.h ${SRC6}/common_types.h ${SRC6}/codetypes.h\
-
 
546
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
547
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
548
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
549
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
550
 ${SRC2}/flpttypes.h ${SRC1}/output.h ${SRC1}/fbase.h ${SRC6}/ossg.h\
-
 
551
 ${SRC6}/ossg_api.h ${SRC1}/ins_data.h
-
 
552
	${MAIN_CC} ${SRC1}/inst_fmt.c
-
 
553
 
-
 
554
install_fns.o : ${SRC2}/install_fns.c ${SRC6}/basicread.h\
-
 
555
 ${SRC2}/case_opt.h ${SRC2}/check.h ${SRC2}/check_id.h\
-
 
556
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_fns.h ${SRC2}/exp.h\
-
 
557
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/f64.h ${SRC2}/flags.h\
-
 
558
 ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/install_fns.h\
-
 
559
 ${SRC2}/installglob.h ${SRC2}/machine.h ${SRC6}/main_reads.h\
-
 
560
 ${SRC3}/mark_scope.h ${SRC2}/me_fns.h ${SRC2}/messages_c.h\
-
 
561
 ${SRC6}/natmacs.h ${SRC6}/read_fns.h ${SRC6}/readglob.h\
-
 
562
 ${SRC2}/shapemacs.h ${SRC6}/sortmacs.h ${SRC2}/spec.h ${SRC1}/szs_als.h\
-
 
563
 ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
-
 
564
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
565
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
566
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
567
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
568
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h ${SRC1}/fbase.h
-
 
569
	${MAIN_CC} ${SRC2}/install_fns.c
-
 
570
 
-
 
571
installglob.o : ${SRC2}/installglob.c ${SRC6}/common_types.h\
-
 
572
 ${SRC}/config.h ${SRC2}/installglob.h ${SRC6}/codetypes.h\
-
 
573
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
574
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
575
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
576
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
577
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h
-
 
578
	${MAIN_CC} ${SRC2}/installglob.c
-
 
579
 
-
 
580
is_worth.o : ${SRC1}/is_worth.c ${SRC1}/coder.h ${SRC6}/common_types.h\
-
 
581
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC2}/is_worth.h\
-
 
582
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC1}/addresstypes.h\
-
 
583
 ${SRC1}/exptypes.h ${SRC1}/procrectypes.h ${SRC1}/cross.h\
-
 
584
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
585
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
586
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
587
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
588
 ${SRC2}/flpttypes.h ${SRC1}/output.h ${SRC1}/fbase.h ${SRC6}/ossg.h\
-
 
589
 ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
590
	${MAIN_CC} ${SRC1}/is_worth.c
-
 
591
 
-
 
592
label_ops.o : ${SRC2}/label_ops.c ${SRC2}/check.h ${SRC6}/common_types.h\
-
 
593
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
-
 
594
 ${SRC2}/installglob.h ${SRC2}/label_ops.h ${SRC2}/shapemacs.h\
-
 
595
 ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
596
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
597
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
598
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
599
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
600
	${MAIN_CC} ${SRC2}/label_ops.c
-
 
601
 
-
 
602
labels.o : ${SRC1}/labels.c ${SRC}/config.h ${SRC1}/ibinasm.h\
-
 
603
 ${SRC1}/inst_fmt.h ${SRC1}/labels.h ${SRC1}/out_ba.h ${SRC1}/regexps.h\
-
 
604
 ${SRC6}/xalloc.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/addresstypes.h\
-
 
605
 ${SRC1}/cross.h ${SRC1}/exptypes.h ${SRC1}/ins_data.h ${SRC1}/instypes.h\
-
 
606
 ${SRC1}/procrectypes.h ${SRC6}/common_types.h ${SRC6}/codetypes.h\
-
 
607
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
608
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC2}/installtypes.h\
-
 
609
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
610
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC2}/flpttypes.h\
-
 
611
 ${SRC1}/output.h ${SRC1}/fbase.h
-
 
612
	${MAIN_CC} ${SRC1}/labels.c
-
 
613
 
-
 
614
li_fns.o : ${SRC5}/li_fns.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
-
 
615
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
-
 
616
 ${SRC2}/flags.h ${SRC2}/machine.h ${SRC6}/main_reads.h\
-
 
617
 ${SRC5}/messages_li.h ${SRC6}/natmacs.h ${SRC6}/readglob.h ${SRC2}/tags.h\
-
 
618
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
619
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
620
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
621
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
622
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
623
 ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
624
	${MAIN_CC} ${SRC5}/li_fns.c
-
 
625
 
-
 
626
locate.o : ${SRC1}/locate.c ${SRC1}/addresstypes.h ${SRC1}/alpha_ins.h\
-
 
627
 ${SRC1}/bitsmacs.h ${SRC1}/code_here.h ${SRC6}/common_types.h\
-
 
628
 ${SRC}/config.h ${SRC1}/eval.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
-
 
629
 ${SRC1}/fail.h ${SRC1}/frames.h ${SRC1}/getregs.h ${SRC1}/guard.h\
-
 
630
 ${SRC1}/handle_sregs.h ${SRC1}/inst_fmt.h ${SRC1}/locate.h ${SRC1}/move.h\
-
 
631
 ${SRC1}/procrecs.h ${SRC1}/pseudo.h ${SRC1}/reg_defs.h ${SRC1}/regexps.h\
-
 
632
 ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC1}/cross.h ${SRC6}/codetypes.h\
-
 
633
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
634
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
635
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
636
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
637
 ${SRC2}/flpttypes.h ${SRC1}/output.h ${SRC1}/fbase.h ${SRC1}/ibinasm.h\
-
 
638
 ${SRC1}/instypes.h ${SRC1}/palcode.h ${SRC1}/procrectypes.h\
-
 
639
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/ins_data.h
-
 
640
	${MAIN_CC} ${SRC1}/locate.c
-
 
641
 
-
 
642
machine.o : ${SRC1}/machine.c ${SRC6}/common_types.h ${SRC}/config.h\
-
 
643
 ${SRC1}/expmacs.h ${SRC2}/shapemacs.h ${SRC6}/codetypes.h\
-
 
644
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
645
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
646
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
647
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
648
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
649
	${MAIN_CC} ${SRC1}/machine.c
-
 
650
 
-
 
651
machine_toks.o : ${SRC1}/machine_toks.c ${SRC}/config.h ${SRC6}/ossg.h\
-
 
652
 ${SRC6}/ossg_api.h
-
 
653
	${MAIN_CC} ${SRC1}/machine_toks.c
-
 
654
 
-
 
655
makesymtab.o : ${SRC1}/makesymtab.c ${SRC}/config.h ${SRC}/cross_config.h\
-
 
656
 ${SRC1}/makesymtab.h ${SRC1}/symtab.h ${SRC6}/xalloc.h ${SRC6}/ossg.h\
-
 
657
 ${SRC6}/ossg_api.h
-
 
658
	${MAIN_CC} ${SRC1}/makesymtab.c
-
 
659
 
-
 
660
mark_scope.o : ${SRC3}/mark_scope.c ${SRC6}/common_types.h\
-
 
661
 ${SRC}/config.h ${SRC3}/dg_aux.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
-
 
662
 ${SRC3}/mark_scope.h ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
-
 
663
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
664
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
665
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
666
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
667
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
668
	${MAIN_CC} ${SRC3}/mark_scope.c
-
 
669
 
-
 
670
me_fns.o : ${SRC2}/me_fns.c ${SRC6}/basicread.h ${SRC2}/check.h\
-
 
671
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
-
 
672
 ${SRC6}/externs.h ${SRC2}/install_fns.h ${SRC2}/installglob.h\
-
 
673
 ${SRC2}/me_fns.h ${SRC2}/messages_c.h ${SRC6}/natmacs.h\
-
 
674
 ${SRC2}/shapemacs.h ${SRC6}/table_fns.h ${SRC2}/tags.h\
-
 
675
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
676
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
677
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
678
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
679
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
680
	${MAIN_CC} ${SRC2}/me_fns.c
-
 
681
 
-
 
682
misc_c.o : ${SRC2}/misc_c.c ${SRC6}/common_types.h ${SRC2}/complex_eq.h\
-
 
683
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
-
 
684
 ${SRC2}/misc_c.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
-
 
685
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
686
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
687
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
688
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
689
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
690
	${MAIN_CC} ${SRC2}/misc_c.c
-
 
691
 
-
 
692
move.o : ${SRC1}/move.c ${SRC1}/addresstypes.h ${SRC1}/alpha_ins.h\
-
 
693
 ${SRC1}/bitsmacs.h ${SRC1}/bool.h ${SRC}/config.h ${SRC1}/expmacs.h\
-
 
694
 ${SRC1}/fail.h ${SRC1}/frames.h ${SRC1}/getregs.h ${SRC1}/guard.h\
-
 
695
 ${SRC1}/inst_fmt.h ${SRC1}/labels.h ${SRC1}/locate.h ${SRC1}/main.h\
-
 
696
 ${SRC1}/maxminmacs.h ${SRC1}/move.h ${SRC1}/procrectypes.h\
-
 
697
 ${SRC1}/pseudo.h ${SRC1}/reg_defs.h ${SRC1}/regexps.h\
-
 
698
 ${SRC6}/common_types.h ${SRC1}/cross.h ${SRC6}/codetypes.h\
-
 
699
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
700
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
701
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
702
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
703
 ${SRC2}/flpttypes.h ${SRC1}/output.h ${SRC1}/fbase.h ${SRC1}/ibinasm.h\
-
 
704
 ${SRC1}/instypes.h ${SRC1}/palcode.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
-
 
705
 ${SRC1}/procrecs.h ${SRC1}/ins_data.h
-
 
706
	${MAIN_CC} ${SRC1}/move.c
-
 
707
 
-
 
708
oddtest.o : ${SRC1}/oddtest.c ${SRC2}/check.h ${SRC6}/common_types.h\
-
 
709
 ${SRC1}/comp_eq_exp.h ${SRC}/config.h ${SRC1}/expmacs.h\
-
 
710
 ${SRC1}/exptypes.h ${SRC1}/oddtest.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
-
 
711
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
712
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
713
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
714
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
715
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
716
	${MAIN_CC} ${SRC1}/oddtest.c
-
 
717
 
-
 
718
operators.o : ${SRC1}/operators.c ${SRC1}/addresstypes.h\
-
 
719
 ${SRC1}/alpha_ins.h ${SRC1}/bitsmacs.h ${SRC1}/code_here.h\
-
 
720
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC1}/cross.h ${SRC1}/expmacs.h\
-
 
721
 ${SRC2}/f64.h ${SRC1}/getregs.h ${SRC1}/guard.h ${SRC1}/inst_fmt.h\
-
 
722
 ${SRC1}/maxminmacs.h ${SRC1}/move.h ${SRC1}/operators.h\
-
 
723
 ${SRC1}/reg_defs.h ${SRC2}/shapemacs.h ${SRC2}/tags.h ${SRC6}/codetypes.h\
-
 
724
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
725
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
726
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
727
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
728
 ${SRC2}/flpttypes.h ${SRC1}/output.h ${SRC1}/fbase.h ${SRC1}/ibinasm.h\
-
 
729
 ${SRC1}/instypes.h ${SRC1}/palcode.h ${SRC1}/procrectypes.h\
-
 
730
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h ${SRC1}/procrecs.h\
-
 
731
 ${SRC1}/ins_data.h
-
 
732
	${MAIN_CC} ${SRC1}/operators.c
-
 
733
 
-
 
734
out_ba.o : ${SRC1}/out_ba.c ${SRC}/config.h ${SRC1}/ibinasm.h\
-
 
735
 ${SRC1}/main.h ${SRC1}/out_ba.h ${SRC6}/xalloc.h ${SRC6}/ossg.h\
-
 
736
 ${SRC6}/ossg_api.h ${SRC6}/common_types.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 ${SRC1}/localtypes.h\
-
 
740
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
741
 ${SRC1}/cross.h ${SRC2}/flpttypes.h ${SRC1}/output.h ${SRC1}/fbase.h
-
 
742
	${MAIN_CC} ${SRC1}/out_ba.c
-
 
743
 
-
 
744
pseudo.o : ${SRC1}/pseudo.c ${SRC1}/bool.h ${SRC}/config.h\
-
 
745
 ${SRC1}/cross.h ${SRC1}/frames.h ${SRC1}/ibinasm.h ${SRC1}/inst_fmt.h\
-
 
746
 ${SRC1}/out_ba.h ${SRC1}/pseudo.h ${SRC1}/reg_defs.h ${SRC6}/xalloc.h\
-
 
747
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC6}/common_types.h\
-
 
748
 ${SRC1}/exptypes.h ${SRC2}/flpttypes.h ${SRC1}/output.h\
-
 
749
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
750
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
751
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
752
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
753
 ${SRC1}/fbase.h ${SRC1}/addresstypes.h ${SRC1}/ins_data.h\
-
 
754
 ${SRC1}/instypes.h ${SRC1}/procrectypes.h
-
 
755
	${MAIN_CC} ${SRC1}/pseudo.c
-
 
756
 
-
 
757
read_fns.o : ${SRC6}/read_fns.c ${SRC2}/aldefs.h ${SRC6}/basicread.h\
-
 
758
 ${SRC2}/check.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_fns.h\
-
 
759
 ${SRC3}/diag_fns.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
-
 
760
 ${SRC2}/flags.h ${SRC2}/flpt.h ${SRC2}/flpttypes.h ${SRC2}/installglob.h\
-
 
761
 ${SRC2}/machine.h ${SRC6}/main_reads.h ${SRC2}/me_fns.h\
-
 
762
 ${SRC6}/messages_r.h ${SRC6}/natmacs.h ${SRC6}/read_fns.h\
-
 
763
 ${SRC6}/readglob.h ${SRC2}/shapemacs.h ${SRC6}/sortmacs.h ${SRC2}/spec.h\
-
 
764
 ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/toktypes.h ${SRC6}/xalloc.h\
-
 
765
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
766
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
767
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
768
 ${SRC1}/localtypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
769
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h ${SRC1}/fbase.h
-
 
770
	${MAIN_CC} ${SRC6}/read_fns.c
-
 
771
 
-
 
772
read_sort.o : ${SRC6}/read_sort.c ${SRC6}/basicread.h\
-
 
773
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
-
 
774
 ${SRC6}/externs.h ${SRC6}/main_reads.h ${SRC6}/messages_r.h\
-
 
775
 ${SRC6}/read_sort.h ${SRC6}/readglob.h ${SRC6}/sortmacs.h\
-
 
776
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
777
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
778
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
779
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
780
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
781
	${MAIN_CC} ${SRC6}/read_sort.c
-
 
782
 
-
 
783
readglob.o : ${SRC6}/readglob.c ${SRC6}/common_types.h ${SRC}/config.h\
-
 
784
 ${SRC6}/readglob.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
785
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
786
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
787
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
788
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
789
 ${SRC6}/ossg_api.h
-
 
790
	${MAIN_CC} ${SRC6}/readglob.c
-
 
791
 
-
 
792
regable.o : ${SRC1}/regable.c ${SRC6}/common_types.h ${SRC}/config.h\
-
 
793
 ${SRC1}/expmacs.h ${SRC1}/regable.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
-
 
794
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
795
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
796
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
797
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
798
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
799
	${MAIN_CC} ${SRC1}/regable.c
-
 
800
 
-
 
801
regalloc.o : ${SRC1}/regalloc.c ${SRC1}/bitsmacs.h ${SRC1}/coder.h\
-
 
802
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC1}/expmacs.h ${SRC1}/frames.h\
-
 
803
 ${SRC1}/maxminmacs.h ${SRC1}/procrecs.h ${SRC1}/procrectypes.h\
-
 
804
 ${SRC1}/reg_defs.h ${SRC1}/regable.h ${SRC1}/regalloc.h ${SRC1}/regmacs.h\
-
 
805
 ${SRC2}/tags.h ${SRC1}/addresstypes.h ${SRC1}/exptypes.h ${SRC1}/cross.h\
-
 
806
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
807
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
808
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
809
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
810
 ${SRC2}/flpttypes.h ${SRC1}/output.h ${SRC1}/fbase.h ${SRC6}/ossg.h\
-
 
811
 ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
812
	${MAIN_CC} ${SRC1}/regalloc.c
-
 
813
 
-
 
814
regexps.o : ${SRC1}/regexps.c ${SRC1}/addresstypes.h ${SRC1}/bitsmacs.h\
-
 
815
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC1}/expmacs.h\
-
 
816
 ${SRC1}/extratags.h ${SRC1}/fail.h ${SRC1}/maxminmacs.h ${SRC1}/move.h\
-
 
817
 ${SRC1}/reg_defs.h ${SRC1}/regexps.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
-
 
818
 ${SRC1}/cross.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
819
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
820
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
821
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
822
 ${SRC6}/sort_union.h ${SRC2}/flpttypes.h ${SRC1}/output.h ${SRC1}/fbase.h\
-
 
823
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/procrectypes.h
-
 
824
	${MAIN_CC} ${SRC1}/regexps.c
-
 
825
 
-
 
826
scan.o : ${SRC1}/scan.c ${SRC1}/bitsmacs.h ${SRC1}/bool.h ${SRC2}/check.h\
-
 
827
 ${SRC1}/coder.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/const.h\
-
 
828
 ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC6}/externs.h\
-
 
829
 ${SRC1}/extratags.h ${SRC2}/flpt.h ${SRC1}/frames.h ${SRC2}/install_fns.h\
-
 
830
 ${SRC1}/maxminmacs.h ${SRC1}/new_tags.h ${SRC1}/oddtest.h\
-
 
831
 ${SRC1}/procrectypes.h ${SRC1}/reg_defs.h ${SRC1}/regable.h\
-
 
832
 ${SRC1}/regexps.h ${SRC1}/scan.h ${SRC2}/shapemacs.h ${SRC1}/special.h\
-
 
833
 ${SRC1}/szs_als.h ${SRC2}/tags.h ${SRC1}/tempdecs.h\
-
 
834
 ${SRC1}/addresstypes.h ${SRC1}/cross.h ${SRC6}/codetypes.h\
-
 
835
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
836
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC2}/installtypes.h\
-
 
837
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
838
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC2}/flpttypes.h\
-
 
839
 ${SRC1}/output.h ${SRC1}/fbase.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
-
 
840
 ${SRC2}/consttypes.h ${SRC1}/fail.h
-
 
841
	${MAIN_CC} ${SRC1}/scan.c
-
 
842
 
-
 
843
spec.o : ${SRC1}/spec.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
-
 
844
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
-
 
845
 ${SRC2}/flags.h ${SRC2}/installglob.h ${SRC2}/shapemacs.h ${SRC2}/spec.h\
-
 
846
 ${SRC6}/table_fns.h ${SRC2}/tags.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
847
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
848
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
849
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
850
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
851
 ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
852
	${MAIN_CC} ${SRC1}/spec.c
-
 
853
 
-
 
854
spec_tok.o : ${SRC1}/spec_tok.c ${SRC6}/basicread.h\
-
 
855
 ${SRC6}/c_arith_type.h ${SRC2}/check.h ${SRC6}/common_types.h\
-
 
856
 ${SRC}/config.h ${SRC3}/diag_fns.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
-
 
857
 ${SRC6}/externs.h ${SRC2}/flags.h ${SRC2}/install_fns.h\
-
 
858
 ${SRC2}/installglob.h ${SRC6}/main_reads.h ${SRC2}/me_fns.h\
-
 
859
 ${SRC6}/messages_r.h ${SRC6}/natmacs.h ${SRC1}/new_tags.h\
-
 
860
 ${SRC2}/shapemacs.h ${SRC6}/spec_tok.h ${SRC1}/szs_als.h ${SRC2}/tags.h\
-
 
861
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
862
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
863
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
864
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
865
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
866
	${MAIN_CC} ${SRC1}/spec_tok.c
-
 
867
 
-
 
868
special.o : ${SRC1}/special.c ${SRC1}/addresstypes.h ${SRC1}/alpha_ins.h\
-
 
869
 ${SRC1}/bitsmacs.h ${SRC1}/code_here.h ${SRC6}/common_types.h\
-
 
870
 ${SRC}/config.h ${SRC1}/expmacs.h ${SRC1}/fail.h ${SRC1}/getregs.h\
-
 
871
 ${SRC1}/guard.h ${SRC1}/inst_fmt.h ${SRC1}/labels.h ${SRC1}/move.h\
-
 
872
 ${SRC1}/procrectypes.h ${SRC1}/pseudo.h ${SRC1}/reg_defs.h\
-
 
873
 ${SRC2}/shapemacs.h ${SRC1}/special.h ${SRC2}/tags.h ${SRC1}/cross.h\
-
 
874
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
875
 ${SRC}/diag_config.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h\
-
 
876
 ${SRC1}/exptypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
877
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
878
 ${SRC6}/sort_union.h ${SRC2}/flpttypes.h ${SRC1}/output.h ${SRC1}/fbase.h\
-
 
879
 ${SRC1}/ibinasm.h ${SRC1}/instypes.h ${SRC1}/palcode.h ${SRC6}/ossg.h\
-
 
880
 ${SRC6}/ossg_api.h ${SRC1}/procrecs.h ${SRC1}/ins_data.h ${SRC2}/exp.h
-
 
881
	${MAIN_CC} ${SRC1}/special.c
-
 
882
 
-
 
883
symbol.o : ${SRC1}/symbol.c ${SRC1}/bstack.h ${SRC6}/common_types.h\
-
 
884
 ${SRC}/config.h ${SRC}/cross_config.h ${SRC3}/diagtypes.h\
-
 
885
 ${SRC1}/expmacs.h ${SRC1}/makesymtab.h ${SRC1}/symbol.h ${SRC1}/symtab.h\
-
 
886
 ${SRC1}/type_to_aux.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
-
 
887
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
888
 ${SRC3}/diaginfo.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
889
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
890
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
891
 ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
892
	${MAIN_CC} ${SRC1}/symbol.c
-
 
893
 
-
 
894
symdiags.o : ${SRC1}/symdiags.c ${SRC1}/alphadiags.h ${SRC1}/bitsmacs.h\
-
 
895
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC}/cross_config.h\
-
 
896
 ${SRC3}/diag_fns.h ${SRC3}/diagglob.h ${SRC3}/diagtypes.h ${SRC2}/exp.h\
-
 
897
 ${SRC1}/expmacs.h ${SRC1}/exptypes.h ${SRC1}/ibinasm.h ${SRC1}/locate.h\
-
 
898
 ${SRC3}/mark_scope.h ${SRC1}/out_ba.h ${SRC1}/procrecs.h\
-
 
899
 ${SRC1}/procrectypes.h ${SRC1}/pseudo.h ${SRC2}/shapemacs.h\
-
 
900
 ${SRC1}/symbol.h ${SRC1}/symdiags.h ${SRC1}/syms.h ${SRC2}/tags.h\
-
 
901
 ${SRC6}/xalloc.h ${SRC3}/diaginfo.h ${SRC3}/diagtypes1.h\
-
 
902
 ${SRC}/diag_config.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
903
 ${SRC3}/dg_types.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
904
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC6}/sort_union.h\
-
 
905
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h ${SRC1}/addresstypes.h\
-
 
906
 ${SRC1}/cross.h ${SRC2}/flpttypes.h ${SRC1}/output.h ${SRC1}/fbase.h
-
 
907
	${MAIN_CC} ${SRC1}/symdiags.c
-
 
908
 
-
 
909
syms.o : ${SRC1}/syms.c ${SRC1}/alphadiags.h ${SRC6}/common_types.h\
-
 
910
 ${SRC}/config.h ${SRC}/cross_config.h ${SRC1}/expmacs.h ${SRC2}/flags.h\
-
 
911
 ${SRC1}/main.h ${SRC2}/shapemacs.h ${SRC1}/symbol.h ${SRC1}/syms.h\
-
 
912
 ${SRC2}/tags.h ${SRC6}/xalloc.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
913
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes1.h ${SRC}/diag_config.h\
-
 
914
 ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
915
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
916
 ${SRC6}/toktypes.h ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
-
 
917
 ${SRC1}/fail.h
-
 
918
	${MAIN_CC} ${SRC1}/syms.c
-
 
919
 
-
 
920
table_fns.o : ${SRC6}/table_fns.c ${SRC6}/basicread.h ${SRC2}/check.h\
-
 
921
 ${SRC6}/common_types.h ${SRC}/config.h ${SRC3}/dg_fns.h\
-
 
922
 ${SRC3}/diagglob.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC6}/externs.h\
-
 
923
 ${SRC2}/install_fns.h ${SRC2}/installglob.h ${SRC6}/main_reads.h\
-
 
924
 ${SRC6}/messages_r.h ${SRC6}/read_sort.h ${SRC6}/readglob.h\
-
 
925
 ${SRC6}/sortmacs.h ${SRC6}/spec_tok.h ${SRC6}/table_fns.h\
-
 
926
 ${SRC6}/xalloc.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
927
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
928
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
929
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
930
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
931
 ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
932
	${MAIN_CC} ${SRC6}/table_fns.c
-
 
933
 
-
 
934
tempdecs.o : ${SRC1}/tempdecs.c ${SRC1}/bitsmacs.h ${SRC6}/common_types.h\
-
 
935
 ${SRC}/config.h ${SRC2}/const.h ${SRC2}/exp.h ${SRC1}/expmacs.h\
-
 
936
 ${SRC2}/tags.h ${SRC1}/tempdecs.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
937
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
938
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
939
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
940
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
941
 ${SRC6}/ossg_api.h ${SRC2}/consttypes.h ${SRC1}/fail.h
-
 
942
	${MAIN_CC} ${SRC1}/tempdecs.c
-
 
943
 
-
 
944
translate.o : ${SRC1}/translate.c ${SRC1}/alpha_ins.h\
-
 
945
 ${SRC1}/alphadiags.h ${SRC1}/bitsmacs.h ${SRC1}/code_here.h\
-
 
946
 ${SRC1}/coder.h ${SRC6}/common_types.h ${SRC}/config.h\
-
 
947
 ${SRC}/cross_config.h ${SRC1}/directives.h ${SRC1}/eval.h ${SRC2}/exp.h\
-
 
948
 ${SRC1}/expmacs.h ${SRC1}/extern_adds.h ${SRC1}/fail.h ${SRC2}/flags.h\
-
 
949
 ${SRC1}/frames.h ${SRC1}/getregs.h ${SRC1}/ibinasm.h ${SRC1}/inst_fmt.h\
-
 
950
 ${SRC2}/installglob.h ${SRC1}/labels.h ${SRC1}/locate.h ${SRC2}/machine.h\
-
 
951
 ${SRC1}/main.h ${SRC2}/optimise.h ${SRC1}/out_ba.h ${SRC1}/outofline.h\
-
 
952
 ${SRC1}/procrecs.h ${SRC1}/procrectypes.h ${SRC1}/pseudo.h\
-
 
953
 ${SRC1}/reg_defs.h ${SRC1}/regalloc.h ${SRC1}/regexps.h ${SRC1}/scan.h\
-
 
954
 ${SRC2}/shapemacs.h ${SRC1}/symbol.h ${SRC1}/syms.h ${SRC2}/tags.h\
-
 
955
 ${SRC1}/tempdecs.h ${SRC1}/translate.h ${SRC1}/version.h\
-
 
956
 ${SRC1}/weights.h ${SRC6}/xalloc.h ${SRC1}/instypes.h ${SRC1}/palcode.h\
-
 
957
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC3}/diaginfo.h\
-
 
958
 ${SRC3}/diagtypes1.h ${SRC}/diag_config.h ${SRC1}/addresstypes.h\
-
 
959
 ${SRC1}/cross.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h ${SRC3}/dg_types.h\
-
 
960
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
961
 ${SRC6}/toktypes.h ${SRC6}/sort_union.h ${SRC2}/flpttypes.h\
-
 
962
 ${SRC1}/output.h ${SRC1}/fbase.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h\
-
 
963
 ${SRC1}/ins_data.h
-
 
964
	${MAIN_CC} ${SRC1}/translate.c
-
 
965
 
-
 
966
type_to_aux.o : ${SRC1}/type_to_aux.c ${SRC6}/common_types.h\
-
 
967
 ${SRC}/config.h ${SRC}/cross_config.h ${SRC3}/diag_fns.h\
-
 
968
 ${SRC3}/diagtypes.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/main.h\
-
 
969
 ${SRC2}/shapemacs.h ${SRC1}/symbol.h ${SRC1}/symtab.h\
-
 
970
 ${SRC1}/type_to_aux.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
-
 
971
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
972
 ${SRC3}/diaginfo.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
973
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
974
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
975
 ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
976
	${MAIN_CC} ${SRC1}/type_to_aux.c
-
 
977
 
-
 
978
unroll.o : ${SRC2}/unroll.c ${SRC6}/basicread.h ${SRC2}/check.h\
-
 
979
 ${SRC2}/check_id.h ${SRC6}/common_types.h ${SRC}/config.h ${SRC2}/exp.h\
-
 
980
 ${SRC1}/expmacs.h ${SRC6}/externs.h ${SRC2}/install_fns.h\
-
 
981
 ${SRC2}/installglob.h ${SRC2}/me_fns.h ${SRC2}/shapemacs.h ${SRC2}/tags.h\
-
 
982
 ${SRC2}/unroll.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
983
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
984
 ${SRC3}/diagtypes.h ${SRC1}/exptypes.h ${SRC2}/installtypes.h\
-
 
985
 ${SRC5}/li_types.h ${SRC1}/localtypes.h ${SRC6}/toktypes.h\
-
 
986
 ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h ${SRC6}/ossg.h\
-
 
987
 ${SRC6}/ossg_api.h ${SRC1}/fail.h
-
 
988
	${MAIN_CC} ${SRC2}/unroll.c
-
 
989
 
-
 
990
weights.o : ${SRC1}/weights.c ${SRC1}/bitsmacs.h ${SRC6}/common_types.h\
-
 
991
 ${SRC}/config.h ${SRC2}/exp.h ${SRC1}/expmacs.h ${SRC1}/exptypes.h\
-
 
992
 ${SRC1}/maxminmacs.h ${SRC1}/procrecs.h ${SRC1}/procrectypes.h\
-
 
993
 ${SRC1}/regable.h ${SRC2}/shapemacs.h ${SRC1}/special.h ${SRC2}/tags.h\
-
 
994
 ${SRC1}/weights.h ${SRC6}/codetypes.h ${SRC3}/dg_first.h\
-
 
995
 ${SRC3}/dg_types.h ${SRC}/diag_config.h ${SRC3}/diaginfo.h\
-
 
996
 ${SRC3}/diagtypes.h ${SRC2}/installtypes.h ${SRC5}/li_types.h\
-
 
997
 ${SRC1}/localtypes.h ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h\
-
 
998
 ${SRC6}/sort_union.h ${SRC6}/ossg.h ${SRC6}/ossg_api.h ${SRC1}/fail.h\
-
 
999
 ${SRC1}/addresstypes.h ${SRC1}/cross.h ${SRC2}/flpttypes.h\
-
 
1000
 ${SRC1}/output.h ${SRC1}/fbase.h
-
 
1001
	${MAIN_CC} ${SRC1}/weights.c
-
 
1002
 
-
 
1003
xalloc.o : ${SRC6}/xalloc.c ${SRC6}/basicread.h ${SRC6}/common_types.h\
-
 
1004
 ${SRC}/config.h ${SRC6}/messages_r.h ${SRC6}/xalloc.h ${SRC6}/codetypes.h\
-
 
1005
 ${SRC3}/dg_first.h ${SRC3}/dg_types.h ${SRC}/diag_config.h\
-
 
1006
 ${SRC3}/diaginfo.h ${SRC3}/diagtypes.h ${SRC1}/exptypes.h\
-
 
1007
 ${SRC2}/installtypes.h ${SRC5}/li_types.h ${SRC1}/localtypes.h\
-
 
1008
 ${SRC6}/toktypes.h ${SRC3}/diagtypes1.h ${SRC6}/sort_union.h\
-
 
1009
 ${SRC6}/ossg.h ${SRC6}/ossg_api.h
-
 
1010
	${MAIN_CC} ${SRC6}/xalloc.c
-
 
1011
 
-
 
1012
clean : ${EXTRA_CLEAN}
-
 
1013
	${REMOVE} ${OFILES}
-
 
1014
	${REMOVE} core
-
 
1015
 
-
 
1016
clobber : clean ${EXTRA_CLOBBER}
-
 
1017
	${REMOVE} ${NAME}
-
 
1018
 
-
 
1019
MAKE_TDF=make_tdf
-
 
1020
REMOVE=rm -f
-
 
1021
 
-
 
1022
TDF_OUT=${SRC6}/decoder.c ${SRC6}/ecodes.h ${SRC6}/externs.h ${SRC6}/inits.h\
-
 
1023
 ${SRC6}/main_reads.h ${SRC6}/temp_fns.new
-
 
1024
 
-
 
1025
auto : ${TDF_OUT}
-
 
1026
 
-
 
1027
${SRC6}/decoder.c : ${SPEC} ${SRC7}/decoder.c
-
 
1028
	@${REMOVE} ${SRC6}/decoder.c
-
 
1029
	${MAKE_TDF} ${SPEC} ${SRC7}/decoder.c ${SRC6}/decoder.c
-
 
1030
 
-
 
1031
${SRC6}/ecodes.h : ${SPEC} ${SRC7}/ecodes.h
-
 
1032
	@${REMOVE} ${SRC6}/ecodes.h
-
 
1033
	${MAKE_TDF} ${SPEC} ${SRC7}/ecodes.h ${SRC6}/ecodes.h
-
 
1034
 
-
 
1035
${SRC6}/externs.h : ${SPEC} ${SRC7}/externs.h
-
 
1036
	@${REMOVE} ${SRC6}/externs.h
-
 
1037
	${MAKE_TDF} ${SPEC} ${SRC7}/externs.h ${SRC6}/externs.h
-
 
1038
 
23
 
-
 
24
SRCS=	aldefs.c alpha_ins.c alphadiags.c basicread.c bstack.c case_opt.c\
-
 
25
	check.c check_id.c code_here.c coder.c comp_eq_exp.c complex_eq.c\
-
 
26
	const.c cross.c decoder.c dg_aux.c dg_fns.c diag_fns.c diag_info.c\
-
 
27
	driver.c dump_distr.c eval.c exp.c extern_adds.c f64.c fail.c file.c\
-
 
28
	flags.c float.c flpt.c flpt_fns.c foralls.c frames.c getregs.c\
-
 
29
	global_opt.c glopt.c guard.c handle_sregs.c inl_norm.c inline.c\
-
 
30
	inlinechoice.c inst_fmt.c install_fns.c installglob.c is_worth.c\
1039
${SRC6}/inits.h : ${SPEC} ${SRC7}/inits.h
31
	label_ops.c labels.c li_fns.c locate.c machine.c machine_toks.c\
1040
	@${REMOVE} ${SRC6}/inits.h
32
	makesymtab.c mark_scope.c me_fns.c misc_c.c move.c oddtest.c\
-
 
33
	operators.c out_ba.c pseudo.c read_fns.c read_sort.c readglob.c\
-
 
34
	regable.c regalloc.c regexps.c scan.c spec.c spec_tok.c special.c\
-
 
35
	symbol.c symdiags.c syms.c table_fns.c tempdecs.c translate.c\
1041
	${MAKE_TDF} ${SPEC} ${SRC7}/inits.h ${SRC6}/inits.h
36
	type_to_aux.c unroll.c weights.c xalloc.c
1042
 
37
 
1043
${SRC6}/main_reads.h : ${SPEC} ${SRC7}/main_reads.h
-
 
1044
	@${REMOVE} ${SRC6}/main_reads.h
-
 
1045
	${MAKE_TDF} ${SPEC} ${SRC7}/main_reads.h ${SRC6}/main_reads.h
38
.PATH:	${SRC1} ${SRC2} ${SRC3} ${SRC4} ${SRC5} ${SRC6}
1046
 
39
 
-
 
40
#MAKE_TDF=make_tdf
-
 
41
#REMOVE=rm -f
-
 
42
#
-
 
43
#TDF_OUT=${SRC5}/decoder.c ${SRC5}/ecodes.h ${SRC5}/externs.h ${SRC5}/inits.h\
-
 
44
# ${SRC5}/main_reads.h ${SRC5}/temp_fns.new
-
 
45
#
-
 
46
#auto : ${TDF_OUT}
-
 
47
#
-
 
48
#${SRC5}/decoder.c : ${SPEC} ${SRC6}/decoder.c
-
 
49
#	@${REMOVE} ${SRC5}/decoder.c
-
 
50
#	${MAKE_TDF} ${SPEC} ${SRC6}/decoder.c ${SRC5}/decoder.c
-
 
51
#
-
 
52
#${SRC5}/ecodes.h : ${SPEC} ${SRC6}/ecodes.h
-
 
53
#	@${REMOVE} ${SRC5}/ecodes.h
-
 
54
#	${MAKE_TDF} ${SPEC} ${SRC6}/ecodes.h ${SRC5}/ecodes.h
-
 
55
#
-
 
56
#${SRC5}/externs.h : ${SPEC} ${SRC6}/externs.h
-
 
57
#	@${REMOVE} ${SRC5}/externs.h
-
 
58
#	${MAKE_TDF} ${SPEC} ${SRC6}/externs.h ${SRC5}/externs.h
-
 
59
#
-
 
60
#${SRC5}/inits.h : ${SPEC} ${SRC6}/inits.h
-
 
61
#	@${REMOVE} ${SRC5}/inits.h
-
 
62
#	${MAKE_TDF} ${SPEC} ${SRC6}/inits.h ${SRC5}/inits.h
-
 
63
#
-
 
64
#${SRC5}/main_reads.h : ${SPEC} ${SRC6}/main_reads.h
-
 
65
#	@${REMOVE} ${SRC5}/main_reads.h
-
 
66
#	${MAKE_TDF} ${SPEC} ${SRC6}/main_reads.h ${SRC5}/main_reads.h
-
 
67
#
1047
${SRC6}/temp_fns.new : ${SPEC} ${SRC7}/temp_fns.c
68
#${SRC5}/temp_fns.new : ${SPEC} ${SRC6}/temp_fns.c
1048
	@${REMOVE} ${SRC6}/temp_fns.new
69
#	@${REMOVE} ${SRC5}/temp_fns.new
1049
	${MAKE_TDF} ${SPEC} ${SRC7}/temp_fns.c ${SRC6}/temp_fns.new
70
#	${MAKE_TDF} ${SPEC} ${SRC6}/temp_fns.c ${SRC5}/temp_fns.new
-
 
71
#
-
 
72
#auto_clobber :
-
 
73
#	${REMOVE} ${TDF_OUT}
1050
 
74
 
1051
auto_clobber :
-
 
1052
	${REMOVE} ${TDF_OUT}
75
.include "../Makefile.inc"