aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2011-03-19 04:22:14 +0100
committerJuanma Barranquero2011-03-19 04:22:14 +0100
commitf2b726e626e316bdf4728d2df44b94f6bf9635b2 (patch)
tree37a00d84bfbf1f7d1413ec7fd4745e172a93a363
parent06e9c2d94ef8e7cd0998bd610edcffbd1b09ff98 (diff)
downloademacs-f2b726e626e316bdf4728d2df44b94f6bf9635b2.tar.gz
emacs-f2b726e626e316bdf4728d2df44b94f6bf9635b2.zip
src/makefile.w32-in: Update dependencies.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/makefile.w32-in46
2 files changed, 30 insertions, 20 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 93c8245b239..8cbcaf4afbc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-03-19 Juanma Barranquero <lekktu@gmail.com>
2
3 * makefile.w32-in: Update dependencies.
4
12011-03-17 Eli Zaretskii <eliz@gnu.org> 52011-03-17 Eli Zaretskii <eliz@gnu.org>
2 6
3 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h. 7 * makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 3d882b23d6b..62c40ca1f94 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -221,7 +221,7 @@ GLOBAL_SOURCES = dosfns.c msdos.c \
221 region-cache.c sound.c atimer.c \ 221 region-cache.c sound.c atimer.c \
222 doprnt.c intervals.c textprop.c composite.c 222 doprnt.c intervals.c textprop.c composite.c
223SOME_MACHINE_OBJECTS = dosfns.o msdos.o \ 223SOME_MACHINE_OBJECTS = dosfns.o msdos.o \
224 xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o dbusbind.o 224 xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o dbusbind.o
225obj = $(GLOBAL_SOURCES:.c=.o) 225obj = $(GLOBAL_SOURCES:.c=.o)
226 226
227globals.h: gl-stamp 227globals.h: gl-stamp
@@ -386,6 +386,7 @@ $(BLD)/alloc.$(O) : \
386 $(EMACS_ROOT)/nt/inc/unistd.h \ 386 $(EMACS_ROOT)/nt/inc/unistd.h \
387 $(EMACS_ROOT)/nt/inc/sys/time.h \ 387 $(EMACS_ROOT)/nt/inc/sys/time.h \
388 $(LISP_H) \ 388 $(LISP_H) \
389 $(PROCESS_H) \
389 $(SRC)/atimer.h \ 390 $(SRC)/atimer.h \
390 $(SRC)/blockinput.h \ 391 $(SRC)/blockinput.h \
391 $(SRC)/buffer.h \ 392 $(SRC)/buffer.h \
@@ -396,7 +397,6 @@ $(BLD)/alloc.$(O) : \
396 $(SRC)/frame.h \ 397 $(SRC)/frame.h \
397 $(SRC)/intervals.h \ 398 $(SRC)/intervals.h \
398 $(SRC)/keyboard.h \ 399 $(SRC)/keyboard.h \
399 $(PROCESS_H) \
400 $(SRC)/puresize.h \ 400 $(SRC)/puresize.h \
401 $(SRC)/syssignal.h \ 401 $(SRC)/syssignal.h \
402 $(SRC)/systime.h \ 402 $(SRC)/systime.h \
@@ -484,8 +484,10 @@ $(BLD)/callproc.$(O) : \
484 $(CONFIG_H) \ 484 $(CONFIG_H) \
485 $(EMACS_ROOT)/nt/inc/unistd.h \ 485 $(EMACS_ROOT)/nt/inc/unistd.h \
486 $(EMACS_ROOT)/nt/inc/sys/file.h \ 486 $(EMACS_ROOT)/nt/inc/sys/file.h \
487 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
487 $(EMACS_ROOT)/nt/inc/sys/time.h \ 488 $(EMACS_ROOT)/nt/inc/sys/time.h \
488 $(LISP_H) \ 489 $(LISP_H) \
490 $(PROCESS_H) \
489 $(SRC)/atimer.h \ 491 $(SRC)/atimer.h \
490 $(SRC)/blockinput.h \ 492 $(SRC)/blockinput.h \
491 $(SRC)/buffer.h \ 493 $(SRC)/buffer.h \
@@ -497,7 +499,6 @@ $(BLD)/callproc.$(O) : \
497 $(SRC)/dispextern.h \ 499 $(SRC)/dispextern.h \
498 $(SRC)/epaths.h \ 500 $(SRC)/epaths.h \
499 $(SRC)/frame.h \ 501 $(SRC)/frame.h \
500 $(PROCESS_H) \
501 $(SRC)/syssignal.h \ 502 $(SRC)/syssignal.h \
502 $(SRC)/systime.h \ 503 $(SRC)/systime.h \
503 $(SRC)/systty.h \ 504 $(SRC)/systty.h \
@@ -653,6 +654,7 @@ $(BLD)/dired.$(O) : \
653 $(EMACS_ROOT)/nt/inc/unistd.h \ 654 $(EMACS_ROOT)/nt/inc/unistd.h \
654 $(EMACS_ROOT)/nt/inc/sys/dir.h \ 655 $(EMACS_ROOT)/nt/inc/sys/dir.h \
655 $(EMACS_ROOT)/nt/inc/sys/time.h \ 656 $(EMACS_ROOT)/nt/inc/sys/time.h \
657 $(EMACS_ROOT)/lib/filemode.h \
656 $(LISP_H) \ 658 $(LISP_H) \
657 $(SRC)/atimer.h \ 659 $(SRC)/atimer.h \
658 $(SRC)/blockinput.h \ 660 $(SRC)/blockinput.h \
@@ -662,7 +664,6 @@ $(BLD)/dired.$(O) : \
662 $(SRC)/coding.h \ 664 $(SRC)/coding.h \
663 $(SRC)/commands.h \ 665 $(SRC)/commands.h \
664 $(SRC)/composite.h \ 666 $(SRC)/composite.h \
665 $(EMACS_ROOT)/lib/filemode.h \
666 $(SRC)/ndir.h \ 667 $(SRC)/ndir.h \
667 $(SRC)/regex.h \ 668 $(SRC)/regex.h \
668 $(SRC)/systime.h 669 $(SRC)/systime.h
@@ -673,6 +674,7 @@ $(BLD)/dispnew.$(O) : \
673 $(EMACS_ROOT)/nt/inc/unistd.h \ 674 $(EMACS_ROOT)/nt/inc/unistd.h \
674 $(EMACS_ROOT)/nt/inc/sys/time.h \ 675 $(EMACS_ROOT)/nt/inc/sys/time.h \
675 $(LISP_H) \ 676 $(LISP_H) \
677 $(PROCESS_H) \
676 $(SRC)/atimer.h \ 678 $(SRC)/atimer.h \
677 $(SRC)/blockinput.h \ 679 $(SRC)/blockinput.h \
678 $(SRC)/buffer.h \ 680 $(SRC)/buffer.h \
@@ -687,7 +689,6 @@ $(BLD)/dispnew.$(O) : \
687 $(SRC)/indent.h \ 689 $(SRC)/indent.h \
688 $(SRC)/intervals.h \ 690 $(SRC)/intervals.h \
689 $(SRC)/keyboard.h \ 691 $(SRC)/keyboard.h \
690 $(PROCESS_H) \
691 $(SRC)/syssignal.h \ 692 $(SRC)/syssignal.h \
692 $(SRC)/systime.h \ 693 $(SRC)/systime.h \
693 $(SRC)/termchar.h \ 694 $(SRC)/termchar.h \
@@ -726,8 +727,8 @@ $(BLD)/editfns.$(O) : \
726 $(EMACS_ROOT)/nt/inc/pwd.h \ 727 $(EMACS_ROOT)/nt/inc/pwd.h \
727 $(EMACS_ROOT)/nt/inc/unistd.h \ 728 $(EMACS_ROOT)/nt/inc/unistd.h \
728 $(EMACS_ROOT)/nt/inc/sys/time.h \ 729 $(EMACS_ROOT)/nt/inc/sys/time.h \
729 $(EMACS_ROOT)/lib/strftime.h \
730 $(EMACS_ROOT)/lib/intprops.h \ 730 $(EMACS_ROOT)/lib/intprops.h \
731 $(EMACS_ROOT)/lib/strftime.h \
731 $(LISP_H) \ 732 $(LISP_H) \
732 $(SRC)/atimer.h \ 733 $(SRC)/atimer.h \
733 $(SRC)/blockinput.h \ 734 $(SRC)/blockinput.h \
@@ -747,8 +748,10 @@ $(BLD)/emacs.$(O) : \
747 $(CONFIG_H) \ 748 $(CONFIG_H) \
748 $(EMACS_ROOT)/nt/inc/unistd.h \ 749 $(EMACS_ROOT)/nt/inc/unistd.h \
749 $(EMACS_ROOT)/nt/inc/sys/file.h \ 750 $(EMACS_ROOT)/nt/inc/sys/file.h \
751 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
750 $(EMACS_ROOT)/nt/inc/sys/time.h \ 752 $(EMACS_ROOT)/nt/inc/sys/time.h \
751 $(LISP_H) \ 753 $(LISP_H) \
754 $(PROCESS_H) \
752 $(SRC)/atimer.h \ 755 $(SRC)/atimer.h \
753 $(SRC)/blockinput.h \ 756 $(SRC)/blockinput.h \
754 $(SRC)/buffer.h \ 757 $(SRC)/buffer.h \
@@ -757,15 +760,14 @@ $(BLD)/emacs.$(O) : \
757 $(SRC)/composite.h \ 760 $(SRC)/composite.h \
758 $(SRC)/dispextern.h \ 761 $(SRC)/dispextern.h \
759 $(SRC)/frame.h \ 762 $(SRC)/frame.h \
760 $(SRC)/gnutls.h \
761 $(SRC)/intervals.h \ 763 $(SRC)/intervals.h \
762 $(SRC)/keyboard.h \ 764 $(SRC)/keyboard.h \
763 $(SRC)/keymap.h \ 765 $(SRC)/keymap.h \
764 $(PROCESS_H) \
765 $(SRC)/syssignal.h \ 766 $(SRC)/syssignal.h \
766 $(SRC)/systime.h \ 767 $(SRC)/systime.h \
767 $(SRC)/systty.h \ 768 $(SRC)/systty.h \
768 $(SRC)/termhooks.h \ 769 $(SRC)/termhooks.h \
770 $(SRC)/unexec.h \
769 $(SRC)/w32.h \ 771 $(SRC)/w32.h \
770 $(SRC)/w32gui.h \ 772 $(SRC)/w32gui.h \
771 $(SRC)/w32heap.h \ 773 $(SRC)/w32heap.h \
@@ -837,6 +839,7 @@ $(BLD)/fns.$(O) : \
837 $(CONFIG_H) \ 839 $(CONFIG_H) \
838 $(EMACS_ROOT)/nt/inc/langinfo.h \ 840 $(EMACS_ROOT)/nt/inc/langinfo.h \
839 $(EMACS_ROOT)/nt/inc/nl_types.h \ 841 $(EMACS_ROOT)/nt/inc/nl_types.h \
842 $(EMACS_ROOT)/nt/inc/stdint.h \
840 $(EMACS_ROOT)/nt/inc/unistd.h \ 843 $(EMACS_ROOT)/nt/inc/unistd.h \
841 $(EMACS_ROOT)/nt/inc/sys/time.h \ 844 $(EMACS_ROOT)/nt/inc/sys/time.h \
842 $(EMACS_ROOT)/lib/md5.h \ 845 $(EMACS_ROOT)/lib/md5.h \
@@ -1030,6 +1033,7 @@ $(BLD)/keyboard.$(O) : \
1030 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \ 1033 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1031 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1034 $(EMACS_ROOT)/nt/inc/sys/time.h \
1032 $(LISP_H) \ 1035 $(LISP_H) \
1036 $(PROCESS_H) \
1033 $(SRC)/atimer.h \ 1037 $(SRC)/atimer.h \
1034 $(SRC)/blockinput.h \ 1038 $(SRC)/blockinput.h \
1035 $(SRC)/buffer.h \ 1039 $(SRC)/buffer.h \
@@ -1044,7 +1048,6 @@ $(BLD)/keyboard.$(O) : \
1044 $(SRC)/keyboard.h \ 1048 $(SRC)/keyboard.h \
1045 $(SRC)/keymap.h \ 1049 $(SRC)/keymap.h \
1046 $(SRC)/macros.h \ 1050 $(SRC)/macros.h \
1047 $(PROCESS_H) \
1048 $(SRC)/puresize.h \ 1051 $(SRC)/puresize.h \
1049 $(SRC)/syntax.h \ 1052 $(SRC)/syntax.h \
1050 $(SRC)/syssignal.h \ 1053 $(SRC)/syssignal.h \
@@ -1182,11 +1185,11 @@ $(BLD)/w32.$(O) : \
1182 $(EMACS_ROOT)/nt/inc/sys/socket.h \ 1185 $(EMACS_ROOT)/nt/inc/sys/socket.h \
1183 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1186 $(EMACS_ROOT)/nt/inc/sys/time.h \
1184 $(LISP_H) \ 1187 $(LISP_H) \
1188 $(PROCESS_H) \
1185 $(SRC)/coding.h \ 1189 $(SRC)/coding.h \
1186 $(SRC)/composite.h \ 1190 $(SRC)/composite.h \
1187 $(SRC)/dispextern.h \ 1191 $(SRC)/dispextern.h \
1188 $(SRC)/ndir.h \ 1192 $(SRC)/ndir.h \
1189 $(PROCESS_H) \
1190 $(SRC)/systime.h \ 1193 $(SRC)/systime.h \
1191 $(SRC)/w32.h \ 1194 $(SRC)/w32.h \
1192 $(SRC)/w32gui.h \ 1195 $(SRC)/w32gui.h \
@@ -1225,11 +1228,11 @@ $(BLD)/w32proc.$(O) : \
1225 $(EMACS_ROOT)/nt/inc/sys/file.h \ 1228 $(EMACS_ROOT)/nt/inc/sys/file.h \
1226 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1229 $(EMACS_ROOT)/nt/inc/sys/time.h \
1227 $(LISP_H) \ 1230 $(LISP_H) \
1231 $(PROCESS_H) \
1228 $(SRC)/character.h \ 1232 $(SRC)/character.h \
1229 $(SRC)/coding.h \ 1233 $(SRC)/coding.h \
1230 $(SRC)/composite.h \ 1234 $(SRC)/composite.h \
1231 $(SRC)/dispextern.h \ 1235 $(SRC)/dispextern.h \
1232 $(PROCESS_H) \
1233 $(SRC)/syssignal.h \ 1236 $(SRC)/syssignal.h \
1234 $(SRC)/systime.h \ 1237 $(SRC)/systime.h \
1235 $(SRC)/syswait.h \ 1238 $(SRC)/syswait.h \
@@ -1261,6 +1264,7 @@ $(BLD)/print.$(O) : \
1261 $(EMACS_ROOT)/lib/ftoastr.h \ 1264 $(EMACS_ROOT)/lib/ftoastr.h \
1262 $(EMACS_ROOT)/lib/intprops.h \ 1265 $(EMACS_ROOT)/lib/intprops.h \
1263 $(LISP_H) \ 1266 $(LISP_H) \
1267 $(PROCESS_H) \
1264 $(SRC)/atimer.h \ 1268 $(SRC)/atimer.h \
1265 $(SRC)/blockinput.h \ 1269 $(SRC)/blockinput.h \
1266 $(SRC)/buffer.h \ 1270 $(SRC)/buffer.h \
@@ -1274,7 +1278,6 @@ $(BLD)/print.$(O) : \
1274 $(SRC)/frame.h \ 1278 $(SRC)/frame.h \
1275 $(SRC)/intervals.h \ 1279 $(SRC)/intervals.h \
1276 $(SRC)/keyboard.h \ 1280 $(SRC)/keyboard.h \
1277 $(PROCESS_H) \
1278 $(SRC)/systime.h \ 1281 $(SRC)/systime.h \
1279 $(SRC)/termchar.h \ 1282 $(SRC)/termchar.h \
1280 $(SRC)/termhooks.h \ 1283 $(SRC)/termhooks.h \
@@ -1289,9 +1292,11 @@ $(BLD)/process.$(O) : \
1289 $(EMACS_ROOT)/nt/inc/arpa/inet.h \ 1292 $(EMACS_ROOT)/nt/inc/arpa/inet.h \
1290 $(EMACS_ROOT)/nt/inc/netinet/in.h \ 1293 $(EMACS_ROOT)/nt/inc/netinet/in.h \
1291 $(EMACS_ROOT)/nt/inc/sys/file.h \ 1294 $(EMACS_ROOT)/nt/inc/sys/file.h \
1295 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1292 $(EMACS_ROOT)/nt/inc/sys/socket.h \ 1296 $(EMACS_ROOT)/nt/inc/sys/socket.h \
1293 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1297 $(EMACS_ROOT)/nt/inc/sys/time.h \
1294 $(LISP_H) \ 1298 $(LISP_H) \
1299 $(PROCESS_H) \
1295 $(SRC)/atimer.h \ 1300 $(SRC)/atimer.h \
1296 $(SRC)/blockinput.h \ 1301 $(SRC)/blockinput.h \
1297 $(SRC)/buffer.h \ 1302 $(SRC)/buffer.h \
@@ -1302,7 +1307,6 @@ $(BLD)/process.$(O) : \
1302 $(SRC)/dispextern.h \ 1307 $(SRC)/dispextern.h \
1303 $(SRC)/frame.h \ 1308 $(SRC)/frame.h \
1304 $(SRC)/keyboard.h \ 1309 $(SRC)/keyboard.h \
1305 $(PROCESS_H) \
1306 $(SRC)/sysselect.h \ 1310 $(SRC)/sysselect.h \
1307 $(SRC)/syssignal.h \ 1311 $(SRC)/syssignal.h \
1308 $(SRC)/systime.h \ 1312 $(SRC)/systime.h \
@@ -1415,10 +1419,12 @@ $(BLD)/sysdep.$(O) : \
1415 $(EMACS_ROOT)/nt/inc/pwd.h \ 1419 $(EMACS_ROOT)/nt/inc/pwd.h \
1416 $(EMACS_ROOT)/nt/inc/unistd.h \ 1420 $(EMACS_ROOT)/nt/inc/unistd.h \
1417 $(EMACS_ROOT)/nt/inc/sys/file.h \ 1421 $(EMACS_ROOT)/nt/inc/sys/file.h \
1422 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1418 $(EMACS_ROOT)/nt/inc/sys/socket.h \ 1423 $(EMACS_ROOT)/nt/inc/sys/socket.h \
1419 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1424 $(EMACS_ROOT)/nt/inc/sys/time.h \
1420 $(EMACS_ROOT)/lib/ignore-value.h \ 1425 $(EMACS_ROOT)/lib/ignore-value.h \
1421 $(LISP_H) \ 1426 $(LISP_H) \
1427 $(PROCESS_H) \
1422 $(SRC)/atimer.h \ 1428 $(SRC)/atimer.h \
1423 $(SRC)/blockinput.h \ 1429 $(SRC)/blockinput.h \
1424 $(SRC)/cm.h \ 1430 $(SRC)/cm.h \
@@ -1427,7 +1433,6 @@ $(BLD)/sysdep.$(O) : \
1427 $(SRC)/dispextern.h \ 1433 $(SRC)/dispextern.h \
1428 $(SRC)/frame.h \ 1434 $(SRC)/frame.h \
1429 $(SRC)/keyboard.h \ 1435 $(SRC)/keyboard.h \
1430 $(PROCESS_H) \
1431 $(SRC)/sysselect.h \ 1436 $(SRC)/sysselect.h \
1432 $(SRC)/syssignal.h \ 1437 $(SRC)/syssignal.h \
1433 $(SRC)/systime.h \ 1438 $(SRC)/systime.h \
@@ -1445,6 +1450,7 @@ $(BLD)/term.$(O) : \
1445 $(CONFIG_H) \ 1450 $(CONFIG_H) \
1446 $(EMACS_ROOT)/nt/inc/unistd.h \ 1451 $(EMACS_ROOT)/nt/inc/unistd.h \
1447 $(EMACS_ROOT)/nt/inc/sys/file.h \ 1452 $(EMACS_ROOT)/nt/inc/sys/file.h \
1453 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1448 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1454 $(EMACS_ROOT)/nt/inc/sys/time.h \
1449 $(LISP_H) \ 1455 $(LISP_H) \
1450 $(SRC)/atimer.h \ 1456 $(SRC)/atimer.h \
@@ -1500,9 +1506,9 @@ $(BLD)/textprop.$(O) : \
1500 1506
1501$(BLD)/tparam.$(O) : \ 1507$(BLD)/tparam.$(O) : \
1502 $(SRC)/tparam.c \ 1508 $(SRC)/tparam.c \
1503 $(SRC)/tparam.h \
1504 $(CONFIG_H) \ 1509 $(CONFIG_H) \
1505 $(LISP_H) 1510 $(LISP_H) \
1511 $(SRC)/tparam.h
1506 1512
1507$(BLD)/undo.$(O) : \ 1513$(BLD)/undo.$(O) : \
1508 $(SRC)/undo.c \ 1514 $(SRC)/undo.c \
@@ -1516,8 +1522,8 @@ $(BLD)/undo.$(O) : \
1516 1522
1517$(BLD)/unexw32.$(O) : \ 1523$(BLD)/unexw32.$(O) : \
1518 $(SRC)/unexw32.c \ 1524 $(SRC)/unexw32.c \
1519 $(SRC)/unexec.h \
1520 $(CONFIG_H) \ 1525 $(CONFIG_H) \
1526 $(SRC)/unexec.h \
1521 $(SRC)/w32heap.h 1527 $(SRC)/w32heap.h
1522 1528
1523$(BLD)/vm-limit.$(O) : \ 1529$(BLD)/vm-limit.$(O) : \
@@ -1557,6 +1563,7 @@ $(BLD)/xdisp.$(O) : \
1557 $(EMACS_ROOT)/nt/inc/unistd.h \ 1563 $(EMACS_ROOT)/nt/inc/unistd.h \
1558 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1564 $(EMACS_ROOT)/nt/inc/sys/time.h \
1559 $(LISP_H) \ 1565 $(LISP_H) \
1566 $(PROCESS_H) \
1560 $(SRC)/atimer.h \ 1567 $(SRC)/atimer.h \
1561 $(SRC)/blockinput.h \ 1568 $(SRC)/blockinput.h \
1562 $(SRC)/buffer.h \ 1569 $(SRC)/buffer.h \
@@ -1576,7 +1583,6 @@ $(BLD)/xdisp.$(O) : \
1576 $(SRC)/keyboard.h \ 1583 $(SRC)/keyboard.h \
1577 $(SRC)/keymap.h \ 1584 $(SRC)/keymap.h \
1578 $(SRC)/macros.h \ 1585 $(SRC)/macros.h \
1579 $(PROCESS_H) \
1580 $(SRC)/region-cache.h \ 1586 $(SRC)/region-cache.h \
1581 $(SRC)/systime.h \ 1587 $(SRC)/systime.h \
1582 $(SRC)/termchar.h \ 1588 $(SRC)/termchar.h \
@@ -1668,8 +1674,10 @@ $(BLD)/w32term.$(O) : \
1668 $(SRC)/w32term.c \ 1674 $(SRC)/w32term.c \
1669 $(CONFIG_H) \ 1675 $(CONFIG_H) \
1670 $(EMACS_ROOT)/nt/inc/unistd.h \ 1676 $(EMACS_ROOT)/nt/inc/unistd.h \
1677 $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
1671 $(EMACS_ROOT)/nt/inc/sys/time.h \ 1678 $(EMACS_ROOT)/nt/inc/sys/time.h \
1672 $(LISP_H) \ 1679 $(LISP_H) \
1680 $(PROCESS_H) \
1673 $(SRC)/atimer.h \ 1681 $(SRC)/atimer.h \
1674 $(SRC)/blockinput.h \ 1682 $(SRC)/blockinput.h \
1675 $(SRC)/buffer.h \ 1683 $(SRC)/buffer.h \
@@ -1686,7 +1694,6 @@ $(BLD)/w32term.$(O) : \
1686 $(SRC)/intervals.h \ 1694 $(SRC)/intervals.h \
1687 $(SRC)/keyboard.h \ 1695 $(SRC)/keyboard.h \
1688 $(SRC)/keymap.h \ 1696 $(SRC)/keymap.h \
1689 $(PROCESS_H) \
1690 $(SRC)/systime.h \ 1697 $(SRC)/systime.h \
1691 $(SRC)/systty.h \ 1698 $(SRC)/systty.h \
1692 $(SRC)/termchar.h \ 1699 $(SRC)/termchar.h \
@@ -1709,7 +1716,6 @@ $(BLD)/w32select.$(O) : \
1709 $(SRC)/charset.h \ 1716 $(SRC)/charset.h \
1710 $(SRC)/coding.h \ 1717 $(SRC)/coding.h \
1711 $(SRC)/composite.h \ 1718 $(SRC)/composite.h \
1712 $(SRC)/keyboard.h \
1713 $(SRC)/systime.h \ 1719 $(SRC)/systime.h \
1714 $(SRC)/w32gui.h \ 1720 $(SRC)/w32gui.h \
1715 $(SRC)/w32heap.h \ 1721 $(SRC)/w32heap.h \