Subversion Repositories tendra.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
# Automatically generated by make_mf version 1.1
2
 
3
# Standard directories and files
4
BASE=/u/g/release/Source
5
PROD=${BASE}/src/producers
6
SRC=${PROD}/c
7
SRC6=${SRC}/syntax
8
SRC1=${PROD}/common
9
SRC2=${SRC1}/obj_c
10
SRC2A=${SRC1}/obj_tok
11
SRC2B=${SRC1}/obj_templ
12
SRC3=${SRC1}/construct
13
SRC4=${SRC1}/output
14
SRC5=${SRC1}/parse
15
SRC7=${SRC1}/utility
16
SPEC=${BASE}/src/lib/tdf/def_4_1.db
17
 
18
# Standard variables
19
 
20
CC=tcc
21
TCCOPTS=-Yposix1 -Xs
22
CCOPTS=${TCCOPTS} -I${SRC1} -I${SRC2} -I${SRC3} -I${SRC4} -I${SRC5}\
23
 -I${SRC6} -I${SRC7}
24
MAIN_CC=${CC} ${CCOPTS} -c
25
LINK_CC=${CC} ${TCCOPTS}
26
LIBS=
27
 
28
REMOVE=rm -f
29
MOVE=mv
30
COPY=cp
31
ECHO=echo
32
SHELL=/bin/sh
33
 
34
# Dependencies and construction rules
35
 
36
NAME=tdfc2
37
EXTRA=auto
38
EXTRA_CLEAN=
39
EXTRA_CLOBBER=
40
 
41
OFILES=access.o allocate.o assign.o basetype.o buffer.o c_class.o\
42
 capsule.o cast.o catalog.o char.o check.o chktype.o class.o compile.o\
43
 constant.o construct.o convert.o copy.o debug.o declare.o decode.o\
44
 derive.o destroy.o diag.o diag2.o dump.o encode.o error.o exception.o\
45
 exp.o expression.o file.o function.o hash.o identifier.o init.o\
46
 initialise.o instance.o inttype.o label.o lex.o literal.o load.o macro.o\
47
 main.o mangle.o member.o merge.o namespace.o operator.o option.o\
48
 overload.o parse.o pragma.o predict.o preproc.o print.o printf.o\
49
 psyntax1.o psyntax2.o psyntax3.o quality.o redeclare.o rewrite.o save.o\
50
 shape.o statement.o stmt.o struct.o syntax1.o syntax2.o syntax3.o\
51
 system.o table.o template.o throw.o tok.o tokdef.o token.o typeid.o\
52
 unmangle.o variable.o virtual.o xalloc.o
53
 
54
${NAME} : ${OFILES}
55
	${LINK_CC} -o ${NAME} ${OFILES} ${LIBS}
56
 
57
all : ${EXTRA} ${NAME}
58
	@${ECHO} all done
59
 
60
extra : ${EXTRA}
61
	@${ECHO} done
62
 
63
access.o : ${SRC3}/access.c ${SRC3}/access.h ${SRC1}/c_types.h\
64
 ${SRC7}/catalog.h ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h\
65
 ${SRC2}/ctype_ops.h ${SRC3}/derive.h ${SRC7}/error.h ${SRC3}/function.h\
66
 ${SRC2}/graph_ops.h ${SRC2}/id_ops.h ${SRC3}/instance.h\
67
 ${SRC3}/namespace.h ${SRC2}/nspace_ops.h ${SRC5}/predict.h\
68
 ${SRC3}/redeclare.h ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC2}/c_class.h\
69
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
70
	${MAIN_CC} ${SRC3}/access.c
71
 
72
allocate.o : ${SRC3}/allocate.c ${SRC3}/access.h ${SRC3}/allocate.h\
73
 ${SRC3}/basetype.h ${SRC1}/c_types.h ${SRC3}/cast.h ${SRC7}/catalog.h\
74
 ${SRC3}/check.h ${SRC3}/chktype.h ${SRC7}/config.h ${SRC5}/constant.h\
75
 ${SRC3}/construct.h ${SRC3}/convert.h ${SRC3}/copy.h ${SRC2}/ctype_ops.h\
76
 ${SRC3}/declare.h ${SRC3}/derive.h ${SRC3}/destroy.h ${SRC4}/dump.h\
77
 ${SRC7}/error.h ${SRC2}/etype_ops.h ${SRC3}/exception.h ${SRC2}/exp_ops.h\
78
 ${SRC3}/expression.h ${SRC5}/file.h ${SRC3}/function.h ${SRC5}/hash.h\
79
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
80
 ${SRC3}/initialise.h ${SRC2}/itype_ops.h ${SRC5}/lex.h\
81
 ${SRC2}/member_ops.h ${SRC3}/namespace.h ${SRC2}/nat_ops.h\
82
 ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h ${SRC7}/option.h\
83
 ${SRC3}/overload.h ${SRC5}/predict.h ${SRC3}/statement.h ${SRC6}/syntax.h\
84
 ${SRC3}/template.h ${SRC2}/type_ops.h ${SRC3}/typeid.h ${SRC2}/c_class.h\
85
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
86
	${MAIN_CC} ${SRC3}/allocate.c
87
 
88
assign.o : ${SRC3}/assign.c ${SRC3}/assign.h ${SRC3}/basetype.h\
89
 ${SRC1}/c_types.h ${SRC3}/cast.h ${SRC7}/catalog.h ${SRC3}/chktype.h\
90
 ${SRC7}/config.h ${SRC3}/construct.h ${SRC3}/convert.h ${SRC7}/error.h\
91
 ${SRC2}/exp_ops.h ${SRC3}/expression.h ${SRC2}/id_ops.h\
92
 ${SRC3}/identifier.h ${SRC3}/initialise.h ${SRC5}/literal.h\
93
 ${SRC3}/member.h ${SRC2}/off_ops.h ${SRC3}/operator.h ${SRC5}/predict.h\
94
 ${SRC6}/syntax.h ${SRC2}/type_ops.h ${SRC7}/ustring.h ${SRC2}/c_class.h\
95
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
96
	${MAIN_CC} ${SRC3}/assign.c
97
 
98
basetype.o : ${SRC3}/basetype.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
99
 ${SRC7}/catalog.h ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h\
100
 ${SRC5}/constant.h ${SRC3}/convert.h ${SRC7}/error.h ${SRC2}/exp_ops.h\
101
 ${SRC2}/ftype_ops.h ${SRC3}/function.h ${SRC2}/id_ops.h\
102
 ${SRC3}/identifier.h ${SRC3}/inttype.h ${SRC2}/itype_ops.h ${SRC5}/lex.h\
103
 ${SRC2}/nat_ops.h ${SRC7}/option.h ${SRC5}/predict.h ${SRC5}/preproc.h\
104
 ${SRC3}/redeclare.h ${SRC6}/syntax.h ${SRC3}/template.h ${SRC2}/tok_ops.h\
105
 ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
106
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
107
	${MAIN_CC} ${SRC3}/basetype.c
108
 
109
buffer.o : ${SRC7}/buffer.c ${SRC7}/buffer.h ${SRC1}/c_types.h\
110
 ${SRC7}/config.h ${SRC7}/error.h ${SRC7}/ustring.h ${SRC7}/xalloc.h\
111
 ${SRC2}/c_class.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
112
	${MAIN_CC} ${SRC7}/buffer.c
113
 
114
c_class.o : ${SRC2}/c_class.c ${SRC2}/assert_def.h ${SRC1}/c_types.h\
115
 ${SRC7}/config.h ${SRC7}/error.h ${SRC7}/xalloc.h ${SRC2}/c_class.h\
116
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
117
	${MAIN_CC} ${SRC2}/c_class.c
118
 
119
capsule.o : ${SRC4}/capsule.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
120
 ${SRC4}/capsule.h ${SRC7}/catalog.h ${SRC5}/char.h ${SRC4}/compile.h\
121
 ${SRC7}/config.h ${SRC4}/diag2.h ${SRC4}/encode.h ${SRC7}/error.h\
122
 ${SRC5}/file.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
123
 ${SRC4}/mangle.h ${SRC2}/off_ops.h ${SRC4}/struct.h ${SRC7}/system.h\
124
 ${SRC4}/tdf.h ${SRC4}/throw.h ${SRC4}/tok.h ${SRC2}/type_ops.h\
125
 ${SRC7}/ustring.h ${SRC7}/version.h ${SRC7}/xalloc.h ${SRC2}/c_class.h\
126
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h\
127
 ${SRC4}/tdf1.h
128
	${MAIN_CC} ${SRC4}/capsule.c
129
 
130
cast.o : ${SRC3}/cast.c ${SRC3}/access.h ${SRC3}/basetype.h\
131
 ${SRC1}/c_types.h ${SRC3}/cast.h ${SRC7}/catalog.h ${SRC3}/check.h\
132
 ${SRC3}/chktype.h ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/construct.h\
133
 ${SRC3}/convert.h ${SRC2}/ctype_ops.h ${SRC3}/derive.h ${SRC2}/err_ops.h\
134
 ${SRC7}/error.h ${SRC3}/exception.h ${SRC2}/exp_ops.h\
135
 ${SRC3}/expression.h ${SRC2}/ftype_ops.h ${SRC3}/function.h\
136
 ${SRC2}/graph_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
137
 ${SRC3}/initialise.h ${SRC3}/inttype.h ${SRC2}/itype_ops.h\
138
 ${SRC5}/literal.h ${SRC2}/nat_ops.h ${SRC7}/option.h ${SRC3}/overload.h\
139
 ${SRC5}/predict.h ${SRC3}/statement.h ${SRC6}/syntax.h ${SRC3}/template.h\
140
 ${SRC4}/tok.h ${SRC2}/tok_ops.h ${SRC3}/tokdef.h ${SRC3}/token.h\
141
 ${SRC2}/type_ops.h ${SRC3}/typeid.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
142
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
143
	${MAIN_CC} ${SRC3}/cast.c
144
 
145
catalog.o : ${SRC7}/catalog.c ${SRC1}/c_types.h ${SRC7}/catalog.h\
146
 ${SRC7}/config.h ${SRC7}/error.h ${SRC7}/errors3.h ${SRC2}/exp_ops.h\
147
 ${SRC7}/extra.h ${SRC5}/hash.h ${SRC5}/lex.h ${SRC5}/literal.h\
148
 ${SRC7}/option.h ${SRC2}/str_ops.h ${SRC6}/syntax.h ${SRC7}/ustring.h\
149
 ${SRC7}/xalloc.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
150
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h ${SRC7}/errors2.h
151
	${MAIN_CC} ${SRC7}/catalog.c
152
 
153
char.o : ${SRC5}/char.c ${SRC1}/c_types.h ${SRC5}/char.h ${SRC7}/config.h\
154
 ${SRC5}/literal.h ${SRC2}/c_class.h ${SRC6}/language.h ${SRC7}/ossg.h\
155
 ${SRC7}/ossg_api.h
156
	${MAIN_CC} ${SRC5}/char.c
157
 
158
check.o : ${SRC3}/check.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
159
 ${SRC7}/catalog.h ${SRC3}/check.h ${SRC3}/chktype.h ${SRC7}/config.h\
160
 ${SRC5}/constant.h ${SRC3}/convert.h ${SRC3}/derive.h ${SRC7}/error.h\
161
 ${SRC2}/exp_ops.h ${SRC3}/function.h ${SRC2}/graph_ops.h ${SRC5}/hash.h\
162
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC5}/literal.h ${SRC3}/merge.h\
163
 ${SRC3}/namespace.h ${SRC2}/nat_ops.h ${SRC2}/nspace_ops.h\
164
 ${SRC2}/off_ops.h ${SRC7}/option.h ${SRC6}/syntax.h ${SRC2}/tok_ops.h\
165
 ${SRC3}/tokdef.h ${SRC2}/type_ops.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
166
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
167
	${MAIN_CC} ${SRC3}/check.c
168
 
169
chktype.o : ${SRC3}/chktype.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
170
 ${SRC7}/catalog.h ${SRC3}/check.h ${SRC3}/chktype.h ${SRC3}/class.h\
171
 ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/convert.h ${SRC2}/ctype_ops.h\
172
 ${SRC7}/error.h ${SRC2}/etype_ops.h ${SRC2}/ftype_ops.h\
173
 ${SRC3}/function.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
174
 ${SRC2}/inst_ops.h ${SRC3}/instance.h ${SRC3}/inttype.h\
175
 ${SRC2}/itype_ops.h ${SRC5}/literal.h ${SRC3}/merge.h ${SRC3}/namespace.h\
176
 ${SRC7}/option.h ${SRC5}/predict.h ${SRC3}/printf.h ${SRC3}/template.h\
177
 ${SRC4}/tok.h ${SRC2}/tok_ops.h ${SRC3}/tokdef.h ${SRC3}/token.h\
178
 ${SRC2}/type_ops.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
179
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
180
	${MAIN_CC} ${SRC3}/chktype.c
181
 
182
class.o : ${SRC3}/class.c ${SRC3}/access.h ${SRC3}/allocate.h\
183
 ${SRC3}/basetype.h ${SRC1}/c_types.h ${SRC3}/cast.h ${SRC7}/catalog.h\
184
 ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h ${SRC5}/constant.h\
185
 ${SRC3}/construct.h ${SRC3}/convert.h ${SRC3}/copy.h ${SRC2}/ctype_ops.h\
