~moo-imports/moo/Martian-GDBM

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: nop
  • Date: 2000-01-11 01:39:14 UTC
  • Revision ID: cvs-1:nop-20000111013914-sxjetbv3sxqqn4t1
Long overdue make depend

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
 
150
150
###############################################################################
151
151
# $Log: Makefile.in,v $
 
152
# Revision 1.6  2000/01/11 01:39:14  nop
 
153
# Long overdue make depend
 
154
#
152
155
# Revision 1.5  1998/02/19 07:36:16  nop
153
156
# Initial string interning during db load.
154
157
#
297
300
# DO NOT DELETE THIS LINE -- 'make depend' replaces everything below it.
298
301
ast.o: ast.c my-string.h config.h ast.h parser.h program.h \
299
302
 structures.h my-stdio.h version.h sym_table.h list.h log.h storage.h \
300
 
 ref_count.h utils.h execute.h db.h opcode.h parse_cmd.h
 
303
 ref_count.h utils.h execute.h db.h opcode.h options.h parse_cmd.h
301
304
code_gen.o: code_gen.c ast.h config.h parser.h program.h structures.h \
302
 
 my-stdio.h version.h sym_table.h exceptions.h opcode.h storage.h \
303
 
 ref_count.h str_intern.h utils.h execute.h db.h parse_cmd.h
 
305
 my-stdio.h version.h sym_table.h exceptions.h opcode.h options.h \
 
306
 storage.h ref_count.h str_intern.h utils.h execute.h db.h parse_cmd.h \
 
307
 my-stdlib.h
304
308
db_file.o: db_file.c my-stat.h config.h my-stdio.h my-stdlib.h db.h \
305
309
 program.h structures.h version.h db_io.h db_private.h exceptions.h \
306
310
 list.h log.h options.h server.h network.h storage.h ref_count.h \
307
 
 streams.h tasks.h execute.h opcode.h parse_cmd.h timers.h my-time.h
 
311
 streams.h str_intern.h tasks.h execute.h opcode.h parse_cmd.h \
 
312
 timers.h my-time.h
308
313
db_io.o: db_io.c my-ctype.h config.h my-stdarg.h my-stdio.h \
309
314
 my-stdlib.h db_io.h program.h structures.h version.h db_private.h \
310
315
 exceptions.h list.h log.h numbers.h parser.h storage.h ref_count.h \
311
316
 streams.h str_intern.h unparse.h
312
317
db_objects.o: db_objects.c config.h db.h program.h structures.h \
313
318
 my-stdio.h version.h db_private.h exceptions.h list.h storage.h \
314
 
 ref_count.h utils.h execute.h opcode.h parse_cmd.h
 
319
 ref_count.h utils.h execute.h opcode.h options.h parse_cmd.h
315
320
db_properties.o: db_properties.c config.h db.h program.h structures.h \
316
321
 my-stdio.h version.h db_private.h exceptions.h list.h storage.h \
317
 
 ref_count.h utils.h execute.h opcode.h parse_cmd.h
 
322
 ref_count.h utils.h execute.h opcode.h options.h parse_cmd.h
318
323
db_verbs.o: db_verbs.c my-stdlib.h config.h my-string.h db.h program.h \
319
324
 structures.h my-stdio.h version.h db_private.h exceptions.h db_tune.h \
320
325
 list.h log.h parse_cmd.h storage.h ref_count.h utils.h execute.h \
321
 
 opcode.h
 
326
 opcode.h options.h
322
327
decompile.o: decompile.c ast.h config.h parser.h program.h \
323
328
 structures.h my-stdio.h version.h sym_table.h decompile.h \
324
 
 exceptions.h opcode.h storage.h ref_count.h utils.h execute.h db.h \
325
 
 parse_cmd.h
 
329
 exceptions.h opcode.h options.h storage.h ref_count.h utils.h \
 
330
 execute.h db.h parse_cmd.h
326
331
disassemble.o: disassemble.c my-stdio.h config.h bf_register.h db.h \
327
332
 program.h structures.h version.h functions.h execute.h opcode.h \
328
 
 parse_cmd.h list.h storage.h ref_count.h streams.h unparse.h utils.h \
329
 
 verbs.h
 
333
 options.h parse_cmd.h list.h storage.h ref_count.h streams.h \
 
334
 unparse.h utils.h verbs.h
330
335
eval_env.o: eval_env.c config.h eval_env.h structures.h my-stdio.h \
331
336
 version.h storage.h ref_count.h sym_table.h utils.h execute.h db.h \
332
 
 program.h opcode.h parse_cmd.h
 
337
 program.h opcode.h options.h parse_cmd.h
333
338
eval_vm.o: eval_vm.c config.h db_io.h program.h structures.h \
334
339
 my-stdio.h version.h decompile.h ast.h parser.h sym_table.h eval_vm.h \
335
 
 execute.h db.h opcode.h parse_cmd.h log.h options.h storage.h \
 
340
 execute.h db.h opcode.h options.h parse_cmd.h log.h storage.h \
336
341
 ref_count.h tasks.h
