diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 39 |
1 files changed, 21 insertions, 18 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 452fac0c28d..4fbb4c12db9 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -520,8 +520,8 @@ ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_TEMACS LD_SWITCH_MACHINE \ | |||
| 520 | #define UNEXEC_SRC unexec.c | 520 | #define UNEXEC_SRC unexec.c |
| 521 | #endif | 521 | #endif |
| 522 | 522 | ||
| 523 | #define INTERVAL_SRC intervals.h | 523 | #define INTERVAL_SRC intervals.h composite.h |
| 524 | #define INTERVAL_OBJ intervals.o textprop.o | 524 | #define INTERVAL_OBJ intervals.o textprop.o composite.o |
| 525 | 525 | ||
| 526 | #ifdef HAVE_GETLOADAVG | 526 | #ifdef HAVE_GETLOADAVG |
| 527 | #define GETLOADAVG_OBJ | 527 | #define GETLOADAVG_OBJ |
| @@ -566,7 +566,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o \ | |||
| 566 | These go in the DOC file on all machines | 566 | These go in the DOC file on all machines |
| 567 | in case they are needed there. */ | 567 | in case they are needed there. */ |
| 568 | SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o intervals.o textprop.o \ | 568 | SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o intervals.o textprop.o \ |
| 569 | xterm.o xfns.o xmenu.o xselect.o xrdb.o | 569 | xterm.o xfns.o xmenu.o xselect.o xrdb.o composite.o |
| 570 | 570 | ||
| 571 | 571 | ||
| 572 | #ifdef TERMINFO | 572 | #ifdef TERMINFO |
| @@ -1042,7 +1042,7 @@ callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ | |||
| 1042 | keyboard.h $(config_h) | 1042 | keyboard.h $(config_h) |
| 1043 | callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \ | 1043 | callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \ |
| 1044 | process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h | 1044 | process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h |
| 1045 | casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h) | 1045 | casefiddle.o: casefiddle.c syntax.h commands.h buffer.h composite.h $(config_h) |
| 1046 | casetab.o: casetab.c buffer.h $(config_h) | 1046 | casetab.o: casetab.c buffer.h $(config_h) |
| 1047 | category.o: category.c category.h buffer.h charset.h $(config_h) | 1047 | category.o: category.c category.h buffer.h charset.h $(config_h) |
| 1048 | ccl.o: ccl.c ccl.h charset.h coding.h $(config_h) | 1048 | ccl.o: ccl.c ccl.h charset.h coding.h $(config_h) |
| @@ -1058,8 +1058,8 @@ dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \ | |||
| 1058 | systime.h | 1058 | systime.h |
| 1059 | dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ | 1059 | dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ |
| 1060 | termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \ | 1060 | termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \ |
| 1061 | xterm.h blockinput.h charset.h msdos.h $(config_h) | 1061 | xterm.h blockinput.h charset.h msdos.h composite.h $(config_h) |
| 1062 | doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h | 1062 | doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h |
| 1063 | doprnt.o: doprnt.c charset.h $(config_h) | 1063 | doprnt.o: doprnt.c charset.h $(config_h) |
| 1064 | dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) | 1064 | dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) |
| 1065 | editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ | 1065 | editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ |
| @@ -1075,12 +1075,12 @@ frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | |||
| 1075 | fontset.o: fontset.h fontset.c ccl.h charset.h frame.h $(config_h) | 1075 | fontset.o: fontset.h fontset.c ccl.h charset.h frame.h $(config_h) |
| 1076 | getloadavg.o: getloadavg.c $(config_h) | 1076 | getloadavg.o: getloadavg.c $(config_h) |
| 1077 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ | 1077 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ |
| 1078 | termopts.h disptab.h region-cache.h charset.h | 1078 | termopts.h disptab.h region-cache.h charset.h composite.h |
| 1079 | insdel.o: insdel.c window.h buffer.h INTERVAL_SRC blockinput.h charset.h\ | 1079 | insdel.o: insdel.c window.h buffer.h INTERVAL_SRC blockinput.h charset.h\ |
| 1080 | $(config_h) | 1080 | $(config_h) |
| 1081 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ | 1081 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \ |
| 1082 | commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ | 1082 | commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ |
| 1083 | systty.h systime.h dispextern.h syntax.h intervals.h blockinput.h \ | 1083 | systty.h systime.h dispextern.h syntax.h INTERVAL_SRC blockinput.h \ |
| 1084 | xterm.h puresize.h msdos.h $(config_h) | 1084 | xterm.h puresize.h msdos.h $(config_h) |
| 1085 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ | 1085 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ |
| 1086 | puresize.h charset.h $(config_h) | 1086 | puresize.h charset.h $(config_h) |
| @@ -1099,15 +1099,15 @@ msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | |||
| 1099 | termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h $(config_h) | 1099 | termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h $(config_h) |
| 1100 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 1100 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ |
| 1101 | commands.h syssignal.h systime.h systty.h syswait.h frame.h \ | 1101 | commands.h syssignal.h systime.h systty.h syswait.h frame.h \ |
| 1102 | blockinput.h charset.h coding.h ccl.h msdos.h $(config_h) | 1102 | blockinput.h charset.h coding.h ccl.h msdos.h composite.h $(config_h) |
| 1103 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h | 1103 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h |
| 1104 | region-cache.o: region-cache.c buffer.h region-cache.h | 1104 | region-cache.o: region-cache.c buffer.h region-cache.h |
| 1105 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h) | 1105 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h) |
| 1106 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 1106 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ |
| 1107 | blockinput.h category.h charset.h $(config_h) | 1107 | blockinput.h category.h charset.h composite.h $(config_h) |
| 1108 | strftime.o: strftime.c $(config_h) | 1108 | strftime.o: strftime.c $(config_h) |
| 1109 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ | 1109 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \ |
| 1110 | $(config_h) | 1110 | composite.h $(config_h) |
| 1111 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ | 1111 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ |
| 1112 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h \ | 1112 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h \ |
| 1113 | msdos.h dosfns.h | 1113 | msdos.h dosfns.h |
| @@ -1126,19 +1126,21 @@ w16select.o: w16select.c dispextern.h frame.h blockinput.h \ | |||
| 1126 | widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ | 1126 | widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ |
| 1127 | $(srcdir)/../lwlib/lwlib.h $(config_h) | 1127 | $(srcdir)/../lwlib/lwlib.h $(config_h) |
| 1128 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | 1128 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ |
| 1129 | termhooks.h disptab.h keyboard.h dispextern.h msdos.h $(config_h) | 1129 | termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \ |
| 1130 | $(config_h) | ||
| 1130 | xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \ | 1131 | xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \ |
| 1131 | termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \ | 1132 | termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \ |
| 1132 | msdos.h | 1133 | msdos.h composite.h |
| 1133 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | 1134 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ |
| 1134 | window.h charset.h msdos.h dosfns.h $(config_h) | 1135 | window.h charset.h msdos.h dosfns.h composite.h $(config_h) |
| 1135 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\ | 1136 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\ |
| 1136 | $(srcdir)/../lwlib/lwlib.h blockinput.h epaths.h charset.h $(config_h) | 1137 | $(srcdir)/../lwlib/lwlib.h blockinput.h epaths.h charset.h $(config_h) |
| 1137 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ | 1138 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ |
| 1138 | $(srcdir)/../lwlib/lwlib.h blockinput.h msdos.h $(config_h) | 1139 | $(srcdir)/../lwlib/lwlib.h blockinput.h msdos.h $(config_h) |
| 1139 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 1140 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ |
| 1140 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ | 1141 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ |
| 1141 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) | 1142 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h composite.h \ |
| 1143 | $(config_h) | ||
| 1142 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ | 1144 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ |
| 1143 | coding.h ccl.h buffer.h $(config_h) | 1145 | coding.h ccl.h buffer.h $(config_h) |
| 1144 | xrdb.o: xrdb.c $(config_h) epaths.h | 1146 | xrdb.o: xrdb.c $(config_h) epaths.h |
| @@ -1156,13 +1158,14 @@ floatfns.o: floatfns.c $(config_h) | |||
| 1156 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h \ | 1158 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h \ |
| 1157 | frame.h window.h INTERVAL_SRC | 1159 | frame.h window.h INTERVAL_SRC |
| 1158 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ | 1160 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ |
| 1159 | $(config_h) dispextern.h msdos.h | 1161 | $(config_h) dispextern.h msdos.h composite.h |
| 1160 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \ | 1162 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \ |
| 1161 | termhooks.h msdos.h | 1163 | termhooks.h msdos.h |
| 1162 | 1164 | ||
| 1163 | /* Text properties support */ | 1165 | /* Text properties support */ |
| 1164 | textprop.o: textprop.c buffer.h window.h intervals.h $(config_h) | 1166 | textprop.o: textprop.c buffer.h window.h INTERVAL_SRC $(config_h) |
| 1165 | intervals.o: intervals.c buffer.h intervals.h keyboard.h puresize.h $(config_h) | 1167 | intervals.o: intervals.c buffer.h INTERVAL_SRC keyboard.h puresize.h $(config_h) |
| 1168 | composite.o: composite.c buffer.h charset.h INTERVAL_SRC $(config_h) | ||
| 1166 | 1169 | ||
| 1167 | /* System-specific programs to be made. | 1170 | /* System-specific programs to be made. |
| 1168 | OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE | 1171 | OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE |