diff options
| author | Dave Love | 2000-07-18 16:21:06 +0000 |
|---|---|---|
| committer | Dave Love | 2000-07-18 16:21:06 +0000 |
| commit | bbcf05c167ded057594934bafd606098f19d0383 (patch) | |
| tree | a48359ed8a7668d6fc73fb496d5b9dc327bfad01 | |
| parent | 3d6cd763f7dec6c53da92f89e0a7d465990d5ba0 (diff) | |
| download | emacs-bbcf05c167ded057594934bafd606098f19d0383.tar.gz emacs-bbcf05c167ded057594934bafd606098f19d0383.zip | |
Fix dependencies of blockinput.h on atimer.h, systime.h.
| -rw-r--r-- | src/Makefile.in | 43 |
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) | |||
| 985 | abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h charset.h \ | 985 | abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h charset.h \ |
| 986 | $(config_h) | 986 | $(config_h) |
| 987 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ | 987 | buffer.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) | ||
| 989 | callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ | 990 | callint.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) |
| 991 | callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \ | 992 | callproc.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 |
| 1008 | dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ | 1009 | dispnew.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) |
| 1011 | doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h | 1012 | doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h |
| 1012 | doprnt.o: doprnt.c charset.h $(config_h) | 1013 | doprnt.o: doprnt.c charset.h $(config_h) |
| 1013 | dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) | 1014 | dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) |
| 1014 | editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ | 1015 | editfns.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) |
| 1016 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ | 1017 | emacs.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) |
| 1018 | fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ | 1019 | fileio.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) |
| 1020 | filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) | 1021 | filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) |
| @@ -1026,13 +1027,13 @@ getloadavg.o: getloadavg.c $(config_h) | |||
| 1026 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ | 1027 | indent.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 |
| 1028 | insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h\ | 1029 | insdel.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) |
| 1030 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ | 1031 | keyboard.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) |
| 1034 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ | 1035 | keymap.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) |
| 1036 | lastfile.o: lastfile.c $(config_h) | 1037 | lastfile.o: lastfile.c $(config_h) |
| 1037 | macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \ | 1038 | macros.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) |
| 1050 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 1051 | process.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) |
| 1053 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h | 1054 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h |
| 1054 | region-cache.o: region-cache.c buffer.h region-cache.h | 1055 | region-cache.o: region-cache.c buffer.h region-cache.h |
| 1055 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h) | 1056 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h) |
| 1056 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 1057 | search.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) |
| 1058 | strftime.o: strftime.c $(config_h) | 1059 | strftime.o: strftime.c $(config_h) |
| 1059 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ | 1060 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ |
| 1060 | composite.h $(config_h) | 1061 | composite.h $(config_h) |
| 1061 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ | 1062 | sysdep.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 |
| 1064 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | 1065 | term.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 |
| 1066 | termcap.o: termcap.c $(config_h) | 1067 | termcap.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. */ |
| 1072 | UNEXEC_ALIAS=UNEXEC | 1073 | UNEXEC_ALIAS=UNEXEC |
| 1073 | $(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) | 1074 | $(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) |
| 1074 | w16select.o: w16select.c dispextern.h frame.h blockinput.h \ | 1075 | w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \ |
| 1075 | msdos.h $(config_h) | 1076 | msdos.h $(config_h) |
| 1076 | widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ | 1077 | widget.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 |
| 1084 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | 1085 | xfaces.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) |
| 1086 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ | 1087 | xfns.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) | ||
| 1088 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ | 1090 | xmenu.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) | ||
| 1090 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 1093 | xterm.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) |
| 1094 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ | 1097 | xselect.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) |
| 1096 | xrdb.o: xrdb.c $(config_h) epaths.h | 1099 | xrdb.o: xrdb.c $(config_h) epaths.h |
| 1097 | hftctl.o: hftctl.c $(config_h) | 1100 | hftctl.o: hftctl.c $(config_h) |
| 1098 | sound.o: sound.c dispextern.h $(config_h) | 1101 | sound.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 | ||
| 1103 | alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ | 1106 | alloc.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) |
| 1105 | bytecode.o: bytecode.c buffer.h syntax.h charset.h $(config_h) | 1108 | bytecode.o: bytecode.c buffer.h syntax.h charset.h $(config_h) |
| 1106 | data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) | 1109 | data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) |
| 1107 | eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) | 1110 | eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ |
| 1111 | $(config_h) | ||
| 1108 | floatfns.o: floatfns.c $(config_h) | 1112 | floatfns.o: floatfns.c $(config_h) |
| 1109 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ | 1113 | fns.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) \ | |||
| 1119 | intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h $(config_h) | 1123 | intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h $(config_h) |
| 1120 | composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h) | 1124 | composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h) |
| 1121 | 1125 | ||
| 1122 | blockinput.h: atimer.h | ||
| 1123 | atimer.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. */ |