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