diff options
| author | Juanma Barranquero | 2012-09-02 04:22:33 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-09-02 04:22:33 +0200 |
| commit | 6c49a40bbad123ce3c7e07b097174abadd95e750 (patch) | |
| tree | cf150d923a89cae54537225f24ed97d76371b6d0 /src | |
| parent | 137e08a46c4d9d042e260e3e9f44f572773aea37 (diff) | |
| download | emacs-6c49a40bbad123ce3c7e07b097174abadd95e750.tar.gz emacs-6c49a40bbad123ce3c7e07b097174abadd95e750.zip | |
src/makefile.w32-in: Update dependencies.
(CCL_H, W32FONT_H): New macros.
(ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O))
($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O))
($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O))
($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O))
($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O))
($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 10 | ||||
| -rw-r--r-- | src/makefile.w32-in | 32 |
2 files changed, 29 insertions, 13 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e186b8af87f..095effcf3bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-09-02 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in (CCL_H, W32FONT_H): New macros. | ||
| 4 | (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O)) | ||
| 5 | ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O)) | ||
| 6 | ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O)) | ||
| 7 | ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O)) | ||
| 8 | ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O)) | ||
| 9 | ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies. | ||
| 10 | |||
| 1 | 2012-09-01 Eli Zaretskii <eliz@gnu.org> | 11 | 2012-09-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 12 | ||
| 3 | * w32uniscribe.c (uniscribe_shape): Handle correctly the case of | 13 | * w32uniscribe.c (uniscribe_shape): Handle correctly the case of |
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index e5959e0b1a5..a8dcf5f2ae8 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -390,6 +390,7 @@ SYSTIME_H = $(SRC)/systime.h \ | |||
| 390 | $(NT_INC)/sys/time.h \ | 390 | $(NT_INC)/sys/time.h \ |
| 391 | $(GNU_LIB)/timespec.h | 391 | $(GNU_LIB)/timespec.h |
| 392 | ATIMER_H = $(SRC)/atimer.h \ | 392 | ATIMER_H = $(SRC)/atimer.h \ |
| 393 | $(NT_INC)/stdbool.h \ | ||
| 393 | $(SYSTIME_H) | 394 | $(SYSTIME_H) |
| 394 | BLOCKINPUT_H = $(SRC)/blockinput.h \ | 395 | BLOCKINPUT_H = $(SRC)/blockinput.h \ |
| 395 | $(ATIMER_H) | 396 | $(ATIMER_H) |
| @@ -401,6 +402,8 @@ CAREADLINKAT_H = $(GNU_LIB)/careadlinkat.h \ | |||
| 401 | $(NT_INC)/unistd.h | 402 | $(NT_INC)/unistd.h |
| 402 | CHARACTER_H = $(SRC)/character.h \ | 403 | CHARACTER_H = $(SRC)/character.h \ |
| 403 | $(GNU_LIB)/verify.h | 404 | $(GNU_LIB)/verify.h |
| 405 | CCL_H = $(SRC)/ccl.h \ | ||
| 406 | $(CHARACTER_H) | ||
| 404 | CHARSET_H = $(SRC)/charset.h \ | 407 | CHARSET_H = $(SRC)/charset.h \ |
| 405 | $(GNU_LIB)/verify.h | 408 | $(GNU_LIB)/verify.h |
| 406 | CODING_H = $(SRC)/coding.h \ | 409 | CODING_H = $(SRC)/coding.h \ |
| @@ -422,7 +425,7 @@ DISPEXTERN_H = $(SRC)/dispextern.h \ | |||
| 422 | FILEMODE_H = $(GNU_LIB)/filemode.h \ | 425 | FILEMODE_H = $(GNU_LIB)/filemode.h \ |
| 423 | $(NT_INC)/sys/stat.h | 426 | $(NT_INC)/sys/stat.h |
| 424 | FONT_H = $(SRC)/font.h \ | 427 | FONT_H = $(SRC)/font.h \ |
| 425 | $(SRC)/ccl.h | 428 | $(CCL_H) |
| 426 | FRAME_H = $(SRC)/frame.h \ | 429 | FRAME_H = $(SRC)/frame.h \ |
| 427 | $(DISPEXTERN_H) | 430 | $(DISPEXTERN_H) |
| 428 | FTOASTR_H = $(GNU_LIB)/ftoastr.h \ | 431 | FTOASTR_H = $(GNU_LIB)/ftoastr.h \ |
| @@ -469,6 +472,8 @@ SYSTTY_H = $(SRC)/systty.h \ | |||
| 469 | $(NT_INC)/unistd.h | 472 | $(NT_INC)/unistd.h |
| 470 | TERMHOOKS_H = $(SRC)/termhooks.h \ | 473 | TERMHOOKS_H = $(SRC)/termhooks.h \ |
| 471 | $(SYSTIME_H) | 474 | $(SYSTIME_H) |
| 475 | W32FONT_H = $(SRC)/w32font.h \ | ||
| 476 | $(FONT_H) | ||
| 472 | W32TERM_H = $(SRC)/w32term.h \ | 477 | W32TERM_H = $(SRC)/w32term.h \ |
| 473 | $(W32GUI_H) | 478 | $(W32GUI_H) |
| 474 | WINDOW_H = $(SRC)/window.h \ | 479 | WINDOW_H = $(SRC)/window.h \ |
| @@ -480,7 +485,6 @@ $(BLD)/alloc.$(O) : \ | |||
| 480 | $(SRC)/syssignal.h \ | 485 | $(SRC)/syssignal.h \ |
| 481 | $(SRC)/w32.h \ | 486 | $(SRC)/w32.h \ |
| 482 | $(NT_INC)/unistd.h \ | 487 | $(NT_INC)/unistd.h \ |
| 483 | $(GNU_LIB)/execinfo.h \ | ||
| 484 | $(GNU_LIB)/verify.h \ | 488 | $(GNU_LIB)/verify.h \ |
| 485 | $(BLOCKINPUT_H) \ | 489 | $(BLOCKINPUT_H) \ |
| 486 | $(BUFFER_H) \ | 490 | $(BUFFER_H) \ |
| @@ -554,7 +558,6 @@ $(BLD)/callint.$(O) : \ | |||
| 554 | 558 | ||
| 555 | $(BLD)/callproc.$(O) : \ | 559 | $(BLD)/callproc.$(O) : \ |
| 556 | $(SRC)/callproc.c \ | 560 | $(SRC)/callproc.c \ |
| 557 | $(SRC)/ccl.h \ | ||
| 558 | $(SRC)/commands.h \ | 561 | $(SRC)/commands.h \ |
| 559 | $(SRC)/composite.h \ | 562 | $(SRC)/composite.h \ |
| 560 | $(SRC)/epaths.h \ | 563 | $(SRC)/epaths.h \ |
| @@ -564,6 +567,7 @@ $(BLD)/callproc.$(O) : \ | |||
| 564 | $(NT_INC)/unistd.h \ | 567 | $(NT_INC)/unistd.h \ |
| 565 | $(BLOCKINPUT_H) \ | 568 | $(BLOCKINPUT_H) \ |
| 566 | $(BUFFER_H) \ | 569 | $(BUFFER_H) \ |
| 570 | $(CCL_H) \ | ||
| 567 | $(CHARACTER_H) \ | 571 | $(CHARACTER_H) \ |
| 568 | $(CODING_H) \ | 572 | $(CODING_H) \ |
| 569 | $(CONFIG_H) \ | 573 | $(CONFIG_H) \ |
| @@ -603,7 +607,7 @@ $(BLD)/category.$(O) : \ | |||
| 603 | 607 | ||
| 604 | $(BLD)/ccl.$(O) : \ | 608 | $(BLD)/ccl.$(O) : \ |
| 605 | $(SRC)/ccl.c \ | 609 | $(SRC)/ccl.c \ |
| 606 | $(SRC)/ccl.h \ | 610 | $(CCL_H) \ |
| 607 | $(CHARACTER_H) \ | 611 | $(CHARACTER_H) \ |
| 608 | $(CHARSET_H) \ | 612 | $(CHARSET_H) \ |
| 609 | $(CODING_H) \ | 613 | $(CODING_H) \ |
| @@ -635,7 +639,7 @@ $(BLD)/charset.$(O) : \ | |||
| 635 | 639 | ||
| 636 | $(BLD)/chartab.$(O) : \ | 640 | $(BLD)/chartab.$(O) : \ |
| 637 | $(SRC)/chartab.c \ | 641 | $(SRC)/chartab.c \ |
| 638 | $(SRC)/ccl.h \ | 642 | $(CCL_H) \ |
| 639 | $(CHARACTER_H) \ | 643 | $(CHARACTER_H) \ |
| 640 | $(CHARSET_H) \ | 644 | $(CHARSET_H) \ |
| 641 | $(CONFIG_H) \ | 645 | $(CONFIG_H) \ |
| @@ -657,9 +661,9 @@ $(BLD)/cmds.$(O) : \ | |||
| 657 | 661 | ||
| 658 | $(BLD)/coding.$(O) : \ | 662 | $(BLD)/coding.$(O) : \ |
| 659 | $(SRC)/coding.c \ | 663 | $(SRC)/coding.c \ |
| 660 | $(SRC)/ccl.h \ | ||
| 661 | $(SRC)/composite.h \ | 664 | $(SRC)/composite.h \ |
| 662 | $(BUFFER_H) \ | 665 | $(BUFFER_H) \ |
| 666 | $(CCL_H) \ | ||
| 663 | $(CHARACTER_H) \ | 667 | $(CHARACTER_H) \ |
| 664 | $(CHARSET_H) \ | 668 | $(CHARSET_H) \ |
| 665 | $(CODING_H) \ | 669 | $(CODING_H) \ |
| @@ -803,6 +807,7 @@ $(BLD)/emacs.$(O) : \ | |||
| 803 | $(PROCESS_H) \ | 807 | $(PROCESS_H) \ |
| 804 | $(SYSTTY_H) \ | 808 | $(SYSTTY_H) \ |
| 805 | $(TERMHOOKS_H) \ | 809 | $(TERMHOOKS_H) \ |
| 810 | $(W32TERM_H) \ | ||
| 806 | $(WINDOW_H) | 811 | $(WINDOW_H) |
| 807 | 812 | ||
| 808 | $(BLD)/eval.$(O) : \ | 813 | $(BLD)/eval.$(O) : \ |
| @@ -898,10 +903,10 @@ $(BLD)/font.$(O) : \ | |||
| 898 | 903 | ||
| 899 | $(BLD)/fontset.$(O) : \ | 904 | $(BLD)/fontset.$(O) : \ |
| 900 | $(SRC)/fontset.c \ | 905 | $(SRC)/fontset.c \ |
| 901 | $(SRC)/ccl.h \ | ||
| 902 | $(SRC)/fontset.h \ | 906 | $(SRC)/fontset.h \ |
| 903 | $(BLOCKINPUT_H) \ | 907 | $(BLOCKINPUT_H) \ |
| 904 | $(BUFFER_H) \ | 908 | $(BUFFER_H) \ |
| 909 | $(CCL_H) \ | ||
| 905 | $(CHARACTER_H) \ | 910 | $(CHARACTER_H) \ |
| 906 | $(CHARSET_H) \ | 911 | $(CHARSET_H) \ |
| 907 | $(CONFIG_H) \ | 912 | $(CONFIG_H) \ |
| @@ -1269,6 +1274,7 @@ $(BLD)/process.$(O) : \ | |||
| 1269 | $(SYSTIME_H) \ | 1274 | $(SYSTIME_H) \ |
| 1270 | $(SYSTTY_H) \ | 1275 | $(SYSTTY_H) \ |
| 1271 | $(TERMHOOKS_H) \ | 1276 | $(TERMHOOKS_H) \ |
| 1277 | $(W32TERM_H) \ | ||
| 1272 | $(WINDOW_H) | 1278 | $(WINDOW_H) |
| 1273 | 1279 | ||
| 1274 | $(BLD)/ralloc.$(O) : \ | 1280 | $(BLD)/ralloc.$(O) : \ |
| @@ -1524,14 +1530,13 @@ $(BLD)/xfaces.$(O) : \ | |||
| 1524 | 1530 | ||
| 1525 | $(BLD)/w32fns.$(O) : \ | 1531 | $(BLD)/w32fns.$(O) : \ |
| 1526 | $(SRC)/w32fns.c \ | 1532 | $(SRC)/w32fns.c \ |
| 1527 | $(SRC)/ccl.h \ | ||
| 1528 | $(SRC)/epaths.h \ | 1533 | $(SRC)/epaths.h \ |
| 1529 | $(SRC)/fontset.h \ | 1534 | $(SRC)/fontset.h \ |
| 1530 | $(SRC)/w32.h \ | 1535 | $(SRC)/w32.h \ |
| 1531 | $(SRC)/w32font.h \ | ||
| 1532 | $(SRC)/w32heap.h \ | 1536 | $(SRC)/w32heap.h \ |
| 1533 | $(BLOCKINPUT_H) \ | 1537 | $(BLOCKINPUT_H) \ |
| 1534 | $(BUFFER_H) \ | 1538 | $(BUFFER_H) \ |
| 1539 | $(CCL_H) \ | ||
| 1535 | $(CHARACTER_H) \ | 1540 | $(CHARACTER_H) \ |
| 1536 | $(CHARSET_H) \ | 1541 | $(CHARSET_H) \ |
| 1537 | $(CODING_H) \ | 1542 | $(CODING_H) \ |
| @@ -1544,6 +1549,7 @@ $(BLD)/w32fns.$(O) : \ | |||
| 1544 | $(LISP_H) \ | 1549 | $(LISP_H) \ |
| 1545 | $(SYSTIME_H) \ | 1550 | $(SYSTIME_H) \ |
| 1546 | $(TERMHOOKS_H) \ | 1551 | $(TERMHOOKS_H) \ |
| 1552 | $(W32FONT_H) \ | ||
| 1547 | $(W32TERM_H) \ | 1553 | $(W32TERM_H) \ |
| 1548 | $(WINDOW_H) | 1554 | $(WINDOW_H) |
| 1549 | 1555 | ||
| @@ -1568,18 +1574,17 @@ $(BLD)/w32menu.$(O) : \ | |||
| 1568 | 1574 | ||
| 1569 | $(BLD)/w32term.$(O) : \ | 1575 | $(BLD)/w32term.$(O) : \ |
| 1570 | $(SRC)/w32term.c \ | 1576 | $(SRC)/w32term.c \ |
| 1571 | $(SRC)/ccl.h \ | ||
| 1572 | $(SRC)/disptab.h \ | 1577 | $(SRC)/disptab.h \ |
| 1573 | $(SRC)/fontset.h \ | 1578 | $(SRC)/fontset.h \ |
| 1574 | $(SRC)/keymap.h \ | 1579 | $(SRC)/keymap.h \ |
| 1575 | $(SRC)/termchar.h \ | 1580 | $(SRC)/termchar.h \ |
| 1576 | $(SRC)/termopts.h \ | 1581 | $(SRC)/termopts.h \ |
| 1577 | $(SRC)/w32font.h \ | ||
| 1578 | $(SRC)/w32heap.h \ | 1582 | $(SRC)/w32heap.h \ |
| 1579 | $(NT_INC)/sys/stat.h \ | 1583 | $(NT_INC)/sys/stat.h \ |
| 1580 | $(ATIMER_H) \ | 1584 | $(ATIMER_H) \ |
| 1581 | $(BLOCKINPUT_H) \ | 1585 | $(BLOCKINPUT_H) \ |
| 1582 | $(BUFFER_H) \ | 1586 | $(BUFFER_H) \ |
| 1587 | $(CCL_H) \ | ||
| 1583 | $(CHARACTER_H) \ | 1588 | $(CHARACTER_H) \ |
| 1584 | $(CHARSET_H) \ | 1589 | $(CHARSET_H) \ |
| 1585 | $(CODING_H) \ | 1590 | $(CODING_H) \ |
| @@ -1594,6 +1599,7 @@ $(BLD)/w32term.$(O) : \ | |||
| 1594 | $(SYSTIME_H) \ | 1599 | $(SYSTIME_H) \ |
| 1595 | $(SYSTTY_H) \ | 1600 | $(SYSTTY_H) \ |
| 1596 | $(TERMHOOKS_H) \ | 1601 | $(TERMHOOKS_H) \ |
| 1602 | $(W32FONT_H) \ | ||
| 1597 | $(W32TERM_H) \ | 1603 | $(W32TERM_H) \ |
| 1598 | $(WINDOW_H) | 1604 | $(WINDOW_H) |
| 1599 | 1605 | ||
| @@ -1629,7 +1635,6 @@ $(BLD)/w32xfns.$(O) : \ | |||
| 1629 | $(BLD)/w32font.$(O) : \ | 1635 | $(BLD)/w32font.$(O) : \ |
| 1630 | $(SRC)/w32font.c \ | 1636 | $(SRC)/w32font.c \ |
| 1631 | $(SRC)/fontset.h \ | 1637 | $(SRC)/fontset.h \ |
| 1632 | $(SRC)/w32font.h \ | ||
| 1633 | $(CHARACTER_H) \ | 1638 | $(CHARACTER_H) \ |
| 1634 | $(CHARSET_H) \ | 1639 | $(CHARSET_H) \ |
| 1635 | $(CODING_H) \ | 1640 | $(CODING_H) \ |
| @@ -1638,13 +1643,13 @@ $(BLD)/w32font.$(O) : \ | |||
| 1638 | $(FONT_H) \ | 1643 | $(FONT_H) \ |
| 1639 | $(FRAME_H) \ | 1644 | $(FRAME_H) \ |
| 1640 | $(LISP_H) \ | 1645 | $(LISP_H) \ |
| 1646 | $(W32FONT_H) \ | ||
| 1641 | $(W32TERM_H) | 1647 | $(W32TERM_H) |
| 1642 | 1648 | ||
| 1643 | $(BLD)/w32uniscribe.$(O) : \ | 1649 | $(BLD)/w32uniscribe.$(O) : \ |
| 1644 | $(SRC)/w32uniscribe.c \ | 1650 | $(SRC)/w32uniscribe.c \ |
| 1645 | $(SRC)/composite.h \ | 1651 | $(SRC)/composite.h \ |
| 1646 | $(SRC)/fontset.h \ | 1652 | $(SRC)/fontset.h \ |
| 1647 | $(SRC)/w32font.h \ | ||
| 1648 | $(CHARACTER_H) \ | 1653 | $(CHARACTER_H) \ |
| 1649 | $(CHARSET_H) \ | 1654 | $(CHARSET_H) \ |
| 1650 | $(CONFIG_H) \ | 1655 | $(CONFIG_H) \ |
| @@ -1652,6 +1657,7 @@ $(BLD)/w32uniscribe.$(O) : \ | |||
| 1652 | $(FONT_H) \ | 1657 | $(FONT_H) \ |
| 1653 | $(FRAME_H) \ | 1658 | $(FRAME_H) \ |
| 1654 | $(LISP_H) \ | 1659 | $(LISP_H) \ |
| 1660 | $(W32FONT_H) \ | ||
| 1655 | $(W32TERM_H) | 1661 | $(W32TERM_H) |
| 1656 | 1662 | ||
| 1657 | # Each object file depends on stamp_BLD, because in parallel builds we must | 1663 | # Each object file depends on stamp_BLD, because in parallel builds we must |