aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorKaroly Lorentey2004-09-13 20:33:29 +0000
committerKaroly Lorentey2004-09-13 20:33:29 +0000
commit267eea215b322b02bc4bce13cae61813c50f4b5f (patch)
tree2dec815aa97a75c7d1589e72aa814bba68d4ade9 /src/Makefile.in
parent5cd432338667788c6739f43e4aa37fb53cc2a125 (diff)
parentef3b7aae581ae555a11aa38f13e0eb55ad93a8c7 (diff)
downloademacs-267eea215b322b02bc4bce13cae61813c50f4b5f.tar.gz
emacs-267eea215b322b02bc4bce13cae61813c50f4b5f.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-537 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-538 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-539 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-540 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-541 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-542 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-543 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-544 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-545 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-546 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-21 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-22 Update from CVS: lisp/nndb.el (require): Remove tcp and duplicate cl. * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-23 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-24 lisp/nnimap.el (nnimap-open-connection): Remove extraneous end-paren * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-25 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-26 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-244
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in72
1 files changed, 42 insertions, 30 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 13aa119aa8c..ba68a88850a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1046,25 +1046,27 @@ alloca.o: alloca.c blockinput.h atimer.h
1046 and so rarely changed in ways that do require any. */ 1046 and so rarely changed in ways that do require any. */
1047 1047
1048abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h charset.h \ 1048abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h charset.h \
1049 $(config_h) 1049 syntax.h $(config_h)
1050buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ 1050buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
1051 dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h charset.h \ 1051 dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h charset.h \
1052 $(config_h) 1052 $(config_h)
1053callint.o: callint.c window.h commands.h buffer.h \ 1053callint.o: callint.c window.h commands.h buffer.h keymap.h \
1054 keyboard.h dispextern.h $(config_h) 1054 keyboard.h dispextern.h $(config_h)
1055callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \ 1055callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \
1056 process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h \ 1056 process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h \
1057 composite.h 1057 composite.h
1058casefiddle.o: casefiddle.c syntax.h commands.h buffer.h composite.h $(config_h) 1058casefiddle.o: casefiddle.c syntax.h commands.h buffer.h composite.h \
1059 charset.h keymap.h $(config_h)
1059casetab.o: casetab.c buffer.h $(config_h) 1060casetab.o: casetab.c buffer.h $(config_h)
1060category.o: category.c category.h buffer.h charset.h $(config_h) 1061category.o: category.c category.h buffer.h charset.h keymap.h $(config_h)
1061ccl.o: ccl.c ccl.h charset.h coding.h $(config_h) 1062ccl.o: ccl.c ccl.h charset.h coding.h $(config_h)
1062charset.o: charset.c charset.h buffer.h coding.h composite.h disptab.h \ 1063charset.o: charset.c charset.h buffer.h coding.h composite.h disptab.h \
1063 $(config_h) 1064 $(config_h)
1064coding.o: coding.c coding.h ccl.h buffer.h charset.h intervals.h composite.h window.h frame.h termhooks.h $(config_h) 1065coding.o: coding.c coding.h ccl.h buffer.h charset.h intervals.h composite.h \
1066 window.h dispextern.h frame.h termhooks.h $(config_h)
1065cm.o: cm.c frame.h cm.h termhooks.h termchar.h $(config_h) 1067cm.o: cm.c frame.h cm.h termhooks.h termchar.h $(config_h)
1066cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \ 1068cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \
1067 msdos.h dispextern.h 1069 msdos.h dispextern.h keyboard.h keymap.h
1068pre-crt0.o: pre-crt0.c 1070pre-crt0.o: pre-crt0.c
1069ecrt0.o: ecrt0.c $(config_h) 1071ecrt0.o: ecrt0.c $(config_h)
1070 CRT0_COMPILE ${srcdir}/ecrt0.c 1072 CRT0_COMPILE ${srcdir}/ecrt0.c
@@ -1072,24 +1074,25 @@ dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \
1072 systime.h 1074 systime.h
1073dispnew.o: dispnew.c systime.h commands.h process.h frame.h \ 1075dispnew.o: dispnew.c systime.h commands.h process.h frame.h \
1074 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \ 1076 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \
1075 disptab.h \ 1077 disptab.h indent.h intervals.h \
1076 xterm.h blockinput.h atimer.h charset.h msdos.h composite.h keyboard.h \ 1078 xterm.h blockinput.h atimer.h charset.h msdos.h composite.h keyboard.h \
1077 $(config_h) 1079 $(config_h)
1078doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h 1080doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h charset.h
1079doprnt.o: doprnt.c charset.h $(config_h) 1081doprnt.o: doprnt.c charset.h $(config_h)
1080dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) 1082dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \
1083 msdos.h dosfns.h dispextern.h charset.h coding.h $(config_h)
1081editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1084editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \
1082 coding.h dispextern.h $(config_h) 1085 coding.h dispextern.h frame.h $(config_h)
1083emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ 1086emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1084 termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) \ 1087 termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) \
1085 window.h keyboard.h keymap.h 1088 window.h dispextern.h keyboard.h keymap.h
1086fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1089fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \
1087 coding.h ccl.h msdos.h dispextern.h $(config_h) 1090 coding.h ccl.h msdos.h dispextern.h $(config_h)
1088filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) 1091filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h $(config_h)
1089filemode.o: filemode.c $(config_h) 1092filemode.o: filemode.c $(config_h)
1090frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1093frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1091 blockinput.h atimer.h systime.h buffer.h charset.h fontset.h \ 1094 blockinput.h atimer.h systime.h buffer.h charset.h fontset.h \
1092 msdos.h dosfns.h dispextern.h termchar.h $(config_h) 1095 msdos.h dosfns.h dispextern.h w32term.h macterm.h termchar.h $(config_h)
1093fringe.o: fringe.c dispextern.h frame.h window.h buffer.h termhooks.h $(config_h) 1096fringe.o: fringe.c dispextern.h frame.h window.h buffer.h termhooks.h $(config_h)
1094fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \ 1097fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \
1095 keyboard.h termhooks.h $(config_h) 1098 keyboard.h termhooks.h $(config_h)
@@ -1100,11 +1103,11 @@ indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \
1100 termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h \ 1103 termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h \
1101 keyboard.h 1104 keyboard.h
1102insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h \ 1105insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h \
1103 dispextern.h atimer.h systime.h $(config_h) 1106 dispextern.h atimer.h systime.h region-cache.h $(config_h)
1104keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ 1107keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \
1105 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ 1108 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
1106 systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \ 1109 systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \
1107 atimer.h xterm.h puresize.h msdos.h $(config_h) 1110 atimer.h xterm.h puresize.h msdos.h keymap.h w32term.h macterm.h $(config_h)
1108keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 1111keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
1109 atimer.h systime.h puresize.h charset.h intervals.h $(config_h) 1112 atimer.h systime.h puresize.h charset.h intervals.h $(config_h)
1110lastfile.o: lastfile.c $(config_h) 1113lastfile.o: lastfile.c $(config_h)
@@ -1117,11 +1120,12 @@ vm-limit.o: vm-limit.c mem-limits.h $(config_h)
1117marker.o: marker.c buffer.h charset.h $(config_h) 1120marker.o: marker.c buffer.h charset.h $(config_h)
1118md5.o: md5.c md5.h $(config_h) 1121md5.o: md5.c md5.h $(config_h)
1119minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ 1122minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
1120 buffer.h commands.h charset.h msdos.h termhooks.h $(config_h) 1123 buffer.h commands.h charset.h msdos.h $(INTERVAL_SRC)) keymap.h \
1124 termhooks.h $(config_h)
1121mktime.o: mktime.c $(config_h) 1125mktime.o: mktime.c $(config_h)
1122msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ 1126msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
1123 termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \ 1127 termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \
1124 keyboard.h intervals.h $(config_h) 1128 keyboard.h intervals.h buffer.h commands.h blockinput.h $(config_h)
1125process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ 1129process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
1126 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ 1130 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \
1127 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ 1131 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \
@@ -1131,15 +1135,17 @@ region-cache.o: region-cache.c buffer.h region-cache.h $(config_h)
1131scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ 1135scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \
1132 termhooks.h $(config_h) 1136 termhooks.h $(config_h)
1133search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ 1137search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
1134 blockinput.h atimer.h systime.h category.h charset.h composite.h $(config_h) 1138 blockinput.h atimer.h systime.h category.h charset.h composite.h \
1139 $(INTERVAL_SRC) $(config_h)
1135strftime.o: strftime.c $(config_h) 1140strftime.o: strftime.c $(config_h)
1136syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ 1141syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \
1137 composite.h $(config_h) 1142 composite.h keymap.h regex.h $(INTERVAL_SRC) $(config_h)
1138sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ 1143sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
1139 process.h dispextern.h termhooks.h termchar.h termopts.h \ 1144 process.h dispextern.h termhooks.h termchar.h termopts.h \
1140 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h $(config_h) 1145 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h $(config_h)
1141term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 1146term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
1142 disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h 1147 disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h \
1148 window.h keymap.h
1143termcap.o: termcap.c $(config_h) 1149termcap.o: termcap.c $(config_h)
1144terminfo.o: terminfo.c $(config_h) 1150terminfo.o: terminfo.c $(config_h)
1145tparam.o: tparam.c $(config_h) 1151tparam.o: tparam.c $(config_h)
@@ -1149,18 +1155,20 @@ undo.o: undo.c buffer.h commands.h $(config_h)
1149UNEXEC_ALIAS=UNEXEC 1155UNEXEC_ALIAS=UNEXEC
1150$(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) 1156$(UNEXEC_ALIAS): UNEXEC_SRC $(config_h)
1151w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \ 1157w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \
1152 msdos.h $(config_h) 1158 msdos.h buffer.h charset.h coding.h composite.h $(config_h)
1153widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ 1159widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \
1154 $(srcdir)/../lwlib/lwlib.h $(config_h) 1160 $(srcdir)/../lwlib/lwlib.h $(config_h)
1155window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ 1161window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
1156 disptab.h keyboard.h dispextern.h msdos.h composite.h \ 1162 disptab.h keyboard.h dispextern.h msdos.h composite.h \
1157 $(config_h) 1163 keymap.h blockinput.h $(INTERVAL_SRC) xterm.h w32term.h macterm.h $(config_h)
1158xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \ 1164xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \
1159 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \ 1165 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \
1166 keyboard.h $(INTERVAL_SRC) region-cache.h xterm.h w32term.h macterm.h \
1160 msdos.h composite.h fontset.h blockinput.h atimer.h systime.h keymap.h 1167 msdos.h composite.h fontset.h blockinput.h atimer.h systime.h keymap.h
1161xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 1168xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
1162 window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h \ 1169 window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h \
1163 termchar.h termhooks.h $(config_h) 1170 keyboard.h fontset.h w32term.h macterm.h $(INTERVAL_SRC) termchar.h \
1171 termhooks.h $(config_h)
1164xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ 1172xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \
1165 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \ 1173 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \
1166 charset.h gtkutil.h termchar.h termhooks.h $(config_h) 1174 charset.h gtkutil.h termchar.h termhooks.h $(config_h)
@@ -1187,22 +1195,26 @@ atimer.o: atimer.c atimer.h systime.h $(config_h)
1187 1195
1188alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ 1196alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \
1189 blockinput.h atimer.h systime.h charset.h dispextern.h $(config_h) $(INTERVAL_SRC) 1197 blockinput.h atimer.h systime.h charset.h dispextern.h $(config_h) $(INTERVAL_SRC)
1190bytecode.o: bytecode.c buffer.h syntax.h charset.h window.h $(config_h) 1198bytecode.o: bytecode.c buffer.h syntax.h charset.h window.h dispextern.h \
1191data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) 1199 frame.h xterm.h $(config_h)
1200data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h frame.h $(config_h)
1192eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ 1201eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
1193 dispextern.h $(config_h) 1202 dispextern.h $(config_h)
1194floatfns.o: floatfns.c $(config_h) 1203floatfns.o: floatfns.c $(config_h)
1195fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ 1204fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \
1196 frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h 1205 keymap.h frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h \
1206 blockinput.h xterm.h
1197print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \ 1207print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \
1198 $(config_h) dispextern.h msdos.h composite.h termchar.h intervals.h 1208 $(config_h) dispextern.h termchar.h $(INTERVAL_SRC) msdos.h composite.h \
1199lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \ 1209 termchar.h
1200 termhooks.h coding.h msdos.h 1210lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h \
1211 $(config_h) $(INTERVAL_SRC) termhooks.h coding.h msdos.h
1201 1212
1202/* Text properties support */ 1213/* Text properties support */
1203textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \ 1214textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \
1204 $(config_h) 1215 $(config_h)
1205intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h $(config_h) 1216intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h \
1217 keymap.h $(config_h)
1206composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h) 1218composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h)
1207 1219
1208/* System-specific programs to be made. 1220/* System-specific programs to be made.