aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Innes2000-02-06 23:37:45 +0000
committerAndrew Innes2000-02-06 23:37:45 +0000
commitd968f7dbb71dc84b0772c174e3bf4cae94b62737 (patch)
treee804daa05b22e8c1242533486be20dd41b42b370 /src
parentd750b1f5c9d058c7ccfb53c39c2538517a6f3809 (diff)
downloademacs-d968f7dbb71dc84b0772c174e3bf4cae94b62737.tar.gz
emacs-d968f7dbb71dc84b0772c174e3bf4cae94b62737.zip
Add dependencies on w32gui.h.
(OBJ1): Include atimer.obj. ($$(BLD)\atimer.obj): New dependency rule.
Diffstat (limited to 'src')
-rw-r--r--src/makefile.nt34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/makefile.nt b/src/makefile.nt
index e16ee2ed087..3da0578ce54 100644
--- a/src/makefile.nt
+++ b/src/makefile.nt
@@ -85,6 +85,7 @@ OBJ0 = $(BLD)\emacs.obj
85OBJ1 = $(BLD)\abbrev.obj \ 85OBJ1 = $(BLD)\abbrev.obj \
86 $(BLD)\alloc.obj \ 86 $(BLD)\alloc.obj \
87 $(BLD)\alloca.obj \ 87 $(BLD)\alloca.obj \
88 $(BLD)\atimer.obj \
88 $(BLD)\buffer.obj \ 89 $(BLD)\buffer.obj \
89 $(BLD)\bytecode.obj \ 90 $(BLD)\bytecode.obj \
90 $(BLD)\callint.obj \ 91 $(BLD)\callint.obj \
@@ -302,6 +303,7 @@ $(BLD)\alloc.obj : \
302 $(EMACS_ROOT)\src\config.h \ 303 $(EMACS_ROOT)\src\config.h \
303 $(SRC)\lisp.h \ 304 $(SRC)\lisp.h \
304 $(SRC)\dispextern.h \ 305 $(SRC)\dispextern.h \
306 $(SRC)\w32gui.h \
305 $(SRC)\intervals.h \ 307 $(SRC)\intervals.h \
306 $(SRC)\composite.h \ 308 $(SRC)\composite.h \
307 $(SRC)\puresize.h \ 309 $(SRC)\puresize.h \
@@ -321,6 +323,20 @@ $(BLD)\alloca.obj : \
321 $(SRC)\config.h \ 323 $(SRC)\config.h \
322 $(SRC)\blockinput.h 324 $(SRC)\blockinput.h
323 325
326$(BLD)\atimer.obj : \
327 $(SRC)\atimer.c \
328 $(EMACS_ROOT)\src\s\ms-w32.h \
329 $(EMACS_ROOT)\src\m\intel386.h \
330 $(EMACS_ROOT)\src\config.h \
331 $(SRC)\s\ms-w32.h \
332 $(SRC)\m\intel386.h \
333 $(SRC)\config.h \
334 $(SRC)\lisp.h \
335 $(SRC)\atimer.h \
336 $(SRC)\syssignal.h \
337 $(SRC)\systime.h \
338 $(SRC)\blockinput.h
339
324$(BLD)\buffer.obj : \ 340$(BLD)\buffer.obj : \
325 $(SRC)\buffer.c \ 341 $(SRC)\buffer.c \
326 $(EMACS_ROOT)\nt\inc\sys\param.h \ 342 $(EMACS_ROOT)\nt\inc\sys\param.h \
@@ -329,6 +345,7 @@ $(BLD)\buffer.obj : \
329 $(EMACS_ROOT)\src\config.h \ 345 $(EMACS_ROOT)\src\config.h \
330 $(SRC)\lisp.h \ 346 $(SRC)\lisp.h \
331 $(SRC)\dispextern.h \ 347 $(SRC)\dispextern.h \
348 $(SRC)\w32gui.h \
332 $(SRC)\intervals.h \ 349 $(SRC)\intervals.h \
333 $(SRC)\composite.h \ 350 $(SRC)\composite.h \
334 $(SRC)\window.h \ 351 $(SRC)\window.h \
@@ -456,6 +473,7 @@ $(BLD)\dispnew.obj : \
456 $(EMACS_ROOT)\nt\inc\sys\file.h \ 473 $(EMACS_ROOT)\nt\inc\sys\file.h \
457 $(SRC)\systty.h \ 474 $(SRC)\systty.h \
458 $(SRC)\w32term.h \ 475 $(SRC)\w32term.h \
476 $(SRC)\w32gui.h \
459 $(SRC)\xterm.h \ 477 $(SRC)\xterm.h \
460 $(SRC)\vmstime.h \ 478 $(SRC)\vmstime.h \
461 $(SRC)\systime.h \ 479 $(SRC)\systime.h \
@@ -487,6 +505,7 @@ $(BLD)\editfns.obj : \
487 $(EMACS_ROOT)\nt\inc\pwd.h \ 505 $(EMACS_ROOT)\nt\inc\pwd.h \
488 $(SRC)\lisp.h \ 506 $(SRC)\lisp.h \
489 $(SRC)\dispextern.h \ 507 $(SRC)\dispextern.h \
508 $(SRC)\w32gui.h \
490 $(SRC)\intervals.h \ 509 $(SRC)\intervals.h \
491 $(SRC)\composite.h \ 510 $(SRC)\composite.h \
492 $(SRC)\buffer.h \ 511 $(SRC)\buffer.h \
@@ -502,6 +521,7 @@ $(BLD)\emacs.obj : \
502 $(SRC)\lisp.h \ 521 $(SRC)\lisp.h \
503 $(SRC)\commands.h \ 522 $(SRC)\commands.h \
504 $(SRC)\dispextern.h \ 523 $(SRC)\dispextern.h \
524 $(SRC)\w32gui.h \
505 $(SRC)\intervals.h \ 525 $(SRC)\intervals.h \
506 $(SRC)\composite.h \ 526 $(SRC)\composite.h \
507 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ 527 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
@@ -533,6 +553,7 @@ $(BLD)\fileio.obj : \
533 $(SRC)\vmsdir.h \ 553 $(SRC)\vmsdir.h \
534 $(SRC)\lisp.h \ 554 $(SRC)\lisp.h \
535 $(SRC)\dispextern.h \ 555 $(SRC)\dispextern.h \
556 $(SRC)\w32gui.h \
536 $(SRC)\intervals.h \ 557 $(SRC)\intervals.h \
537 $(SRC)\composite.h \ 558 $(SRC)\composite.h \
538 $(SRC)\buffer.h \ 559 $(SRC)\buffer.h \
@@ -589,6 +610,7 @@ $(BLD)\fns.obj : \
589 $(SRC)\buffer.h \ 610 $(SRC)\buffer.h \
590 $(SRC)\keyboard.h \ 611 $(SRC)\keyboard.h \
591 $(SRC)\dispextern.h \ 612 $(SRC)\dispextern.h \
613 $(SRC)\w32gui.h \
592 $(SRC)\intervals.h \ 614 $(SRC)\intervals.h \
593 $(SRC)\composite.h 615 $(SRC)\composite.h
594 616
@@ -646,6 +668,7 @@ $(BLD)\indent.obj : \
646 $(SRC)\termopts.h \ 668 $(SRC)\termopts.h \
647 $(SRC)\disptab.h \ 669 $(SRC)\disptab.h \
648 $(SRC)\dispextern.h \ 670 $(SRC)\dispextern.h \
671 $(SRC)\w32gui.h \
649 $(SRC)\intervals.h \ 672 $(SRC)\intervals.h \
650 $(SRC)\region-cache.h \ 673 $(SRC)\region-cache.h \
651 $(SRC)\composite.h 674 $(SRC)\composite.h
@@ -657,6 +680,7 @@ $(BLD)\insdel.obj : \
657 $(EMACS_ROOT)\src\config.h \ 680 $(EMACS_ROOT)\src\config.h \
658 $(SRC)\lisp.h \ 681 $(SRC)\lisp.h \
659 $(SRC)\dispextern.h \ 682 $(SRC)\dispextern.h \
683 $(SRC)\w32gui.h \
660 $(SRC)\intervals.h \ 684 $(SRC)\intervals.h \
661 $(SRC)\composite.h \ 685 $(SRC)\composite.h \
662 $(SRC)\buffer.h \ 686 $(SRC)\buffer.h \
@@ -670,6 +694,7 @@ $(BLD)\intervals.obj : \
670 $(EMACS_ROOT)\src\config.h \ 694 $(EMACS_ROOT)\src\config.h \
671 $(SRC)\lisp.h \ 695 $(SRC)\lisp.h \
672 $(SRC)\dispextern.h \ 696 $(SRC)\dispextern.h \
697 $(SRC)\w32gui.h \
673 $(SRC)\intervals.h \ 698 $(SRC)\intervals.h \
674 $(SRC)\buffer.h \ 699 $(SRC)\buffer.h \
675 $(SRC)\puresize.h 700 $(SRC)\puresize.h
@@ -701,6 +726,7 @@ $(BLD)\keyboard.obj : \
701 $(EMACS_ROOT)\nt\inc\sys\file.h \ 726 $(EMACS_ROOT)\nt\inc\sys\file.h \
702 $(SRC)\systty.h \ 727 $(SRC)\systty.h \
703 $(SRC)\w32term.h \ 728 $(SRC)\w32term.h \
729 $(SRC)\w32gui.h \
704 $(SRC)\xterm.h \ 730 $(SRC)\xterm.h \
705 $(SRC)\vmstime.h \ 731 $(SRC)\vmstime.h \
706 $(SRC)\systime.h 732 $(SRC)\systime.h
@@ -765,6 +791,7 @@ $(BLD)\minibuf.obj : \
765 $(SRC)\commands.h \ 791 $(SRC)\commands.h \
766 $(SRC)\buffer.h \ 792 $(SRC)\buffer.h \
767 $(SRC)\dispextern.h \ 793 $(SRC)\dispextern.h \
794 $(SRC)\w32gui.h \
768 $(SRC)\frame.h \ 795 $(SRC)\frame.h \
769 $(SRC)\window.h \ 796 $(SRC)\window.h \
770 $(SRC)\syntax.h 797 $(SRC)\syntax.h
@@ -804,6 +831,7 @@ $(BLD)\w32inevt.obj : \
804 $(SRC)\blockinput.h \ 831 $(SRC)\blockinput.h \
805 $(SRC)\termhooks.h \ 832 $(SRC)\termhooks.h \
806 $(SRC)\w32heap.h \ 833 $(SRC)\w32heap.h \
834 $(SRC)\w32gui.h \
807 $(SRC)\w32term.h 835 $(SRC)\w32term.h
808 836
809$(BLD)\w32proc.obj : \ 837$(BLD)\w32proc.obj : \
@@ -843,6 +871,7 @@ $(BLD)\print.obj : \
843 $(SRC)\process.h \ 871 $(SRC)\process.h \
844 $(SRC)\termchar.h \ 872 $(SRC)\termchar.h \
845 $(SRC)\dispextern.h \ 873 $(SRC)\dispextern.h \
874 $(SRC)\w32gui.h \
846 $(SRC)\intervals.h \ 875 $(SRC)\intervals.h \
847 $(SRC)\composite.h 876 $(SRC)\composite.h
848 877
@@ -911,6 +940,7 @@ $(BLD)\scroll.obj : \
911 $(SRC)\termchar.h \ 940 $(SRC)\termchar.h \
912 $(SRC)\lisp.h \ 941 $(SRC)\lisp.h \
913 $(SRC)\dispextern.h \ 942 $(SRC)\dispextern.h \
943 $(SRC)\w32gui.h \
914 $(SRC)\frame.h 944 $(SRC)\frame.h
915 945
916$(BLD)\search.obj : \ 946$(BLD)\search.obj : \
@@ -976,6 +1006,7 @@ $(BLD)\sysdep.obj : \
976 $(SRC)\termchar.h \ 1006 $(SRC)\termchar.h \
977 $(SRC)\termopts.h \ 1007 $(SRC)\termopts.h \
978 $(SRC)\dispextern.h \ 1008 $(SRC)\dispextern.h \
1009 $(SRC)\w32gui.h \
979 $(SRC)\process.h \ 1010 $(SRC)\process.h \
980 $(SRC)\vmsdir.h \ 1011 $(SRC)\vmsdir.h \
981 $(SRC)\ndir.h \ 1012 $(SRC)\ndir.h \
@@ -1018,6 +1049,7 @@ $(BLD)\textprop.obj : \
1018 $(EMACS_ROOT)\src\config.h \ 1049 $(EMACS_ROOT)\src\config.h \
1019 $(SRC)\lisp.h \ 1050 $(SRC)\lisp.h \
1020 $(SRC)\dispextern.h \ 1051 $(SRC)\dispextern.h \
1052 $(SRC)\w32gui.h \
1021 $(SRC)\intervals.h \ 1053 $(SRC)\intervals.h \
1022 $(SRC)\composite.h \ 1054 $(SRC)\composite.h \
1023 $(SRC)\buffer.h \ 1055 $(SRC)\buffer.h \
@@ -1082,6 +1114,7 @@ $(BLD)\widget.obj : \
1082 $(SRC)\xterm.h \ 1114 $(SRC)\xterm.h \
1083 $(SRC)\frame.h \ 1115 $(SRC)\frame.h \
1084 $(SRC)\dispextern.h \ 1116 $(SRC)\dispextern.h \
1117 $(SRC)\w32gui.h \
1085 $(SRC)\widget.h \ 1118 $(SRC)\widget.h \
1086 $(SRC)\widgetprv.h 1119 $(SRC)\widgetprv.h
1087 1120
@@ -1117,6 +1150,7 @@ $(BLD)\xdisp.obj : \
1117 $(SRC)\disptab.h \ 1150 $(SRC)\disptab.h \
1118 $(SRC)\termhooks.h \ 1151 $(SRC)\termhooks.h \
1119 $(SRC)\dispextern.h \ 1152 $(SRC)\dispextern.h \
1153 $(SRC)\w32gui.h \
1120 $(SRC)\intervals.h \ 1154 $(SRC)\intervals.h \
1121 $(SRC)\composite.h 1155 $(SRC)\composite.h
1122 1156