diff options
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index c7abc4938ba..b4eed5bcaf9 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -499,7 +499,7 @@ TEMACS_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE LD_S | |||
| 499 | #define UNEXEC unexec.o | 499 | #define UNEXEC unexec.o |
| 500 | #endif | 500 | #endif |
| 501 | 501 | ||
| 502 | INTERVAL_SRC = dispextern.h intervals.h composite.h | 502 | INTERVALS_H = dispextern.h intervals.h composite.h |
| 503 | 503 | ||
| 504 | GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ | 504 | GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ |
| 505 | 505 | ||
| @@ -1025,7 +1025,7 @@ atimer.o: atimer.c atimer.h syssignal.h systime.h $(config_h) | |||
| 1025 | abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h character.h \ | 1025 | abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h character.h \ |
| 1026 | syntax.h $(config_h) | 1026 | syntax.h $(config_h) |
| 1027 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ | 1027 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ |
| 1028 | dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h character.h \ | 1028 | dispextern.h $(INTERVALS_H) blockinput.h atimer.h systime.h character.h \ |
| 1029 | $(config_h) | 1029 | $(config_h) |
| 1030 | callint.o: callint.c window.h commands.h buffer.h keymap.h \ | 1030 | callint.o: callint.c window.h commands.h buffer.h keymap.h \ |
| 1031 | keyboard.h dispextern.h $(config_h) | 1031 | keyboard.h dispextern.h $(config_h) |
| @@ -1044,7 +1044,7 @@ character.o: character.c character.h buffer.h charset.h composite.h disptab.h \ | |||
| 1044 | charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \ | 1044 | charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \ |
| 1045 | disptab.h $(config_h) | 1045 | disptab.h $(config_h) |
| 1046 | chartab.o: charset.h character.h $(config_h) | 1046 | chartab.o: charset.h character.h $(config_h) |
| 1047 | coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h $(INTERVAL_SRC) composite.h \ | 1047 | coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h $(INTERVALS_H) composite.h \ |
| 1048 | window.h dispextern.h frame.h termhooks.h $(config_h) | 1048 | window.h dispextern.h frame.h termhooks.h $(config_h) |
| 1049 | cm.o: cm.c frame.h cm.h termhooks.h termchar.h $(config_h) | 1049 | cm.o: cm.c frame.h cm.h termhooks.h termchar.h $(config_h) |
| 1050 | cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h $(config_h) \ | 1050 | cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h $(config_h) \ |
| @@ -1057,7 +1057,7 @@ dired.o: dired.c commands.h buffer.h $(config_h) character.h charset.h \ | |||
| 1057 | coding.h regex.h systime.h blockinput.h atimer.h | 1057 | coding.h regex.h systime.h blockinput.h atimer.h |
| 1058 | dispnew.o: dispnew.c systime.h commands.h process.h frame.h \ | 1058 | dispnew.o: dispnew.c systime.h commands.h process.h frame.h \ |
| 1059 | window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \ | 1059 | window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \ |
| 1060 | disptab.h indent.h $(INTERVAL_SRC) \ | 1060 | disptab.h indent.h $(INTERVALS_H) \ |
| 1061 | xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \ | 1061 | xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \ |
| 1062 | syssignal.h $(config_h) | 1062 | syssignal.h $(config_h) |
| 1063 | doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h character.h | 1063 | doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h character.h |
| @@ -1065,12 +1065,12 @@ doprnt.o: doprnt.c character.h $(config_h) | |||
| 1065 | dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ | 1065 | dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ |
| 1066 | msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \ | 1066 | msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \ |
| 1067 | $(config_h) | 1067 | $(config_h) |
| 1068 | editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) character.h \ | 1068 | editfns.o: editfns.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ |
| 1069 | coding.h dispextern.h frame.h blockinput.h atimer.h $(config_h) | 1069 | coding.h dispextern.h frame.h blockinput.h atimer.h $(config_h) |
| 1070 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ | 1070 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ |
| 1071 | termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) \ | 1071 | termhooks.h buffer.h atimer.h systime.h $(INTERVALS_H) $(config_h) \ |
| 1072 | window.h dispextern.h keyboard.h keymap.h | 1072 | window.h dispextern.h keyboard.h keymap.h |
| 1073 | fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) character.h \ | 1073 | fileio.o: fileio.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ |
| 1074 | coding.h msdos.h dispextern.h blockinput.h atimer.h $(config_h) | 1074 | coding.h msdos.h dispextern.h blockinput.h atimer.h $(config_h) |
| 1075 | filelock.o: filelock.c buffer.h character.h charset.h coding.h systime.h \ | 1075 | filelock.o: filelock.c buffer.h character.h charset.h coding.h systime.h \ |
| 1076 | epaths.h $(config_h) | 1076 | epaths.h $(config_h) |
| @@ -1096,15 +1096,15 @@ image.o: image.c frame.h window.h dispextern.h blockinput.h atimer.h \ | |||
| 1096 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ | 1096 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ |
| 1097 | termopts.h disptab.h region-cache.h character.h category.h composite.h \ | 1097 | termopts.h disptab.h region-cache.h character.h category.h composite.h \ |
| 1098 | dispextern.h keyboard.h | 1098 | dispextern.h keyboard.h |
| 1099 | insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h character.h \ | 1099 | insdel.o: insdel.c window.h buffer.h $(INTERVALS_H) blockinput.h character.h \ |
| 1100 | dispextern.h atimer.h systime.h region-cache.h $(config_h) | 1100 | dispextern.h atimer.h systime.h region-cache.h $(config_h) |
| 1101 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \ | 1101 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \ |
| 1102 | commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ | 1102 | commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ |
| 1103 | systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h atimer.h \ | 1103 | systime.h dispextern.h syntax.h $(INTERVALS_H) blockinput.h atimer.h \ |
| 1104 | xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h \ | 1104 | xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h \ |
| 1105 | $(config_h) | 1105 | $(config_h) |
| 1106 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ | 1106 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ |
| 1107 | atimer.h systime.h puresize.h character.h charset.h $(INTERVAL_SRC) keymap.h window.h \ | 1107 | atimer.h systime.h puresize.h character.h charset.h $(INTERVALS_H) keymap.h window.h \ |
| 1108 | $(config_h) | 1108 | $(config_h) |
| 1109 | lastfile.o: lastfile.c $(config_h) | 1109 | lastfile.o: lastfile.c $(config_h) |
| 1110 | macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \ | 1110 | macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \ |
| @@ -1116,14 +1116,14 @@ vm-limit.o: vm-limit.c mem-limits.h $(config_h) | |||
| 1116 | marker.o: marker.c buffer.h character.h $(config_h) | 1116 | marker.o: marker.c buffer.h character.h $(config_h) |
| 1117 | md5.o: md5.c md5.h $(config_h) | 1117 | md5.o: md5.c md5.h $(config_h) |
| 1118 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ | 1118 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ |
| 1119 | buffer.h commands.h character.h msdos.h $(INTERVAL_SRC) keymap.h \ | 1119 | buffer.h commands.h character.h msdos.h $(INTERVALS_H) keymap.h \ |
| 1120 | termhooks.h $(config_h) | 1120 | termhooks.h $(config_h) |
| 1121 | mktime.o: mktime.c $(config_h) | 1121 | mktime.o: mktime.c $(config_h) |
| 1122 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | 1122 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ |
| 1123 | termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ | 1123 | termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ |
| 1124 | keyboard.h $(INTERVAL_SRC) buffer.h commands.h blockinput.h atimer.h $(config_h) | 1124 | keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h $(config_h) |
| 1125 | nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \ | 1125 | nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \ |
| 1126 | dispextern.h nsgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ | 1126 | dispextern.h nsgui.h fontset.h $(INTERVALS_H) keyboard.h blockinput.h \ |
| 1127 | atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h) | 1127 | atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h) |
| 1128 | nsfont.o: nsterm.h dispextern.h frame.h lisp.h $(config_h) | 1128 | nsfont.o: nsterm.h dispextern.h frame.h lisp.h $(config_h) |
| 1129 | nsimage.o: nsimage.m nsterm.h $(config_h) | 1129 | nsimage.o: nsimage.m nsterm.h $(config_h) |
| @@ -1133,7 +1133,7 @@ nsmenu.o: nsmenu.m termhooks.h frame.h window.h dispextern.h \ | |||
| 1133 | nsterm.o: nsterm.m blockinput.h atimer.h systime.h syssignal.h nsterm.h \ | 1133 | nsterm.o: nsterm.m blockinput.h atimer.h systime.h syssignal.h nsterm.h \ |
| 1134 | nsgui.h frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h \ | 1134 | nsgui.h frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h \ |
| 1135 | termopts.h termchar.h disptab.h buffer.h window.h keyboard.h \ | 1135 | termopts.h termchar.h disptab.h buffer.h window.h keyboard.h \ |
| 1136 | $(INTERVAL_SRC) process.h coding.h $(config_h) | 1136 | $(INTERVALS_H) process.h coding.h $(config_h) |
| 1137 | nsselect.o: nsselect.m blockinput.h nsterm.h nsgui.h frame.h $(config_h) | 1137 | nsselect.o: nsselect.m blockinput.h nsterm.h nsgui.h frame.h $(config_h) |
| 1138 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 1138 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ |
| 1139 | commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ | 1139 | commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ |
| @@ -1146,19 +1146,19 @@ scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ | |||
| 1146 | termhooks.h $(config_h) | 1146 | termhooks.h $(config_h) |
| 1147 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 1147 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ |
| 1148 | blockinput.h atimer.h systime.h category.h character.h charset.h \ | 1148 | blockinput.h atimer.h systime.h category.h character.h charset.h \ |
| 1149 | composite.h $(INTERVAL_SRC) \ | 1149 | composite.h $(INTERVALS_H) \ |
| 1150 | $(config_h) | 1150 | $(config_h) |
| 1151 | sound.o: sound.c dispextern.h syssignal.h $(config_h) | 1151 | sound.o: sound.c dispextern.h syssignal.h $(config_h) |
| 1152 | strftime.o: strftime.c $(config_h) | 1152 | strftime.o: strftime.c $(config_h) |
| 1153 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \ | 1153 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \ |
| 1154 | composite.h keymap.h regex.h $(INTERVAL_SRC) $(config_h) | 1154 | composite.h keymap.h regex.h $(INTERVALS_H) $(config_h) |
| 1155 | sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ | 1155 | sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ |
| 1156 | process.h dispextern.h termhooks.h termchar.h termopts.h \ | 1156 | process.h dispextern.h termhooks.h termchar.h termopts.h \ |
| 1157 | frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h $(config_h) | 1157 | frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h $(config_h) |
| 1158 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | 1158 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ |
| 1159 | disptab.h dispextern.h keyboard.h character.h charset.h coding.h ccl.h \ | 1159 | disptab.h dispextern.h keyboard.h character.h charset.h coding.h ccl.h \ |
| 1160 | msdos.h window.h keymap.h blockinput.h atimer.h systime.h systty.h \ | 1160 | msdos.h window.h keymap.h blockinput.h atimer.h systime.h systty.h \ |
| 1161 | syssignal.h $(INTERVAL_SRC) | 1161 | syssignal.h $(INTERVALS_H) |
| 1162 | termcap.o: termcap.c $(config_h) | 1162 | termcap.o: termcap.c $(config_h) |
| 1163 | terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \ | 1163 | terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \ |
| 1164 | keyboard.h $(config_h) | 1164 | keyboard.h $(config_h) |
| @@ -1182,17 +1182,17 @@ widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ | |||
| 1182 | $(srcdir)/../lwlib/lwlib.h $(config_h) | 1182 | $(srcdir)/../lwlib/lwlib.h $(config_h) |
| 1183 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | 1183 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ |
| 1184 | disptab.h keyboard.h dispextern.h msdos.h composite.h \ | 1184 | disptab.h keyboard.h dispextern.h msdos.h composite.h \ |
| 1185 | keymap.h blockinput.h atimer.h systime.h $(INTERVAL_SRC) \ | 1185 | keymap.h blockinput.h atimer.h systime.h $(INTERVALS_H) \ |
| 1186 | xterm.h w32term.h nsterm.h $(config_h) | 1186 | xterm.h w32term.h nsterm.h $(config_h) |
| 1187 | xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h \ | 1187 | xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h \ |
| 1188 | coding.h termchar.h frame.h window.h disptab.h termhooks.h character.h \ | 1188 | coding.h termchar.h frame.h window.h disptab.h termhooks.h character.h \ |
| 1189 | charset.h $(config_h) keyboard.h $(INTERVAL_SRC) region-cache.h xterm.h \ | 1189 | charset.h $(config_h) keyboard.h $(INTERVALS_H) region-cache.h xterm.h \ |
| 1190 | w32term.h nsterm.h msdos.h composite.h fontset.h \ | 1190 | w32term.h nsterm.h msdos.h composite.h fontset.h \ |
| 1191 | blockinput.h atimer.h systime.h keymap.h font.h | 1191 | blockinput.h atimer.h systime.h keymap.h font.h |
| 1192 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | 1192 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ |
| 1193 | window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \ | 1193 | window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \ |
| 1194 | systime.h keyboard.h fontset.h w32term.h nsterm.h \ | 1194 | systime.h keyboard.h fontset.h w32term.h nsterm.h \ |
| 1195 | $(INTERVAL_SRC) termchar.h termhooks.h font.h $(config_h) | 1195 | $(INTERVALS_H) termchar.h termhooks.h font.h $(config_h) |
| 1196 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ | 1196 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ |
| 1197 | $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \ | 1197 | $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \ |
| 1198 | character.h charset.h coding.h gtkutil.h $(config_h) termhooks.h \ | 1198 | character.h charset.h coding.h gtkutil.h $(config_h) termhooks.h \ |
| @@ -1223,7 +1223,7 @@ xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \ | |||
| 1223 | 1223 | ||
| 1224 | alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ | 1224 | alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ |
| 1225 | blockinput.h atimer.h systime.h character.h dispextern.h $(config_h) \ | 1225 | blockinput.h atimer.h systime.h character.h dispextern.h $(config_h) \ |
| 1226 | $(INTERVAL_SRC) | 1226 | $(INTERVALS_H) |
| 1227 | bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \ | 1227 | bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \ |
| 1228 | frame.h xterm.h $(config_h) | 1228 | frame.h xterm.h $(config_h) |
| 1229 | data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \ | 1229 | data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \ |
| @@ -1232,20 +1232,20 @@ eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ | |||
| 1232 | dispextern.h $(config_h) | 1232 | dispextern.h $(config_h) |
| 1233 | floatfns.o: floatfns.c syssignal.h $(config_h) | 1233 | floatfns.o: floatfns.c syssignal.h $(config_h) |
| 1234 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h character.h keyboard.h \ | 1234 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h character.h keyboard.h \ |
| 1235 | keymap.h frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h \ | 1235 | keymap.h frame.h window.h dispextern.h $(INTERVALS_H) coding.h md5.h \ |
| 1236 | blockinput.h atimer.h systime.h xterm.h termhooks.h | 1236 | blockinput.h atimer.h systime.h xterm.h termhooks.h |
| 1237 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ | 1237 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ |
| 1238 | $(config_h) dispextern.h termchar.h $(INTERVAL_SRC) msdos.h composite.h \ | 1238 | $(config_h) dispextern.h termchar.h $(INTERVALS_H) msdos.h composite.h \ |
| 1239 | blockinput.h atimer.h systime.h font.h charset.h | 1239 | blockinput.h atimer.h systime.h font.h charset.h |
| 1240 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \ | 1240 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \ |
| 1241 | charset.h $(config_h) $(INTERVAL_SRC) termhooks.h coding.h msdos.h | 1241 | charset.h $(config_h) $(INTERVALS_H) termhooks.h coding.h msdos.h |
| 1242 | 1242 | ||
| 1243 | /* Text properties support */ | 1243 | /* Text properties support */ |
| 1244 | composite.o: composite.c buffer.h character.h dispextern.h font.h frame.h \ | 1244 | composite.o: composite.c buffer.h character.h dispextern.h font.h frame.h \ |
| 1245 | $(INTERVAL_SRC) window.h $(config_h) | 1245 | $(INTERVALS_H) window.h $(config_h) |
| 1246 | intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h \ | 1246 | intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \ |
| 1247 | keymap.h $(config_h) | 1247 | keymap.h $(config_h) |
| 1248 | textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \ | 1248 | textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVALS_H) \ |
| 1249 | $(config_h) | 1249 | $(config_h) |
| 1250 | 1250 | ||
| 1251 | /* System-specific programs to be made. | 1251 | /* System-specific programs to be made. |