186
 ${SRC3}/declare.h ${SRC3}/derive.h ${SRC4}/dump.h ${SRC7}/error.h\
187
 ${SRC2}/etype_ops.h ${SRC2}/exp_ops.h ${SRC5}/file.h ${SRC3}/function.h\
188
 ${SRC2}/graph_ops.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
189
 ${SRC3}/identifier.h ${SRC3}/initialise.h ${SRC2}/inst_ops.h\
190
 ${SRC3}/instance.h ${SRC2}/member_ops.h ${SRC3}/namespace.h\
191
 ${SRC2}/nat_ops.h ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h\
192
 ${SRC3}/operator.h ${SRC7}/option.h ${SRC5}/parse.h ${SRC5}/predict.h\
193
 ${SRC3}/redeclare.h ${SRC3}/rewrite.h ${SRC3}/statement.h\
194
 ${SRC6}/syntax.h ${SRC3}/template.h ${SRC2}/tok_ops.h ${SRC3}/tokdef.h\
195
 ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC3}/virtual.h ${SRC2}/c_class.h\
196
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
197
	${MAIN_CC} ${SRC3}/class.c
198
 
199
compile.o : ${SRC4}/compile.c ${SRC3}/basetype.h ${SRC7}/buffer.h\
200
 ${SRC1}/c_types.h ${SRC4}/capsule.h ${SRC7}/catalog.h ${SRC3}/check.h\
201
 ${SRC3}/class.h ${SRC4}/compile.h ${SRC7}/config.h ${SRC5}/constant.h\
202
 ${SRC3}/construct.h ${SRC3}/convert.h ${SRC3}/copy.h ${SRC2}/ctype_ops.h\
203
 ${SRC3}/destroy.h ${SRC4}/diag.h ${SRC4}/encode.h ${SRC7}/error.h\
204
 ${SRC3}/exception.h ${SRC4}/exp.h ${SRC2}/exp_ops.h ${SRC5}/file.h\
205
 ${SRC3}/function.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
206
 ${SRC3}/identifier.h ${SRC4}/init.h ${SRC3}/initialise.h ${SRC4}/mangle.h\
207
 ${SRC3}/namespace.h ${SRC2}/nspace_ops.h ${SRC3}/redeclare.h\
208
 ${SRC4}/shape.h ${SRC3}/statement.h ${SRC4}/stmt.h ${SRC4}/struct.h\
209
 ${SRC4}/tdf.h ${SRC4}/throw.h ${SRC4}/tok.h ${SRC2}/tok_ops.h\
210
 ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC7}/ustring.h ${SRC3}/variable.h\
211
 ${SRC7}/version.h ${SRC2}/virt_ops.h ${SRC7}/xalloc.h ${SRC2}/c_class.h\
212
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h\
213
 ${SRC4}/tdf1.h
214
	${MAIN_CC} ${SRC4}/compile.c
215
 
216
constant.o : ${SRC5}/constant.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
217
 ${SRC3}/cast.h ${SRC7}/catalog.h ${SRC5}/char.h ${SRC3}/check.h\
218
 ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/convert.h ${SRC7}/error.h\
219
 ${SRC2}/etype_ops.h ${SRC2}/exp_ops.h ${SRC3}/expression.h ${SRC5}/file.h\
220
 ${SRC2}/flt_ops.h ${SRC2}/ftype_ops.h ${SRC2}/id_ops.h ${SRC3}/inttype.h\
221
 ${SRC5}/literal.h ${SRC2}/nat_ops.h ${SRC2}/str_ops.h ${SRC6}/syntax.h\
222
 ${SRC3}/template.h ${SRC3}/tokdef.h ${SRC2}/type_ops.h ${SRC7}/ustring.h\
223
 ${SRC7}/xalloc.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
224
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
225
	${MAIN_CC} ${SRC5}/constant.c
226
 
227
construct.o : ${SRC3}/construct.c ${SRC3}/access.h ${SRC3}/allocate.h\
228
 ${SRC3}/assign.h ${SRC3}/basetype.h ${SRC1}/c_types.h ${SRC4}/capsule.h\
229
 ${SRC3}/cast.h ${SRC7}/catalog.h ${SRC3}/check.h ${SRC3}/chktype.h\
230
 ${SRC3}/class.h ${SRC4}/compile.h ${SRC7}/config.h ${SRC5}/constant.h\
231
 ${SRC3}/construct.h ${SRC3}/convert.h ${SRC3}/copy.h ${SRC2}/ctype_ops.h\
232
 ${SRC3}/declare.h ${SRC3}/derive.h ${SRC3}/destroy.h ${SRC4}/dump.h\
233
 ${SRC7}/error.h ${SRC3}/exception.h ${SRC2}/exp_ops.h\
234
 ${SRC3}/expression.h ${SRC3}/function.h ${SRC2}/graph_ops.h\
235
 ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
236
 ${SRC3}/initialise.h ${SRC3}/instance.h ${SRC3}/label.h\
237
 ${SRC2}/member_ops.h ${SRC3}/namespace.h ${SRC2}/nspace_ops.h\
238
 ${SRC2}/off_ops.h ${SRC3}/operator.h ${SRC7}/option.h ${SRC3}/overload.h\
239
 ${SRC5}/predict.h ${SRC3}/statement.h ${SRC6}/syntax.h ${SRC3}/template.h\
240
 ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
241
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
242
	${MAIN_CC} ${SRC3}/construct.c
243
 
244
convert.o : ${SRC3}/convert.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
245
 ${SRC3}/cast.h ${SRC7}/catalog.h ${SRC3}/check.h ${SRC3}/chktype.h\
246
 ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/construct.h ${SRC3}/convert.h\
247
 ${SRC2}/ctype_ops.h ${SRC3}/derive.h ${SRC7}/error.h ${SRC2}/etype_ops.h\
248
 ${SRC2}/exp_ops.h ${SRC3}/expression.h ${SRC2}/ftype_ops.h\
249
 ${SRC3}/function.h ${SRC2}/graph_ops.h ${SRC2}/hashid_ops.h\
250
 ${SRC2}/id_ops.h ${SRC3}/identifier.h ${SRC3}/initialise.h\
251
 ${SRC3}/instance.h ${SRC3}/inttype.h ${SRC2}/itype_ops.h\
252
 ${SRC5}/literal.h ${SRC3}/member.h ${SRC3}/namespace.h ${SRC2}/nat_ops.h\
253
 ${SRC7}/option.h ${SRC3}/overload.h ${SRC5}/predict.h ${SRC3}/quality.h\
254
 ${SRC6}/syntax.h ${SRC3}/template.h ${SRC3}/tokdef.h ${SRC3}/token.h\
255
 ${SRC2}/type_ops.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
256
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
257
	${MAIN_CC} ${SRC3}/convert.c
258
 
259
copy.o : ${SRC3}/copy.c ${SRC3}/allocate.h ${SRC3}/basetype.h\
260
 ${SRC1}/c_types.h ${SRC4}/capsule.h ${SRC3}/cast.h ${SRC7}/catalog.h\
261
 ${SRC3}/check.h ${SRC3}/chktype.h ${SRC3}/class.h ${SRC4}/compile.h\
262
 ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/construct.h ${SRC3}/convert.h\
263
 ${SRC3}/copy.h ${SRC2}/ctype_ops.h ${SRC3}/declare.h ${SRC3}/derive.h\
264
 ${SRC3}/destroy.h ${SRC4}/dump.h ${SRC7}/error.h ${SRC3}/exception.h\
265
 ${SRC2}/exp_ops.h ${SRC3}/expression.h ${SRC3}/function.h\
266
 ${SRC2}/graph_ops.h ${SRC5}/hash.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
267
 ${SRC3}/initialise.h ${SRC3}/instance.h ${SRC3}/label.h ${SRC5}/literal.h\
268
 ${SRC2}/member_ops.h ${SRC3}/namespace.h ${SRC2}/nat_ops.h\
269
 ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h ${SRC3}/operator.h\
270
 ${SRC5}/predict.h ${SRC3}/redeclare.h ${SRC3}/rewrite.h\
271
 ${SRC3}/statement.h ${SRC6}/syntax.h ${SRC3}/template.h ${SRC2}/tok_ops.h\
272
 ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
273
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
274
	${MAIN_CC} ${SRC3}/copy.c
275
 
276
debug.o : ${SRC7}/debug.c ${SRC7}/buffer.h ${SRC1}/c_types.h\
277
 ${SRC4}/capsule.h ${SRC7}/catalog.h ${SRC5}/char.h ${SRC7}/config.h\
278
 ${SRC7}/debug.h ${SRC4}/encode.h ${SRC7}/error.h ${SRC2}/exp_ops.h\
279
 ${SRC5}/file.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
280
 ${SRC2}/inst_ops.h ${SRC3}/label.h ${SRC5}/lex.h ${SRC4}/mangle.h\
281
 ${SRC2}/member_ops.h ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h\
282
 ${SRC3}/operator.h ${SRC7}/option.h ${SRC7}/print.h ${SRC5}/symbols.h\
283
 ${SRC6}/syntax.h ${SRC2}/type_ops.h ${SRC4}/unmangle.h ${SRC7}/ustring.h\
284
 ${SRC2}/virt_ops.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
285
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
286
	${MAIN_CC} ${SRC7}/debug.c
287
 
288
declare.o : ${SRC3}/declare.c ${SRC3}/access.h ${SRC3}/allocate.h\
289
 ${SRC3}/basetype.h ${SRC1}/c_types.h ${SRC4}/capsule.h ${SRC7}/catalog.h\
290
 ${SRC3}/chktype.h ${SRC3}/class.h ${SRC4}/compile.h ${SRC7}/config.h\
291
 ${SRC3}/construct.h ${SRC2}/ctype_ops.h ${SRC3}/declare.h\
292
 ${SRC3}/derive.h ${SRC4}/dump.h ${SRC7}/error.h ${SRC3}/exception.h\
293
 ${SRC5}/file.h ${SRC3}/function.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h\
294
 ${SRC2}/id_ops.h ${SRC3}/identifier.h ${SRC3}/initialise.h\
295
 ${SRC3}/instance.h ${SRC3}/inttype.h ${SRC2}/loc_ext.h\
296
 ${SRC2}/member_ops.h ${SRC3}/namespace.h ${SRC2}/nspace_ops.h\
297
 ${SRC2}/off_ops.h ${SRC3}/operator.h ${SRC7}/option.h ${SRC3}/overload.h\
298
 ${SRC5}/predict.h ${SRC5}/preproc.h ${SRC3}/redeclare.h ${SRC6}/syntax.h\
299
 ${SRC3}/template.h ${SRC3}/tokdef.h ${SRC3}/token.h ${SRC2}/type_ops.h\
300
 ${SRC3}/virtual.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
301
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h ${SRC3}/convert.h
302
	${MAIN_CC} ${SRC3}/declare.c
303
 
304
decode.o : ${SRC4}/decode.c ${SRC7}/buffer.h ${SRC1}/c_types.h\
305
 ${SRC5}/char.h ${SRC7}/config.h ${SRC4}/decode.h ${SRC4}/encode.h\
306
 ${SRC7}/error.h ${SRC5}/file.h ${SRC5}/literal.h ${SRC2}/c_class.h\
307
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
308
	${MAIN_CC} ${SRC4}/decode.c
309
 
310
derive.o : ${SRC3}/derive.c ${SRC3}/access.h ${SRC1}/c_types.h\
311
 ${SRC7}/catalog.h ${SRC3}/check.h ${SRC3}/chktype.h ${SRC3}/class.h\
312
 ${SRC7}/config.h ${SRC2}/ctype_ops.h ${SRC3}/derive.h ${SRC4}/dump.h\
313
 ${SRC7}/error.h ${SRC2}/etype_ops.h ${SRC2}/exp_ops.h ${SRC2}/graph_ops.h\
314
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
315
 ${SRC3}/instance.h ${SRC2}/member_ops.h ${SRC3}/namespace.h\
316
 ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h ${SRC7}/option.h\
317
 ${SRC3}/redeclare.h ${SRC6}/syntax.h ${SRC3}/template.h ${SRC2}/tok_ops.h\
318
 ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC3}/virtual.h ${SRC2}/c_class.h\
319
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
320
	${MAIN_CC} ${SRC3}/derive.c
321
 
322
destroy.o : ${SRC3}/destroy.c ${SRC1}/c_types.h ${SRC7}/config.h\
323
 ${SRC3}/destroy.h ${SRC7}/error.h ${SRC3}/exception.h ${SRC2}/exp_ops.h\
324
 ${SRC2}/id_ops.h ${SRC5}/macro.h ${SRC2}/member_ops.h\
325
 ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h ${SRC2}/type_ops.h\
326
 ${SRC2}/c_class.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
327
	${MAIN_CC} ${SRC3}/destroy.c
328
 
329
diag.o : ${SRC4}/diag.c ${SRC3}/basetype.h ${SRC7}/buffer.h\
330
 ${SRC1}/c_types.h ${SRC4}/capsule.h ${SRC4}/compile.h ${SRC7}/config.h\
331
 ${SRC5}/constant.h ${SRC2}/ctype_ops.h ${SRC4}/diag.h ${SRC4}/diag2.h\
332
 ${SRC4}/encode.h ${SRC7}/error.h ${SRC2}/etype_ops.h ${SRC4}/exp.h\
333
 ${SRC2}/exp_ops.h ${SRC3}/expression.h ${SRC3}/function.h\
