aboutsummaryrefslogtreecommitdiffstats
path: root/src/makefile.nt
diff options
context:
space:
mode:
authorAndrew Innes2000-10-21 13:23:23 +0000
committerAndrew Innes2000-10-21 13:23:23 +0000
commitc7d49f531c583d0611ac82d179ee1beb4dcae746 (patch)
tree5a161a8817c479b141c28b4319aaf5eca689f0ed /src/makefile.nt
parente44c759d61366a14532ecb35fe7fd02daec93704 (diff)
downloademacs-c7d49f531c583d0611ac82d179ee1beb4dcae746.tar.gz
emacs-c7d49f531c583d0611ac82d179ee1beb4dcae746.zip
($(BLD)\dispnew.obj):
($(BLD)\keyboard.obj): ($(BLD)\w32inevt.obj): ($(BLD)\w32bdf.obj): ($(BLD)\alloc.obj): ($(BLD)\buffer.obj): ($(BLD)\editfns.obj): ($(BLD)\emacs.obj): ($(BLD)\fileio.obj): ($(BLD)\fns.obj): ($(BLD)\indent.obj): ($(BLD)\insdel.obj): ($(BLD)\intervals.obj): ($(BLD)\minibuf.obj): ($(BLD)\print.obj): ($(BLD)\scroll.obj): ($(BLD)\sysdep.obj): ($(BLD)\textprop.obj): ($(BLD)\widget.obj): ($(BLD)\xdisp.obj): Add dependency on w32gui.h. ($(BLD)\term.obj): Add dependency on dispextern.h
Diffstat (limited to 'src/makefile.nt')
-rw-r--r--src/makefile.nt23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/makefile.nt b/src/makefile.nt
index b9d3e165c27..cd7419f49a0 100644
--- a/src/makefile.nt
+++ b/src/makefile.nt
@@ -332,6 +332,7 @@ $(BLD)\alloc.obj : \
332 $(EMACS_ROOT)\src\m\intel386.h \ 332 $(EMACS_ROOT)\src\m\intel386.h \
333 $(EMACS_ROOT)\src\config.h \ 333 $(EMACS_ROOT)\src\config.h \
334 $(SRC)\dispextern.h \ 334 $(SRC)\dispextern.h \
335 $(SRC)\w32gui.h \
335 $(SRC)\intervals.h \ 336 $(SRC)\intervals.h \
336 $(SRC)\composite.h \ 337 $(SRC)\composite.h \
337 $(SRC)\puresize.h \ 338 $(SRC)\puresize.h \
@@ -371,6 +372,7 @@ $(BLD)\buffer.obj : \
371 $(EMACS_ROOT)\src\m\intel386.h \ 372 $(EMACS_ROOT)\src\m\intel386.h \
372 $(EMACS_ROOT)\src\config.h \ 373 $(EMACS_ROOT)\src\config.h \
373 $(SRC)\dispextern.h \ 374 $(SRC)\dispextern.h \
375 $(SRC)\w32gui.h \
374 $(SRC)\intervals.h \ 376 $(SRC)\intervals.h \
375 $(SRC)\composite.h \ 377 $(SRC)\composite.h \
376 $(SRC)\frame.h \ 378 $(SRC)\frame.h \
@@ -501,6 +503,7 @@ $(BLD)\dispnew.obj : \
501 $(EMACS_ROOT)\nt\inc\sys\file.h \ 503 $(EMACS_ROOT)\nt\inc\sys\file.h \
502 $(SRC)\systty.h \ 504 $(SRC)\systty.h \
503 $(SRC)\w32term.h \ 505 $(SRC)\w32term.h \
506 $(SRC)\w32gui.h \
504 $(SRC)\xterm.h \ 507 $(SRC)\xterm.h \
505 $(SRC)\vmstime.h \ 508 $(SRC)\vmstime.h \
506 $(SRC)\systime.h 509 $(SRC)\systime.h
@@ -541,6 +544,7 @@ $(BLD)\editfns.obj : \
541 $(SRC)\vms-pwd.h \ 544 $(SRC)\vms-pwd.h \
542 $(EMACS_ROOT)\nt\inc\pwd.h \ 545 $(EMACS_ROOT)\nt\inc\pwd.h \
543 $(SRC)\dispextern.h \ 546 $(SRC)\dispextern.h \
547 $(SRC)\w32gui.h \
544 $(SRC)\intervals.h \ 548 $(SRC)\intervals.h \
545 $(SRC)\composite.h \ 549 $(SRC)\composite.h \
546 $(SRC)\buffer.h \ 550 $(SRC)\buffer.h \
@@ -555,6 +559,7 @@ $(BLD)\emacs.obj : \
555 $(EMACS_ROOT)\src\config.h \ 559 $(EMACS_ROOT)\src\config.h \
556 $(SRC)\commands.h \ 560 $(SRC)\commands.h \
557 $(SRC)\dispextern.h \ 561 $(SRC)\dispextern.h \
562 $(SRC)\w32gui.h \
558 $(SRC)\intervals.h \ 563 $(SRC)\intervals.h \
559 $(SRC)\composite.h \ 564 $(SRC)\composite.h \
560 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \ 565 $(EMACS_ROOT)\nt\inc\sys\ioctl.h \
@@ -584,6 +589,7 @@ $(BLD)\fileio.obj : \
584 $(EMACS_ROOT)\nt\inc\sys\param.h \ 589 $(EMACS_ROOT)\nt\inc\sys\param.h \
585 $(SRC)\vmsdir.h \ 590 $(SRC)\vmsdir.h \
586 $(SRC)\dispextern.h \ 591 $(SRC)\dispextern.h \
592 $(SRC)\w32gui.h \
587 $(SRC)\intervals.h \ 593 $(SRC)\intervals.h \
588 $(SRC)\composite.h \ 594 $(SRC)\composite.h \
589 $(SRC)\buffer.h \ 595 $(SRC)\buffer.h \
@@ -637,6 +643,7 @@ $(BLD)\fns.obj : \
637 $(SRC)\buffer.h \ 643 $(SRC)\buffer.h \
638 $(SRC)\keyboard.h \ 644 $(SRC)\keyboard.h \
639 $(SRC)\dispextern.h \ 645 $(SRC)\dispextern.h \
646 $(SRC)\w32gui.h \
640 $(SRC)\intervals.h \ 647 $(SRC)\intervals.h \
641 $(SRC)\composite.h 648 $(SRC)\composite.h
642 649
@@ -692,6 +699,7 @@ $(BLD)\indent.obj : \
692 $(SRC)\termopts.h \ 699 $(SRC)\termopts.h \
693 $(SRC)\disptab.h \ 700 $(SRC)\disptab.h \
694 $(SRC)\dispextern.h \ 701 $(SRC)\dispextern.h \
702 $(SRC)\w32gui.h \
695 $(SRC)\intervals.h \ 703 $(SRC)\intervals.h \
696 $(SRC)\region-cache.h \ 704 $(SRC)\region-cache.h \
697 $(SRC)\composite.h 705 $(SRC)\composite.h
@@ -702,6 +710,7 @@ $(BLD)\insdel.obj : \
702 $(EMACS_ROOT)\src\m\intel386.h \ 710 $(EMACS_ROOT)\src\m\intel386.h \
703 $(EMACS_ROOT)\src\config.h \ 711 $(EMACS_ROOT)\src\config.h \
704 $(SRC)\dispextern.h \ 712 $(SRC)\dispextern.h \
713 $(SRC)\w32gui.h \
705 $(SRC)\intervals.h \ 714 $(SRC)\intervals.h \
706 $(SRC)\composite.h \ 715 $(SRC)\composite.h \
707 $(SRC)\buffer.h \ 716 $(SRC)\buffer.h \
@@ -714,6 +723,7 @@ $(BLD)\intervals.obj : \
714 $(EMACS_ROOT)\src\m\intel386.h \ 723 $(EMACS_ROOT)\src\m\intel386.h \
715 $(EMACS_ROOT)\src\config.h \ 724 $(EMACS_ROOT)\src\config.h \
716 $(SRC)\dispextern.h \ 725 $(SRC)\dispextern.h \
726 $(SRC)\w32gui.h \
717 $(SRC)\intervals.h \ 727 $(SRC)\intervals.h \
718 $(SRC)\composite.h \ 728 $(SRC)\composite.h \
719 $(SRC)\keyboard.h \ 729 $(SRC)\keyboard.h \
@@ -745,6 +755,7 @@ $(BLD)\keyboard.obj : \
745 $(EMACS_ROOT)\nt\inc\sys\file.h \ 755 $(EMACS_ROOT)\nt\inc\sys\file.h \
746 $(SRC)\systty.h \ 756 $(SRC)\systty.h \
747 $(SRC)\w32term.h \ 757 $(SRC)\w32term.h \
758 $(SRC)\w32gui.h \
748 $(SRC)\xterm.h \ 759 $(SRC)\xterm.h \
749 $(SRC)\vmstime.h \ 760 $(SRC)\vmstime.h \
750 $(SRC)\systime.h \ 761 $(SRC)\systime.h \
@@ -805,6 +816,7 @@ $(BLD)\minibuf.obj : \
805 $(SRC)\commands.h \ 816 $(SRC)\commands.h \
806 $(SRC)\buffer.h \ 817 $(SRC)\buffer.h \
807 $(SRC)\dispextern.h \ 818 $(SRC)\dispextern.h \
819 $(SRC)\w32gui.h \
808 $(SRC)\frame.h \ 820 $(SRC)\frame.h \
809 $(SRC)\window.h \ 821 $(SRC)\window.h \
810 $(SRC)\syntax.h 822 $(SRC)\syntax.h
@@ -841,7 +853,8 @@ $(BLD)\w32inevt.obj : \
841 $(SRC)\blockinput.h \ 853 $(SRC)\blockinput.h \
842 $(SRC)\termhooks.h \ 854 $(SRC)\termhooks.h \
843 $(SRC)\w32heap.h \ 855 $(SRC)\w32heap.h \
844 $(SRC)\w32term.h 856 $(SRC)\w32term.h \
857 $(SRC)\w32gui.h
845 858
846$(BLD)\w32proc.obj : \ 859$(BLD)\w32proc.obj : \
847 $(SRC)\w32proc.c \ 860 $(SRC)\w32proc.c \
@@ -877,6 +890,7 @@ $(BLD)\print.obj : \
877 $(SRC)\process.h \ 890 $(SRC)\process.h \
878 $(SRC)\termchar.h \ 891 $(SRC)\termchar.h \
879 $(SRC)\dispextern.h \ 892 $(SRC)\dispextern.h \
893 $(SRC)\w32gui.h \
880 $(SRC)\intervals.h \ 894 $(SRC)\intervals.h \
881 $(SRC)\composite.h 895 $(SRC)\composite.h
882 896
@@ -941,6 +955,7 @@ $(BLD)\scroll.obj : \
941 $(EMACS_ROOT)\src\config.h \ 955 $(EMACS_ROOT)\src\config.h \
942 $(SRC)\termchar.h \ 956 $(SRC)\termchar.h \
943 $(SRC)\dispextern.h \ 957 $(SRC)\dispextern.h \
958 $(SRC)\w32gui.h \
944 $(SRC)\frame.h 959 $(SRC)\frame.h
945 960
946$(BLD)\search.obj : \ 961$(BLD)\search.obj : \
@@ -1002,6 +1017,7 @@ $(BLD)\sysdep.obj : \
1002 $(SRC)\termchar.h \ 1017 $(SRC)\termchar.h \
1003 $(SRC)\termopts.h \ 1018 $(SRC)\termopts.h \
1004 $(SRC)\dispextern.h \ 1019 $(SRC)\dispextern.h \
1020 $(SRC)\w32gui.h \
1005 $(SRC)\process.h \ 1021 $(SRC)\process.h \
1006 $(SRC)\vmsdir.h \ 1022 $(SRC)\vmsdir.h \
1007 $(SRC)\ndir.h \ 1023 $(SRC)\ndir.h \
@@ -1023,6 +1039,7 @@ $(BLD)\term.obj : \
1023 $(SRC)\cm.h \ 1039 $(SRC)\cm.h \
1024 $(SRC)\frame.h \ 1040 $(SRC)\frame.h \
1025 $(SRC)\disptab.h \ 1041 $(SRC)\disptab.h \
1042 $(SRC)/dispextern.h \
1026 $(SRC)\termhooks.h \ 1043 $(SRC)\termhooks.h \
1027 $(SRC)\keyboard.h 1044 $(SRC)\keyboard.h
1028 1045
@@ -1042,6 +1059,7 @@ $(BLD)\textprop.obj : \
1042 $(EMACS_ROOT)\src\m\intel386.h \ 1059 $(EMACS_ROOT)\src\m\intel386.h \
1043 $(EMACS_ROOT)\src\config.h \ 1060 $(EMACS_ROOT)\src\config.h \
1044 $(SRC)\dispextern.h \ 1061 $(SRC)\dispextern.h \
1062 $(SRC)\w32gui.h \
1045 $(SRC)\intervals.h \ 1063 $(SRC)\intervals.h \
1046 $(SRC)\composite.h \ 1064 $(SRC)\composite.h \
1047 $(SRC)\buffer.h \ 1065 $(SRC)\buffer.h \
@@ -1083,6 +1101,7 @@ $(BLD)\widget.obj : \
1083 $(SRC)\xterm.h \ 1101 $(SRC)\xterm.h \
1084 $(SRC)\frame.h \ 1102 $(SRC)\frame.h \
1085 $(SRC)\dispextern.h \ 1103 $(SRC)\dispextern.h \
1104 $(SRC)\w32gui.h \
1086 $(SRC)\widget.h \ 1105 $(SRC)\widget.h \
1087 $(SRC)\widgetprv.h 1106 $(SRC)\widgetprv.h
1088 1107
@@ -1116,6 +1135,7 @@ $(BLD)\xdisp.obj : \
1116 $(SRC)\disptab.h \ 1135 $(SRC)\disptab.h \
1117 $(SRC)\termhooks.h \ 1136 $(SRC)\termhooks.h \
1118 $(SRC)\dispextern.h \ 1137 $(SRC)\dispextern.h \
1138 $(SRC)\w32gui.h \
1119 $(SRC)\intervals.h \ 1139 $(SRC)\intervals.h \
1120 $(SRC)\composite.h 1140 $(SRC)\composite.h
1121 1141
@@ -1233,6 +1253,7 @@ $(BLD)\w32bdf.obj: \
1233 $(SRC)\blockinput.h \ 1253 $(SRC)\blockinput.h \
1234 $(SRC)\w32gui.h \ 1254 $(SRC)\w32gui.h \
1235 $(SRC)\w32term.h \ 1255 $(SRC)\w32term.h \
1256 $(SRC)\w32gui.h \
1236 $(SRC)\w32bdf.h \ 1257 $(SRC)\w32bdf.h \
1237 $(SRC)\w32.h \ 1258 $(SRC)\w32.h \
1238 $(SRC)\frame.h \ 1259 $(SRC)\frame.h \