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