diff options
| author | Jason Rumney | 2007-05-16 10:08:53 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-05-16 10:08:53 +0000 |
| commit | 0254c6f717b3a3959f9b2b055a423355d41c5bfa (patch) | |
| tree | 7f875c50998381fd00147c2b20c5266301e99915 /src | |
| parent | 616c29d51d405e5f78c3f91632a3ac51b4613b5d (diff) | |
| download | emacs-0254c6f717b3a3959f9b2b055a423355d41c5bfa.tar.gz emacs-0254c6f717b3a3959f9b2b055a423355d41c5bfa.zip | |
Updated dependancies from Makefile.in
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 19425bc9a27..7f45f584bcf 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -378,6 +378,8 @@ $(BLD)/callproc.$(O) : \ | |||
| 378 | $(SRC)/process.h \ | 378 | $(SRC)/process.h \ |
| 379 | $(SRC)/syssignal.h \ | 379 | $(SRC)/syssignal.h \ |
| 380 | $(SRC)/systty.h \ | 380 | $(SRC)/systty.h \ |
| 381 | $(SRC)/frame.h \ | ||
| 382 | $(SRC)/termhooks.h \ | ||
| 381 | $(SRC)/w32.h | 383 | $(SRC)/w32.h |
| 382 | 384 | ||
| 383 | $(BLD)/casefiddle.$(O) : \ | 385 | $(BLD)/casefiddle.$(O) : \ |
| @@ -467,6 +469,8 @@ $(BLD)/coding.$(O) : \ | |||
| 467 | $(SRC)/composite.h \ | 469 | $(SRC)/composite.h \ |
| 468 | $(SRC)/dispextern.h \ | 470 | $(SRC)/dispextern.h \ |
| 469 | $(SRC)/intervals.h \ | 471 | $(SRC)/intervals.h \ |
| 472 | $(SRC)/frame.h \ | ||
| 473 | $(SRC)/termhooks.h \ | ||
| 470 | $(SRC)/w32bdf.h \ | 474 | $(SRC)/w32bdf.h \ |
| 471 | $(SRC)/w32gui.h \ | 475 | $(SRC)/w32gui.h \ |
| 472 | $(SRC)/window.h | 476 | $(SRC)/window.h |
| @@ -494,7 +498,8 @@ $(BLD)/data.$(O) : \ | |||
| 494 | $(SRC)/frame.h \ | 498 | $(SRC)/frame.h \ |
| 495 | $(SRC)/keyboard.h \ | 499 | $(SRC)/keyboard.h \ |
| 496 | $(SRC)/puresize.h \ | 500 | $(SRC)/puresize.h \ |
| 497 | $(SRC)/syssignal.h | 501 | $(SRC)/syssignal.h \ |
| 502 | $(SRC)/termhooks.h | ||
| 498 | 503 | ||
| 499 | $(BLD)/dired.$(O) : \ | 504 | $(BLD)/dired.$(O) : \ |
| 500 | $(SRC)/dired.c \ | 505 | $(SRC)/dired.c \ |
| @@ -697,6 +702,7 @@ $(BLD)/fns.$(O) : \ | |||
| 697 | $(SRC)/keymap.h \ | 702 | $(SRC)/keymap.h \ |
| 698 | $(SRC)/md5.h \ | 703 | $(SRC)/md5.h \ |
| 699 | $(SRC)/systime.h \ | 704 | $(SRC)/systime.h \ |
| 705 | $(SRC)/termhooks.h \ | ||
| 700 | $(SRC)/w32bdf.h \ | 706 | $(SRC)/w32bdf.h \ |
| 701 | $(SRC)/w32gui.h \ | 707 | $(SRC)/w32gui.h \ |
| 702 | $(SRC)/window.h | 708 | $(SRC)/window.h |
| @@ -713,6 +719,7 @@ $(BLD)/fontset.$(O) : \ | |||
| 713 | $(SRC)/fontset.h \ | 719 | $(SRC)/fontset.h \ |
| 714 | $(SRC)/frame.h \ | 720 | $(SRC)/frame.h \ |
| 715 | $(SRC)/keyboard.h \ | 721 | $(SRC)/keyboard.h \ |
| 722 | $(SRC)/termhooks.h \ | ||
| 716 | $(SRC)/w32bdf.h \ | 723 | $(SRC)/w32bdf.h \ |
| 717 | $(SRC)/w32gui.h \ | 724 | $(SRC)/w32gui.h \ |
| 718 | $(SRC)/window.h | 725 | $(SRC)/window.h |
| @@ -732,6 +739,7 @@ $(BLD)/frame.$(O) : \ | |||
| 732 | $(SRC)/frame.h \ | 739 | $(SRC)/frame.h \ |
| 733 | $(SRC)/keyboard.h \ | 740 | $(SRC)/keyboard.h \ |
| 734 | $(SRC)/systime.h \ | 741 | $(SRC)/systime.h \ |
| 742 | $(SRC)/termchar.h \ | ||
| 735 | $(SRC)/termhooks.h \ | 743 | $(SRC)/termhooks.h \ |
| 736 | $(SRC)/w32bdf.h \ | 744 | $(SRC)/w32bdf.h \ |
| 737 | $(SRC)/w32gui.h \ | 745 | $(SRC)/w32gui.h \ |
| @@ -901,6 +909,7 @@ $(BLD)/lread.$(O) : \ | |||
| 901 | $(EMACS_ROOT)/src/config.h \ | 909 | $(EMACS_ROOT)/src/config.h \ |
| 902 | $(EMACS_ROOT)/nt/inc/sys/file.h \ | 910 | $(EMACS_ROOT)/nt/inc/sys/file.h \ |
| 903 | $(EMACS_ROOT)/src/epaths.h \ | 911 | $(EMACS_ROOT)/src/epaths.h \ |
| 912 | $(SRC)/blockinput.h \ | ||
| 904 | $(SRC)/buffer.h \ | 913 | $(SRC)/buffer.h \ |
| 905 | $(SRC)/ccl.h \ | 914 | $(SRC)/ccl.h \ |
| 906 | $(SRC)/charset.h \ | 915 | $(SRC)/charset.h \ |
| @@ -955,6 +964,7 @@ $(BLD)/minibuf.$(O) : \ | |||
| 955 | $(SRC)/keyboard.h \ | 964 | $(SRC)/keyboard.h \ |
| 956 | $(SRC)/keymap.h \ | 965 | $(SRC)/keymap.h \ |
| 957 | $(SRC)/syntax.h \ | 966 | $(SRC)/syntax.h \ |
| 967 | $(SRC)/termhooks.h \ | ||
| 958 | $(SRC)/w32bdf.h \ | 968 | $(SRC)/w32bdf.h \ |
| 959 | $(SRC)/w32gui.h \ | 969 | $(SRC)/w32gui.h \ |
| 960 | $(SRC)/window.h | 970 | $(SRC)/window.h |
| @@ -1116,6 +1126,7 @@ $(BLD)/scroll.$(O) : \ | |||
| 1116 | $(SRC)/frame.h \ | 1126 | $(SRC)/frame.h \ |
| 1117 | $(SRC)/keyboard.h \ | 1127 | $(SRC)/keyboard.h \ |
| 1118 | $(SRC)/termchar.h \ | 1128 | $(SRC)/termchar.h \ |
| 1129 | $(SRC)/termhooks.h \ | ||
| 1119 | $(SRC)/w32bdf.h \ | 1130 | $(SRC)/w32bdf.h \ |
| 1120 | $(SRC)/w32gui.h \ | 1131 | $(SRC)/w32gui.h \ |
| 1121 | $(SRC)/window.h | 1132 | $(SRC)/window.h |
| @@ -1182,6 +1193,7 @@ $(BLD)/sysdep.$(O) : \ | |||
| 1182 | $(EMACS_ROOT)/nt/inc/sys/file.h \ | 1193 | $(EMACS_ROOT)/nt/inc/sys/file.h \ |
| 1183 | $(SRC)/atimer.h \ | 1194 | $(SRC)/atimer.h \ |
| 1184 | $(SRC)/blockinput.h \ | 1195 | $(SRC)/blockinput.h \ |
| 1196 | $(SRC)/cm.h \ | ||
| 1185 | $(SRC)/dispextern.h \ | 1197 | $(SRC)/dispextern.h \ |
| 1186 | $(SRC)/frame.h \ | 1198 | $(SRC)/frame.h \ |
| 1187 | $(SRC)/keyboard.h \ | 1199 | $(SRC)/keyboard.h \ |
| @@ -1227,6 +1239,18 @@ $(BLD)/termcap.$(O) : \ | |||
| 1227 | $(EMACS_ROOT)/src/config.h \ | 1239 | $(EMACS_ROOT)/src/config.h \ |
| 1228 | $(EMACS_ROOT)/nt/inc/sys/file.h | 1240 | $(EMACS_ROOT)/nt/inc/sys/file.h |
| 1229 | 1241 | ||
| 1242 | $(BLD)/terminal.$(O) : \ | ||
| 1243 | $(SRC)/terminal.c \ | ||
| 1244 | $(EMACS_ROOT)/src/s/ms-w32.h \ | ||
| 1245 | $(EMACS_ROOT)/src/m/intel386.h \ | ||
| 1246 | $(EMACS_ROOT)/src/config.h \ | ||
| 1247 | $(SRC)/charset.h \ | ||
| 1248 | $(SRC)/coding.h \ | ||
| 1249 | $(SRC)/frame.h \ | ||
| 1250 | $(SRC)/keyboard.h \ | ||
| 1251 | $(SRC)/termchar.h \ | ||
| 1252 | $(SRC)/termhooks.h | ||
| 1253 | |||
| 1230 | $(BLD)/textprop.$(O) : \ | 1254 | $(BLD)/textprop.$(O) : \ |
| 1231 | $(SRC)/textprop.c \ | 1255 | $(SRC)/textprop.c \ |
| 1232 | $(EMACS_ROOT)/src/s/ms-w32.h \ | 1256 | $(EMACS_ROOT)/src/s/ms-w32.h \ |
| @@ -1340,6 +1364,8 @@ $(BLD)/xfaces.$(O): \ | |||
| 1340 | $(SRC)/intervals.h \ | 1364 | $(SRC)/intervals.h \ |
| 1341 | $(SRC)/keyboard.h \ | 1365 | $(SRC)/keyboard.h \ |
| 1342 | $(SRC)/systime.h \ | 1366 | $(SRC)/systime.h \ |
| 1367 | $(SRC)/termchar.h \ | ||
| 1368 | $(SRC)/termhooks.h \ | ||
| 1343 | $(SRC)/w32bdf.h \ | 1369 | $(SRC)/w32bdf.h \ |
| 1344 | $(SRC)/w32gui.h \ | 1370 | $(SRC)/w32gui.h \ |
| 1345 | $(SRC)/w32term.h \ | 1371 | $(SRC)/w32term.h \ |