diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 1c6206019ca..82d4e238f2d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -1000,13 +1000,13 @@ buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ | |||
| 1000 | callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ | 1000 | callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ |
| 1001 | keyboard.h $(config_h) | 1001 | keyboard.h $(config_h) |
| 1002 | callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \ | 1002 | callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \ |
| 1003 | process.h systty.h syssignal.h charset.h coding.h msdos.h | 1003 | process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h |
| 1004 | casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h) | 1004 | casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h) |
| 1005 | casetab.o: casetab.c buffer.h $(config_h) | 1005 | casetab.o: casetab.c buffer.h $(config_h) |
| 1006 | category.o: category.c category.h buffer.h charset.h $(config_h) | 1006 | category.o: category.c category.h buffer.h charset.h $(config_h) |
| 1007 | ccl.o: ccl.c ccl.h charset.h coding.h $(config_h) | 1007 | ccl.o: ccl.c ccl.h charset.h coding.h $(config_h) |
| 1008 | charset.o: charset.c charset.h buffer.h coding.h disptab.h $(config_h) | 1008 | charset.o: charset.c charset.h buffer.h coding.h disptab.h $(config_h) |
| 1009 | coding.o: coding.c coding.h buffer.h charset.h $(config_h) | 1009 | coding.o: coding.c coding.h ccl.h buffer.h charset.h $(config_h) |
| 1010 | cm.o: cm.c cm.h termhooks.h $(config_h) | 1010 | cm.o: cm.c cm.h termhooks.h $(config_h) |
| 1011 | cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \ | 1011 | cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \ |
| 1012 | msdos.h | 1012 | msdos.h |
| @@ -1025,7 +1025,7 @@ editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ | |||
| 1025 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ | 1025 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ |
| 1026 | termhooks.h buffer.h INTERVAL_SRC $(config_h) | 1026 | termhooks.h buffer.h INTERVAL_SRC $(config_h) |
| 1027 | fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ | 1027 | fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ |
| 1028 | coding.h msdos.h $(config_h) | 1028 | coding.h ccl.h msdos.h $(config_h) |
| 1029 | filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) | 1029 | filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) |
| 1030 | filemode.o: filemode.c $(config_h) | 1030 | filemode.o: filemode.c $(config_h) |
| 1031 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | 1031 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ |
| @@ -1054,10 +1054,10 @@ minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ | |||
| 1054 | mktime.o: mktime.c $(config_h) | 1054 | mktime.o: mktime.c $(config_h) |
| 1055 | mocklisp.o: mocklisp.c buffer.h $(config_h) | 1055 | mocklisp.o: mocklisp.c buffer.h $(config_h) |
| 1056 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | 1056 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ |
| 1057 | termopts.h termchar.h charset.h coding.h disptab.h window.h $(config_h) | 1057 | termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h $(config_h) |
| 1058 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 1058 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ |
| 1059 | commands.h syssignal.h systime.h systty.h syswait.h frame.h \ | 1059 | commands.h syssignal.h systime.h systty.h syswait.h frame.h \ |
| 1060 | blockinput.h charset.h coding.h msdos.h $(config_h) | 1060 | blockinput.h charset.h coding.h ccl.h msdos.h $(config_h) |
| 1061 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h | 1061 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h |
| 1062 | region-cache.o: region-cache.c buffer.h region-cache.h | 1062 | region-cache.o: region-cache.c buffer.h region-cache.h |
| 1063 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h) | 1063 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h $(config_h) |
| @@ -1070,7 +1070,7 @@ sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ | |||
| 1070 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h \ | 1070 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h \ |
| 1071 | msdos.h | 1071 | msdos.h |
| 1072 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | 1072 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ |
| 1073 | disptab.h keyboard.h charset.h coding.h msdos.h | 1073 | disptab.h keyboard.h charset.h coding.h ccl.h msdos.h |
| 1074 | termcap.o: termcap.c $(config_h) | 1074 | termcap.o: termcap.c $(config_h) |
| 1075 | terminfo.o: terminfo.c $(config_h) | 1075 | terminfo.o: terminfo.c $(config_h) |
| 1076 | tparam.o: tparam.c $(config_h) | 1076 | tparam.o: tparam.c $(config_h) |
| @@ -1098,7 +1098,7 @@ xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | |||
| 1098 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ | 1098 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ |
| 1099 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) | 1099 | keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) |
| 1100 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ | 1100 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ |
| 1101 | coding.h buffer.h $(config_h) | 1101 | coding.h ccl.h buffer.h $(config_h) |
| 1102 | xrdb.o: xrdb.c $(config_h) epaths.h | 1102 | xrdb.o: xrdb.c $(config_h) epaths.h |
| 1103 | hftctl.o: hftctl.c $(config_h) | 1103 | hftctl.o: hftctl.c $(config_h) |
| 1104 | 1104 | ||