334
 ${SRC2}/graph_ops.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
335
 ${SRC3}/initialise.h ${SRC2}/itype_ops.h ${SRC4}/mangle.h\
336
 ${SRC2}/member_ops.h ${SRC2}/nat_ops.h ${SRC2}/nspace_ops.h\
337
 ${SRC7}/print.h ${SRC4}/shape.h ${SRC4}/stmt.h ${SRC4}/struct.h\
338
 ${SRC7}/system.h ${SRC4}/tdf.h ${SRC4}/tok.h ${SRC2}/tok_ops.h\
339
 ${SRC2}/type_ops.h ${SRC7}/ustring.h ${SRC7}/version.h ${SRC2}/virt_ops.h\
340
 ${SRC2}/c_class.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h\
341
 ${SRC4}/tdf1.h
342
	${MAIN_CC} ${SRC4}/diag.c
343
 
344
diag2.o : ${SRC4}/diag2.c ${SRC3}/access.h ${SRC3}/basetype.h\
345
 ${SRC7}/buffer.h ${SRC1}/c_types.h ${SRC4}/capsule.h ${SRC3}/check.h\
346
 ${SRC3}/class.h ${SRC4}/compile.h ${SRC7}/config.h ${SRC5}/constant.h\
347
 ${SRC3}/convert.h ${SRC2}/ctype_ops.h ${SRC3}/destroy.h ${SRC4}/diag.h\
348
 ${SRC4}/diag2.h ${SRC4}/encode.h ${SRC7}/error.h ${SRC2}/etype_ops.h\
349
 ${SRC3}/exception.h ${SRC4}/exp.h ${SRC2}/exp_ops.h ${SRC5}/file.h\
350
 ${SRC2}/ftype_ops.h ${SRC3}/function.h ${SRC2}/graph_ops.h ${SRC5}/hash.h\
351
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC2}/itype_ops.h\
352
 ${SRC4}/mangle.h ${SRC2}/member_ops.h ${SRC3}/namespace.h\
353
 ${SRC2}/nspace_ops.h ${SRC7}/print.h ${SRC4}/shape.h ${SRC4}/stmt.h\
354
 ${SRC4}/struct.h ${SRC6}/syntax.h ${SRC7}/system.h ${SRC4}/tdf.h\
355
 ${SRC4}/throw.h ${SRC4}/tok.h ${SRC2}/tok_ops.h ${SRC2}/type_ops.h\
356
 ${SRC3}/typeid.h ${SRC7}/ustring.h ${SRC7}/version.h ${SRC2}/virt_ops.h\
357
 ${SRC3}/virtual.h ${SRC2}/c_class.h ${SRC6}/language.h ${SRC7}/ossg.h\
358
 ${SRC7}/ossg_api.h ${SRC4}/tdf1.h
359
	${MAIN_CC} ${SRC4}/diag2.c
360
 
361
dump.o : ${SRC4}/dump.c ${SRC3}/basetype.h ${SRC7}/buffer.h\
362
 ${SRC1}/c_types.h ${SRC7}/catalog.h ${SRC5}/char.h ${SRC7}/config.h\
363
 ${SRC5}/constant.h ${SRC3}/convert.h ${SRC2}/ctype_ops.h ${SRC4}/dump.h\
364
 ${SRC2}/err_ext.h ${SRC7}/error.h ${SRC2}/etype_ops.h ${SRC3}/exception.h\
365
 ${SRC2}/exp_ops.h ${SRC5}/file.h ${SRC2}/ftype_ops.h ${SRC3}/function.h\
366
 ${SRC2}/graph_ops.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
367
 ${SRC2}/itype_ops.h ${SRC5}/lex.h ${SRC5}/literal.h ${SRC5}/macro.h\
368
 ${SRC4}/mangle.h ${SRC2}/nat_ops.h ${SRC2}/nspace_ops.h ${SRC7}/print.h\
369
 ${SRC3}/statement.h ${SRC7}/system.h ${SRC2}/tok_ops.h ${SRC3}/token.h\
370
 ${SRC2}/type_ops.h ${SRC7}/ustring.h ${SRC7}/version.h ${SRC7}/xalloc.h\
371
 ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h\
372
 ${SRC7}/ossg_api.h ${SRC2}/err_ops.h
373
	${MAIN_CC} ${SRC4}/dump.c
374
 
375
encode.o : ${SRC4}/encode.c ${SRC1}/c_types.h ${SRC5}/char.h\
376
 ${SRC7}/config.h ${SRC4}/encode.h ${SRC7}/error.h ${SRC5}/literal.h\
377
 ${SRC7}/ustring.h ${SRC7}/xalloc.h ${SRC2}/c_class.h ${SRC6}/language.h\
378
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
379
	${MAIN_CC} ${SRC4}/encode.c
380
 
381
error.o : ${SRC7}/error.c ${SRC3}/basetype.h ${SRC7}/buffer.h\
382
 ${SRC1}/c_types.h ${SRC4}/capsule.h ${SRC7}/catalog.h ${SRC7}/config.h\
383
 ${SRC4}/dump.h ${SRC2}/err_ext.h ${SRC7}/error.h ${SRC2}/exp_ops.h\
384
 ${SRC5}/file.h ${SRC5}/lex.h ${SRC5}/literal.h ${SRC2}/loc_ext.h\
385
 ${SRC7}/option.h ${SRC5}/preproc.h ${SRC7}/print.h ${SRC4}/save.h\
386
 ${SRC3}/statement.h ${SRC7}/system.h ${SRC4}/tdf.h ${SRC7}/ustring.h\
387
 ${SRC7}/version.h ${SRC7}/xalloc.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
388
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h ${SRC2}/err_ops.h\
389
 ${SRC4}/tdf1.h
390
	${MAIN_CC} ${SRC7}/error.c
391
 
392
exception.o : ${SRC3}/exception.c ${SRC3}/allocate.h ${SRC3}/basetype.h\
393
 ${SRC1}/c_types.h ${SRC3}/cast.h ${SRC7}/catalog.h ${SRC3}/chktype.h\
394
 ${SRC3}/class.h ${SRC7}/config.h ${SRC3}/construct.h ${SRC3}/convert.h\
395
 ${SRC3}/declare.h ${SRC3}/derive.h ${SRC3}/destroy.h ${SRC7}/error.h\
396
 ${SRC3}/exception.h ${SRC2}/exp_ops.h ${SRC3}/expression.h ${SRC5}/file.h\
397
 ${SRC3}/function.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
398
 ${SRC3}/identifier.h ${SRC3}/initialise.h ${SRC3}/label.h\
399
 ${SRC3}/namespace.h ${SRC7}/option.h ${SRC5}/predict.h\
400
 ${SRC3}/redeclare.h ${SRC3}/statement.h ${SRC6}/syntax.h\
401
 ${SRC3}/template.h ${SRC2}/tok_ops.h ${SRC3}/tokdef.h ${SRC2}/type_ops.h\
402
 ${SRC3}/typeid.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
403
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
404
	${MAIN_CC} ${SRC3}/exception.c
405
 
406
exp.o : ${SRC4}/exp.c ${SRC3}/assign.h ${SRC3}/basetype.h\
407
 ${SRC1}/c_types.h ${SRC4}/capsule.h ${SRC3}/check.h ${SRC3}/class.h\
408
 ${SRC4}/compile.h ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/convert.h\
409
 ${SRC2}/ctype_ops.h ${SRC3}/derive.h ${SRC3}/destroy.h ${SRC4}/diag.h\
410
 ${SRC4}/encode.h ${SRC7}/error.h ${SRC2}/etype_ops.h ${SRC4}/exp.h\
411
 ${SRC2}/exp_ops.h ${SRC3}/expression.h ${SRC3}/function.h\
412
 ${SRC2}/graph_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h ${SRC4}/init.h\
413
 ${SRC5}/literal.h ${SRC3}/member.h ${SRC2}/nat_ops.h ${SRC2}/off_ops.h\
414
 ${SRC3}/redeclare.h ${SRC4}/shape.h ${SRC3}/statement.h ${SRC4}/stmt.h\
415
 ${SRC2}/str_ops.h ${SRC4}/struct.h ${SRC6}/syntax.h ${SRC4}/tdf.h\
416
 ${SRC4}/throw.h ${SRC4}/tok.h ${SRC2}/type_ops.h ${SRC7}/ustring.h\
417
 ${SRC7}/version.h ${SRC2}/virt_ops.h ${SRC3}/virtual.h ${SRC2}/c_class.h\
418
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h ${SRC4}/tdf1.h
419
	${MAIN_CC} ${SRC4}/exp.c
420
 
421
expression.o : ${SRC3}/expression.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
422
 ${SRC3}/cast.h ${SRC7}/catalog.h ${SRC3}/check.h ${SRC3}/chktype.h\
423
 ${SRC3}/class.h ${SRC4}/compile.h ${SRC7}/config.h ${SRC5}/constant.h\
424
 ${SRC3}/construct.h ${SRC3}/convert.h ${SRC2}/ctype_ops.h\
425
 ${SRC3}/derive.h ${SRC7}/error.h ${SRC2}/exp_ops.h ${SRC3}/expression.h\
426
 ${SRC2}/id_ops.h ${SRC3}/identifier.h ${SRC3}/initialise.h\
427
 ${SRC5}/literal.h ${SRC3}/member.h ${SRC2}/nat_ops.h ${SRC2}/off_ops.h\
428
 ${SRC3}/operator.h ${SRC7}/option.h ${SRC3}/overload.h ${SRC5}/predict.h\
429
 ${SRC3}/quality.h ${SRC3}/statement.h ${SRC6}/syntax.h ${SRC3}/template.h\
430
 ${SRC2}/type_ops.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
431
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
432
	${MAIN_CC} ${SRC3}/expression.c
433
 
434
file.o : ${SRC5}/file.c ${SRC7}/buffer.h ${SRC1}/c_types.h\
435
 ${SRC7}/catalog.h ${SRC5}/char.h ${SRC7}/config.h ${SRC4}/dump.h\
436
 ${SRC7}/error.h ${SRC5}/file.h ${SRC5}/lex.h ${SRC2}/loc_ext.h\
437
 ${SRC7}/option.h ${SRC5}/preproc.h ${SRC6}/syntax.h ${SRC7}/system.h\
438
 ${SRC3}/token.h ${SRC7}/ustring.h ${SRC7}/xalloc.h ${SRC2}/c_class.h\
439
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
440
	${MAIN_CC} ${SRC5}/file.c
441
 
442
function.o : ${SRC3}/function.c ${SRC3}/access.h ${SRC3}/basetype.h\
443
 ${SRC1}/c_types.h ${SRC3}/cast.h ${SRC7}/catalog.h ${SRC3}/check.h\
444
 ${SRC3}/chktype.h ${SRC3}/class.h ${SRC4}/compile.h ${SRC7}/config.h\
445
 ${SRC5}/constant.h ${SRC3}/construct.h ${SRC3}/convert.h ${SRC3}/copy.h\
446
 ${SRC2}/ctype_ops.h ${SRC3}/declare.h ${SRC3}/derive.h ${SRC3}/destroy.h\
447
 ${SRC4}/dump.h ${SRC7}/error.h ${SRC3}/exception.h ${SRC2}/exp_ops.h\
448
 ${SRC3}/expression.h ${SRC5}/file.h ${SRC3}/function.h\
449
 ${SRC2}/graph_ops.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
450
 ${SRC3}/identifier.h ${SRC3}/initialise.h ${SRC3}/instance.h\
451
 ${SRC3}/label.h ${SRC3}/member.h ${SRC2}/member_ops.h ${SRC3}/namespace.h\
452
 ${SRC2}/nspace_ops.h ${SRC3}/operator.h ${SRC7}/option.h\
453
 ${SRC3}/overload.h ${SRC5}/predict.h ${SRC3}/printf.h ${SRC3}/redeclare.h\
454
 ${SRC3}/rewrite.h ${SRC3}/statement.h ${SRC6}/syntax.h ${SRC3}/template.h\
455
 ${SRC2}/tok_ops.h ${SRC3}/tokdef.h ${SRC3}/token.h ${SRC2}/type_ops.h\
456
 ${SRC3}/variable.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
457
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
458
	${MAIN_CC} ${SRC3}/function.c
459
 
460
hash.o : ${SRC5}/hash.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
461
 ${SRC5}/char.h ${SRC3}/chktype.h ${SRC7}/config.h ${SRC2}/ctype_ops.h\
462
 ${SRC7}/error.h ${SRC2}/etype_ops.h ${SRC2}/ftype_ops.h ${SRC5}/hash.h\
463
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC2}/itype_ops.h ${SRC5}/lex.h\
464
 ${SRC2}/member_ops.h ${SRC3}/namespace.h ${SRC7}/option.h\
465
 ${SRC5}/symbols.h ${SRC6}/syntax.h ${SRC3}/token.h ${SRC2}/type_ops.h\
466
 ${SRC7}/ustring.h ${SRC7}/xalloc.h ${SRC2}/c_class.h ${SRC6}/language.h\
467
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
468
	${MAIN_CC} ${SRC5}/hash.c
469
 
470
identifier.o : ${SRC3}/identifier.c ${SRC3}/access.h ${SRC3}/basetype.h\
471
 ${SRC1}/c_types.h ${SRC7}/catalog.h ${SRC3}/class.h ${SRC7}/config.h\