337
342
exceptions.o: exceptions.c exceptions.h config.h
338
343
execute.o: execute.c my-string.h config.h db.h program.h structures.h \
339
344
 my-stdio.h version.h db_io.h decompile.h ast.h parser.h sym_table.h \
340
 
 eval_env.h eval_vm.h execute.h opcode.h parse_cmd.h exceptions.h \
341
 
 functions.h list.h log.h numbers.h options.h server.h network.h \
 
345
 eval_env.h eval_vm.h execute.h opcode.h options.h parse_cmd.h \
 
346
 exceptions.h functions.h list.h log.h numbers.h server.h network.h \
342
347
 storage.h ref_count.h streams.h tasks.h timers.h my-time.h utils.h
343
348
extensions.o: extensions.c bf_register.h functions.h my-stdio.h \
344
349
 config.h execute.h db.h program.h structures.h version.h opcode.h \
345
 
 parse_cmd.h db_tune.h utils.h
 
350
 options.h parse_cmd.h db_tune.h utils.h
346
351
functions.o: functions.c my-stdarg.h config.h bf_register.h db_io.h \
347
352
 program.h structures.h my-stdio.h version.h functions.h execute.h \
348
 
 db.h opcode.h parse_cmd.h list.h log.h server.h network.h options.h \
 
353
 db.h opcode.h options.h parse_cmd.h list.h log.h server.h network.h \
349
354
 storage.h ref_count.h streams.h unparse.h utils.h
350
355
keywords.o: keywords.c my-ctype.h config.h my-string.h keywords.h \
351
356
 structures.h my-stdio.h version.h tokens.h ast.h parser.h program.h \
352
 
 sym_table.h y.tab.h utils.h execute.h db.h opcode.h parse_cmd.h
 
357
 sym_table.h y.tab.h utils.h execute.h db.h opcode.h options.h \
 
358
 parse_cmd.h
353
359
list.o: list.c my-ctype.h config.h my-string.h bf_register.h \
354
360
 exceptions.h functions.h my-stdio.h execute.h db.h program.h \
355
 
 structures.h version.h opcode.h parse_cmd.h list.h log.h md5.h \
356
 
 options.h pattern.h random.h ref_count.h streams.h storage.h \
357
 
 unparse.h utils.h
 
361
 structures.h version.h opcode.h options.h parse_cmd.h list.h log.h \
 
362
 md5.h pattern.h random.h ref_count.h streams.h storage.h unparse.h \
 
363
 utils.h
358
364
log.o: log.c my-stdarg.h config.h my-stdio.h my-string.h my-time.h \
359
365
 bf_register.h functions.h execute.h db.h program.h structures.h \
360
 
 version.h opcode.h parse_cmd.h log.h options.h storage.h ref_count.h \
 
366
 version.h opcode.h options.h parse_cmd.h log.h storage.h ref_count.h \
361
367
 streams.h utils.h
362
368
malloc.o: malloc.c options.h config.h
363
369
match.o: match.c my-stdlib.h config.h my-string.h db.h program.h \
364
370
 structures.h my-stdio.h version.h exceptions.h match.h parse_cmd.h \
365
 
 storage.h ref_count.h unparse.h utils.h execute.h opcode.h
 
371
 storage.h ref_count.h unparse.h utils.h execute.h opcode.h options.h
366
372
md5.o: md5.c my-string.h config.h md5.h
367
373
name_lookup.o: name_lookup.c options.h config.h my-signal.h \
368
374
 my-stdlib.h my-unistd.h my-inet.h my-in.h my-types.h my-socket.h \
383
389
 db.h program.h version.h opcode.h parse_cmd.h
384
390
numbers.o: numbers.c my-math.h my-stdlib.h config.h my-string.h \
385
391
 my-time.h functions.h my-stdio.h execute.h db.h program.h \
386
 
 structures.h version.h opcode.h parse_cmd.h log.h random.h storage.h \
387
 
 ref_count.h utils.h
 
392
 structures.h version.h opcode.h options.h parse_cmd.h log.h random.h \
 
393
 storage.h ref_count.h utils.h
388
394
objects.o: objects.c db.h config.h program.h structures.h my-stdio.h \
389
 
 version.h db_io.h exceptions.h execute.h opcode.h parse_cmd.h \
390
 
 functions.h list.h numbers.h quota.h server.h network.h options.h \
 
395
 version.h db_io.h exceptions.h execute.h opcode.h options.h \
 
396
 parse_cmd.h functions.h list.h numbers.h quota.h server.h network.h \
391
397
 storage.h ref_count.h utils.h
392
398
parse_cmd.o: parse_cmd.c my-ctype.h config.h my-stdio.h my-stdlib.h \
393
399
 my-string.h my-time.h db.h program.h structures.h version.h list.h \
394
 
 match.h parse_cmd.h storage.h ref_count.h utils.h execute.h opcode.h
 
400
 match.h parse_cmd.h storage.h ref_count.h utils.h execute.h opcode.h \
 
401
 options.h
395
402
pattern.o: pattern.c my-ctype.h config.h my-stdlib.h my-string.h \
396
403
 pattern.h regexpr.h storage.h structures.h my-stdio.h ref_count.h \
