aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2003-01-07 17:52:51 +0000
committerDave Love2003-01-07 17:52:51 +0000
commita11e18e5af14dffc5a8c6c62ff27548e9b38c0a3 (patch)
treeefb0403f2af86a9b51459f22570c69b52bc53804 /src
parent3dcd48ddf47cb03e5b9ff1e0de54ab9afc1f4065 (diff)
downloademacs-a11e18e5af14dffc5a8c6c62ff27548e9b38c0a3.tar.gz
emacs-a11e18e5af14dffc5a8c6c62ff27548e9b38c0a3.zip
Fix some dependencies.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 0650df93301..8aef6ce49e8 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,5 @@
1# Makefile for GNU Emacs. 1# Makefile for GNU Emacs.
2# Copyright (C) 1985, 87, 88, 93, 94, 95, 99, 2000, 2001, 2002 2# Copyright (C) 1985, 87, 88, 93, 94, 95, 99, 2000, 2001, 2002, 2003
3# Free Software Foundation, Inc. 3# Free Software Foundation, Inc.
4 4
5# This file is part of GNU Emacs. 5# This file is part of GNU Emacs.
@@ -1038,7 +1038,7 @@ emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1038fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) character.h \ 1038fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) character.h \
1039 coding.h ccl.h msdos.h dispextern.h $(config_h) 1039 coding.h ccl.h msdos.h dispextern.h $(config_h)
1040filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h \ 1040filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h \
1041 $(config_h) 1041 $(config_h) character.h
1042filemode.o: filemode.c $(config_h) 1042filemode.o: filemode.c $(config_h)
1043frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1043frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1044 buffer.h character.h fontset.h msdos.h dosfns.h dispextern.h $(config_h) 1044 buffer.h character.h fontset.h msdos.h dosfns.h dispextern.h $(config_h)
@@ -1049,13 +1049,13 @@ indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \
1049 termopts.h disptab.h region-cache.h character.h category.h composite.h \ 1049 termopts.h disptab.h region-cache.h character.h category.h composite.h \
1050 dispextern.h keyboard.h 1050 dispextern.h keyboard.h
1051insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h character.h \ 1051insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h character.h \
1052 dispextern.h atimer.h systime.h $(config_h) 1052 dispextern.h atimer.h systime.h $(config_h) region-cache.h
1053keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \ 1053keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \
1054 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ 1054 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
1055 systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \ 1055 systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \
1056 atimer.h xterm.h puresize.h msdos.h $(config_h) 1056 atimer.h xterm.h puresize.h msdos.h $(config_h)
1057keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 1057keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
1058 atimer.h systime.h puresize.h character.h charset.h intervals.h $(config_h) 1058 atimer.h systime.h puresize.h character.h charset.h $(INTERVAL_SRC) $(config_h)
1059lastfile.o: lastfile.c $(config_h) 1059lastfile.o: lastfile.c $(config_h)
1060macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \ 1060macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \
1061 dispextern.h $(config_h) 1061 dispextern.h $(config_h)
@@ -1090,7 +1090,7 @@ sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \
1090 window.h msdos.h dosfns.h keyboard.h 1090 window.h msdos.h dosfns.h keyboard.h
1091term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 1091term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
1092 disptab.h dispextern.h keyboard.h character.h charset.h coding.h ccl.h \ 1092 disptab.h dispextern.h keyboard.h character.h charset.h coding.h ccl.h \
1093 msdos.h 1093 msdos.h keymap.h
1094termcap.o: termcap.c $(config_h) 1094termcap.o: termcap.c $(config_h)
1095terminfo.o: terminfo.c $(config_h) 1095terminfo.o: terminfo.c $(config_h)
1096tparam.o: tparam.c $(config_h) 1096tparam.o: tparam.c $(config_h)
@@ -1108,20 +1108,20 @@ window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
1108 $(config_h) 1108 $(config_h)
1109xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \ 1109xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \
1110 termchar.h frame.h window.h disptab.h termhooks.h character.h charset.h \ 1110 termchar.h frame.h window.h disptab.h termhooks.h character.h charset.h \
1111 $(config_h) msdos.h composite.h fontset.h 1111 $(config_h) msdos.h composite.h fontset.h region-cache.h
1112xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 1112xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
1113 window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \ 1113 window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \
1114 systime.h fontset.h $(config_h) 1114 systime.h fontset.h $(config_h) $(INTERVAL_SRC)
1115xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ 1115xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \
1116 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \ 1116 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \
1117 character.h charset.h coding.h $(config_h) 1117 character.h charset.h coding.h $(config_h) termhooks.h coding.h
1118xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ 1118xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
1119 charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \ 1119 charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \
1120 systime.h msdos.h $(config_h) 1120 systime.h msdos.h $(config_h) coding.h
1121xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ 1121xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
1122 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ 1122 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
1123 keyboard.h gnu.h character.h charset.h ccl.h fontset.h composite.h \ 1123 keyboard.h gnu.h character.h charset.h ccl.h fontset.h composite.h \
1124 coding.h $(config_h) 1124 coding.h $(config_h) $(INTERVAL_SRC)
1125xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h character.h \ 1125xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h character.h \
1126 coding.h composite.h ccl.h buffer.h atimer.h systime.h $(config_h) 1126 coding.h composite.h ccl.h buffer.h atimer.h systime.h $(config_h)
1127xrdb.o: xrdb.c $(config_h) epaths.h 1127xrdb.o: xrdb.c $(config_h) epaths.h
@@ -1145,7 +1145,7 @@ fns.o: fns.c commands.h $(config_h) frame.h buffer.h character.h keyboard.h \
1145print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ 1145print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \
1146 $(config_h) dispextern.h msdos.h composite.h 1146 $(config_h) dispextern.h msdos.h composite.h
1147lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \ 1147lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \
1148 charset.h $(config_h) termhooks.h msdos.h 1148 charset.h $(config_h) termhooks.h msdos.h coding.h
1149 1149
1150/* Text properties support */ 1150/* Text properties support */
1151textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \ 1151textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \