comparison src/makefile.w32-in @ 89580:fa5b8317a0bb

Add character.h dependancies. (character.o, chartab.o): New targets.
author Jason Rumney <jasonr@gnu.org>
date Sat, 11 Oct 2003 22:00:53 +0000
parents 375f2633d815
children 0035405908ab
comparison
equal deleted inserted replaced
89579:f15c12edaf6d 89580:fa5b8317a0bb
53 # 53 #
54 OBJ0 = $(BLD)/emacs.$(O) 54 OBJ0 = $(BLD)/emacs.$(O)
55 55
56 OBJ1 = $(BLD)/abbrev.$(O) \ 56 OBJ1 = $(BLD)/abbrev.$(O) \
57 $(BLD)/alloc.$(O) \ 57 $(BLD)/alloc.$(O) \
58 $(BLD)/alloca.$(O) \
59 $(BLD)/atimer.$(O) \ 58 $(BLD)/atimer.$(O) \
60 $(BLD)/buffer.$(O) \ 59 $(BLD)/buffer.$(O) \
61 $(BLD)/bytecode.$(O) \ 60 $(BLD)/bytecode.$(O) \
62 $(BLD)/callint.$(O) \ 61 $(BLD)/callint.$(O) \
63 $(BLD)/callproc.$(O) \ 62 $(BLD)/callproc.$(O) \
114 $(BLD)/textprop.$(O) \ 113 $(BLD)/textprop.$(O) \
115 $(BLD)/vm-limit.$(O) \ 114 $(BLD)/vm-limit.$(O) \
116 $(BLD)/region-cache.$(O) \ 115 $(BLD)/region-cache.$(O) \
117 $(BLD)/strftime.$(O) \ 116 $(BLD)/strftime.$(O) \
118 $(BLD)/charset.$(O) \ 117 $(BLD)/charset.$(O) \
118 $(BLD)/character.$(O) \
119 $(BLD)/chartab.$(O) \
119 $(BLD)/coding.$(O) \ 120 $(BLD)/coding.$(O) \
120 $(BLD)/category.$(O) \ 121 $(BLD)/category.$(O) \
121 $(BLD)/ccl.$(O) \ 122 $(BLD)/ccl.$(O) \
122 $(BLD)/fontset.$(O) 123 $(BLD)/fontset.$(O)
123 124
258 $(SRC)/abbrev.c \ 259 $(SRC)/abbrev.c \
259 $(EMACS_ROOT)/src/s/ms-w32.h \ 260 $(EMACS_ROOT)/src/s/ms-w32.h \
260 $(EMACS_ROOT)/src/m/intel386.h \ 261 $(EMACS_ROOT)/src/m/intel386.h \
261 $(EMACS_ROOT)/src/config.h \ 262 $(EMACS_ROOT)/src/config.h \
262 $(SRC)/buffer.h \ 263 $(SRC)/buffer.h \
264 $(SRC)/character.h \
263 $(SRC)/charset.h \ 265 $(SRC)/charset.h \
264 $(SRC)/commands.h \ 266 $(SRC)/commands.h \
265 $(SRC)/dispextern.h \ 267 $(SRC)/dispextern.h \
266 $(SRC)/syntax.h \ 268 $(SRC)/syntax.h \
267 $(SRC)/w32bdf.h \ 269 $(SRC)/w32bdf.h \
273 $(EMACS_ROOT)/src/s/ms-w32.h \ 275 $(EMACS_ROOT)/src/s/ms-w32.h \
274 $(EMACS_ROOT)/src/m/intel386.h \ 276 $(EMACS_ROOT)/src/m/intel386.h \
275 $(EMACS_ROOT)/src/config.h \ 277 $(EMACS_ROOT)/src/config.h \
276 $(SRC)/blockinput.h \ 278 $(SRC)/blockinput.h \
277 $(SRC)/buffer.h \ 279 $(SRC)/buffer.h \
280 $(SRC)/character.h \
278 $(SRC)/charset.h \ 281 $(SRC)/charset.h \
279 $(SRC)/composite.h \ 282 $(SRC)/composite.h \
280 $(SRC)/dispextern.h \ 283 $(SRC)/dispextern.h \
281 $(SRC)/frame.h \ 284 $(SRC)/frame.h \
282 $(SRC)/intervals.h \ 285 $(SRC)/intervals.h \
286 $(SRC)/syssignal.h \ 289 $(SRC)/syssignal.h \
287 $(SRC)/w32bdf.h \ 290 $(SRC)/w32bdf.h \
288 $(SRC)/w32gui.h \ 291 $(SRC)/w32gui.h \
289 $(SRC)/window.h 292 $(SRC)/window.h
290 293
291 $(BLD)/alloca.$(O) : \ 294 $(BLD)/atimer.$(O) : \
292 $(SRC)/alloca.c \ 295 $(SRC)/atimer.c \
293 $(EMACS_ROOT)/src/s/ms-w32.h \ 296 $(EMACS_ROOT)/src/s/ms-w32.h \
294 $(EMACS_ROOT)/src/m/intel386.h \ 297 $(EMACS_ROOT)/src/m/intel386.h \
295 $(EMACS_ROOT)/src/config.h \ 298 $(EMACS_ROOT)/src/config.h \
296 $(SRC)/s/ms-w32.h \ 299 $(SRC)/s/ms-w32.h \
297 $(SRC)/m/intel386.h \ 300 $(SRC)/m/intel386.h \
298 $(SRC)/config.h \ 301 $(SRC)/config.h \
299 $(SRC)/atimer.h \ 302 $(SRC)/atimer.h \
300 $(SRC)/blockinput.h \ 303 $(SRC)/blockinput.h \
301 $(SRC)/systime.h
302
303 $(BLD)/atimer.$(O) : \
304 $(SRC)/atimer.c \
305 $(EMACS_ROOT)/src/s/ms-w32.h \
306 $(EMACS_ROOT)/src/m/intel386.h \
307 $(EMACS_ROOT)/src/config.h \
308 $(SRC)/s/ms-w32.h \
309 $(SRC)/m/intel386.h \
310 $(SRC)/config.h \
311 $(SRC)/atimer.h \
312 $(SRC)/blockinput.h \
313 $(SRC)/syssignal.h \ 304 $(SRC)/syssignal.h \
314 $(SRC)/systime.h 305 $(SRC)/systime.h
315 306
316 $(BLD)/buffer.$(O) : \ 307 $(BLD)/buffer.$(O) : \
317 $(SRC)/buffer.c \ 308 $(SRC)/buffer.c \
340 $(EMACS_ROOT)/src/s/ms-w32.h \ 331 $(EMACS_ROOT)/src/s/ms-w32.h \
341 $(EMACS_ROOT)/src/m/intel386.h \ 332 $(EMACS_ROOT)/src/m/intel386.h \
342 $(EMACS_ROOT)/src/config.h \ 333 $(EMACS_ROOT)/src/config.h \
343 $(SRC)/buffer.h \ 334 $(SRC)/buffer.h \
344 $(SRC)/charset.h \ 335 $(SRC)/charset.h \
345 $(SRC)/syntax.h 336 $(SRC)/syntax.h \
337 $(SRC)/window.h
346 338
347 $(BLD)/callint.$(O) : \ 339 $(BLD)/callint.$(O) : \
348 $(SRC)/callint.c \ 340 $(SRC)/callint.c \
349 $(EMACS_ROOT)/src/s/ms-w32.h \ 341 $(EMACS_ROOT)/src/s/ms-w32.h \
350 $(EMACS_ROOT)/src/m/intel386.h \ 342 $(EMACS_ROOT)/src/m/intel386.h \
366 $(EMACS_ROOT)/nt/inc/sys/param.h \ 358 $(EMACS_ROOT)/nt/inc/sys/param.h \
367 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ 359 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
368 $(EMACS_ROOT)/nt/inc/sys/file.h \ 360 $(EMACS_ROOT)/nt/inc/sys/file.h \
369 $(SRC)/buffer.h \ 361 $(SRC)/buffer.h \
370 $(SRC)/ccl.h \ 362 $(SRC)/ccl.h \
363 $(SRC)/character.h \
371 $(SRC)/charset.h \ 364 $(SRC)/charset.h \
372 $(SRC)/coding.h \ 365 $(SRC)/coding.h \
373 $(SRC)/commands.h \ 366 $(SRC)/commands.h \
374 $(SRC)/composite.h \ 367 $(SRC)/composite.h \
375 $(SRC)/epaths.h \ 368 $(SRC)/epaths.h \
382 $(SRC)/casefiddle.c \ 375 $(SRC)/casefiddle.c \
383 $(EMACS_ROOT)/src/s/ms-w32.h \ 376 $(EMACS_ROOT)/src/s/ms-w32.h \
384 $(EMACS_ROOT)/src/m/intel386.h \ 377 $(EMACS_ROOT)/src/m/intel386.h \
385 $(EMACS_ROOT)/src/config.h \ 378 $(EMACS_ROOT)/src/config.h \
386 $(SRC)/buffer.h \ 379 $(SRC)/buffer.h \
380 $(SRC)/character.h \
387 $(SRC)/charset.h \ 381 $(SRC)/charset.h \
388 $(SRC)/commands.h \ 382 $(SRC)/commands.h \
389 $(SRC)/composite.h \ 383 $(SRC)/composite.h \
390 $(SRC)/keymap.h \ 384 $(SRC)/keymap.h \
391 $(SRC)/syntax.h 385 $(SRC)/syntax.h
403 $(EMACS_ROOT)/src/s/ms-w32.h \ 397 $(EMACS_ROOT)/src/s/ms-w32.h \
404 $(EMACS_ROOT)/src/m/intel386.h \ 398 $(EMACS_ROOT)/src/m/intel386.h \
405 $(EMACS_ROOT)/src/config.h \ 399 $(EMACS_ROOT)/src/config.h \
406 $(SRC)/buffer.h \ 400 $(SRC)/buffer.h \
407 $(SRC)/category.h \ 401 $(SRC)/category.h \
402 $(SRC)/character.h \
408 $(SRC)/charset.h \ 403 $(SRC)/charset.h \
409 $(SRC)/keymap.h 404 $(SRC)/keymap.h
410 405
411 $(BLD)/ccl.$(O) : \ 406 $(BLD)/ccl.$(O) : \
412 $(SRC)/ccl.c \ 407 $(SRC)/ccl.c \
413 $(EMACS_ROOT)/src/s/ms-w32.h \ 408 $(EMACS_ROOT)/src/s/ms-w32.h \
414 $(EMACS_ROOT)/src/m/intel386.h \ 409 $(EMACS_ROOT)/src/m/intel386.h \
415 $(EMACS_ROOT)/src/config.h \ 410 $(EMACS_ROOT)/src/config.h \
416 $(SRC)/ccl.h \ 411 $(SRC)/ccl.h \
412 $(SRC)/character.h \
417 $(SRC)/charset.h \ 413 $(SRC)/charset.h \
418 $(SRC)/coding.h 414 $(SRC)/coding.h
415
416 $(BLD)/character.$(O) : \
417 $(SRC)/character.c \
418 $(EMACS_ROOT)/src/s/ms-w32.h \
419 $(EMACS_ROOT)/src/m/intel386.h \
420 $(EMACS_ROOT)/src/config.h \
421 $(SRC)/buffer.h \
422 $(SRC)/character.h \
423 $(SRC)/charset.h \
424 $(SRC)/coding.h \
425 $(SRC)/composite.h \
426 $(SRC)/disptab.h
419 427
420 $(BLD)/charset.$(O) : \ 428 $(BLD)/charset.$(O) : \
421 $(SRC)/charset.c \ 429 $(SRC)/charset.c \
422 $(EMACS_ROOT)/src/s/ms-w32.h \ 430 $(EMACS_ROOT)/src/s/ms-w32.h \
423 $(EMACS_ROOT)/src/m/intel386.h \ 431 $(EMACS_ROOT)/src/m/intel386.h \
424 $(EMACS_ROOT)/src/config.h \ 432 $(EMACS_ROOT)/src/config.h \
425 $(SRC)/buffer.h \ 433 $(SRC)/buffer.h \
426 $(SRC)/ccl.h \ 434 $(SRC)/ccl.h \
435 $(SRC)/character.h \
427 $(SRC)/charset.h \ 436 $(SRC)/charset.h \
428 $(SRC)/coding.h \ 437 $(SRC)/coding.h \
429 $(SRC)/composite.h \ 438 $(SRC)/composite.h \
430 $(SRC)/disptab.h 439 $(SRC)/disptab.h
440
441 $(BLD)/chartab.$(O) : \
442 $(SRC)/chartab.c \
443 $(EMACS_ROOT)/src/s/ms-w32.h \
444 $(EMACS_ROOT)/src/m/intel386.h \
445 $(EMACS_ROOT)/src/config.h \
446 $(SRC)/charset.h \
447 $(SRC)/character.h
431 448
432 $(BLD)/cm.$(O) : \ 449 $(BLD)/cm.$(O) : \
433 $(SRC)/cm.c \ 450 $(SRC)/cm.c \
434 $(EMACS_ROOT)/src/s/ms-w32.h \ 451 $(EMACS_ROOT)/src/s/ms-w32.h \
435 $(EMACS_ROOT)/src/m/intel386.h \ 452 $(EMACS_ROOT)/src/m/intel386.h \
441 $(SRC)/cmds.c \ 458 $(SRC)/cmds.c \
442 $(EMACS_ROOT)/src/s/ms-w32.h \ 459 $(EMACS_ROOT)/src/s/ms-w32.h \
443 $(EMACS_ROOT)/src/m/intel386.h \ 460 $(EMACS_ROOT)/src/m/intel386.h \
444 $(EMACS_ROOT)/src/config.h \ 461 $(EMACS_ROOT)/src/config.h \
445 $(SRC)/buffer.h \ 462 $(SRC)/buffer.h \
463 $(SRC)/character.h \
446 $(SRC)/charset.h \ 464 $(SRC)/charset.h \
447 $(SRC)/commands.h \ 465 $(SRC)/commands.h \
448 $(SRC)/dispextern.h \ 466 $(SRC)/dispextern.h \
449 $(SRC)/keyboard.h \ 467 $(SRC)/keyboard.h \
450 $(SRC)/keymap.h \ 468 $(SRC)/keymap.h \
458 $(EMACS_ROOT)/src/s/ms-w32.h \ 476 $(EMACS_ROOT)/src/s/ms-w32.h \
459 $(EMACS_ROOT)/src/m/intel386.h \ 477 $(EMACS_ROOT)/src/m/intel386.h \
460 $(EMACS_ROOT)/src/config.h \ 478 $(EMACS_ROOT)/src/config.h \
461 $(SRC)/buffer.h \ 479 $(SRC)/buffer.h \
462 $(SRC)/ccl.h \ 480 $(SRC)/ccl.h \
463 $(SRC)/charset.h \ 481 $(SRC)/character.h \
464 $(SRC)/coding.h \ 482 $(SRC)/charset.h \
465 $(SRC)/composite.h \ 483 $(SRC)/coding.h \
466 $(SRC)/dispextern.h \ 484 $(SRC)/composite.h \
485 $(SRC)/dispextern.h \
486 $(SRC)/intervals.h \
467 $(SRC)/w32bdf.h \ 487 $(SRC)/w32bdf.h \
468 $(SRC)/w32gui.h \ 488 $(SRC)/w32gui.h \
469 $(SRC)/window.h 489 $(SRC)/window.h
470 490
471 $(BLD)/composite.$(O) : \ 491 $(BLD)/composite.$(O) : \
472 $(SRC)/composite.c \ 492 $(SRC)/composite.c \
473 $(EMACS_ROOT)/src/s/ms-w32.h \ 493 $(EMACS_ROOT)/src/s/ms-w32.h \
474 $(EMACS_ROOT)/src/m/intel386.h \ 494 $(EMACS_ROOT)/src/m/intel386.h \
475 $(EMACS_ROOT)/src/config.h \ 495 $(EMACS_ROOT)/src/config.h \
476 $(SRC)/buffer.h \ 496 $(SRC)/buffer.h \
497 $(SRC)/character.h \
477 $(SRC)/charset.h \ 498 $(SRC)/charset.h \
478 $(SRC)/composite.h \ 499 $(SRC)/composite.h \
479 $(SRC)/dispextern.h \ 500 $(SRC)/dispextern.h \
480 $(SRC)/intervals.h \ 501 $(SRC)/intervals.h \
481 $(SRC)/w32bdf.h \ 502 $(SRC)/w32bdf.h \
485 $(SRC)/data.c \ 506 $(SRC)/data.c \
486 $(EMACS_ROOT)/src/s/ms-w32.h \ 507 $(EMACS_ROOT)/src/s/ms-w32.h \
487 $(EMACS_ROOT)/src/m/intel386.h \ 508 $(EMACS_ROOT)/src/m/intel386.h \
488 $(EMACS_ROOT)/src/config.h \ 509 $(EMACS_ROOT)/src/config.h \
489 $(SRC)/buffer.h \ 510 $(SRC)/buffer.h \
511 $(SRC)/character.h \
490 $(SRC)/charset.h \ 512 $(SRC)/charset.h \
491 $(SRC)/frame.h \ 513 $(SRC)/frame.h \
492 $(SRC)/keyboard.h \ 514 $(SRC)/keyboard.h \
493 $(SRC)/puresize.h \ 515 $(SRC)/puresize.h \
494 $(SRC)/syssignal.h 516 $(SRC)/syssignal.h
498 $(EMACS_ROOT)/src/s/ms-w32.h \ 520 $(EMACS_ROOT)/src/s/ms-w32.h \
499 $(EMACS_ROOT)/src/m/intel386.h \ 521 $(EMACS_ROOT)/src/m/intel386.h \
500 $(EMACS_ROOT)/src/config.h \ 522 $(EMACS_ROOT)/src/config.h \
501 $(SRC)/buffer.h \ 523 $(SRC)/buffer.h \
502 $(SRC)/ccl.h \ 524 $(SRC)/ccl.h \
525 $(SRC)/character.h \
503 $(SRC)/charset.h \ 526 $(SRC)/charset.h \
504 $(SRC)/coding.h \ 527 $(SRC)/coding.h \
505 $(SRC)/commands.h \ 528 $(SRC)/commands.h \
506 $(SRC)/ndir.h \ 529 $(SRC)/ndir.h \
507 $(SRC)/regex.h \ 530 $(SRC)/regex.h \
515 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ 538 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
516 $(EMACS_ROOT)/nt/inc/sys/file.h \ 539 $(EMACS_ROOT)/nt/inc/sys/file.h \
517 $(SRC)/atimer.h \ 540 $(SRC)/atimer.h \
518 $(SRC)/blockinput.h \ 541 $(SRC)/blockinput.h \
519 $(SRC)/buffer.h \ 542 $(SRC)/buffer.h \
543 $(SRC)/character.h \
520 $(SRC)/charset.h \ 544 $(SRC)/charset.h \
521 $(SRC)/cm.h \ 545 $(SRC)/cm.h \
522 $(SRC)/commands.h \ 546 $(SRC)/commands.h \
523 $(SRC)/composite.h \ 547 $(SRC)/composite.h \
524 $(SRC)/dispextern.h \ 548 $(SRC)/dispextern.h \
543 $(EMACS_ROOT)/src/s/ms-w32.h \ 567 $(EMACS_ROOT)/src/s/ms-w32.h \
544 $(EMACS_ROOT)/src/m/intel386.h \ 568 $(EMACS_ROOT)/src/m/intel386.h \
545 $(EMACS_ROOT)/src/config.h \ 569 $(EMACS_ROOT)/src/config.h \
546 $(EMACS_ROOT)/nt/inc/sys/file.h \ 570 $(EMACS_ROOT)/nt/inc/sys/file.h \
547 $(SRC)/buffer.h \ 571 $(SRC)/buffer.h \
572 $(SRC)/character.h \
548 $(SRC)/charset.h \ 573 $(SRC)/charset.h \
549 $(SRC)/keyboard.h \ 574 $(SRC)/keyboard.h \
550 $(SRC)/keymap.h 575 $(SRC)/keymap.h
551 576
552 $(BLD)/doprnt.$(O) : \ 577 $(BLD)/doprnt.$(O) : \
553 $(SRC)/doprnt.c \ 578 $(SRC)/doprnt.c \
554 $(EMACS_ROOT)/src/s/ms-w32.h \ 579 $(EMACS_ROOT)/src/s/ms-w32.h \
555 $(EMACS_ROOT)/src/m/intel386.h \ 580 $(EMACS_ROOT)/src/m/intel386.h \
556 $(EMACS_ROOT)/src/config.h \ 581 $(EMACS_ROOT)/src/config.h \
582 $(SRC)/character.h \
557 $(SRC)/charset.c 583 $(SRC)/charset.c
558 584
559 $(BLD)/editfns.$(O) : \ 585 $(BLD)/editfns.$(O) : \
560 $(SRC)/editfns.c \ 586 $(SRC)/editfns.c \
561 $(EMACS_ROOT)/src/s/ms-w32.h \ 587 $(EMACS_ROOT)/src/s/ms-w32.h \
562 $(EMACS_ROOT)/src/m/intel386.h \ 588 $(EMACS_ROOT)/src/m/intel386.h \
563 $(EMACS_ROOT)/src/config.h \ 589 $(EMACS_ROOT)/src/config.h \
564 $(EMACS_ROOT)/nt/inc/pwd.h \ 590 $(EMACS_ROOT)/nt/inc/pwd.h \
565 $(SRC)/buffer.h \ 591 $(SRC)/buffer.h \
566 $(SRC)/ccl.h \ 592 $(SRC)/ccl.h \
593 $(SRC)/character.h \
567 $(SRC)/charset.h \ 594 $(SRC)/charset.h \
568 $(SRC)/coding.h \ 595 $(SRC)/coding.h \
569 $(SRC)/composite.h \ 596 $(SRC)/composite.h \
570 $(SRC)/dispextern.h \ 597 $(SRC)/dispextern.h \
571 $(SRC)/frame.h \ 598 $(SRC)/frame.h \
595 $(SRC)/syssignal.h \ 622 $(SRC)/syssignal.h \
596 $(SRC)/systime.h \ 623 $(SRC)/systime.h \
597 $(SRC)/systty.h \ 624 $(SRC)/systty.h \
598 $(SRC)/termhooks.h \ 625 $(SRC)/termhooks.h \
599 $(SRC)/w32bdf.h \ 626 $(SRC)/w32bdf.h \
600 $(SRC)/w32gui.h 627 $(SRC)/w32gui.h \
628 $(SRC)/window.h
601 629
602 $(BLD)/eval.$(O) : \ 630 $(BLD)/eval.$(O) : \
603 $(SRC)/eval.c \ 631 $(SRC)/eval.c \
604 $(EMACS_ROOT)/src/s/ms-w32.h \ 632 $(EMACS_ROOT)/src/s/ms-w32.h \
605 $(EMACS_ROOT)/src/m/intel386.h \ 633 $(EMACS_ROOT)/src/m/intel386.h \
621 $(EMACS_ROOT)/nt/inc/pwd.h \ 649 $(EMACS_ROOT)/nt/inc/pwd.h \
622 $(EMACS_ROOT)/nt/inc/sys/param.h \ 650 $(EMACS_ROOT)/nt/inc/sys/param.h \
623 $(EMACS_ROOT)/nt/inc/sys/file.h \ 651 $(EMACS_ROOT)/nt/inc/sys/file.h \
624 $(SRC)/buffer.h \ 652 $(SRC)/buffer.h \
625 $(SRC)/ccl.h \ 653 $(SRC)/ccl.h \
654 $(SRC)/character.h \
626 $(SRC)/charset.h \ 655 $(SRC)/charset.h \
627 $(SRC)/coding.h \ 656 $(SRC)/coding.h \
628 $(SRC)/commands.h \ 657 $(SRC)/commands.h \
629 $(SRC)/composite.h \ 658 $(SRC)/composite.h \
630 $(SRC)/dispextern.h \ 659 $(SRC)/dispextern.h \
642 $(EMACS_ROOT)/nt/inc/pwd.h \ 671 $(EMACS_ROOT)/nt/inc/pwd.h \
643 $(EMACS_ROOT)/nt/inc/sys/file.h \ 672 $(EMACS_ROOT)/nt/inc/sys/file.h \
644 $(EMACS_ROOT)/src/epaths.h \ 673 $(EMACS_ROOT)/src/epaths.h \
645 $(SRC)/buffer.h \ 674 $(SRC)/buffer.h \
646 $(SRC)/ccl.h \ 675 $(SRC)/ccl.h \
676 $(SRC)/character.h \
647 $(SRC)/charset.h \ 677 $(SRC)/charset.h \
648 $(SRC)/coding.h \ 678 $(SRC)/coding.h \
649 $(SRC)/systime.h 679 $(SRC)/systime.h
650 680
651 $(BLD)/filemode.$(O) : \ 681 $(BLD)/filemode.$(O) : \
677 $(EMACS_ROOT)/src/config.h \ 707 $(EMACS_ROOT)/src/config.h \
678 $(SRC)/atimer.h \ 708 $(SRC)/atimer.h \
679 $(SRC)/blockinput.h \ 709 $(SRC)/blockinput.h \
680 $(SRC)/buffer.h \ 710 $(SRC)/buffer.h \
681 $(SRC)/ccl.h \ 711 $(SRC)/ccl.h \
712 $(SRC)/character.h \
682 $(SRC)/charset.h \ 713 $(SRC)/charset.h \
683 $(SRC)/coding.h \ 714 $(SRC)/coding.h \
684 $(SRC)/commands.h \ 715 $(SRC)/commands.h \
685 $(SRC)/composite.h \ 716 $(SRC)/composite.h \
686 $(SRC)/dispextern.h \ 717 $(SRC)/dispextern.h \
699 $(EMACS_ROOT)/src/s/ms-w32.h \ 730 $(EMACS_ROOT)/src/s/ms-w32.h \
700 $(EMACS_ROOT)/src/m/intel386.h \ 731 $(EMACS_ROOT)/src/m/intel386.h \
701 $(EMACS_ROOT)/src/config.h \ 732 $(EMACS_ROOT)/src/config.h \
702 $(SRC)/buffer.h \ 733 $(SRC)/buffer.h \
703 $(SRC)/ccl.h \ 734 $(SRC)/ccl.h \
735 $(SRC)/character.h \
704 $(SRC)/charset.h \ 736 $(SRC)/charset.h \
705 $(SRC)/dispextern.h \ 737 $(SRC)/dispextern.h \
706 $(SRC)/fontset.h \ 738 $(SRC)/fontset.h \
707 $(SRC)/frame.h \ 739 $(SRC)/frame.h \
708 $(SRC)/keyboard.h \ 740 $(SRC)/keyboard.h \
716 $(EMACS_ROOT)/src/m/intel386.h \ 748 $(EMACS_ROOT)/src/m/intel386.h \
717 $(EMACS_ROOT)/src/config.h \ 749 $(EMACS_ROOT)/src/config.h \
718 $(SRC)/atimer.h \ 750 $(SRC)/atimer.h \
719 $(SRC)/blockinput.h \ 751 $(SRC)/blockinput.h \
720 $(SRC)/buffer.h \ 752 $(SRC)/buffer.h \
753 $(SRC)/character.h \
721 $(SRC)/charset.h \ 754 $(SRC)/charset.h \
722 $(SRC)/commands.h \ 755 $(SRC)/commands.h \
723 $(SRC)/dispextern.h \ 756 $(SRC)/dispextern.h \
724 $(SRC)/fontset.h \ 757 $(SRC)/fontset.h \
725 $(SRC)/frame.h \ 758 $(SRC)/frame.h \
744 $(EMACS_ROOT)/src/s/ms-w32.h \ 777 $(EMACS_ROOT)/src/s/ms-w32.h \
745 $(EMACS_ROOT)/src/m/intel386.h \ 778 $(EMACS_ROOT)/src/m/intel386.h \
746 $(EMACS_ROOT)/src/config.h \ 779 $(EMACS_ROOT)/src/config.h \
747 $(SRC)/buffer.h \ 780 $(SRC)/buffer.h \
748 $(SRC)/category.h \ 781 $(SRC)/category.h \
782 $(SRC)/character.h \
749 $(SRC)/charset.h \ 783 $(SRC)/charset.h \
750 $(SRC)/composite.h \ 784 $(SRC)/composite.h \
751 $(SRC)/dispextern.h \ 785 $(SRC)/dispextern.h \
752 $(SRC)/disptab.h \ 786 $(SRC)/disptab.h \
753 $(SRC)/frame.h \ 787 $(SRC)/frame.h \
767 $(EMACS_ROOT)/src/m/intel386.h \ 801 $(EMACS_ROOT)/src/m/intel386.h \
768 $(EMACS_ROOT)/src/config.h \ 802 $(EMACS_ROOT)/src/config.h \
769 $(SRC)/atimer.h \ 803 $(SRC)/atimer.h \
770 $(SRC)/blockinput.h \ 804 $(SRC)/blockinput.h \
771 $(SRC)/buffer.h \ 805 $(SRC)/buffer.h \
806 $(SRC)/character.h \
772 $(SRC)/charset.h \ 807 $(SRC)/charset.h \
773 $(SRC)/composite.h \ 808 $(SRC)/composite.h \
774 $(SRC)/dispextern.h \ 809 $(SRC)/dispextern.h \
775 $(SRC)/intervals.h \ 810 $(SRC)/intervals.h \
776 $(SRC)/region-cache.h \ 811 $(SRC)/region-cache.h \
802 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ 837 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
803 $(EMACS_ROOT)/nt/inc/sys/file.h \ 838 $(EMACS_ROOT)/nt/inc/sys/file.h \
804 $(SRC)/atimer.h \ 839 $(SRC)/atimer.h \
805 $(SRC)/blockinput.h \ 840 $(SRC)/blockinput.h \
806 $(SRC)/buffer.h \ 841 $(SRC)/buffer.h \
842 $(SRC)/character.h \
807 $(SRC)/charset.h \ 843 $(SRC)/charset.h \
808 $(SRC)/commands.h \ 844 $(SRC)/commands.h \
809 $(SRC)/composite.h \ 845 $(SRC)/composite.h \
810 $(SRC)/dispextern.h \ 846 $(SRC)/dispextern.h \
811 $(SRC)/disptab.h \ 847 $(SRC)/disptab.h \
833 $(EMACS_ROOT)/src/m/intel386.h \ 869 $(EMACS_ROOT)/src/m/intel386.h \
834 $(EMACS_ROOT)/src/config.h \ 870 $(EMACS_ROOT)/src/config.h \
835 $(SRC)/atimer.h \ 871 $(SRC)/atimer.h \
836 $(SRC)/blockinput.h \ 872 $(SRC)/blockinput.h \
837 $(SRC)/buffer.h \ 873 $(SRC)/buffer.h \
874 $(SRC)/character.h \
838 $(SRC)/charset.h \ 875 $(SRC)/charset.h \
839 $(SRC)/commands.h \ 876 $(SRC)/commands.h \
840 $(SRC)/composite.h \ 877 $(SRC)/composite.h \
841 $(SRC)/dispextern.h \ 878 $(SRC)/dispextern.h \
842 $(SRC)/intervals.h \ 879 $(SRC)/intervals.h \
861 $(EMACS_ROOT)/src/config.h \ 898 $(EMACS_ROOT)/src/config.h \
862 $(EMACS_ROOT)/nt/inc/sys/file.h \ 899 $(EMACS_ROOT)/nt/inc/sys/file.h \
863 $(EMACS_ROOT)/src/epaths.h \ 900 $(EMACS_ROOT)/src/epaths.h \
864 $(SRC)/buffer.h \ 901 $(SRC)/buffer.h \
865 $(SRC)/ccl.h \ 902 $(SRC)/ccl.h \
903 $(SRC)/character.h \
866 $(SRC)/charset.h \ 904 $(SRC)/charset.h \
867 $(SRC)/coding.h \ 905 $(SRC)/coding.h \
868 $(SRC)/commands.h \ 906 $(SRC)/commands.h \
869 $(SRC)/composite.h \ 907 $(SRC)/composite.h \
870 $(SRC)/dispextern.h \ 908 $(SRC)/dispextern.h \
892 $(SRC)/marker.c \ 930 $(SRC)/marker.c \
893 $(EMACS_ROOT)/src/s/ms-w32.h \ 931 $(EMACS_ROOT)/src/s/ms-w32.h \
894 $(EMACS_ROOT)/src/m/intel386.h \ 932 $(EMACS_ROOT)/src/m/intel386.h \
895 $(EMACS_ROOT)/src/config.h \ 933 $(EMACS_ROOT)/src/config.h \
896 $(SRC)/buffer.h \ 934 $(SRC)/buffer.h \
935 $(SRC)/character.h \
897 $(SRC)/charset.h 936 $(SRC)/charset.h
898 937
899 $(BLD)/md5.$(O) : \ 938 $(BLD)/md5.$(O) : \
900 $(SRC)/md5.c \ 939 $(SRC)/md5.c \
901 $(SRC)/md5.h 940 $(SRC)/md5.h
904 $(SRC)/minibuf.c \ 943 $(SRC)/minibuf.c \
905 $(EMACS_ROOT)/src/s/ms-w32.h \ 944 $(EMACS_ROOT)/src/s/ms-w32.h \
906 $(EMACS_ROOT)/src/m/intel386.h \ 945 $(EMACS_ROOT)/src/m/intel386.h \
907 $(EMACS_ROOT)/src/config.h \ 946 $(EMACS_ROOT)/src/config.h \
908 $(SRC)/buffer.h \ 947 $(SRC)/buffer.h \
948 $(SRC)/character.h \
909 $(SRC)/charset.h \ 949 $(SRC)/charset.h \
910 $(SRC)/commands.h \ 950 $(SRC)/commands.h \
911 $(SRC)/composite.h \ 951 $(SRC)/composite.h \
912 $(SRC)/dispextern.h \ 952 $(SRC)/dispextern.h \
913 $(SRC)/frame.h \ 953 $(SRC)/frame.h \
971 $(BLD)/w32console.$(O) : \ 1011 $(BLD)/w32console.$(O) : \
972 $(SRC)/w32console.c \ 1012 $(SRC)/w32console.c \
973 $(SRC)/s/ms-w32.h \ 1013 $(SRC)/s/ms-w32.h \
974 $(SRC)/m/intel386.h \ 1014 $(SRC)/m/intel386.h \
975 $(SRC)/ccl.h \ 1015 $(SRC)/ccl.h \
1016 $(SRC)/character.h \
976 $(SRC)/charset.h \ 1017 $(SRC)/charset.h \
977 $(SRC)/coding.h \ 1018 $(SRC)/coding.h \
978 $(SRC)/config.h \ 1019 $(SRC)/config.h \
979 $(SRC)/dispextern.h \ 1020 $(SRC)/dispextern.h \
980 $(SRC)/disptab.h \ 1021 $(SRC)/disptab.h \
988 $(SRC)/print.c \ 1029 $(SRC)/print.c \
989 $(EMACS_ROOT)/src/s/ms-w32.h \ 1030 $(EMACS_ROOT)/src/s/ms-w32.h \
990 $(EMACS_ROOT)/src/m/intel386.h \ 1031 $(EMACS_ROOT)/src/m/intel386.h \
991 $(EMACS_ROOT)/src/config.h \ 1032 $(EMACS_ROOT)/src/config.h \
992 $(SRC)/buffer.h \ 1033 $(SRC)/buffer.h \
1034 $(SRC)/character.h \
993 $(SRC)/charset.h \ 1035 $(SRC)/charset.h \
994 $(SRC)/composite.h \ 1036 $(SRC)/composite.h \
995 $(SRC)/dispextern.h \ 1037 $(SRC)/dispextern.h \
996 $(SRC)/frame.h \ 1038 $(SRC)/frame.h \
997 $(SRC)/intervals.h \ 1039 $(SRC)/intervals.h \
1011 $(EMACS_ROOT)/nt/inc/sys/file.h \ 1053 $(EMACS_ROOT)/nt/inc/sys/file.h \
1012 $(SRC)/atimer.h \ 1054 $(SRC)/atimer.h \
1013 $(SRC)/blockinput.h \ 1055 $(SRC)/blockinput.h \
1014 $(SRC)/buffer.h \ 1056 $(SRC)/buffer.h \
1015 $(SRC)/ccl.h \ 1057 $(SRC)/ccl.h \
1058 $(SRC)/character.h \
1016 $(SRC)/charset.h \ 1059 $(SRC)/charset.h \
1017 $(SRC)/coding.h \ 1060 $(SRC)/coding.h \
1018 $(SRC)/commands.h \ 1061 $(SRC)/commands.h \
1019 $(SRC)/composite.h \ 1062 $(SRC)/composite.h \
1020 $(SRC)/dispextern.h \ 1063 $(SRC)/dispextern.h \
1050 $(EMACS_ROOT)/src/config.h \ 1093 $(EMACS_ROOT)/src/config.h \
1051 $(SRC)/s/ms-w32.h \ 1094 $(SRC)/s/ms-w32.h \
1052 $(SRC)/m/intel386.h \ 1095 $(SRC)/m/intel386.h \
1053 $(SRC)/buffer.h \ 1096 $(SRC)/buffer.h \
1054 $(SRC)/category.h \ 1097 $(SRC)/category.h \
1098 $(SRC)/character.h \
1055 $(SRC)/charset.h \ 1099 $(SRC)/charset.h \
1056 $(SRC)/config.h \ 1100 $(SRC)/config.h \
1057 $(SRC)/regex.h \ 1101 $(SRC)/regex.h \
1058 $(SRC)/syntax.h 1102 $(SRC)/syntax.h
1059 1103
1085 $(EMACS_ROOT)/src/config.h \ 1129 $(EMACS_ROOT)/src/config.h \
1086 $(SRC)/atimer.h \ 1130 $(SRC)/atimer.h \
1087 $(SRC)/blockinput.h \ 1131 $(SRC)/blockinput.h \
1088 $(SRC)/buffer.h \ 1132 $(SRC)/buffer.h \
1089 $(SRC)/category.h \ 1133 $(SRC)/category.h \
1134 $(SRC)/character.h \
1090 $(SRC)/charset.h \ 1135 $(SRC)/charset.h \
1091 $(SRC)/commands.h \ 1136 $(SRC)/commands.h \
1092 $(SRC)/composite.h \ 1137 $(SRC)/composite.h \
1093 $(SRC)/dispextern.h \ 1138 $(SRC)/dispextern.h \
1094 $(SRC)/intervals.h \ 1139 $(SRC)/intervals.h \
1117 $(EMACS_ROOT)/src/s/ms-w32.h \ 1162 $(EMACS_ROOT)/src/s/ms-w32.h \
1118 $(EMACS_ROOT)/src/m/intel386.h \ 1163 $(EMACS_ROOT)/src/m/intel386.h \
1119 $(EMACS_ROOT)/src/config.h \ 1164 $(EMACS_ROOT)/src/config.h \
1120 $(SRC)/buffer.h \ 1165 $(SRC)/buffer.h \
1121 $(SRC)/category.h \ 1166 $(SRC)/category.h \
1167 $(SRC)/character.h \
1122 $(SRC)/charset.h \ 1168 $(SRC)/charset.h \
1123 $(SRC)/commands.h \ 1169 $(SRC)/commands.h \
1124 $(SRC)/composite.h \ 1170 $(SRC)/composite.h \
1125 $(SRC)/dispextern.h \ 1171 $(SRC)/dispextern.h \
1126 $(SRC)/intervals.h \ 1172 $(SRC)/intervals.h \
1161 $(SRC)/term.c \ 1207 $(SRC)/term.c \
1162 $(EMACS_ROOT)/src/s/ms-w32.h \ 1208 $(EMACS_ROOT)/src/s/ms-w32.h \
1163 $(EMACS_ROOT)/src/m/intel386.h \ 1209 $(EMACS_ROOT)/src/m/intel386.h \
1164 $(EMACS_ROOT)/src/config.h \ 1210 $(EMACS_ROOT)/src/config.h \
1165 $(SRC)/ccl.h \ 1211 $(SRC)/ccl.h \
1212 $(SRC)/character.h \
1166 $(SRC)/charset.h \ 1213 $(SRC)/charset.h \
1167 $(SRC)/cm.h \ 1214 $(SRC)/cm.h \
1168 $(SRC)/coding.h \ 1215 $(SRC)/coding.h \
1169 $(SRC)/dispextern.h \ 1216 $(SRC)/dispextern.h \
1170 $(SRC)/disptab.h \ 1217 $(SRC)/disptab.h \
1257 $(EMACS_ROOT)/src/config.h \ 1304 $(EMACS_ROOT)/src/config.h \
1258 $(SRC)/atimer.h \ 1305 $(SRC)/atimer.h \
1259 $(SRC)/blockinput.h \ 1306 $(SRC)/blockinput.h \
1260 $(SRC)/buffer.h \ 1307 $(SRC)/buffer.h \
1261 $(SRC)/ccl.h \ 1308 $(SRC)/ccl.h \
1309 $(SRC)/character.h \
1262 $(SRC)/charset.h \ 1310 $(SRC)/charset.h \
1263 $(SRC)/coding.h \ 1311 $(SRC)/coding.h \
1264 $(SRC)/commands.h \ 1312 $(SRC)/commands.h \
1265 $(SRC)/composite.h \ 1313 $(SRC)/composite.h \
1266 $(SRC)/dispextern.h \ 1314 $(SRC)/dispextern.h \
1288 $(EMACS_ROOT)/src/m/intel386.h \ 1336 $(EMACS_ROOT)/src/m/intel386.h \
1289 $(EMACS_ROOT)/src/config.h \ 1337 $(EMACS_ROOT)/src/config.h \
1290 $(SRC)/atimer.h \ 1338 $(SRC)/atimer.h \
1291 $(SRC)/blockinput.h \ 1339 $(SRC)/blockinput.h \
1292 $(SRC)/buffer.h \ 1340 $(SRC)/buffer.h \
1341 $(SRC)/character.h \
1293 $(SRC)/charset.h \ 1342 $(SRC)/charset.h \
1294 $(SRC)/composite.h \ 1343 $(SRC)/composite.h \
1295 $(SRC)/dispextern.h \ 1344 $(SRC)/dispextern.h \
1296 $(SRC)/fontset.h \ 1345 $(SRC)/fontset.h \
1297 $(SRC)/frame.h \ 1346 $(SRC)/frame.h \
1310 $(EMACS_ROOT)/src/config.h \ 1359 $(EMACS_ROOT)/src/config.h \
1311 $(SRC)/atimer.h \ 1360 $(SRC)/atimer.h \
1312 $(SRC)/blockinput.h \ 1361 $(SRC)/blockinput.h \
1313 $(SRC)/buffer.h \ 1362 $(SRC)/buffer.h \
1314 $(SRC)/ccl.h \ 1363 $(SRC)/ccl.h \
1364 $(SRC)/character.h \
1315 $(SRC)/charset.h \ 1365 $(SRC)/charset.h \
1316 $(SRC)/coding.h \ 1366 $(SRC)/coding.h \
1317 $(SRC)/composite.h \ 1367 $(SRC)/composite.h \
1318 $(SRC)/dispextern.h \ 1368 $(SRC)/dispextern.h \
1319 $(SRC)/epaths.h \ 1369 $(SRC)/epaths.h \
1335 $(EMACS_ROOT)/src/m/intel386.h \ 1385 $(EMACS_ROOT)/src/m/intel386.h \
1336 $(EMACS_ROOT)/src/config.h \ 1386 $(EMACS_ROOT)/src/config.h \
1337 $(SRC)/atimer.h \ 1387 $(SRC)/atimer.h \
1338 $(SRC)/blockinput.h \ 1388 $(SRC)/blockinput.h \
1339 $(SRC)/buffer.h \ 1389 $(SRC)/buffer.h \
1390 $(SRC)/character.h \
1340 $(SRC)/charset.h \ 1391 $(SRC)/charset.h \
1341 $(SRC)/coding.h \ 1392 $(SRC)/coding.h \
1342 $(SRC)/dispextern.h \ 1393 $(SRC)/dispextern.h \
1343 $(SRC)/frame.h \ 1394 $(SRC)/frame.h \
1344 $(SRC)/keyboard.h \ 1395 $(SRC)/keyboard.h \
1357 $(EMACS_ROOT)/src/config.h \ 1408 $(EMACS_ROOT)/src/config.h \
1358 $(SRC)/atimer.h \ 1409 $(SRC)/atimer.h \
1359 $(SRC)/blockinput.h \ 1410 $(SRC)/blockinput.h \
1360 $(SRC)/buffer.h \ 1411 $(SRC)/buffer.h \
1361 $(SRC)/ccl.h \ 1412 $(SRC)/ccl.h \
1413 $(SRC)/character.h \
1362 $(SRC)/charset.h \ 1414 $(SRC)/charset.h \
1363 $(SRC)/coding.h \ 1415 $(SRC)/coding.h \
1364 $(SRC)/composite.h \ 1416 $(SRC)/composite.h \
1365 $(SRC)/dispextern.h \ 1417 $(SRC)/dispextern.h \
1366 $(SRC)/disptab.h \ 1418 $(SRC)/disptab.h \
1388 $(EMACS_ROOT)/src/config.h \ 1440 $(EMACS_ROOT)/src/config.h \
1389 $(SRC)/atimer.h \ 1441 $(SRC)/atimer.h \
1390 $(SRC)/blockinput.h \ 1442 $(SRC)/blockinput.h \
1391 $(SRC)/buffer.h \ 1443 $(SRC)/buffer.h \
1392 $(SRC)/ccl.h \ 1444 $(SRC)/ccl.h \
1445 $(SRC)/character.h \
1393 $(SRC)/charset.h \ 1446 $(SRC)/charset.h \
1394 $(SRC)/coding.h \ 1447 $(SRC)/coding.h \
1395 $(SRC)/composite.h \ 1448 $(SRC)/composite.h \
1396 $(SRC)/dispextern.h \ 1449 $(SRC)/dispextern.h \
1397 $(SRC)/frame.h \ 1450 $(SRC)/frame.h \
1418 $(EMACS_ROOT)/src/s/ms-w32.h \ 1471 $(EMACS_ROOT)/src/s/ms-w32.h \
1419 $(EMACS_ROOT)/src/m/intel386.h \ 1472 $(EMACS_ROOT)/src/m/intel386.h \
1420 $(EMACS_ROOT)/src/config.h \ 1473 $(EMACS_ROOT)/src/config.h \
1421 $(SRC)/atimer.h \ 1474 $(SRC)/atimer.h \
1422 $(SRC)/blockinput.h \ 1475 $(SRC)/blockinput.h \
1476 $(SRC)/character.h \
1423 $(SRC)/charset.h \ 1477 $(SRC)/charset.h \
1424 $(SRC)/fontset.h \ 1478 $(SRC)/fontset.h \
1425 $(SRC)/frame.h \ 1479 $(SRC)/frame.h \
1426 $(SRC)/keyboard.h \ 1480 $(SRC)/keyboard.h \
1427 $(SRC)/systime.h \ 1481 $(SRC)/systime.h \
1434 $(EMACS_ROOT)/src/s/ms-w32.h \ 1488 $(EMACS_ROOT)/src/s/ms-w32.h \
1435 $(EMACS_ROOT)/src/m/intel386.h \ 1489 $(EMACS_ROOT)/src/m/intel386.h \
1436 $(EMACS_ROOT)/src/config.h \ 1490 $(EMACS_ROOT)/src/config.h \
1437 $(SRC)/atimer.h \ 1491 $(SRC)/atimer.h \
1438 $(SRC)/blockinput.h \ 1492 $(SRC)/blockinput.h \
1493 $(SRC)/character.h \
1439 $(SRC)/charset.h \ 1494 $(SRC)/charset.h \
1440 $(SRC)/dispextern.h \ 1495 $(SRC)/dispextern.h \
1441 $(SRC)/fontset.h \ 1496 $(SRC)/fontset.h \
1442 $(SRC)/frame.h \ 1497 $(SRC)/frame.h \
1443 $(SRC)/keyboard.h \ 1498 $(SRC)/keyboard.h \