397
404
 streams.h
398
405
program.o: program.c ast.h config.h parser.h program.h structures.h \
399
406
 my-stdio.h version.h sym_table.h exceptions.h list.h storage.h \
400
 
 ref_count.h utils.h execute.h db.h opcode.h parse_cmd.h
 
407
 ref_count.h utils.h execute.h db.h opcode.h options.h parse_cmd.h
401
408
property.o: property.c db.h config.h program.h structures.h my-stdio.h \
402
 
 version.h functions.h execute.h opcode.h parse_cmd.h list.h storage.h \
403
 
 ref_count.h utils.h
 
409
 version.h functions.h execute.h opcode.h options.h parse_cmd.h list.h \
 
410
 storage.h ref_count.h utils.h
404
411
quota.o: quota.c config.h db.h program.h structures.h my-stdio.h \
405
412
 version.h quota.h
406
413
ref_count.o: ref_count.c config.h exceptions.h ref_count.h storage.h \
410
417
server.o: server.c my-types.h config.h my-signal.h my-stdarg.h \
411
418
 my-stdio.h my-stdlib.h my-string.h my-unistd.h my-wait.h db.h \
412
419
 program.h structures.h version.h db_io.h disassemble.h execute.h \
413
 
 opcode.h parse_cmd.h functions.h list.h log.h network.h options.h \
 
420
 opcode.h options.h parse_cmd.h functions.h list.h log.h network.h \
414
421
 server.h parser.h random.h storage.h ref_count.h streams.h tasks.h \
415
422
 timers.h my-time.h unparse.h utils.h
416
423
storage.o: storage.c my-stdlib.h config.h exceptions.h list.h \
420
427
 structures.h storage.h ref_count.h streams.h
421
428
str_intern.o: str_intern.c my-stdlib.h config.h log.h my-stdio.h \
422
429
 structures.h storage.h ref_count.h str_intern.h utils.h execute.h \
423
 
 db.h program.h version.h opcode.h parse_cmd.h
 
430
 db.h program.h version.h opcode.h options.h parse_cmd.h
424
431
sym_table.o: sym_table.c my-stdio.h config.h ast.h parser.h program.h \
425
432
 structures.h version.h sym_table.h exceptions.h log.h storage.h \
426
 
 ref_count.h utils.h execute.h db.h opcode.h parse_cmd.h
 
433
 ref_count.h utils.h execute.h db.h opcode.h options.h parse_cmd.h
427
434
tasks.o: tasks.c my-string.h config.h my-time.h db.h program.h \
428
435
 structures.h my-stdio.h version.h db_io.h decompile.h ast.h parser.h \
429
 
 sym_table.h eval_env.h eval_vm.h execute.h opcode.h parse_cmd.h \
430
 
 exceptions.h functions.h list.h log.h match.h options.h random.h \
 
436
 sym_table.h eval_env.h eval_vm.h execute.h opcode.h options.h \
 
437
 parse_cmd.h exceptions.h functions.h list.h log.h match.h random.h \
431
438
 server.h network.h storage.h ref_count.h streams.h tasks.h utils.h \
432
439
 verbs.h
433
440
timers.o: timers.c my-signal.h config.h my-stdlib.h my-sys-time.h \
434
 
 options.h my-time.h my-unistd.h timers.h
 
441
 options.h my-types.h my-time.h my-unistd.h timers.h
435
442
unparse.o: unparse.c my-ctype.h config.h my-stdio.h ast.h parser.h \
436
443
 program.h structures.h version.h sym_table.h decompile.h exceptions.h \
437
 
 functions.h execute.h db.h opcode.h parse_cmd.h keywords.h list.h \
438
 
 log.h unparse.h storage.h ref_count.h streams.h utils.h
 
444
 functions.h execute.h db.h opcode.h options.h parse_cmd.h keywords.h \
 
445
 list.h log.h unparse.h storage.h ref_count.h streams.h utils.h
439
446
utils.o: utils.c my-ctype.h config.h my-stdio.h my-string.h db.h \
440
447
 program.h structures.h version.h db_io.h exceptions.h list.h log.h \
441
448
 match.h numbers.h ref_count.h server.h network.h options.h storage.h \
442
449
 streams.h utils.h execute.h opcode.h parse_cmd.h
443
450
verbs.o: verbs.c my-string.h config.h db.h program.h structures.h \
444
 
 my-stdio.h version.h exceptions.h execute.h opcode.h parse_cmd.h \
445
 
 functions.h list.h log.h match.h parser.h server.h network.h \
446
 
 options.h storage.h ref_count.h unparse.h utils.h verbs.h
 
451
 my-stdio.h version.h exceptions.h execute.h opcode.h options.h \
 
452
 parse_cmd.h functions.h list.h log.h match.h parser.h server.h \
 
453
 network.h storage.h ref_count.h unparse.h utils.h verbs.h
447
454
version.o: version.c config.h version.h
448
455
gnu-malloc.o: gnu-malloc.c getpagesize.h
449
456
net_single.o: net_single.c my-ctype.h config.h my-fcntl.h my-stdio.h \