472
 ${SRC5}/constant.h ${SRC3}/construct.h ${SRC3}/convert.h\
473
 ${SRC2}/ctype_ops.h ${SRC3}/declare.h ${SRC3}/derive.h ${SRC4}/dump.h\
474
 ${SRC7}/error.h ${SRC3}/exception.h ${SRC2}/exp_ops.h\
475
 ${SRC3}/expression.h ${SRC5}/file.h ${SRC3}/function.h ${SRC5}/hash.h\
476
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
477
 ${SRC3}/initialise.h ${SRC3}/instance.h ${SRC2}/member_ops.h\
478
 ${SRC3}/namespace.h ${SRC2}/nspace_ops.h ${SRC7}/option.h ${SRC5}/parse.h\
479
 ${SRC5}/predict.h ${SRC3}/redeclare.h ${SRC6}/syntax.h ${SRC3}/template.h\
480
 ${SRC4}/tok.h ${SRC2}/tok_ops.h ${SRC3}/token.h ${SRC2}/type_ops.h\
481
 ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h\
482
 ${SRC7}/ossg_api.h
483
	${MAIN_CC} ${SRC3}/identifier.c
484
 
485
init.o : ${SRC4}/init.c ${SRC3}/allocate.h ${SRC3}/basetype.h\
486
 ${SRC1}/c_types.h ${SRC4}/capsule.h ${SRC3}/check.h ${SRC3}/chktype.h\
487
 ${SRC4}/compile.h ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/copy.h\
488
 ${SRC2}/ctype_ops.h ${SRC3}/destroy.h ${SRC4}/diag.h ${SRC4}/encode.h\
489
 ${SRC7}/error.h ${SRC4}/exp.h ${SRC2}/exp_ops.h ${SRC2}/id_ops.h\
490
 ${SRC4}/init.h ${SRC3}/initialise.h ${SRC3}/member.h ${SRC2}/member_ops.h\
491
 ${SRC2}/nat_ops.h ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h ${SRC4}/shape.h\
492
 ${SRC3}/statement.h ${SRC4}/stmt.h ${SRC4}/struct.h ${SRC6}/syntax.h\
493
 ${SRC4}/tdf.h ${SRC4}/throw.h ${SRC4}/tok.h ${SRC2}/type_ops.h\
494
 ${SRC7}/version.h ${SRC2}/c_class.h ${SRC6}/language.h ${SRC7}/ossg.h\
495
 ${SRC7}/ossg_api.h ${SRC4}/tdf1.h
496
	${MAIN_CC} ${SRC4}/init.c
497
 
498
initialise.o : ${SRC3}/initialise.c ${SRC3}/access.h ${SRC3}/assign.h\
499
 ${SRC3}/basetype.h ${SRC7}/buffer.h ${SRC1}/c_types.h ${SRC3}/cast.h\
500
 ${SRC7}/catalog.h ${SRC3}/check.h ${SRC3}/chktype.h ${SRC3}/class.h\
501
 ${SRC4}/compile.h ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/construct.h\
502
 ${SRC3}/convert.h ${SRC2}/ctype_ops.h ${SRC3}/declare.h ${SRC3}/derive.h\
503
 ${SRC3}/destroy.h ${SRC4}/dump.h ${SRC7}/error.h ${SRC2}/etype_ops.h\
504
 ${SRC3}/exception.h ${SRC2}/exp_ops.h ${SRC3}/expression.h ${SRC5}/file.h\
505
 ${SRC2}/ftype_ops.h ${SRC3}/function.h ${SRC2}/graph_ops.h ${SRC5}/hash.h\
506
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
507
 ${SRC3}/initialise.h ${SRC3}/instance.h ${SRC3}/inttype.h\
508
 ${SRC5}/literal.h ${SRC2}/member_ops.h ${SRC3}/namespace.h\
509
 ${SRC2}/nat_ops.h ${SRC2}/nspace_ops.h ${SRC7}/option.h\
510
 ${SRC3}/overload.h ${SRC5}/parse.h ${SRC5}/predict.h ${SRC7}/print.h\
511
 ${SRC3}/statement.h ${SRC2}/str_ops.h ${SRC6}/syntax.h ${SRC4}/tdf.h\
512
 ${SRC3}/template.h ${SRC4}/tok.h ${SRC3}/tokdef.h ${SRC3}/token.h\
513
 ${SRC2}/type_ops.h ${SRC7}/ustring.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
514
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h ${SRC4}/tdf1.h
515
	${MAIN_CC} ${SRC3}/initialise.c
516
 
517
instance.o : ${SRC3}/instance.c ${SRC3}/allocate.h ${SRC3}/basetype.h\
518
 ${SRC1}/c_types.h ${SRC7}/catalog.h ${SRC3}/check.h ${SRC3}/chktype.h\
519
 ${SRC3}/class.h ${SRC4}/compile.h ${SRC7}/config.h ${SRC3}/construct.h\
520
 ${SRC3}/copy.h ${SRC2}/ctype_ops.h ${SRC3}/declare.h ${SRC3}/derive.h\
521
 ${SRC3}/destroy.h ${SRC4}/dump.h ${SRC7}/error.h ${SRC2}/exp_ops.h\
522
 ${SRC5}/file.h ${SRC3}/function.h ${SRC2}/graph_ops.h ${SRC5}/hash.h\
523
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
524
 ${SRC2}/inst_ops.h ${SRC3}/instance.h ${SRC2}/member_ops.h\
525
 ${SRC3}/namespace.h ${SRC2}/nspace_ops.h ${SRC3}/operator.h\
526
 ${SRC7}/option.h ${SRC3}/overload.h ${SRC5}/predict.h ${SRC3}/redeclare.h\
527
 ${SRC3}/template.h ${SRC2}/tok_ops.h ${SRC3}/tokdef.h ${SRC3}/token.h\
528
 ${SRC2}/type_ops.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
529
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h ${SRC3}/convert.h
530
	${MAIN_CC} ${SRC3}/instance.c
531
 
532
inttype.o : ${SRC3}/inttype.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
533
 ${SRC7}/catalog.h ${SRC3}/chktype.h ${SRC7}/config.h ${SRC5}/constant.h\
534
 ${SRC3}/convert.h ${SRC4}/dump.h ${SRC7}/error.h ${SRC2}/etype_ops.h\
535
 ${SRC3}/exception.h ${SRC2}/exp_ops.h ${SRC2}/ftype_ops.h ${SRC5}/hash.h\
536
 ${SRC2}/id_ops.h ${SRC4}/interface.h ${SRC3}/inttype.h\
537
 ${SRC2}/itype_ops.h ${SRC4}/mangle.h ${SRC7}/print.h ${SRC6}/syntax.h\
538
 ${SRC4}/tok.h ${SRC2}/tok_ops.h ${SRC3}/tokdef.h ${SRC3}/token.h\
539
 ${SRC2}/type_ops.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
540
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
541
	${MAIN_CC} ${SRC3}/inttype.c
542
 
543
label.o : ${SRC3}/label.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
544
 ${SRC7}/catalog.h ${SRC7}/config.h ${SRC4}/dump.h ${SRC7}/error.h\
545
 ${SRC2}/exp_ops.h ${SRC3}/function.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h\
546
 ${SRC2}/id_ops.h ${SRC3}/label.h ${SRC2}/member_ops.h ${SRC3}/namespace.h\
547
 ${SRC2}/nspace_ops.h ${SRC3}/statement.h ${SRC6}/syntax.h\
548
 ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h\
549
 ${SRC7}/ossg_api.h
550
	${MAIN_CC} ${SRC3}/label.c
551
 
552
lex.o : ${SRC5}/lex.c ${SRC7}/buffer.h ${SRC1}/c_types.h\
553
 ${SRC7}/catalog.h ${SRC5}/char.h ${SRC7}/config.h ${SRC5}/constant.h\
554
 ${SRC4}/dump.h ${SRC7}/error.h ${SRC2}/exp_ops.h ${SRC5}/file.h\
555
 ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC5}/lex.h\
556
 ${SRC5}/literal.h ${SRC5}/macro.h ${SRC2}/member_ops.h ${SRC7}/option.h\
557
 ${SRC5}/parse.h ${SRC5}/pragma.h ${SRC5}/preproc.h ${SRC7}/print.h\
558
 ${SRC2}/str_ops.h ${SRC5}/symbols.h ${SRC6}/syntax.h ${SRC7}/ustring.h\
559
 ${SRC7}/xalloc.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
560
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
561
	${MAIN_CC} ${SRC5}/lex.c
562
 
563
literal.o : ${SRC5}/literal.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
564
 ${SRC3}/cast.h ${SRC7}/catalog.h ${SRC5}/char.h ${SRC3}/chktype.h\
565
 ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/convert.h ${SRC4}/dump.h\
566
 ${SRC7}/error.h ${SRC3}/exception.h ${SRC2}/exp_ops.h\
567
 ${SRC3}/expression.h ${SRC2}/flt_ops.h ${SRC5}/hash.h ${SRC2}/id_ops.h\
568
 ${SRC3}/inttype.h ${SRC2}/itype_ops.h ${SRC5}/lex.h ${SRC5}/literal.h\
569
 ${SRC2}/nat_ops.h ${SRC7}/option.h ${SRC5}/preproc.h ${SRC2}/str_ops.h\
570
 ${SRC6}/syntax.h ${SRC4}/tok.h ${SRC3}/token.h ${SRC2}/type_ops.h\
571
 ${SRC7}/ustring.h ${SRC7}/xalloc.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
572
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
573
	${MAIN_CC} ${SRC5}/literal.c
574
 
575
load.o : ${SRC4}/load.c ${SRC3}/basetype.h ${SRC2}/bits.h\
576
 ${SRC7}/buffer.h ${SRC1}/c_types.h ${SRC7}/catalog.h ${SRC5}/char.h\
577
 ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h ${SRC5}/constant.h\
578
 ${SRC3}/convert.h ${SRC2}/ctype_ops.h ${SRC4}/decode.h ${SRC3}/derive.h\
579
 ${SRC4}/dump.h ${SRC4}/encode.h ${SRC7}/error.h ${SRC2}/etype_ops.h\
580
 ${SRC3}/exception.h ${SRC2}/exp_ops.h ${SRC5}/file.h ${SRC2}/ftype_ops.h\
581
 ${SRC3}/function.h ${SRC2}/graph_ops.h ${SRC5}/hash.h\
582
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/inttype.h\
583
 ${SRC2}/itype_ops.h ${SRC5}/lex.h ${SRC5}/literal.h ${SRC4}/load.h\
584
 ${SRC2}/member_ops.h ${SRC3}/merge.h ${SRC3}/namespace.h\
585
 ${SRC2}/nat_ops.h ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h\
586
 ${SRC3}/redeclare.h ${SRC4}/save.h ${SRC5}/symbols.h ${SRC6}/syntax.h\
587
 ${SRC7}/system.h ${SRC2}/tok_ops.h ${SRC3}/token.h ${SRC2}/type_ops.h\
588
 ${SRC7}/ustring.h ${SRC7}/version.h ${SRC7}/xalloc.h ${SRC2}/c_class.h\
589
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
590
	${MAIN_CC} ${SRC4}/load.c
591
 
592
macro.o : ${SRC5}/macro.c ${SRC7}/buffer.h ${SRC1}/c_types.h\
593
 ${SRC7}/catalog.h ${SRC5}/char.h ${SRC7}/config.h ${SRC4}/dump.h\
594
 ${SRC7}/error.h ${SRC5}/file.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h\
595
 ${SRC2}/id_ops.h ${SRC5}/lex.h ${SRC5}/literal.h ${SRC5}/macro.h\
596
 ${SRC3}/namespace.h ${SRC2}/nspace_ops.h ${SRC7}/option.h\
597
 ${SRC5}/predict.h ${SRC5}/preproc.h ${SRC7}/print.h ${SRC5}/symbols.h\
598
 ${SRC6}/syntax.h ${SRC7}/system.h ${SRC7}/ustring.h ${SRC7}/version.h\
599
 ${SRC7}/xalloc.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
600
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
601
	${MAIN_CC} ${SRC5}/macro.c
602
 
603
main.o : ${SRC1}/main.c ${SRC3}/basetype.h ${SRC7}/buffer.h\
604
 ${SRC1}/c_types.h ${SRC4}/capsule.h ${SRC7}/catalog.h ${SRC4}/compile.h\
605
 ${SRC7}/config.h ${SRC5}/constant.h ${SRC7}/debug.h ${SRC3}/declare.h\
606
 ${SRC4}/dump.h ${SRC7}/error.h ${SRC3}/exception.h ${SRC5}/file.h\
607
 ${SRC5}/hash.h ${SRC3}/initialise.h ${SRC3}/instance.h ${SRC3}/inttype.h\
608
 ${SRC5}/lex.h ${SRC5}/literal.h ${SRC4}/load.h ${SRC5}/macro.h\
609
 ${SRC3}/namespace.h ${SRC3}/operator.h ${SRC7}/option.h\
610
 ${SRC3}/overload.h ${SRC5}/parse.h ${SRC5}/predict.h ${SRC5}/preproc.h\
611
 ${SRC3}/printf.h ${SRC3}/redeclare.h ${SRC3}/statement.h ${SRC6}/syntax.h\
612
 ${SRC7}/system.h ${SRC5}/table.h ${SRC3}/template.h ${SRC4}/tok.h\
