aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 97c630e24c0..edbcb449240 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1136,7 +1136,7 @@ filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h $(config_h
1136filemode.o: filemode.c $(config_h) 1136filemode.o: filemode.c $(config_h)
1137frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1137frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1138 blockinput.h atimer.h systime.h buffer.h charset.h fontset.h \ 1138 blockinput.h atimer.h systime.h buffer.h charset.h fontset.h \
1139 msdos.h dosfns.h dispextern.h w32term.h macterm.h $(config_h) 1139 msdos.h dosfns.h dispextern.h w32term.h macterm.h macgui.h $(config_h)
1140fringe.o: fringe.c dispextern.h frame.h window.h buffer.h $(config_h) 1140fringe.o: fringe.c dispextern.h frame.h window.h buffer.h $(config_h)
1141fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \ 1141fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \
1142 keyboard.h $(config_h) 1142 keyboard.h $(config_h)
@@ -1151,7 +1151,8 @@ insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h \
1151keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ 1151keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \
1152 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ 1152 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
1153 systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \ 1153 systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \
1154 atimer.h xterm.h puresize.h msdos.h keymap.h w32term.h macterm.h $(config_h) 1154 atimer.h xterm.h puresize.h msdos.h keymap.h w32term.h macterm.h macgui.h \
1155 $(config_h)
1155keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 1156keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
1156 atimer.h systime.h puresize.h charset.h intervals.h keymap.h window.h \ 1157 atimer.h systime.h puresize.h charset.h intervals.h keymap.h window.h \
1157 $(config_h) 1158 $(config_h)
@@ -1205,14 +1206,15 @@ widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \
1205window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ 1206window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
1206 termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \ 1207 termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \
1207 keymap.h blockinput.h atimer.h systime.h $(INTERVAL_SRC) \ 1208 keymap.h blockinput.h atimer.h systime.h $(INTERVAL_SRC) \
1208 xterm.h w32term.h macterm.h $(config_h) 1209 xterm.h w32term.h macterm.h macgui.h $(config_h)
1209xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \ 1210xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h \
1210 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \ 1211 coding.h termchar.h frame.h window.h disptab.h termhooks.h charset.h \
1211 keyboard.h $(INTERVAL_SRC) region-cache.h xterm.h w32term.h macterm.h \ 1212 $(config_h) keyboard.h $(INTERVAL_SRC) region-cache.h xterm.h w32term.h \
1212 msdos.h composite.h fontset.h blockinput.h atimer.h systime.h keymap.h 1213 macterm.h macgui.h msdos.h composite.h fontset.h blockinput.h atimer.h \
1214 systime.h keymap.h
1213xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 1215xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
1214 window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h \ 1216 window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h \
1215 keyboard.h fontset.h w32term.h macterm.h $(INTERVAL_SRC) $(config_h) 1217 keyboard.h fontset.h w32term.h macterm.h macgui.h $(INTERVAL_SRC) $(config_h)
1216xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ 1218xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \
1217 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \ 1219 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \
1218 charset.h gtkutil.h $(config_h) 1220 charset.h gtkutil.h $(config_h)