diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index b6b61399a05..1ce3702336f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1080,7 +1080,7 @@ stamp-oldxmenu: | |||
| 1080 | They should define HAVE_ALLOCA. | 1080 | They should define HAVE_ALLOCA. |
| 1081 | Some use the C version in alloca.c (these define C_ALLOCA in config.h). | 1081 | Some use the C version in alloca.c (these define C_ALLOCA in config.h). |
| 1082 | */ | 1082 | */ |
| 1083 | alloca.o: alloca.c blockinput.h atimer.h | 1083 | alloca.o: alloca.c blockinput.h atimer.h systime.h |
| 1084 | 1084 | ||
| 1085 | /* Nearly all the following files depend on lisp.h, | 1085 | /* Nearly all the following files depend on lisp.h, |
| 1086 | but it is not included as a dependency because | 1086 | but it is not included as a dependency because |
| @@ -1113,7 +1113,7 @@ pre-crt0.o: pre-crt0.c | |||
| 1113 | ecrt0.o: ecrt0.c $(config_h) | 1113 | ecrt0.o: ecrt0.c $(config_h) |
| 1114 | CRT0_COMPILE ${srcdir}/ecrt0.c | 1114 | CRT0_COMPILE ${srcdir}/ecrt0.c |
| 1115 | dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \ | 1115 | dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \ |
| 1116 | systime.h blockinput.h | 1116 | systime.h blockinput.h atimer.h |
| 1117 | dispnew.o: dispnew.c systty.h systime.h commands.h process.h frame.h \ | 1117 | dispnew.o: dispnew.c systty.h systime.h commands.h process.h frame.h \ |
| 1118 | window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \ | 1118 | window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \ |
| 1119 | disptab.h indent.h intervals.h \ | 1119 | disptab.h indent.h intervals.h \ |
| @@ -1122,14 +1122,15 @@ dispnew.o: dispnew.c systty.h systime.h commands.h process.h frame.h \ | |||
| 1122 | doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h charset.h | 1122 | doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h charset.h |
| 1123 | doprnt.o: doprnt.c charset.h $(config_h) | 1123 | doprnt.o: doprnt.c charset.h $(config_h) |
| 1124 | dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ | 1124 | dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ |
| 1125 | msdos.h dosfns.h dispextern.h charset.h coding.h $(config_h) | 1125 | msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \ |
| 1126 | $(config_h) | ||
| 1126 | editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ | 1127 | editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ |
| 1127 | coding.h dispextern.h frame.h blockinput.h $(config_h) | 1128 | coding.h dispextern.h frame.h blockinput.h atimer.h $(config_h) |
| 1128 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ | 1129 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ |
| 1129 | termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) \ | 1130 | termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) \ |
| 1130 | window.h dispextern.h keyboard.h keymap.h | 1131 | window.h dispextern.h keyboard.h keymap.h |
| 1131 | fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ | 1132 | fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ |
| 1132 | coding.h msdos.h dispextern.h blockinput.h $(config_h) | 1133 | coding.h msdos.h dispextern.h blockinput.h atimer.h $(config_h) |
| 1133 | filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h $(config_h) | 1134 | filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h $(config_h) |
| 1134 | filemode.o: filemode.c $(config_h) | 1135 | filemode.o: filemode.c $(config_h) |
| 1135 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | 1136 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ |
| @@ -1167,7 +1168,7 @@ minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ | |||
| 1167 | mktime.o: mktime.c $(config_h) | 1168 | mktime.o: mktime.c $(config_h) |
| 1168 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | 1169 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ |
| 1169 | termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \ | 1170 | termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \ |
| 1170 | keyboard.h intervals.h buffer.h commands.h blockinput.h $(config_h) | 1171 | keyboard.h intervals.h buffer.h commands.h blockinput.h atimer.h $(config_h) |
| 1171 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 1172 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ |
| 1172 | commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ | 1173 | commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ |
| 1173 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ | 1174 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ |
| @@ -1187,7 +1188,7 @@ sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ | |||
| 1187 | frame.h atimer.h window.h msdos.h dosfns.h keyboard.h $(config_h) | 1188 | frame.h atimer.h window.h msdos.h dosfns.h keyboard.h $(config_h) |
| 1188 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | 1189 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ |
| 1189 | disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h \ | 1190 | disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h \ |
| 1190 | window.h keymap.h | 1191 | window.h keymap.h blockinput.h atimer.h systime.h |
| 1191 | termcap.o: termcap.c $(config_h) | 1192 | termcap.o: termcap.c $(config_h) |
| 1192 | terminfo.o: terminfo.c $(config_h) | 1193 | terminfo.o: terminfo.c $(config_h) |
| 1193 | tparam.o: tparam.c $(config_h) | 1194 | tparam.o: tparam.c $(config_h) |
| @@ -1202,7 +1203,8 @@ widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ | |||
| 1202 | $(srcdir)/../lwlib/lwlib.h $(config_h) | 1203 | $(srcdir)/../lwlib/lwlib.h $(config_h) |
| 1203 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | 1204 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ |
| 1204 | termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \ | 1205 | termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \ |
| 1205 | keymap.h blockinput.h $(INTERVAL_SRC) xterm.h w32term.h macterm.h $(config_h) | 1206 | keymap.h blockinput.h atimer.h systime.h $(INTERVAL_SRC) \ |
| 1207 | xterm.h w32term.h macterm.h $(config_h) | ||
| 1206 | xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \ | 1208 | xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \ |
| 1207 | termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \ | 1209 | termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \ |
| 1208 | keyboard.h $(INTERVAL_SRC) region-cache.h xterm.h w32term.h macterm.h \ | 1210 | keyboard.h $(INTERVAL_SRC) region-cache.h xterm.h w32term.h macterm.h \ |
| @@ -1226,7 +1228,8 @@ xrdb.o: xrdb.c $(config_h) epaths.h | |||
| 1226 | xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \ | 1228 | xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \ |
| 1227 | lisp.h termopts.h | 1229 | lisp.h termopts.h |
| 1228 | gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ | 1230 | gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ |
| 1229 | blockinput.h window.h atimer.h termhooks.h keyboard.h charset.h coding.h | 1231 | blockinput.h window.h atimer.h systime.h termhooks.h keyboard.h \ |
| 1232 | charset.h coding.h | ||
| 1230 | 1233 | ||
| 1231 | hftctl.o: hftctl.c $(config_h) | 1234 | hftctl.o: hftctl.c $(config_h) |
| 1232 | sound.o: sound.c dispextern.h $(config_h) | 1235 | sound.o: sound.c dispextern.h $(config_h) |
| @@ -1244,11 +1247,13 @@ eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ | |||
| 1244 | floatfns.o: floatfns.c $(config_h) | 1247 | floatfns.o: floatfns.c $(config_h) |
| 1245 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ | 1248 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ |
| 1246 | keymap.h frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h \ | 1249 | keymap.h frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h \ |
| 1247 | blockinput.h xterm.h | 1250 | blockinput.h atimer.h systime.h xterm.h |
| 1248 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \ | 1251 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \ |
| 1249 | $(config_h) dispextern.h termchar.h $(INTERVAL_SRC) msdos.h composite.h | 1252 | $(config_h) dispextern.h termchar.h $(INTERVAL_SRC) msdos.h composite.h \ |
| 1253 | blockinput.h atimer.h systime.h | ||
| 1250 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h \ | 1254 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h \ |
| 1251 | $(config_h) $(INTERVAL_SRC) termhooks.h coding.h msdos.h | 1255 | $(config_h) $(INTERVAL_SRC) termhooks.h coding.h msdos.h blockinput.h \ |
| 1256 | atimer.h systime.h | ||
| 1252 | 1257 | ||
| 1253 | /* Text properties support */ | 1258 | /* Text properties support */ |
| 1254 | textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \ | 1259 | textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \ |
| @@ -1272,14 +1277,15 @@ mac.o: mac.c process.h sysselect.h blockinput.h atimer.h systime.h charset.h \ | |||
| 1272 | coding.h ccl.h $(config_h) | 1277 | coding.h ccl.h $(config_h) |
| 1273 | macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \ | 1278 | macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \ |
| 1274 | dispextern.h macgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ | 1279 | dispextern.h macgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ |
| 1275 | atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h) | 1280 | atimer.h systime.h epaths.h termhooks.h coding.h $(config_h) |
| 1276 | macmenu.o: macmenu.c termhooks.h frame.h window.h dispextern.h macgui.h \ | 1281 | macmenu.o: macmenu.c termhooks.h frame.h window.h dispextern.h macgui.h \ |
| 1277 | keyboard.h blockinput.h atimer.h systime.h buffer.h macterm.h $(config_h) | 1282 | keyboard.h blockinput.h atimer.h systime.h buffer.h macterm.h $(config_h) |
| 1278 | macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \ | 1283 | macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \ |
| 1279 | frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h termopts.h \ | 1284 | frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h termopts.h \ |
| 1280 | termchar.h gnu.h disptab.h buffer.h window.h keyboard.h $(INTERVAL_SRC) \ | 1285 | termchar.h gnu.h disptab.h buffer.h window.h keyboard.h $(INTERVAL_SRC) \ |
| 1281 | process.h coding.h $(config_h) | 1286 | process.h coding.h $(config_h) |
| 1282 | macselect.o: blockinput.h macterm.h macgui.h frame.h keymap.h $(config_h) | 1287 | macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \ |
| 1288 | keymap.h $(config_h) | ||
| 1283 | 1289 | ||
| 1284 | ${emacsapp}Contents/Resources/English.lproj: | 1290 | ${emacsapp}Contents/Resources/English.lproj: |
| 1285 | mkdir -p $@ | 1291 | mkdir -p $@ |