613
 ${SRC3}/tokdef.h ${SRC3}/typeid.h ${SRC4}/unmangle.h ${SRC7}/ustring.h\
614
 ${SRC3}/variable.h ${SRC7}/version.h ${SRC7}/xalloc.h ${SRC2}/c_class.h\
615
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h\
616
 ${SRC3}/convert.h
617
	${MAIN_CC} ${SRC1}/main.c
618
 
619
mangle.o : ${SRC4}/mangle.c ${SRC3}/basetype.h ${SRC7}/buffer.h\
620
 ${SRC1}/c_types.h ${SRC4}/capsule.h ${SRC5}/char.h ${SRC3}/chktype.h\
621
 ${SRC3}/class.h ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/copy.h\
622
 ${SRC2}/ctype_ops.h ${SRC7}/error.h ${SRC2}/etype_ops.h ${SRC2}/exp_ops.h\
623
 ${SRC2}/flt_ops.h ${SRC2}/ftype_ops.h ${SRC2}/graph_ops.h ${SRC5}/hash.h\
624
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC2}/itype_ops.h ${SRC5}/lex.h\
625
 ${SRC5}/literal.h ${SRC4}/mangle.h ${SRC2}/nat_ops.h ${SRC2}/nspace_ops.h\
626
 ${SRC2}/off_ops.h ${SRC3}/operator.h ${SRC7}/option.h ${SRC7}/print.h\
627
 ${SRC4}/shape.h ${SRC6}/syntax.h ${SRC7}/system.h ${SRC4}/tdf.h\
628
 ${SRC3}/template.h ${SRC4}/tok.h ${SRC2}/tok_ops.h ${SRC2}/type_ops.h\
629
 ${SRC7}/ustring.h ${SRC3}/variable.h ${SRC7}/version.h ${SRC7}/xalloc.h\
630
 ${SRC2}/c_class.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h\
631
 ${SRC4}/tdf1.h
632
	${MAIN_CC} ${SRC4}/mangle.c
633
 
634
member.o : ${SRC3}/member.c ${SRC3}/access.h ${SRC3}/basetype.h\
635
 ${SRC1}/c_types.h ${SRC3}/cast.h ${SRC7}/catalog.h ${SRC3}/check.h\
636
 ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h ${SRC5}/constant.h\
637
 ${SRC3}/convert.h ${SRC3}/copy.h ${SRC2}/ctype_ops.h ${SRC3}/derive.h\
638
 ${SRC7}/error.h ${SRC2}/exp_ops.h ${SRC3}/expression.h ${SRC3}/function.h\
639
 ${SRC2}/graph_ops.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
640
 ${SRC3}/identifier.h ${SRC3}/initialise.h ${SRC3}/instance.h\
641
 ${SRC3}/member.h ${SRC2}/member_ops.h ${SRC3}/namespace.h\
642
 ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h ${SRC3}/operator.h ${SRC5}/parse.h\
643
 ${SRC5}/predict.h ${SRC3}/statement.h ${SRC6}/syntax.h ${SRC3}/template.h\
644
 ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
645
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
646
	${MAIN_CC} ${SRC3}/member.c
647
 
648
merge.o : ${SRC3}/merge.c ${SRC3}/access.h ${SRC1}/c_types.h\
649
 ${SRC7}/catalog.h ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h\
650
 ${SRC2}/ctype_ops.h ${SRC3}/declare.h ${SRC7}/error.h ${SRC2}/graph_ops.h\
651
 ${SRC2}/id_ops.h ${SRC3}/initialise.h ${SRC2}/member_ops.h\
652
 ${SRC3}/merge.h ${SRC3}/namespace.h ${SRC2}/nspace_ops.h\
653
 ${SRC3}/redeclare.h ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC2}/c_class.h\
654
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
655
	${MAIN_CC} ${SRC3}/merge.c
656
 
657
namespace.o : ${SRC3}/namespace.c ${SRC3}/access.h ${SRC1}/c_types.h\
658
 ${SRC7}/catalog.h ${SRC3}/class.h ${SRC7}/config.h ${SRC2}/ctype_ops.h\
659
 ${SRC3}/declare.h ${SRC3}/derive.h ${SRC4}/dump.h ${SRC7}/error.h\
660
 ${SRC2}/graph_ops.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
661
 ${SRC3}/identifier.h ${SRC3}/instance.h ${SRC3}/label.h\
662
 ${SRC2}/member_ops.h ${SRC3}/namespace.h ${SRC2}/nspace_ops.h\
663
 ${SRC7}/option.h ${SRC5}/parse.h ${SRC5}/predict.h ${SRC7}/print.h\
664
 ${SRC3}/redeclare.h ${SRC6}/syntax.h ${SRC3}/tokdef.h ${SRC2}/type_ops.h\
665
 ${SRC7}/ustring.h ${SRC3}/variable.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
666
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
667
	${MAIN_CC} ${SRC3}/namespace.c
668
 
669
operator.o : ${SRC3}/operator.c ${SRC3}/allocate.h ${SRC3}/assign.h\
670
 ${SRC3}/basetype.h ${SRC1}/c_types.h ${SRC3}/cast.h ${SRC7}/catalog.h\
671
 ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h ${SRC5}/constant.h\
672
 ${SRC3}/construct.h ${SRC3}/convert.h ${SRC3}/copy.h ${SRC2}/ctype_ops.h\
673
 ${SRC3}/derive.h ${SRC4}/dump.h ${SRC7}/error.h ${SRC2}/etype_ops.h\
674
 ${SRC3}/exception.h ${SRC2}/exp_ops.h ${SRC3}/expression.h\
675
 ${SRC3}/function.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
676
 ${SRC3}/identifier.h ${SRC3}/initialise.h ${SRC3}/instance.h\
677
 ${SRC3}/inttype.h ${SRC3}/member.h ${SRC2}/member_ops.h\
678
 ${SRC3}/namespace.h ${SRC2}/nat_ops.h ${SRC3}/operator.h\
679
 ${SRC3}/overload.h ${SRC3}/quality.h ${SRC3}/statement.h ${SRC6}/syntax.h\
680
 ${SRC3}/template.h ${SRC2}/type_ops.h ${SRC3}/typeid.h ${SRC2}/c_class.h\
681
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
682
	${MAIN_CC} ${SRC3}/operator.c
683
 
684
option.o : ${SRC7}/option.c ${SRC1}/c_types.h ${SRC3}/cast.h\
685
 ${SRC7}/catalog.h ${SRC5}/char.h ${SRC7}/config.h ${SRC5}/constant.h\
686
 ${SRC3}/declare.h ${SRC2}/err_ops.h ${SRC7}/error.h ${SRC2}/exp_ops.h\
687
 ${SRC5}/file.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
688
 ${SRC3}/instance.h ${SRC3}/inttype.h ${SRC5}/lex.h ${SRC5}/literal.h\
689
 ${SRC3}/namespace.h ${SRC7}/option.h ${SRC7}/opts.h ${SRC5}/predict.h\
690
 ${SRC5}/preproc.h ${SRC3}/redeclare.h ${SRC2}/str_ops.h ${SRC6}/syntax.h\
691
 ${SRC7}/ustring.h ${SRC7}/xalloc.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
692
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
693
	${MAIN_CC} ${SRC7}/option.c
694
 
695
overload.o : ${SRC3}/overload.c ${SRC3}/assign.h ${SRC3}/basetype.h\
696
 ${SRC1}/c_types.h ${SRC3}/cast.h ${SRC7}/catalog.h ${SRC3}/chktype.h\
697
 ${SRC3}/class.h ${SRC7}/config.h ${SRC3}/construct.h ${SRC3}/convert.h\
698
 ${SRC3}/copy.h ${SRC2}/ctype_ops.h ${SRC3}/declare.h ${SRC3}/derive.h\
699
 ${SRC3}/destroy.h ${SRC4}/dump.h ${SRC7}/error.h ${SRC2}/etype_ops.h\
700
 ${SRC3}/exception.h ${SRC2}/exp_ops.h ${SRC3}/expression.h\
701
 ${SRC3}/function.h ${SRC2}/graph_ops.h ${SRC5}/hash.h\
702
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
703
 ${SRC3}/initialise.h ${SRC3}/instance.h ${SRC2}/itype_ops.h\
704
 ${SRC2}/member_ops.h ${SRC3}/namespace.h ${SRC2}/nspace_ops.h\
705
 ${SRC3}/operator.h ${SRC7}/option.h ${SRC3}/overload.h ${SRC5}/predict.h\
706
 ${SRC6}/syntax.h ${SRC3}/template.h ${SRC2}/tok_ops.h ${SRC3}/tokdef.h\
707
 ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC7}/ustring.h ${SRC7}/xalloc.h\
708
 ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h\
709
 ${SRC7}/ossg_api.h
710
	${MAIN_CC} ${SRC3}/overload.c
711
 
712
parse.o : ${SRC5}/parse.c ${SRC3}/access.h ${SRC1}/c_types.h\
713
 ${SRC7}/catalog.h ${SRC5}/char.h ${SRC3}/class.h ${SRC7}/config.h\
714
 ${SRC2}/ctype_ops.h ${SRC3}/derive.h ${SRC7}/error.h ${SRC5}/file.h\
715
 ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
716
 ${SRC5}/lex.h ${SRC5}/literal.h ${SRC5}/macro.h ${SRC2}/member_ops.h\
717
 ${SRC3}/namespace.h ${SRC2}/nspace_ops.h ${SRC7}/option.h ${SRC5}/parse.h\
718
 ${SRC5}/predict.h ${SRC5}/preproc.h ${SRC3}/redeclare.h ${SRC5}/symbols.h\
719
 ${SRC6}/syntax.h ${SRC3}/template.h ${SRC2}/tok_ops.h ${SRC3}/tokdef.h\
720
 ${SRC2}/type_ops.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
721
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
722
	${MAIN_CC} ${SRC5}/parse.c
723
 
724
pragma.o : ${SRC5}/pragma.c ${SRC1}/c_types.h ${SRC7}/catalog.h\
725
 ${SRC5}/char.h ${SRC7}/config.h ${SRC3}/declare.h ${SRC4}/dump.h\
726
 ${SRC7}/error.h ${SRC5}/file.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h\
727
 ${SRC2}/id_ops.h ${SRC5}/lex.h ${SRC5}/macro.h ${SRC7}/option.h\
728
 ${SRC5}/parse.h ${SRC5}/pragma.h ${SRC5}/predict.h ${SRC5}/preproc.h\
729
 ${SRC5}/psyntax.h ${SRC3}/redeclare.h ${SRC3}/statement.h\
730
 ${SRC5}/symbols.h ${SRC6}/syntax.h ${SRC4}/tok.h ${SRC2}/tok_ops.h\
731
 ${SRC3}/token.h ${SRC7}/ustring.h ${SRC3}/variable.h ${SRC2}/c_class.h\
732
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
733
	${MAIN_CC} ${SRC5}/pragma.c
734
 
735
predict.o : ${SRC5}/predict.c ${SRC1}/c_types.h ${SRC7}/config.h\
736
 ${SRC2}/id_ops.h ${SRC3}/namespace.h ${SRC5}/parse.h ${SRC5}/predict.h\
737
 ${SRC5}/symbols.h ${SRC6}/syntax.h ${SRC2}/type_ops.h ${SRC2}/c_class.h\
738
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
739
	${MAIN_CC} ${SRC5}/predict.c
740
 
741
preproc.o : ${SRC5}/preproc.c ${SRC7}/buffer.h ${SRC1}/c_types.h\
742
 ${SRC7}/catalog.h ${SRC5}/char.h ${SRC4}/compile.h ${SRC7}/config.h\
743
 ${SRC5}/constant.h ${SRC3}/convert.h ${SRC4}/dump.h ${SRC7}/error.h\
744
 ${SRC2}/exp_ops.h ${SRC5}/file.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h\
745
 ${SRC2}/id_ops.h ${SRC3}/identifier.h ${SRC5}/lex.h ${SRC5}/literal.h\
746
 ${SRC2}/loc_ext.h ${SRC5}/macro.h ${SRC2}/member_ops.h\
747
 ${SRC3}/namespace.h ${SRC2}/nat_ops.h ${SRC7}/option.h ${SRC5}/parse.h\
748
 ${SRC5}/pragma.h ${SRC5}/predict.h ${SRC5}/preproc.h ${SRC7}/print.h\
749
 ${SRC3}/statement.h ${SRC2}/str_ops.h ${SRC5}/symbols.h ${SRC6}/syntax.h\
750
 ${SRC7}/system.h ${SRC2}/tok_ops.h ${SRC3}/tokdef.h ${SRC3}/token.h\
751
 ${SRC2}/type_ops.h ${SRC7}/ustring.h ${SRC7}/xalloc.h ${SRC2}/c_class.h\
752
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
753
	${MAIN_CC} ${SRC5}/preproc.c
754
 
755
print.o : ${SRC7}/print.c ${SRC3}/basetype.h ${SRC7}/buffer.h\
756
 ${SRC1}/c_types.h ${SRC5}/char.h ${SRC3}/class.h ${SRC7}/config.h\
757
 ${SRC5}/constant.h ${SRC3}/convert.h ${SRC2}/ctype_ops.h ${SRC7}/debug.h\
758
 ${SRC7}/error.h ${SRC2}/etype_ops.h ${SRC3}/exception.h ${SRC2}/exp_ops.h\
