aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2007-03-20 08:49:19 +0000
committerYAMAMOTO Mitsuharu2007-03-20 08:49:19 +0000
commitffb72b6715fe56ef4d61b3145c289811b31d2491 (patch)
tree874636c396939ae3ebc94c319834c4ab7aabb7e0 /src
parente95d483320efd538c1037e44aec5ec219cbcae94 (diff)
downloademacs-ffb72b6715fe56ef4d61b3145c289811b31d2491.tar.gz
emacs-ffb72b6715fe56ef4d61b3145c289811b31d2491.zip
(alloca.o, gtkutil.o): Depend on systime.h.
(dired.o, editfns.o, fileio.o, msdos.o): Depend on atimer.h. (dosfns.o, window.o, fns.o, macselect.o): Depend on atimer.h and systime.h. (term.o, print.o, lread.o): Depend on blockinput.h, atimer.h, and systime.h. (macfns.o): Remove duplicate dependency on systime.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in34
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 */
1083alloca.o: alloca.c blockinput.h atimer.h 1083alloca.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
1113ecrt0.o: ecrt0.c $(config_h) 1113ecrt0.o: ecrt0.c $(config_h)
1114 CRT0_COMPILE ${srcdir}/ecrt0.c 1114 CRT0_COMPILE ${srcdir}/ecrt0.c
1115dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \ 1115dired.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
1117dispnew.o: dispnew.c systty.h systime.h commands.h process.h frame.h \ 1117dispnew.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 \
1122doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h charset.h 1122doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h charset.h
1123doprnt.o: doprnt.c charset.h $(config_h) 1123doprnt.o: doprnt.c charset.h $(config_h)
1124dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ 1124dosfns.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)
1126editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1127editfns.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)
1128emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ 1129emacs.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
1131fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1132fileio.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)
1133filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h $(config_h) 1134filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h $(config_h)
1134filemode.o: filemode.c $(config_h) 1135filemode.o: filemode.c $(config_h)
1135frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1136frame.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 \
1167mktime.o: mktime.c $(config_h) 1168mktime.o: mktime.c $(config_h)
1168msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ 1169msdos.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)
1171process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ 1172process.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)
1188term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 1189term.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
1191termcap.o: termcap.c $(config_h) 1192termcap.o: termcap.c $(config_h)
1192terminfo.o: terminfo.c $(config_h) 1193terminfo.o: terminfo.c $(config_h)
1193tparam.o: tparam.c $(config_h) 1194tparam.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)
1203window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ 1204window.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)
1206xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \ 1208xdisp.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
1226xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \ 1228xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \
1227 lisp.h termopts.h 1229 lisp.h termopts.h
1228gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ 1230gtkutil.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
1231hftctl.o: hftctl.c $(config_h) 1234hftctl.o: hftctl.c $(config_h)
1232sound.o: sound.c dispextern.h $(config_h) 1235sound.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 \
1244floatfns.o: floatfns.c $(config_h) 1247floatfns.o: floatfns.c $(config_h)
1245fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ 1248fns.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
1248print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \ 1251print.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
1250lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h \ 1254lread.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 */
1254textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \ 1259textprop.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)
1273macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \ 1278macfns.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)
1276macmenu.o: macmenu.c termhooks.h frame.h window.h dispextern.h macgui.h \ 1281macmenu.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)
1278macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \ 1283macterm.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)
1282macselect.o: blockinput.h macterm.h macgui.h frame.h keymap.h $(config_h) 1287macselect.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 $@