Subversion Repositories tendra.SVN

Rev

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

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