759
 ${SRC5}/file.h ${SRC2}/flt_ops.h ${SRC2}/ftype_ops.h ${SRC3}/function.h\
760
 ${SRC2}/graph_ops.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
761
 ${SRC2}/itype_ops.h ${SRC3}/label.h ${SRC5}/lex.h ${SRC5}/literal.h\
762
 ${SRC2}/member_ops.h ${SRC2}/nat_ops.h ${SRC2}/nspace_ops.h\
763
 ${SRC2}/off_ops.h ${SRC7}/print.h ${SRC3}/redeclare.h ${SRC2}/str_ops.h\
764
 ${SRC5}/symbols.h ${SRC6}/syntax.h ${SRC7}/system.h ${SRC4}/tok.h\
765
 ${SRC2}/tok_ops.h ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC7}/ustring.h\
766
 ${SRC2}/c_class.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
767
	${MAIN_CC} ${SRC7}/print.c
768
 
769
printf.o : ${SRC3}/printf.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
770
 ${SRC7}/catalog.h ${SRC5}/char.h ${SRC3}/chktype.h ${SRC7}/config.h\
771
 ${SRC3}/convert.h ${SRC7}/error.h ${SRC2}/id_ops.h ${SRC5}/literal.h\
772
 ${SRC7}/option.h ${SRC3}/printf.h ${SRC2}/str_ops.h ${SRC2}/type_ops.h\
773
 ${SRC3}/typeid.h ${SRC7}/ustring.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
774
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
775
	${MAIN_CC} ${SRC3}/printf.c
776
 
777
psyntax1.o : ${SRC5}/psyntax1.c ${SRC3}/access.h ${SRC3}/allocate.h\
778
 ${SRC3}/assign.h ${SRC3}/basetype.h ${SRC1}/c_types.h ${SRC3}/cast.h\
779
 ${SRC7}/catalog.h ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h\
780
 ${SRC5}/constant.h ${SRC3}/construct.h ${SRC3}/convert.h\
781
 ${SRC3}/declare.h ${SRC3}/derive.h ${SRC7}/error.h ${SRC3}/exception.h\
782
 ${SRC2}/exp_ops.h ${SRC3}/expression.h ${SRC3}/function.h ${SRC5}/hash.h\
783
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
784
 ${SRC3}/initialise.h ${SRC3}/inttype.h ${SRC3}/label.h ${SRC5}/lex.h\
785
 ${SRC5}/literal.h ${SRC3}/member.h ${SRC3}/namespace.h ${SRC7}/option.h\
786
 ${SRC5}/parse.h ${SRC5}/pragma.h ${SRC5}/predict.h ${SRC5}/preproc.h\
787
 ${SRC3}/printf.h ${SRC5}/psyntax.h ${SRC3}/redeclare.h ${SRC3}/rewrite.h\
788
 ${SRC3}/statement.h ${SRC5}/symbols.h ${SRC3}/template.h\
789
 ${SRC2}/tok_ops.h ${SRC3}/tokdef.h ${SRC3}/token.h ${SRC2}/type_ops.h\
790
 ${SRC3}/typeid.h ${SRC3}/variable.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
791
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
792
	${MAIN_CC} ${SRC5}/psyntax1.c
793
 
794
psyntax2.o : ${SRC5}/psyntax2.c ${SRC3}/access.h ${SRC3}/allocate.h\
795
 ${SRC3}/assign.h ${SRC3}/basetype.h ${SRC1}/c_types.h ${SRC3}/cast.h\
796
 ${SRC7}/catalog.h ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h\
797
 ${SRC5}/constant.h ${SRC3}/construct.h ${SRC3}/convert.h\
798
 ${SRC3}/declare.h ${SRC3}/derive.h ${SRC7}/error.h ${SRC3}/exception.h\
799
 ${SRC2}/exp_ops.h ${SRC3}/expression.h ${SRC3}/function.h ${SRC5}/hash.h\
800
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
801
 ${SRC3}/initialise.h ${SRC3}/inttype.h ${SRC3}/label.h ${SRC5}/lex.h\
802
 ${SRC5}/literal.h ${SRC3}/member.h ${SRC3}/namespace.h ${SRC7}/option.h\
803
 ${SRC5}/parse.h ${SRC5}/pragma.h ${SRC5}/predict.h ${SRC5}/preproc.h\
804
 ${SRC3}/printf.h ${SRC5}/psyntax.h ${SRC3}/redeclare.h ${SRC3}/rewrite.h\
805
 ${SRC3}/statement.h ${SRC5}/symbols.h ${SRC3}/template.h\
806
 ${SRC2}/tok_ops.h ${SRC3}/tokdef.h ${SRC3}/token.h ${SRC2}/type_ops.h\
807
 ${SRC3}/typeid.h ${SRC3}/variable.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
808
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
809
	${MAIN_CC} ${SRC5}/psyntax2.c
810
 
811
psyntax3.o : ${SRC5}/psyntax3.c ${SRC3}/access.h ${SRC3}/allocate.h\
812
 ${SRC3}/assign.h ${SRC3}/basetype.h ${SRC1}/c_types.h ${SRC3}/cast.h\
813
 ${SRC7}/catalog.h ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h\
814
 ${SRC5}/constant.h ${SRC3}/construct.h ${SRC3}/convert.h\
815
 ${SRC3}/declare.h ${SRC3}/derive.h ${SRC7}/error.h ${SRC3}/exception.h\
816
 ${SRC2}/exp_ops.h ${SRC3}/expression.h ${SRC3}/function.h ${SRC5}/hash.h\
817
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
818
 ${SRC3}/initialise.h ${SRC3}/inttype.h ${SRC3}/label.h ${SRC5}/lex.h\
819
 ${SRC5}/literal.h ${SRC3}/member.h ${SRC3}/namespace.h ${SRC7}/option.h\
820
 ${SRC5}/parse.h ${SRC5}/pragma.h ${SRC5}/predict.h ${SRC5}/preproc.h\
821
 ${SRC3}/printf.h ${SRC5}/psyntax.h ${SRC3}/redeclare.h ${SRC3}/rewrite.h\
822
 ${SRC3}/statement.h ${SRC5}/symbols.h ${SRC3}/template.h\
823
 ${SRC2}/tok_ops.h ${SRC3}/tokdef.h ${SRC3}/token.h ${SRC2}/type_ops.h\
824
 ${SRC3}/typeid.h ${SRC3}/variable.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
825
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
826
	${MAIN_CC} ${SRC5}/psyntax3.c
827
 
828
quality.o : ${SRC3}/quality.c ${SRC1}/c_types.h ${SRC7}/catalog.h\
829
 ${SRC7}/config.h ${SRC7}/error.h ${SRC2}/exp_ops.h ${SRC3}/operator.h\
830
 ${SRC3}/quality.h ${SRC6}/syntax.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
831
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
832
	${MAIN_CC} ${SRC3}/quality.c
833
 
834
redeclare.o : ${SRC3}/redeclare.c ${SRC3}/access.h ${SRC3}/basetype.h\
835
 ${SRC1}/c_types.h ${SRC7}/catalog.h ${SRC5}/char.h ${SRC3}/check.h\
836
 ${SRC3}/chktype.h ${SRC3}/class.h ${SRC4}/compile.h ${SRC7}/config.h\
837
 ${SRC5}/constant.h ${SRC3}/copy.h ${SRC2}/ctype_ops.h ${SRC3}/declare.h\
838
 ${SRC3}/derive.h ${SRC4}/dump.h ${SRC2}/err_ops.h ${SRC7}/error.h\
839
 ${SRC2}/exp_ops.h ${SRC5}/file.h ${SRC3}/function.h ${SRC2}/graph_ops.h\
840
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
841
 ${SRC3}/instance.h ${SRC5}/literal.h ${SRC2}/member_ops.h\
842
 ${SRC3}/namespace.h ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h\
843
 ${SRC7}/option.h ${SRC3}/overload.h ${SRC5}/predict.h ${SRC3}/redeclare.h\
844
 ${SRC2}/str_ops.h ${SRC6}/syntax.h ${SRC3}/template.h ${SRC2}/tok_ops.h\
845
 ${SRC3}/tokdef.h ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC7}/ustring.h\
846
 ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h\
847
 ${SRC7}/ossg_api.h ${SRC3}/convert.h
848
	${MAIN_CC} ${SRC3}/redeclare.c
849
 
850
rewrite.o : ${SRC3}/rewrite.c ${SRC3}/access.h ${SRC3}/basetype.h\
851
 ${SRC1}/c_types.h ${SRC7}/catalog.h ${SRC3}/class.h ${SRC7}/config.h\
852
 ${SRC2}/ctype_ops.h ${SRC3}/declare.h ${SRC7}/error.h ${SRC2}/exp_ops.h\
853
 ${SRC5}/file.h ${SRC3}/function.h ${SRC2}/id_ops.h ${SRC3}/initialise.h\
854
 ${SRC5}/macro.h ${SRC3}/namespace.h ${SRC2}/nspace_ops.h ${SRC5}/parse.h\
855
 ${SRC5}/predict.h ${SRC3}/rewrite.h ${SRC3}/statement.h ${SRC6}/syntax.h\
856
 ${SRC2}/tok_ops.h ${SRC2}/type_ops.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
857
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
858
	${MAIN_CC} ${SRC3}/rewrite.c
859
 
860
save.o : ${SRC4}/save.c ${SRC3}/basetype.h ${SRC2}/bits.h\
861
 ${SRC1}/c_types.h ${SRC7}/catalog.h ${SRC5}/char.h ${SRC3}/chktype.h\
862
 ${SRC7}/config.h ${SRC2}/ctype_ops.h ${SRC4}/dump.h ${SRC4}/encode.h\
863
 ${SRC7}/error.h ${SRC2}/etype_ops.h ${SRC3}/exception.h ${SRC2}/exp_ops.h\
864
 ${SRC5}/file.h ${SRC2}/ftype_ops.h ${SRC2}/graph_ops.h\
865
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/inttype.h\
866
 ${SRC2}/itype_ops.h ${SRC2}/loc_ext.h ${SRC2}/nat_ops.h\
867
 ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h ${SRC4}/save.h ${SRC6}/syntax.h\
868
 ${SRC7}/system.h ${SRC2}/tok_ops.h ${SRC2}/type_ops.h ${SRC7}/ustring.h\
869
 ${SRC7}/version.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
870
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
871
	${MAIN_CC} ${SRC4}/save.c
872
 
873
shape.o : ${SRC4}/shape.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
874
 ${SRC4}/capsule.h ${SRC5}/char.h ${SRC3}/check.h ${SRC3}/chktype.h\
875
 ${SRC4}/compile.h ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/convert.h\
876
 ${SRC3}/copy.h ${SRC2}/ctype_ops.h ${SRC3}/derive.h ${SRC4}/encode.h\
877
 ${SRC7}/error.h ${SRC2}/etype_ops.h ${SRC4}/exp.h ${SRC2}/exp_ops.h\
878
 ${SRC2}/flt_ops.h ${SRC2}/ftype_ops.h ${SRC2}/graph_ops.h\
879
 ${SRC2}/id_ops.h ${SRC4}/init.h ${SRC4}/interface.h ${SRC3}/inttype.h\
880
 ${SRC2}/itype_ops.h ${SRC5}/literal.h ${SRC4}/mangle.h ${SRC2}/nat_ops.h\
881
 ${SRC2}/off_ops.h ${SRC4}/shape.h ${SRC2}/str_ops.h ${SRC4}/struct.h\
882
 ${SRC4}/tdf.h ${SRC4}/tok.h ${SRC2}/type_ops.h ${SRC7}/ustring.h\
883
 ${SRC7}/version.h ${SRC2}/c_class.h ${SRC6}/language.h ${SRC7}/ossg.h\
884
 ${SRC7}/ossg_api.h ${SRC4}/tdf1.h
885
	${MAIN_CC} ${SRC4}/shape.c
886
 
887
statement.o : ${SRC3}/statement.c ${SRC3}/assign.h ${SRC3}/basetype.h\
888
 ${SRC1}/c_types.h ${SRC3}/cast.h ${SRC7}/catalog.h ${SRC3}/check.h\
889
 ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h ${SRC5}/constant.h\
890
 ${SRC3}/construct.h ${SRC3}/convert.h ${SRC3}/declare.h ${SRC3}/destroy.h\
891
 ${SRC4}/dump.h ${SRC7}/error.h ${SRC2}/etype_ops.h ${SRC3}/exception.h\
892
 ${SRC2}/exp_ops.h ${SRC3}/expression.h ${SRC5}/file.h ${SRC3}/function.h\
893
 ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
894
 ${SRC3}/initialise.h ${SRC3}/label.h ${SRC5}/lex.h ${SRC5}/literal.h\
895
 ${SRC2}/loc_ext.h ${SRC3}/member.h ${SRC2}/member_ops.h\
896
 ${SRC3}/namespace.h ${SRC2}/nspace_ops.h ${SRC7}/option.h\
897
 ${SRC3}/overload.h ${SRC5}/parse.h ${SRC5}/predict.h ${SRC3}/quality.h\
898
 ${SRC3}/redeclare.h ${SRC3}/statement.h ${SRC2}/str_ops.h\
899
 ${SRC5}/symbols.h ${SRC6}/syntax.h ${SRC3}/template.h ${SRC2}/type_ops.h\
