Subversion Repositories tendra.SVN

Rev

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