diff options
| author | Eli Zaretskii | 1998-04-28 14:18:24 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1998-04-28 14:18:24 +0000 |
| commit | c26949c3c8c414857d5131a6b3adcbea6376ecf1 (patch) | |
| tree | 970cca2c16ec0da5e84a08fabe01d59c5bc88ad8 /src | |
| parent | bb58920cd30cf0911974047027c8aff7644a9bac (diff) | |
| download | emacs-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.in | 38 |
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 \ | |||
| 1010 | callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ | 1010 | callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ |
| 1011 | keyboard.h $(config_h) | 1011 | keyboard.h $(config_h) |
| 1012 | callproc.o: callproc.c paths.h buffer.h commands.h $(config_h) \ | 1012 | callproc.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 |
| 1014 | casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h) | 1014 | casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h) |
| 1015 | casetab.o: casetab.c buffer.h $(config_h) | 1015 | casetab.o: casetab.c buffer.h $(config_h) |
| 1016 | category.o: category.c category.h buffer.h charset.h $(config_h) | 1016 | category.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) | |||
| 1018 | charset.o: charset.c charset.h buffer.h coding.h disptab.h $(config_h) | 1018 | charset.o: charset.c charset.h buffer.h coding.h disptab.h $(config_h) |
| 1019 | coding.o: coding.c coding.h buffer.h charset.h $(config_h) | 1019 | coding.o: coding.c coding.h buffer.h charset.h $(config_h) |
| 1020 | cm.o: cm.c cm.h termhooks.h $(config_h) | 1020 | cm.o: cm.c cm.h termhooks.h $(config_h) |
| 1021 | cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) | 1021 | cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \ |
| 1022 | msdos.h | ||
| 1022 | pre-crt0.o: pre-crt0.c | 1023 | pre-crt0.o: pre-crt0.c |
| 1023 | ecrt0.o: ecrt0.c $(config_h) | 1024 | ecrt0.o: ecrt0.c $(config_h) |
| 1024 | CRT0_COMPILE ${srcdir}/ecrt0.c | 1025 | CRT0_COMPILE ${srcdir}/ecrt0.c |
| 1025 | dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h | 1026 | dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h |
| 1026 | dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ | 1027 | dispnew.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) |
| 1029 | doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h | 1030 | doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h |
| 1030 | doprnt.o: doprnt.c charset.h $(config_h) | 1031 | doprnt.o: doprnt.c charset.h $(config_h) |
| 1031 | dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) | 1032 | dosfns.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 \ | |||
| 1034 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ | 1035 | emacs.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) |
| 1036 | fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ | 1037 | fileio.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) |
| 1038 | filelock.o: filelock.c buffer.h paths.h $(config_h) | 1039 | filelock.o: filelock.c buffer.h paths.h $(config_h) |
| 1039 | filemode.o: filemode.c $(config_h) | 1040 | filemode.o: filemode.c $(config_h) |
| 1040 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | 1041 | frame.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) |
| 1042 | fontset.o: fontset.h fontset.c ccl.h charset.h frame.h $(config_h) | 1043 | fontset.o: fontset.h fontset.c ccl.h charset.h frame.h $(config_h) |
| 1043 | getloadavg.o: getloadavg.c $(config_h) | 1044 | getloadavg.o: getloadavg.c $(config_h) |
| 1044 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ | 1045 | indent.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\ | |||
| 1048 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ | 1049 | keyboard.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) |
| 1052 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ | 1053 | keymap.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) |
| 1054 | lastfile.o: lastfile.c $(config_h) | 1055 | lastfile.o: lastfile.c $(config_h) |
| @@ -1059,26 +1060,27 @@ ralloc.o: ralloc.c $(config_h) | |||
| 1059 | vm-limit.o: vm-limit.c mem-limits.h $(config_h) | 1060 | vm-limit.o: vm-limit.c mem-limits.h $(config_h) |
| 1060 | marker.o: marker.c buffer.h charset.h $(config_h) | 1061 | marker.o: marker.c buffer.h charset.h $(config_h) |
| 1061 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ | 1062 | minibuf.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) |
| 1063 | mktime.o: mktime.c $(config_h) | 1064 | mktime.o: mktime.c $(config_h) |
| 1064 | mocklisp.o: mocklisp.c buffer.h $(config_h) | 1065 | mocklisp.o: mocklisp.c buffer.h $(config_h) |
| 1065 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \ | 1066 | msdos.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) |
| 1067 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 1068 | process.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) |
| 1070 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h | 1071 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h |
| 1071 | region-cache.o: region-cache.c buffer.h region-cache.h | 1072 | region-cache.o: region-cache.c buffer.h region-cache.h |
| 1072 | scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) | 1073 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h) |
| 1073 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 1074 | search.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) |
| 1075 | strftime.o: strftime.c $(config_h) | 1076 | strftime.o: strftime.c $(config_h) |
| 1076 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ | 1077 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ |
| 1077 | $(config_h) | 1078 | $(config_h) |
| 1078 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ | 1079 | sysdep.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 | ||
| 1080 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | 1082 | term.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 |
| 1082 | termcap.o: termcap.c $(config_h) | 1084 | termcap.o: termcap.c $(config_h) |
| 1083 | terminfo.o: terminfo.c $(config_h) | 1085 | terminfo.o: terminfo.c $(config_h) |
| 1084 | tparam.o: tparam.c $(config_h) | 1086 | tparam.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. */ |
| 1088 | UNEXEC_ALIAS=UNEXEC | 1090 | UNEXEC_ALIAS=UNEXEC |
| 1089 | $(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) | 1091 | $(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) |
| 1090 | w16select.o: w16select.c lisp.h dispextern.h frame.h blockinput.h | 1092 | w16select.o: w16select.c lisp.h dispextern.h frame.h blockinput.h \ |
| 1093 | msdos.h $(config_h) | ||
| 1091 | widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ | 1094 | widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ |
| 1092 | ../lwlib/lwlib.h $(config_h) | 1095 | ../lwlib/lwlib.h $(config_h) |
| 1093 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | 1096 | window.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) |
| 1095 | xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \ | 1098 | xdisp.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 | ||
| 1097 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | 1101 | xfaces.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) |
| 1099 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\ | 1103 | xfns.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) |
| 1101 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ | 1105 | xmenu.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) | |||
| 1119 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h \ | 1123 | fns.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 |
| 1121 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ | 1125 | print.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 |
| 1123 | lread.o: lread.c commands.h keyboard.h buffer.h paths.h charset.h $(config_h) \ | 1127 | lread.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 */ |
| 1127 | textprop.o: textprop.c buffer.h window.h intervals.h $(config_h) | 1131 | textprop.o: textprop.c buffer.h window.h intervals.h $(config_h) |