900
 ${SRC7}/ustring.h ${SRC3}/variable.h ${SRC2}/c_class.h ${SRC7}/errors1.h\
901
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
902
	${MAIN_CC} ${SRC3}/statement.c
903
 
904
stmt.o : ${SRC4}/stmt.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
905
 ${SRC4}/capsule.h ${SRC3}/check.h ${SRC4}/compile.h ${SRC7}/config.h\
906
 ${SRC3}/destroy.h ${SRC4}/diag.h ${SRC4}/encode.h ${SRC7}/error.h\
907
 ${SRC4}/exp.h ${SRC2}/exp_ops.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
908
 ${SRC4}/init.h ${SRC3}/redeclare.h ${SRC4}/shape.h ${SRC3}/statement.h\
909
 ${SRC4}/stmt.h ${SRC4}/struct.h ${SRC6}/syntax.h ${SRC4}/tdf.h\
910
 ${SRC4}/throw.h ${SRC4}/tok.h ${SRC7}/version.h ${SRC2}/c_class.h\
911
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h ${SRC4}/tdf1.h
912
	${MAIN_CC} ${SRC4}/stmt.c
913
 
914
struct.o : ${SRC4}/struct.c ${SRC3}/allocate.h ${SRC3}/basetype.h\
915
 ${SRC7}/buffer.h ${SRC1}/c_types.h ${SRC4}/capsule.h ${SRC3}/check.h\
916
 ${SRC3}/chktype.h ${SRC3}/class.h ${SRC4}/compile.h ${SRC7}/config.h\
917
 ${SRC5}/constant.h ${SRC3}/construct.h ${SRC2}/ctype_ops.h\
918
 ${SRC3}/derive.h ${SRC3}/destroy.h ${SRC4}/encode.h ${SRC7}/error.h\
919
 ${SRC4}/exp.h ${SRC2}/exp_ops.h ${SRC3}/function.h ${SRC2}/graph_ops.h\
920
 ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC4}/init.h\
921
 ${SRC3}/initialise.h ${SRC4}/interface.h ${SRC2}/itype_ops.h\
922
 ${SRC4}/mangle.h ${SRC3}/member.h ${SRC2}/member_ops.h\
923
 ${SRC3}/namespace.h ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h\
924
 ${SRC7}/print.h ${SRC4}/shape.h ${SRC4}/struct.h ${SRC6}/syntax.h\
925
 ${SRC4}/tdf.h ${SRC4}/tok.h ${SRC3}/token.h ${SRC2}/type_ops.h\
926
 ${SRC7}/version.h ${SRC2}/virt_ops.h ${SRC3}/virtual.h ${SRC2}/c_class.h\
927
 ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h ${SRC4}/tdf1.h
928
	${MAIN_CC} ${SRC4}/struct.c
929
 
930
syntax1.o : ${SRC6}/syntax1.c ${SRC3}/access.h ${SRC3}/allocate.h\
931
 ${SRC3}/assign.h ${SRC3}/basetype.h ${SRC1}/c_types.h ${SRC3}/cast.h\
932
 ${SRC7}/catalog.h ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h\
933
 ${SRC5}/constant.h ${SRC3}/construct.h ${SRC3}/convert.h\
934
 ${SRC3}/declare.h ${SRC3}/derive.h ${SRC4}/dump.h ${SRC7}/error.h\
935
 ${SRC3}/exception.h ${SRC2}/exp_ops.h ${SRC3}/expression.h\
936
 ${SRC3}/function.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
937
 ${SRC3}/identifier.h ${SRC3}/initialise.h ${SRC3}/inttype.h\
938
 ${SRC3}/label.h ${SRC5}/lex.h ${SRC5}/literal.h ${SRC3}/member.h\
939
 ${SRC3}/namespace.h ${SRC7}/option.h ${SRC5}/parse.h ${SRC5}/pragma.h\
940
 ${SRC5}/predict.h ${SRC5}/preproc.h ${SRC3}/redeclare.h ${SRC3}/rewrite.h\
941
 ${SRC3}/statement.h ${SRC5}/symbols.h ${SRC6}/syntax.h ${SRC3}/template.h\
942
 ${SRC3}/tokdef.h ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC3}/typeid.h\
943
 ${SRC3}/variable.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
944
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
945
	${MAIN_CC} ${SRC6}/syntax1.c
946
 
947
syntax2.o : ${SRC6}/syntax2.c ${SRC3}/access.h ${SRC3}/allocate.h\
948
 ${SRC3}/assign.h ${SRC3}/basetype.h ${SRC1}/c_types.h ${SRC3}/cast.h\
949
 ${SRC7}/catalog.h ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h\
950
 ${SRC5}/constant.h ${SRC3}/construct.h ${SRC3}/convert.h\
951
 ${SRC3}/declare.h ${SRC3}/derive.h ${SRC4}/dump.h ${SRC7}/error.h\
952
 ${SRC3}/exception.h ${SRC2}/exp_ops.h ${SRC3}/expression.h\
953
 ${SRC3}/function.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
954
 ${SRC3}/identifier.h ${SRC3}/initialise.h ${SRC3}/inttype.h\
955
 ${SRC3}/label.h ${SRC5}/lex.h ${SRC5}/literal.h ${SRC3}/member.h\
956
 ${SRC3}/namespace.h ${SRC7}/option.h ${SRC5}/parse.h ${SRC5}/pragma.h\
957
 ${SRC5}/predict.h ${SRC5}/preproc.h ${SRC3}/redeclare.h ${SRC3}/rewrite.h\
958
 ${SRC3}/statement.h ${SRC5}/symbols.h ${SRC6}/syntax.h ${SRC3}/template.h\
959
 ${SRC3}/tokdef.h ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC3}/typeid.h\
960
 ${SRC3}/variable.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
961
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
962
	${MAIN_CC} ${SRC6}/syntax2.c
963
 
964
syntax3.o : ${SRC6}/syntax3.c ${SRC3}/access.h ${SRC3}/allocate.h\
965
 ${SRC3}/assign.h ${SRC3}/basetype.h ${SRC1}/c_types.h ${SRC3}/cast.h\
966
 ${SRC7}/catalog.h ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h\
967
 ${SRC5}/constant.h ${SRC3}/construct.h ${SRC3}/convert.h\
968
 ${SRC3}/declare.h ${SRC3}/derive.h ${SRC4}/dump.h ${SRC7}/error.h\
969
 ${SRC3}/exception.h ${SRC2}/exp_ops.h ${SRC3}/expression.h\
970
 ${SRC3}/function.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
971
 ${SRC3}/identifier.h ${SRC3}/initialise.h ${SRC3}/inttype.h\
972
 ${SRC3}/label.h ${SRC5}/lex.h ${SRC5}/literal.h ${SRC3}/member.h\
973
 ${SRC3}/namespace.h ${SRC7}/option.h ${SRC5}/parse.h ${SRC5}/pragma.h\
974
 ${SRC5}/predict.h ${SRC5}/preproc.h ${SRC3}/redeclare.h ${SRC3}/rewrite.h\
975
 ${SRC3}/statement.h ${SRC5}/symbols.h ${SRC6}/syntax.h ${SRC3}/template.h\
976
 ${SRC3}/tokdef.h ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC3}/typeid.h\
977
 ${SRC3}/variable.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
978
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
979
	${MAIN_CC} ${SRC6}/syntax3.c
980
 
981
system.o : ${SRC7}/system.c ${SRC1}/c_types.h ${SRC7}/config.h\
982
 ${SRC7}/error.h ${SRC5}/file.h ${SRC7}/system.h ${SRC7}/ustring.h\
983
 ${SRC7}/xalloc.h ${SRC2}/c_class.h ${SRC6}/language.h ${SRC7}/ossg.h\
984
 ${SRC7}/ossg_api.h
985
	${MAIN_CC} ${SRC7}/system.c
986
 
987
table.o : ${SRC5}/table.c ${SRC1}/c_types.h ${SRC7}/catalog.h\
988
 ${SRC5}/char.h ${SRC7}/config.h ${SRC7}/error.h ${SRC5}/file.h\
989
 ${SRC2}/hashid_ops.h ${SRC3}/inttype.h ${SRC5}/lex.h ${SRC5}/literal.h\
990
 ${SRC5}/macro.h ${SRC7}/option.h ${SRC5}/preproc.h ${SRC6}/syntax.h\
991
 ${SRC7}/system.h ${SRC5}/table.h ${SRC7}/ustring.h ${SRC2}/c_class.h\
992
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
993
	${MAIN_CC} ${SRC5}/table.c
994
 
995
template.o : ${SRC3}/template.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
996
 ${SRC7}/catalog.h ${SRC3}/check.h ${SRC3}/chktype.h ${SRC3}/class.h\
997
 ${SRC4}/compile.h ${SRC7}/config.h ${SRC3}/convert.h ${SRC3}/copy.h\
998
 ${SRC2}/ctype_ops.h ${SRC3}/declare.h ${SRC3}/derive.h ${SRC4}/dump.h\
999
 ${SRC7}/error.h ${SRC2}/etype_ops.h ${SRC2}/exp_ops.h\
1000
 ${SRC3}/expression.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
1001
 ${SRC3}/identifier.h ${SRC3}/initialise.h ${SRC2}/inst_ops.h\
1002
 ${SRC3}/instance.h ${SRC2}/itype_ops.h ${SRC5}/macro.h\
1003
 ${SRC2}/member_ops.h ${SRC3}/namespace.h ${SRC2}/nat_ops.h\
1004
 ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h ${SRC7}/option.h\
1005
 ${SRC3}/overload.h ${SRC5}/parse.h ${SRC5}/predict.h ${SRC3}/statement.h\
1006
 ${SRC6}/syntax.h ${SRC3}/template.h ${SRC2}/tok_ops.h ${SRC3}/tokdef.h\
1007
 ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC7}/ustring.h ${SRC2}/c_class.h\
1008
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
1009
	${MAIN_CC} ${SRC3}/template.c
1010
 
1011
throw.o : ${SRC4}/throw.c ${SRC3}/allocate.h ${SRC3}/basetype.h\
1012
 ${SRC1}/c_types.h ${SRC4}/capsule.h ${SRC3}/chktype.h ${SRC4}/compile.h\
1013
 ${SRC7}/config.h ${SRC3}/destroy.h ${SRC4}/diag.h ${SRC4}/encode.h\
1014
 ${SRC7}/error.h ${SRC3}/exception.h ${SRC4}/exp.h ${SRC2}/exp_ops.h\
1015
 ${SRC4}/init.h ${SRC3}/inttype.h ${SRC4}/shape.h ${SRC3}/statement.h\
1016
 ${SRC4}/stmt.h ${SRC4}/struct.h ${SRC6}/syntax.h ${SRC4}/tdf.h\
1017
 ${SRC4}/throw.h ${SRC4}/tok.h ${SRC2}/type_ops.h ${SRC3}/typeid.h\
1018
 ${SRC7}/ustring.h ${SRC7}/version.h ${SRC2}/c_class.h ${SRC6}/language.h\
1019
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h ${SRC4}/tdf1.h
1020
	${MAIN_CC} ${SRC4}/throw.c
1021
 
1022
tok.o : ${SRC4}/tok.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
1023
 ${SRC4}/capsule.h ${SRC7}/catalog.h ${SRC4}/compile.h ${SRC7}/config.h\
1024
 ${SRC4}/diag.h ${SRC4}/encode.h ${SRC7}/error.h ${SRC4}/exp.h\
1025
 ${SRC2}/exp_ops.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
1026
 ${SRC4}/interface.h ${SRC2}/member_ops.h ${SRC3}/namespace.h\
1027
 ${SRC7}/option.h ${SRC5}/preproc.h ${SRC4}/shape.h ${SRC3}/statement.h\
1028
 ${SRC4}/stmt.h ${SRC2}/str_ops.h ${SRC4}/struct.h ${SRC6}/syntax.h\
1029
 ${SRC4}/tdf.h ${SRC4}/tok.h ${SRC2}/tok_ops.h ${SRC3}/token.h\
1030
 ${SRC2}/type_ops.h ${SRC7}/ustring.h ${SRC7}/version.h ${SRC2}/c_class.h\
1031
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h\
1032
 ${SRC4}/tdf1.h
1033
	${MAIN_CC} ${SRC4}/tok.c
1034
 
1035
tokdef.o : ${SRC3}/tokdef.c ${SRC3}/access.h ${SRC3}/basetype.h\
1036
 ${SRC1}/c_types.h ${SRC7}/catalog.h ${SRC3}/check.h ${SRC3}/chktype.h\
1037
 ${SRC3}/class.h ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/convert.h\
1038
 ${SRC2}/ctype_ops.h ${SRC3}/derive.h ${SRC4}/dump.h ${SRC7}/error.h\
1039
 ${SRC3}/exception.h ${SRC2}/exp_ops.h ${SRC3}/expression.h ${SRC5}/file.h\
1040
 ${SRC3}/function.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
1041
 ${SRC3}/identifier.h ${SRC3}/initialise.h ${SRC3}/inttype.h ${SRC5}/lex.h\
1042
 ${SRC5}/macro.h ${SRC3}/member.h ${SRC2}/member_ops.h ${SRC3}/namespace.h\
1043
 ${SRC2}/nat_ops.h ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h ${SRC7}/option.h\
1044
 ${SRC3}/overload.h ${SRC5}/parse.h ${SRC5}/predict.h ${SRC5}/preproc.h\
