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