aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-07-18 16:21:06 +0000
committerDave Love2000-07-18 16:21:06 +0000
commitbbcf05c167ded057594934bafd606098f19d0383 (patch)
treea48359ed8a7668d6fc73fb496d5b9dc327bfad01
parent3d6cd763f7dec6c53da92f89e0a7d465990d5ba0 (diff)
downloademacs-bbcf05c167ded057594934bafd606098f19d0383.tar.gz
emacs-bbcf05c167ded057594934bafd606098f19d0383.zip
Fix dependencies of blockinput.h on atimer.h, systime.h.
-rw-r--r--src/Makefile.in43
1 files changed, 22 insertions, 21 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 4a79f5f843e..1a840188407 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -985,7 +985,8 @@ alloca.o : alloca.s $(config_h)
985abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h charset.h \ 985abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h charset.h \
986 $(config_h) 986 $(config_h)
987buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ 987buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
988 dispextern.h $(INTERVAL_SRC) blockinput.h charset.h $(config_h) 988 dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h charset.h \
989 $(config_h)
989callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ 990callint.o: callint.c window.h commands.h buffer.h mocklisp.h \
990 keyboard.h dispextern.h $(config_h) 991 keyboard.h dispextern.h $(config_h)
991callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \ 992callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \
@@ -1007,14 +1008,14 @@ dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \
1007 systime.h 1008 systime.h
1008dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ 1009dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \
1009 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \ 1010 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \
1010 xterm.h blockinput.h charset.h msdos.h composite.h $(config_h) 1011 xterm.h blockinput.h atimer.h charset.h msdos.h composite.h $(config_h)
1011doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h 1012doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h
1012doprnt.o: doprnt.c charset.h $(config_h) 1013doprnt.o: doprnt.c charset.h $(config_h)
1013dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) 1014dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)
1014editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1015editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \
1015 coding.h dispextern.h $(config_h) 1016 coding.h dispextern.h $(config_h)
1016emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ 1017emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1017 termhooks.h buffer.h $(INTERVAL_SRC) $(config_h) 1018 termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h)
1018fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1019fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \
1019 coding.h ccl.h msdos.h dispextern.h $(config_h) 1020 coding.h ccl.h msdos.h dispextern.h $(config_h)
1020filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) 1021filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h)
@@ -1026,13 +1027,13 @@ getloadavg.o: getloadavg.c $(config_h)
1026indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ 1027indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \
1027 termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h 1028 termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h
1028insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h\ 1029insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h\
1029 dispextern.h $(config_h) 1030 dispextern.h atimer.h systime.h $(config_h)
1030keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ 1031keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \
1031 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ 1032 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
1032 systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \ 1033 systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \
1033 xterm.h puresize.h msdos.h $(config_h) 1034 atimer.h xterm.h puresize.h msdos.h $(config_h)
1034keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 1035keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
1035 puresize.h charset.h intervals.h $(config_h) 1036 atimer.h systime.h puresize.h charset.h intervals.h $(config_h)
1036lastfile.o: lastfile.c $(config_h) 1037lastfile.o: lastfile.c $(config_h)
1037macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \ 1038macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \
1038 dispextern.h $(config_h) 1039 dispextern.h $(config_h)
@@ -1049,18 +1050,18 @@ msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
1049 termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h $(config_h) 1050 termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h $(config_h)
1050process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ 1051process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
1051 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ 1052 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \
1052 blockinput.h charset.h coding.h ccl.h msdos.h composite.h $(config_h) 1053 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h $(config_h)
1053regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h 1054regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h
1054region-cache.o: region-cache.c buffer.h region-cache.h 1055region-cache.o: region-cache.c buffer.h region-cache.h
1055scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h) 1056scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h)
1056search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ 1057search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
1057 blockinput.h category.h charset.h composite.h $(config_h) 1058 blockinput.h atimer.h systime.h category.h charset.h composite.h $(config_h)
1058strftime.o: strftime.c $(config_h) 1059strftime.o: strftime.c $(config_h)
1059syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ 1060syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \
1060 composite.h $(config_h) 1061 composite.h $(config_h)
1061sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ 1062sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \
1062 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h \ 1063 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h atimer.h \
1063 msdos.h dosfns.h 1064 window.h msdos.h dosfns.h
1064term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 1065term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
1065 disptab.h keyboard.h charset.h coding.h ccl.h msdos.h 1066 disptab.h keyboard.h charset.h coding.h ccl.h msdos.h
1066termcap.o: termcap.c $(config_h) 1067termcap.o: termcap.c $(config_h)
@@ -1071,7 +1072,7 @@ undo.o: undo.c buffer.h commands.h $(config_h)
1071 of UNEXEC when substituting it in. */ 1072 of UNEXEC when substituting it in. */
1072UNEXEC_ALIAS=UNEXEC 1073UNEXEC_ALIAS=UNEXEC
1073$(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) 1074$(UNEXEC_ALIAS): UNEXEC_SRC $(config_h)
1074w16select.o: w16select.c dispextern.h frame.h blockinput.h \ 1075w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \
1075 msdos.h $(config_h) 1076 msdos.h $(config_h)
1076widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ 1077widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \
1077 $(srcdir)/../lwlib/lwlib.h $(config_h) 1078 $(srcdir)/../lwlib/lwlib.h $(config_h)
@@ -1082,17 +1083,19 @@ xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \
1082 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \ 1083 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \
1083 msdos.h composite.h fontset.h 1084 msdos.h composite.h fontset.h
1084xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 1085xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
1085 window.h charset.h msdos.h dosfns.h composite.h $(config_h) 1086 window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h $(config_h)
1086xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ 1087xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \
1087 $(srcdir)/../lwlib/lwlib.h blockinput.h epaths.h charset.h $(config_h) 1088 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \
1089 charset.h $(config_h)
1088xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ 1090xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \
1089 $(srcdir)/../lwlib/lwlib.h blockinput.h msdos.h $(config_h) 1091 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h msdos.h \
1092 $(config_h)
1090xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ 1093xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \
1091 dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ 1094 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
1092 keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h composite.h \ 1095 keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h composite.h \
1093 $(config_h) 1096 $(config_h)
1094xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ 1097xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \
1095 coding.h ccl.h buffer.h $(config_h) 1098 coding.h ccl.h buffer.h atimer.h systime.h $(config_h)
1096xrdb.o: xrdb.c $(config_h) epaths.h 1099xrdb.o: xrdb.c $(config_h) epaths.h
1097hftctl.o: hftctl.c $(config_h) 1100hftctl.o: hftctl.c $(config_h)
1098sound.o: sound.c dispextern.h $(config_h) 1101sound.o: sound.c dispextern.h $(config_h)
@@ -1101,10 +1104,11 @@ atimer.o: atimer.c atimer.h systime.h $(config_h)
1101/* The files of Lisp proper */ 1104/* The files of Lisp proper */
1102 1105
1103alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ 1106alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \
1104 blockinput.h charset.h dispextern.h $(config_h) $(INTERVAL_SRC) 1107 blockinput.h atimer.h systime.h charset.h dispextern.h $(config_h) $(INTERVAL_SRC)
1105bytecode.o: bytecode.c buffer.h syntax.h charset.h $(config_h) 1108bytecode.o: bytecode.c buffer.h syntax.h charset.h $(config_h)
1106data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) 1109data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h)
1107eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) 1110eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
1111 $(config_h)
1108floatfns.o: floatfns.c $(config_h) 1112floatfns.o: floatfns.c $(config_h)
1109fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ 1113fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \
1110 frame.h window.h dispextern.h $(INTERVAL_SRC) 1114 frame.h window.h dispextern.h $(INTERVAL_SRC)
@@ -1119,9 +1123,6 @@ textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \
1119intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h $(config_h) 1123intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h $(config_h)
1120composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h) 1124composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h)
1121 1125
1122blockinput.h: atimer.h
1123atimer.h: systime.h
1124
1125/* System-specific programs to be made. 1126/* System-specific programs to be made.
1126 OTHER_FILES and OBJECTS_MACHINE 1127 OTHER_FILES and OBJECTS_MACHINE
1127 select which of these should be compiled. */ 1128 select which of these should be compiled. */