diff options
Diffstat (limited to 'src/deps.mk')
| -rw-r--r-- | src/deps.mk | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/deps.mk b/src/deps.mk index 77994bcaadb..35754dfa7de 100644 --- a/src/deps.mk +++ b/src/deps.mk | |||
| @@ -87,12 +87,13 @@ dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ | |||
| 87 | msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \ | 87 | msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \ |
| 88 | lisp.h $(config_h) | 88 | lisp.h $(config_h) |
| 89 | editfns.o: editfns.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ | 89 | editfns.o: editfns.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ |
| 90 | coding.h frame.h blockinput.h atimer.h ../lib/unistd.h ../lib/strftime.h \ | 90 | coding.h frame.h blockinput.h atimer.h \ |
| 91 | ../lib/intprops.h ../lib/strftime.h ../lib/unistd.h \ | ||
| 91 | lisp.h globals.h $(config_h) | 92 | lisp.h globals.h $(config_h) |
| 92 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ | 93 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ |
| 93 | termhooks.h buffer.h atimer.h systime.h $(INTERVALS_H) lisp.h $(config_h) \ | 94 | termhooks.h buffer.h atimer.h systime.h $(INTERVALS_H) lisp.h $(config_h) \ |
| 94 | globals.h ../lib/unistd.h window.h dispextern.h keyboard.h keymap.h \ | 95 | globals.h ../lib/unistd.h window.h dispextern.h keyboard.h keymap.h \ |
| 95 | frame.h coding.h gnutls.h msdos.h | 96 | frame.h coding.h gnutls.h msdos.h unexec.h |
| 96 | fileio.o: fileio.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ | 97 | fileio.o: fileio.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ |
| 97 | coding.h msdos.h blockinput.h atimer.h lisp.h $(config_h) frame.h \ | 98 | coding.h msdos.h blockinput.h atimer.h lisp.h $(config_h) frame.h \ |
| 98 | commands.h globals.h ../lib/unistd.h | 99 | commands.h globals.h ../lib/unistd.h |
| @@ -190,24 +191,23 @@ sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ | |||
| 190 | term.o: term.c termchar.h termhooks.h termopts.h lisp.h globals.h $(config_h) \ | 191 | term.o: term.c termchar.h termhooks.h termopts.h lisp.h globals.h $(config_h) \ |
| 191 | cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \ | 192 | cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \ |
| 192 | xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \ | 193 | xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \ |
| 193 | systty.h syssignal.h $(INTERVALS_H) buffer.h ../lib/unistd.h | 194 | systty.h syssignal.h tparam.h $(INTERVALS_H) buffer.h ../lib/unistd.h |
| 194 | termcap.o: termcap.c lisp.h $(config_h) | 195 | termcap.o: termcap.c lisp.h tparam.h msdos.h $(config_h) |
| 195 | terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \ | 196 | terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \ |
| 196 | keyboard.h lisp.h globals.h $(config_h) dispextern.h composite.h systime.h \ | 197 | keyboard.h lisp.h globals.h $(config_h) dispextern.h composite.h systime.h \ |
| 197 | msdos.h | 198 | msdos.h |
| 198 | terminfo.o: terminfo.c lisp.h globals.h $(config_h) | 199 | terminfo.o: terminfo.c lisp.h globals.h $(config_h) |
| 199 | tparam.o: tparam.c lisp.h $(config_h) | 200 | tparam.o: tparam.c tparam.h lisp.h $(config_h) |
| 200 | undo.o: undo.c buffer.h commands.h window.h dispextern.h msdos.h \ | 201 | undo.o: undo.c buffer.h commands.h window.h dispextern.h msdos.h \ |
| 201 | lisp.h globals.h $(config_h) | 202 | lisp.h globals.h $(config_h) |
| 202 | unexaix.o: unexaix.c lisp.h $(config_h) | 203 | unexaix.o: unexaix.c lisp.h unexec.h $(config_h) |
| 203 | unexalpha.o: unexalpha.c $(config_h) | 204 | unexcw.o: unexcw.c lisp.h unexec.h $(config_h) |
| 204 | unexcw.o: unexcw.c lisp.h $(config_h) | 205 | unexcoff.o: unexcoff.c lisp.h unexec.h $(config_h) |
| 205 | unexcoff.o: unexcoff.c lisp.h $(config_h) | 206 | unexelf.o: unexelf.c unexec.h ../lib/unistd.h $(config_h) |
| 206 | unexelf.o: unexelf.c ../lib/unistd.h $(config_h) | 207 | unexhp9k800.o: unexhp9k800.c unexec.h $(config_h) |
| 207 | unexhp9k800.o: unexhp9k800.c $(config_h) | 208 | unexmacosx.o: unexmacosx.c unexec.h $(config_h) |
| 208 | unexmacosx.o: unexmacosx.c $(config_h) | 209 | unexsol.o: unexsol.c lisp.h unexec.h $(config_h) |
| 209 | unexsol.o: unexsol.c lisp.h $(config_h) | 210 | unexw32.o: unexw32.c unexec.h $(config_h) |
| 210 | unexw32.o: unexw32.c $(config_h) | ||
| 211 | w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \ | 211 | w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \ |
| 212 | msdos.h buffer.h charset.h coding.h composite.h lisp.h $(config_h) | 212 | msdos.h buffer.h charset.h coding.h composite.h lisp.h $(config_h) |
| 213 | widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ | 213 | widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ |