aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii1998-04-28 14:18:24 +0000
committerEli Zaretskii1998-04-28 14:18:24 +0000
commitc26949c3c8c414857d5131a6b3adcbea6376ecf1 (patch)
tree970cca2c16ec0da5e84a08fabe01d59c5bc88ad8 /src
parentbb58920cd30cf0911974047027c8aff7644a9bac (diff)
downloademacs-c26949c3c8c414857d5131a6b3adcbea6376ecf1.tar.gz
emacs-c26949c3c8c414857d5131a6b3adcbea6376ecf1.zip
(callproc.o, print.o, cmds.o, dispnew.o, fileio.o,
frame.o, keyboard.o, minibuf.o, process.o, scroll.o, sysdep.o, term.o, w16select.o, window.o, xdisp.o, xfaces.o, lread.o): Depend on msdos.h. (print.o): Depend on dispextern.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in38
1 files changed, 21 insertions, 17 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index eab0642793f..9e8ddd06b7e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1010,7 +1010,7 @@ buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
1010callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ 1010callint.o: callint.c window.h commands.h buffer.h mocklisp.h \
1011 keyboard.h $(config_h) 1011 keyboard.h $(config_h)
1012callproc.o: callproc.c paths.h buffer.h commands.h $(config_h) \ 1012callproc.o: callproc.c paths.h buffer.h commands.h $(config_h) \
1013 process.h systty.h syssignal.h charset.h coding.h 1013 process.h systty.h syssignal.h charset.h coding.h msdos.h
1014casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h) 1014casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h)
1015casetab.o: casetab.c buffer.h $(config_h) 1015casetab.o: casetab.c buffer.h $(config_h)
1016category.o: category.c category.h buffer.h charset.h $(config_h) 1016category.o: category.c category.h buffer.h charset.h $(config_h)
@@ -1018,14 +1018,15 @@ ccl.o: ccl.c ccl.h charset.h coding.h $(config_h)
1018charset.o: charset.c charset.h buffer.h coding.h disptab.h $(config_h) 1018charset.o: charset.c charset.h buffer.h coding.h disptab.h $(config_h)
1019coding.o: coding.c coding.h buffer.h charset.h $(config_h) 1019coding.o: coding.c coding.h buffer.h charset.h $(config_h)
1020cm.o: cm.c cm.h termhooks.h $(config_h) 1020cm.o: cm.c cm.h termhooks.h $(config_h)
1021cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) 1021cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \
1022 msdos.h
1022pre-crt0.o: pre-crt0.c 1023pre-crt0.o: pre-crt0.c
1023ecrt0.o: ecrt0.c $(config_h) 1024ecrt0.o: ecrt0.c $(config_h)
1024 CRT0_COMPILE ${srcdir}/ecrt0.c 1025 CRT0_COMPILE ${srcdir}/ecrt0.c
1025dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h 1026dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h
1026dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ 1027dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \
1027 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \ 1028 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \
1028 xterm.h blockinput.h charset.h $(config_h) 1029 xterm.h blockinput.h charset.h msdos.h $(config_h)
1029doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h 1030doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h
1030doprnt.o: doprnt.c charset.h $(config_h) 1031doprnt.o: doprnt.c charset.h $(config_h)
1031dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) 1032dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)
@@ -1034,11 +1035,11 @@ editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC charset.h \
1034emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ 1035emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1035 buffer.h INTERVAL_SRC $(config_h) 1036 buffer.h INTERVAL_SRC $(config_h)
1036fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ 1037fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \
1037 coding.h $(config_h) 1038 coding.h msdos.h $(config_h)
1038filelock.o: filelock.c buffer.h paths.h $(config_h) 1039filelock.o: filelock.c buffer.h paths.h $(config_h)
1039filemode.o: filemode.c $(config_h) 1040filemode.o: filemode.c $(config_h)
1040frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1041frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1041 buffer.h charset.h fontset.h $(config_h) 1042 buffer.h charset.h fontset.h msdos.h $(config_h)
1042fontset.o: fontset.h fontset.c ccl.h charset.h frame.h $(config_h) 1043fontset.o: fontset.h fontset.c ccl.h charset.h frame.h $(config_h)
1043getloadavg.o: getloadavg.c $(config_h) 1044getloadavg.o: getloadavg.c $(config_h)
1044indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ 1045indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \
@@ -1048,7 +1049,7 @@ insdel.o: insdel.c window.h buffer.h INTERVAL_SRC blockinput.h charset.h\
1048keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ 1049keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \
1049 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ 1050 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
1050 systty.h systime.h dispextern.h syntax.h intervals.h blockinput.h \ 1051 systty.h systime.h dispextern.h syntax.h intervals.h blockinput.h \
1051 xterm.h puresize.h $(config_h) 1052 xterm.h puresize.h msdos.h $(config_h)
1052keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 1053keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
1053 puresize.h charset.h $(config_h) 1054 puresize.h charset.h $(config_h)
1054lastfile.o: lastfile.c $(config_h) 1055lastfile.o: lastfile.c $(config_h)
@@ -1059,26 +1060,27 @@ ralloc.o: ralloc.c $(config_h)
1059vm-limit.o: vm-limit.c mem-limits.h $(config_h) 1060vm-limit.o: vm-limit.c mem-limits.h $(config_h)
1060marker.o: marker.c buffer.h charset.h $(config_h) 1061marker.o: marker.c buffer.h charset.h $(config_h)
1061minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ 1062minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \
1062 buffer.h commands.h charset.h $(config_h) 1063 buffer.h commands.h charset.h msdos.h $(config_h)
1063mktime.o: mktime.c $(config_h) 1064mktime.o: mktime.c $(config_h)
1064mocklisp.o: mocklisp.c buffer.h $(config_h) 1065mocklisp.o: mocklisp.c buffer.h $(config_h)
1065msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \ 1066msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \
1066 termopts.h frame.h window.h $(config_h) 1067 termopts.h frame.h window.h $(config_h)
1067process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ 1068process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
1068 commands.h syssignal.h systime.h systty.h syswait.h frame.h \ 1069 commands.h syssignal.h systime.h systty.h syswait.h frame.h \
1069 blockinput.h charset.h coding.h $(config_h) 1070 blockinput.h charset.h coding.h msdos.h $(config_h)
1070regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h 1071regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h
1071region-cache.o: region-cache.c buffer.h region-cache.h 1072region-cache.o: region-cache.c buffer.h region-cache.h
1072scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) 1073scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h)
1073search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ 1074search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
1074 blockinput.h category.h charset.h $(config_h) 1075 blockinput.h category.h charset.h $(config_h)
1075strftime.o: strftime.c $(config_h) 1076strftime.o: strftime.c $(config_h)
1076syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ 1077syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \
1077 $(config_h) 1078 $(config_h)
1078sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ 1079sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \
1079 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h 1080 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h \
1081 msdos.h
1080term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 1082term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
1081 disptab.h keyboard.h charset.h coding.h 1083 disptab.h keyboard.h charset.h coding.h msdos.h
1082termcap.o: termcap.c $(config_h) 1084termcap.o: termcap.c $(config_h)
1083terminfo.o: terminfo.c $(config_h) 1085terminfo.o: terminfo.c $(config_h)
1084tparam.o: tparam.c $(config_h) 1086tparam.o: tparam.c $(config_h)
@@ -1087,15 +1089,17 @@ undo.o: undo.c buffer.h commands.h $(config_h)
1087 of UNEXEC when substituting it in. */ 1089 of UNEXEC when substituting it in. */
1088UNEXEC_ALIAS=UNEXEC 1090UNEXEC_ALIAS=UNEXEC
1089$(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) 1091$(UNEXEC_ALIAS): UNEXEC_SRC $(config_h)
1090w16select.o: w16select.c lisp.h dispextern.h frame.h blockinput.h 1092w16select.o: w16select.c lisp.h dispextern.h frame.h blockinput.h \
1093 msdos.h $(config_h)
1091widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ 1094widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \
1092 ../lwlib/lwlib.h $(config_h) 1095 ../lwlib/lwlib.h $(config_h)
1093window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ 1096window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
1094 termhooks.h disptab.h keyboard.h $(config_h) 1097 termhooks.h disptab.h keyboard.h dispextern.h msdos.h $(config_h)
1095xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \ 1098xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \
1096 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) 1099 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \
1100 msdos.h
1097xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 1101xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
1098 window.h charset.h $(config_h) 1102 window.h charset.h msdos.h $(config_h)
1099xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\ 1103xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\
1100 ../lwlib/lwlib.h blockinput.h paths.h charset.h $(config_h) 1104 ../lwlib/lwlib.h blockinput.h paths.h charset.h $(config_h)
1101xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ 1105xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \
@@ -1119,9 +1123,9 @@ floatfns.o: floatfns.c $(config_h)
1119fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h \ 1123fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h \
1120 frame.h window.h INTERVAL_SRC 1124 frame.h window.h INTERVAL_SRC
1121print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ 1125print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\
1122 $(config_h) 1126 $(config_h) dispextern.h msdos.h
1123lread.o: lread.c commands.h keyboard.h buffer.h paths.h charset.h $(config_h) \ 1127lread.o: lread.c commands.h keyboard.h buffer.h paths.h charset.h $(config_h) \
1124 termhooks.h 1128 termhooks.h msdos.h
1125 1129
1126/* Text properties support */ 1130/* Text properties support */
1127textprop.o: textprop.c buffer.h window.h intervals.h $(config_h) 1131textprop.o: textprop.c buffer.h window.h intervals.h $(config_h)