1045
 ${SRC3}/redeclare.h ${SRC3}/statement.h ${SRC6}/syntax.h\
1046
 ${SRC3}/template.h ${SRC2}/tok_ops.h ${SRC3}/tokdef.h ${SRC3}/token.h\
1047
 ${SRC2}/type_ops.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
1048
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h
1049
	${MAIN_CC} ${SRC3}/tokdef.c
1050
 
1051
token.o : ${SRC3}/token.c ${SRC3}/access.h ${SRC3}/basetype.h\
1052
 ${SRC1}/c_types.h ${SRC7}/catalog.h ${SRC3}/check.h ${SRC3}/chktype.h\
1053
 ${SRC3}/class.h ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/convert.h\
1054
 ${SRC3}/copy.h ${SRC2}/ctype_ops.h ${SRC3}/declare.h ${SRC4}/dump.h\
1055
 ${SRC7}/error.h ${SRC2}/etype_ops.h ${SRC3}/exception.h ${SRC2}/exp_ops.h\
1056
 ${SRC3}/expression.h ${SRC2}/ftype_ops.h ${SRC3}/function.h\
1057
 ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
1058
 ${SRC3}/initialise.h ${SRC3}/instance.h ${SRC3}/inttype.h\
1059
 ${SRC2}/itype_ops.h ${SRC5}/lex.h ${SRC5}/macro.h ${SRC2}/member_ops.h\
1060
 ${SRC3}/namespace.h ${SRC2}/nat_ops.h ${SRC2}/nspace_ops.h\
1061
 ${SRC2}/off_ops.h ${SRC7}/option.h ${SRC5}/parse.h ${SRC5}/predict.h\
1062
 ${SRC5}/preproc.h ${SRC3}/redeclare.h ${SRC3}/statement.h\
1063
 ${SRC6}/syntax.h ${SRC3}/template.h ${SRC4}/tok.h ${SRC2}/tok_ops.h\
1064
 ${SRC3}/tokdef.h ${SRC3}/token.h ${SRC2}/type_ops.h ${SRC2}/c_class.h\
1065
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
1066
	${MAIN_CC} ${SRC3}/token.c
1067
 
1068
typeid.o : ${SRC3}/typeid.c ${SRC3}/access.h ${SRC3}/basetype.h\
1069
 ${SRC1}/c_types.h ${SRC3}/cast.h ${SRC7}/catalog.h ${SRC3}/check.h\
1070
 ${SRC3}/chktype.h ${SRC3}/class.h ${SRC7}/config.h ${SRC5}/constant.h\
1071
 ${SRC3}/convert.h ${SRC2}/ctype_ops.h ${SRC3}/derive.h ${SRC3}/destroy.h\
1072
 ${SRC7}/error.h ${SRC3}/exception.h ${SRC2}/exp_ops.h\
1073
 ${SRC3}/expression.h ${SRC2}/graph_ops.h ${SRC5}/hash.h\
1074
 ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
1075
 ${SRC3}/initialise.h ${SRC4}/interface.h ${SRC5}/literal.h\
1076
 ${SRC3}/namespace.h ${SRC3}/overload.h ${SRC6}/syntax.h\
1077
 ${SRC3}/template.h ${SRC4}/tok.h ${SRC3}/token.h ${SRC2}/type_ops.h\
1078
 ${SRC3}/typeid.h ${SRC7}/ustring.h ${SRC2}/virt_ops.h ${SRC2}/c_class.h\
1079
 ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
1080
	${MAIN_CC} ${SRC3}/typeid.c
1081
 
1082
unmangle.o : ${SRC4}/unmangle.c ${SRC3}/allocate.h ${SRC3}/basetype.h\
1083
 ${SRC7}/buffer.h ${SRC1}/c_types.h ${SRC7}/catalog.h ${SRC5}/char.h\
1084
 ${SRC3}/class.h ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/convert.h\
1085
 ${SRC2}/ctype_ops.h ${SRC3}/declare.h ${SRC7}/error.h ${SRC3}/exception.h\
1086
 ${SRC2}/exp_ops.h ${SRC3}/function.h ${SRC5}/hash.h ${SRC2}/hashid_ops.h\
1087
 ${SRC2}/id_ops.h ${SRC3}/identifier.h ${SRC3}/initialise.h ${SRC5}/lex.h\
1088
 ${SRC5}/literal.h ${SRC4}/mangle.h ${SRC2}/member_ops.h\
1089
 ${SRC3}/namespace.h ${SRC2}/nat_ops.h ${SRC2}/nspace_ops.h\
1090
 ${SRC7}/print.h ${SRC6}/syntax.h ${SRC4}/tdf.h ${SRC2}/tok_ops.h\
1091
 ${SRC2}/type_ops.h ${SRC4}/unmangle.h ${SRC7}/ustring.h ${SRC7}/version.h\
1092
 ${SRC7}/xalloc.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
1093
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h ${SRC4}/tdf1.h
1094
	${MAIN_CC} ${SRC4}/unmangle.c
1095
 
1096
variable.o : ${SRC3}/variable.c ${SRC3}/basetype.h ${SRC1}/c_types.h\
1097
 ${SRC7}/catalog.h ${SRC3}/check.h ${SRC3}/chktype.h ${SRC3}/class.h\
1098
 ${SRC4}/compile.h ${SRC7}/config.h ${SRC5}/constant.h ${SRC3}/construct.h\
1099
 ${SRC3}/convert.h ${SRC2}/ctype_ops.h ${SRC3}/declare.h ${SRC4}/dump.h\
1100
 ${SRC7}/error.h ${SRC2}/exp_ops.h ${SRC5}/file.h ${SRC3}/function.h\
1101
 ${SRC5}/hash.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h ${SRC3}/identifier.h\
1102
 ${SRC3}/initialise.h ${SRC2}/inst_ops.h ${SRC3}/instance.h\
1103
 ${SRC5}/literal.h ${SRC2}/member_ops.h ${SRC3}/namespace.h\
1104
 ${SRC2}/nspace_ops.h ${SRC2}/off_ops.h ${SRC7}/option.h ${SRC5}/preproc.h\
1105
 ${SRC4}/save.h ${SRC3}/statement.h ${SRC4}/stmt.h ${SRC6}/syntax.h\
1106
 ${SRC4}/tok.h ${SRC2}/tok_ops.h ${SRC2}/type_ops.h ${SRC3}/variable.h\
1107
 ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h ${SRC7}/ossg.h\
1108
 ${SRC7}/ossg_api.h
1109
	${MAIN_CC} ${SRC3}/variable.c
1110
 
1111
virtual.o : ${SRC3}/virtual.c ${SRC3}/access.h ${SRC1}/c_types.h\
1112
 ${SRC4}/capsule.h ${SRC7}/catalog.h ${SRC3}/check.h ${SRC3}/chktype.h\
1113
 ${SRC7}/config.h ${SRC2}/ctype_ops.h ${SRC3}/derive.h ${SRC4}/dump.h\
1114
 ${SRC7}/error.h ${SRC3}/exception.h ${SRC3}/function.h\
1115
 ${SRC2}/graph_ops.h ${SRC2}/hashid_ops.h ${SRC2}/id_ops.h\
1116
 ${SRC3}/namespace.h ${SRC7}/option.h ${SRC3}/overload.h ${SRC6}/syntax.h\
1117
 ${SRC3}/template.h ${SRC2}/type_ops.h ${SRC2}/virt_ops.h\
1118
 ${SRC3}/virtual.h ${SRC2}/c_class.h ${SRC7}/errors1.h ${SRC6}/language.h\
1119
 ${SRC7}/ossg.h ${SRC7}/ossg_api.h ${SRC3}/convert.h
1120
	${MAIN_CC} ${SRC3}/virtual.c
1121
 
1122
xalloc.o : ${SRC7}/xalloc.c ${SRC1}/c_types.h ${SRC5}/char.h\
1123
 ${SRC7}/config.h ${SRC7}/error.h ${SRC7}/ustring.h ${SRC7}/xalloc.h\
1124
 ${SRC2}/c_class.h ${SRC6}/language.h ${SRC7}/ossg.h ${SRC7}/ossg_api.h
1125
	${MAIN_CC} ${SRC7}/xalloc.c
1126
 
1127
clean : ${EXTRA_CLEAN}
1128
	${REMOVE} ${OFILES}
1129
	${REMOVE} core
1130
 
1131
clobber : clean ${EXTRA_CLOBBER}
1132
	${REMOVE} ${NAME}
1133
 
1134
CAT=cat
1135
CALCULUS=calculus
1136
MAKE_ERR=make_err
1137
MAKE_TDF=make_tdf
1138
SID=sid
1139
SIDOPTS=-l ossg-c -s numeric -s split -s no-lines
1140
 
1141
ALG=${SRC1}/c_class.alg
1142
TEMPL=${SRC2B}/bits.h ${SRC2B}/err_ext.h ${SRC2B}/loc_ext.h
1143
SYNTAX=${SRC6}/syntax.sid ${SRC6}/syntax.act
1144
PSYNTAX=${SRC5}/psyntax.sid ${SRC5}/psyntax.act
1145
 
1146
SID_OUT=${SRC6}/syntax1.c ${SRC6}/syntax.h
1147
PSID_OUT=${SRC5}/psyntax1.c ${SRC5}/psyntax.h
1148
C_OUT=${SRC2}/c_class.h
1149
TOK_OUT=${SRC2A}/c_class.h
1150
ERR_OUT=${SRC7}/errors1.h ${SRC7}/errors2.h ${SRC7}/errors3.h ${SRC7}/opts.h
1151
TDF_OUT=${SRC4}/tdf1.h
1152
 
1153
ALL_OUT=${SID_OUT} ${PSID_OUT} ${C_OUT} ${TOK_OUT} ${ERR_OUT} ${TDF_OUT}
1154
 
1155
auto : ${ALL_OUT}
1156
 
1157
${SRC6}/syntax1.c : ${SYNTAX}
1158
	${SID} ${SIDOPTS} ${SYNTAX} ${SRC6}/syntax@.c ${SRC6}/syntax.h
1159
 
1160
${SRC5}/psyntax1.c : ${PSYNTAX}
1161
	${SID} ${SIDOPTS} ${PSYNTAX} ${SRC5}/psyntax@.c ${SRC5}/psyntax.h
1162
 
1163
${SRC2}/c_class.h : ${ALG} ${TEMPL}
1164
	@${REMOVE} ${SRC2}/*.h
1165
	${CALCULUS} -a -x ${ALG} ${SRC2}
1166
	${CALCULUS} ${ALG} -T${SRC2B}/bits.h ${SRC2}/bits.h
1167
	${CALCULUS} ${ALG} -T${SRC2B}/err_ext.h ${SRC2}/err_ext.h
1168
	${CALCULUS} ${ALG} -T${SRC2B}/loc_ext.h ${SRC2}/loc_ext.h
1169
 
1170
${SRC2A}/c_class.h : ${ALG} ${TEMPL}
1171
	@${REMOVE} ${SRC2A}/*.h
1172
	${CALCULUS} -a -x -t ${ALG} ${SRC2A}
1173
	${CALCULUS} -t ${ALG} -T${SRC2B}/bits.h ${SRC2A}/bits.h
1174
	${CALCULUS} -t ${ALG} -T${SRC2B}/err_ext.h ${SRC2A}/err_ext.h
1175
	${CALCULUS} -t ${ALG} -T${SRC2B}/loc_ext.h ${SRC2A}/loc_ext.h
1176
 
1177
${SRC7}/errors1.h : ${SRC7}/catalog.err
1178
	@${REMOVE} ${SRC7}/errors1.h
1179
	${MAKE_ERR} ${SRC7}/catalog.err ${SRC7}/errors1.h
1180
 
1181
${SRC7}/errors2.h : ${SRC7}/catalog.err ${SRC7}/extra.err
1182
	@${REMOVE} ${SRC7}/errors2.h
1183
	${CAT} ${SRC7}/catalog.err ${SRC7}/extra.err | ${MAKE_ERR} > ${SRC7}/errors2.h
1184
 
1185
${SRC7}/errors3.h : ${SRC7}/catalog.err ${SRC7}/extra.err
1186
	@${REMOVE} ${SRC7}/errors3.h
1187
	${CAT} ${SRC7}/catalog.err ${SRC7}/extra.err | ${MAKE_ERR} -d > ${SRC7}/errors3.h
1188
 
1189
${SRC7}/opts.h : ${SRC7}/catalog.err
1190
	@${REMOVE} ${SRC7}/opts.h
1191
	${MAKE_ERR} -u ${SRC7}/catalog.err ${SRC7}/opts.h
1192
 
1193
${SRC4}/tdf1.h : ${SPEC} ${SRC2B}/tdf1.h
1194
	@${REMOVE} ${SRC4}/tdf1.h
1195
	${MAKE_TDF} ${SPEC} ${SRC2B}/tdf1.h ${SRC4}/tdf1.h
1196
 
1197
auto_clobber :
1198
	@${REMOVE} ${SRC6}/syntax*.c ${SRC6}/syntax.h
1199
	@${REMOVE} ${SRC5}/psyntax*.c ${SRC5}/psyntax.h
1200
	@${REMOVE} ${SRC2}/*.h
1201
	@${REMOVE} ${SRC2A}/*.h
1202
	@${REMOVE} ${ERR_OUT}
1203
	@${REMOVE} ${TDF_OUT}