aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorEli Zaretskii2004-09-10 18:19:37 +0000
committerEli Zaretskii2004-09-10 18:19:37 +0000
commit21065c92fa2d42341307263f65427257eaec81da (patch)
treee6e05a5b2ccd7f23ea73c075e2c4e3ba6b3bf108 /src/Makefile.in
parent844fc0850535556c733bbe78c44ef656b2d6cccd (diff)
downloademacs-21065c92fa2d42341307263f65427257eaec81da.tar.gz
emacs-21065c92fa2d42341307263f65427257eaec81da.zip
(msdos.o): Depend on buffer.h, commands.h, and
blockinput.h. (dosfns.o): Depend on blockinput.h, window.h, dispextern.h, charset.h, and coding.h (w16select.o): Depend on buffer.h, charset.h, coding.h, and composite.h. (term.o): Depend on window.h and keymap.h. (abbrev.o): Depend on syntax.h. (callint.o): Depend on keymap.h. (casefiddle.o): Depend on charset.h and keymap.h. (category.o): Depend on keymap.h. (coding.o): Depend on dispextern.h. (cmds.o): Depend on keyboard.h and keymap.h. (dispnew.o): Depend on indent.h and intervals.h. (doc.o): Depend on keymap.h. (editfns.o): Depend on frame.h. (emacs.o): Depend on dispextern.h. (fileio.o): Don't depend on ccl.h. (filelock.o): Depend on charset.h and coding.h. (frame.o): Depend on w32term.h and macterm.h. (insdel.o): Depend on region-cache.h. (keyboard.o): Depend on keymap.h, w32term.h, and macterm.h. (minibuf.o): Depend on $(INTERVALS_SRC) and keymap.h. (search.o): Depend on $(INTERVALS_SRC). (syntax.o): Depend on keymap.h, regex.h, and $(INTERVALS_SRC). (window.o): Depend on keymap.h, blockinput.h, $(INTERVALS_SRC), xterm.h, w32term.h, and macterm.h. (xdisp.o): Depend on keyboard.h, $(INTERVALS_SRC), xterm.h, w32term.h, and macterm.h. (xfaces.o): Depend on keyboard.h, $(INTERVALS_SRC), region-cache.h, xterm.h, w32term.h, and macterm.h. (bytecode.o): Depend on dispextern.h, frame.h, and xterm.h. (data.o): Depend on frame.h. (fns.o): Depend on keymap.h, xterm.h, and blockinput.h. (print.o): Depend on termchar.h and $(INTERVALS_SRC). (lread.o): Depend on $(INTERVALS_SRC), termhooks.h, and coding.h. (intervals.o): Depend on keymap.h.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in74
1 files changed, 42 insertions, 32 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index f473888cc5d..5769e8a1e07 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1042,25 +1042,27 @@ alloca.o: alloca.c blockinput.h atimer.h
1042 and so rarely changed in ways that do require any. */ 1042 and so rarely changed in ways that do require any. */
1043 1043
1044abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h charset.h \ 1044abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h charset.h \
1045 $(config_h) 1045 syntax.h $(config_h)
1046buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ 1046buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
1047 dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h charset.h \ 1047 dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h charset.h \
1048 $(config_h) 1048 $(config_h)
1049callint.o: callint.c window.h commands.h buffer.h \ 1049callint.o: callint.c window.h commands.h buffer.h keymap.h \
1050 keyboard.h dispextern.h $(config_h) 1050 keyboard.h dispextern.h $(config_h)
1051callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \ 1051callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \
1052 process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h \ 1052 process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h \
1053 composite.h 1053 composite.h w32.h
1054casefiddle.o: casefiddle.c syntax.h commands.h buffer.h composite.h $(config_h) 1054casefiddle.o: casefiddle.c syntax.h commands.h buffer.h composite.h \
1055 charset.h keymap.h $(config_h)
1055casetab.o: casetab.c buffer.h $(config_h) 1056casetab.o: casetab.c buffer.h $(config_h)
1056category.o: category.c category.h buffer.h charset.h $(config_h) 1057category.o: category.c category.h buffer.h charset.h keymap.h $(config_h)
1057ccl.o: ccl.c ccl.h charset.h coding.h $(config_h) 1058ccl.o: ccl.c ccl.h charset.h coding.h $(config_h)
1058charset.o: charset.c charset.h buffer.h coding.h composite.h disptab.h \ 1059charset.o: charset.c charset.h buffer.h coding.h composite.h disptab.h \
1059 $(config_h) 1060 $(config_h)
1060coding.o: coding.c coding.h ccl.h buffer.h charset.h intervals.h composite.h window.h $(config_h) 1061coding.o: coding.c coding.h ccl.h buffer.h charset.h intervals.h composite.h \
1062 window.h dispextern.h $(config_h)
1061cm.o: cm.c cm.h termhooks.h $(config_h) 1063cm.o: cm.c cm.h termhooks.h $(config_h)
1062cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \ 1064cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \
1063 msdos.h dispextern.h 1065 msdos.h dispextern.h keyboard.h keymap.h
1064pre-crt0.o: pre-crt0.c 1066pre-crt0.o: pre-crt0.c
1065ecrt0.o: ecrt0.c $(config_h) 1067ecrt0.o: ecrt0.c $(config_h)
1066 CRT0_COMPILE ${srcdir}/ecrt0.c 1068 CRT0_COMPILE ${srcdir}/ecrt0.c
@@ -1068,24 +1070,25 @@ dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \
1068 systime.h 1070 systime.h
1069dispnew.o: dispnew.c systty.h systime.h commands.h process.h frame.h \ 1071dispnew.o: dispnew.c systty.h systime.h commands.h process.h frame.h \
1070 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \ 1072 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \
1071 disptab.h \ 1073 disptab.h indent.h intervals.h \
1072 xterm.h blockinput.h atimer.h charset.h msdos.h composite.h keyboard.h \ 1074 xterm.h blockinput.h atimer.h charset.h msdos.h composite.h keyboard.h \
1073 $(config_h) 1075 $(config_h)
1074doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h 1076doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h charset.h
1075doprnt.o: doprnt.c charset.h $(config_h) 1077doprnt.o: doprnt.c charset.h $(config_h)
1076dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) 1078dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \
1079 msdos.h dosfns.h dispextern.h charset.h coding.h $(config_h)
1077editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1080editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \
1078 coding.h dispextern.h $(config_h) 1081 coding.h dispextern.h frame.h $(config_h)
1079emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ 1082emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1080 termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) \ 1083 termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) \
1081 window.h keyboard.h keymap.h 1084 window.h dispextern.h keyboard.h keymap.h
1082fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1085fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \
1083 coding.h ccl.h msdos.h dispextern.h $(config_h) 1086 coding.h msdos.h dispextern.h $(config_h)
1084filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) 1087filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h $(config_h)
1085filemode.o: filemode.c $(config_h) 1088filemode.o: filemode.c $(config_h)
1086frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1089frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1087 blockinput.h atimer.h systime.h buffer.h charset.h fontset.h \ 1090 blockinput.h atimer.h systime.h buffer.h charset.h fontset.h \
1088 msdos.h dosfns.h dispextern.h $(config_h) 1091 msdos.h dosfns.h dispextern.h w32term.h macterm.h $(config_h)
1089fringe.o: fringe.c dispextern.h frame.h window.h buffer.h $(config_h) 1092fringe.o: fringe.c dispextern.h frame.h window.h buffer.h $(config_h)
1090fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \ 1093fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \
1091 keyboard.h $(config_h) 1094 keyboard.h $(config_h)
@@ -1096,11 +1099,11 @@ indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \
1096 termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h \ 1099 termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h \
1097 keyboard.h 1100 keyboard.h
1098insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h \ 1101insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h \
1099 dispextern.h atimer.h systime.h $(config_h) 1102 dispextern.h atimer.h systime.h region-cache.h $(config_h)
1100keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ 1103keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \
1101 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ 1104 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
1102 systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \ 1105 systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \
1103 atimer.h xterm.h puresize.h msdos.h $(config_h) 1106 atimer.h xterm.h puresize.h msdos.h keymap.h w32term.h macterm.h $(config_h)
1104keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 1107keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
1105 atimer.h systime.h puresize.h charset.h intervals.h $(config_h) 1108 atimer.h systime.h puresize.h charset.h intervals.h $(config_h)
1106lastfile.o: lastfile.c $(config_h) 1109lastfile.o: lastfile.c $(config_h)
@@ -1113,11 +1116,11 @@ vm-limit.o: vm-limit.c mem-limits.h $(config_h)
1113marker.o: marker.c buffer.h charset.h $(config_h) 1116marker.o: marker.c buffer.h charset.h $(config_h)
1114md5.o: md5.c md5.h $(config_h) 1117md5.o: md5.c md5.h $(config_h)
1115minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ 1118minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
1116 buffer.h commands.h charset.h msdos.h $(config_h) 1119 buffer.h commands.h charset.h msdos.h $(INTERVAL_SRC) keymap.h $(config_h)
1117mktime.o: mktime.c $(config_h) 1120mktime.o: mktime.c $(config_h)
1118msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ 1121msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
1119 termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \ 1122 termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \
1120 keyboard.h intervals.h $(config_h) 1123 keyboard.h intervals.h buffer.h commands.h blockinput.h $(config_h)
1121process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ 1124process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
1122 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ 1125 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \
1123 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ 1126 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \
@@ -1127,15 +1130,17 @@ region-cache.o: region-cache.c buffer.h region-cache.h $(config_h)
1127scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ 1130scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \
1128 $(config_h) 1131 $(config_h)
1129search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ 1132search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
1130 blockinput.h atimer.h systime.h category.h charset.h composite.h $(config_h) 1133 blockinput.h atimer.h systime.h category.h charset.h composite.h \
1134 $(INTERVAL_SRC) $(config_h)
1131strftime.o: strftime.c $(config_h) 1135strftime.o: strftime.c $(config_h)
1132syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ 1136syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \
1133 composite.h $(config_h) 1137 composite.h keymap.h regex.h $(INTERVAL_SRC) $(config_h)
1134sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ 1138sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
1135 process.h dispextern.h termhooks.h termchar.h termopts.h \ 1139 process.h dispextern.h termhooks.h termchar.h termopts.h \
1136 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h $(config_h) 1140 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h $(config_h)
1137term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 1141term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
1138 disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h 1142 disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h \
1143 window.h keymap.h
1139termcap.o: termcap.c $(config_h) 1144termcap.o: termcap.c $(config_h)
1140terminfo.o: terminfo.c $(config_h) 1145terminfo.o: terminfo.c $(config_h)
1141tparam.o: tparam.c $(config_h) 1146tparam.o: tparam.c $(config_h)
@@ -1145,17 +1150,19 @@ undo.o: undo.c buffer.h commands.h $(config_h)
1145UNEXEC_ALIAS=UNEXEC 1150UNEXEC_ALIAS=UNEXEC
1146$(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) 1151$(UNEXEC_ALIAS): UNEXEC_SRC $(config_h)
1147w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \ 1152w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \
1148 msdos.h $(config_h) 1153 msdos.h buffer.h charset.h coding.h composite.h $(config_h)
1149widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ 1154widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \
1150 $(srcdir)/../lwlib/lwlib.h $(config_h) 1155 $(srcdir)/../lwlib/lwlib.h $(config_h)
1151window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ 1156window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
1152 termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \ 1157 termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \
1153 $(config_h) 1158 keymap.h blockinput.h $(INTERVAL_SRC) xterm.h w32term.h macterm.h $(config_h)
1154xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \ 1159xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \
1155 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \ 1160 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \
1161 keyboard.h $(INTERVAL_SRC) region-cache.h xterm.h w32term.h macterm.h \
1156 msdos.h composite.h fontset.h blockinput.h atimer.h systime.h keymap.h 1162 msdos.h composite.h fontset.h blockinput.h atimer.h systime.h keymap.h
1157xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 1163xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
1158 window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h $(config_h) 1164 window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h \
1165 keyboard.h fontset.h w32term.h macterm.h $(INTERVAL_SRC) $(config_h)
1159xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ 1166xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \
1160 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \ 1167 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \
1161 charset.h gtkutil.h $(config_h) 1168 charset.h gtkutil.h $(config_h)
@@ -1182,22 +1189,25 @@ atimer.o: atimer.c atimer.h systime.h $(config_h)
1182 1189
1183alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ 1190alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \
1184 blockinput.h atimer.h systime.h charset.h dispextern.h $(config_h) $(INTERVAL_SRC) 1191 blockinput.h atimer.h systime.h charset.h dispextern.h $(config_h) $(INTERVAL_SRC)
1185bytecode.o: bytecode.c buffer.h syntax.h charset.h window.h $(config_h) 1192bytecode.o: bytecode.c buffer.h syntax.h charset.h window.h dispextern.h \
1186data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) 1193 frame.h xterm.h $(config_h)
1194data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h frame.h $(config_h)
1187eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ 1195eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
1188 dispextern.h $(config_h) 1196 dispextern.h $(config_h)
1189floatfns.o: floatfns.c $(config_h) 1197floatfns.o: floatfns.c $(config_h)
1190fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ 1198fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \
1191 frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h 1199 keymap.h frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h \
1200 blockinput.h xterm.h
1192print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \ 1201print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \
1193 $(config_h) dispextern.h msdos.h composite.h 1202 $(config_h) dispextern.h termchar.h $(INTERVAL_SRC) msdos.h composite.h
1194lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \ 1203lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h \
1195 termhooks.h coding.h msdos.h 1204 $(config_h) $(INTERVAL_SRC) termhooks.h coding.h msdos.h
1196 1205
1197/* Text properties support */ 1206/* Text properties support */
1198textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \ 1207textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \
1199 $(config_h) 1208 $(config_h)
1200intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h $(config_h) 1209intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h \
1210 keymap.h $(config_h)
1201composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h) 1211composite.o: composite.c buffer.h charset.h $(INTERVAL_SRC) $(config_h)
1202 1212
1203/* System-specific programs to be made. 1213/* System-specific programs to be made.