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