Subversion Repositories tendra.SVN

Rev

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

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