diff options
| author | Eli Zaretskii | 2011-02-04 14:01:34 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-02-04 14:01:34 +0200 |
| commit | be50df37a3ba3012cbde1a0d1ac3675ce9f5a16e (patch) | |
| tree | c0379099b7c465fd537a9e994b1f7d5303a84173 /src | |
| parent | d93c111eaa6844eeac3271d4c2096e5207c2bc04 (diff) | |
| download | emacs-be50df37a3ba3012cbde1a0d1ac3675ce9f5a16e.tar.gz emacs-be50df37a3ba3012cbde1a0d1ac3675ce9f5a16e.zip | |
deps.mk: Update for recent changes: gnutls, gnulib imports, globals.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 | ||||
| -rw-r--r-- | src/deps.mk | 239 |
2 files changed, 137 insertions, 105 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 992065ddfe0..1b922579fc0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-02-04 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-02-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * deps.mk: Update for recent changes: gnutls support, gnulib | ||
| 4 | imports, addition of globals.h. | ||
| 5 | |||
| 3 | * makefile.w32-in (IGNORE_VALUE_H): New variable. | 6 | * makefile.w32-in (IGNORE_VALUE_H): New variable. |
| 4 | ($(BLD)/sysdep.$(O)): Depend on $(IGNORE_VALUE_H). | 7 | ($(BLD)/sysdep.$(O)): Depend on $(IGNORE_VALUE_H). |
| 5 | 8 | ||
diff --git a/src/deps.mk b/src/deps.mk index 7f90688c03b..e8ff3dd592e 100644 --- a/src/deps.mk +++ b/src/deps.mk | |||
| @@ -37,106 +37,118 @@ | |||
| 37 | ### Code: | 37 | ### Code: |
| 38 | 38 | ||
| 39 | atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \ | 39 | atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \ |
| 40 | $(config_h) | 40 | globals.h ../lib/unistd.h $(config_h) |
| 41 | bidi.o: bidi.c buffer.h character.h dispextern.h lisp.h \ | 41 | bidi.o: bidi.c buffer.h character.h dispextern.h msdos.h lisp.h \ |
| 42 | biditype.h bidimirror.h $(config_h) | 42 | biditype.h bidimirror.h globals.h $(config_h) |
| 43 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ | 43 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ |
| 44 | $(INTERVALS_H) blockinput.h atimer.h systime.h character.h \ | 44 | $(INTERVALS_H) blockinput.h atimer.h systime.h character.h ../lib/unistd.h \ |
| 45 | indent.h keyboard.h coding.h keymap.h frame.h lisp.h $(config_h) | 45 | indent.h keyboard.h coding.h keymap.h frame.h lisp.h globals.h $(config_h) |
| 46 | callint.o: callint.c window.h commands.h buffer.h keymap.h \ | 46 | callint.o: callint.c window.h commands.h buffer.h keymap.h globals.h msdos.h \ |
| 47 | keyboard.h dispextern.h systime.h coding.h composite.h lisp.h $(config_h) | 47 | keyboard.h dispextern.h systime.h coding.h composite.h lisp.h $(config_h) |
| 48 | callproc.o: callproc.c epaths.h buffer.h commands.h lisp.h $(config_h) \ | 48 | callproc.o: callproc.c epaths.h buffer.h commands.h lisp.h $(config_h) \ |
| 49 | process.h systty.h syssignal.h character.h coding.h ccl.h msdos.h \ | 49 | process.h systty.h syssignal.h character.h coding.h ccl.h msdos.h \ |
| 50 | composite.h w32.h blockinput.h atimer.h systime.h frame.h termhooks.h \ | 50 | composite.h w32.h blockinput.h atimer.h systime.h frame.h termhooks.h \ |
| 51 | buffer.h | 51 | buffer.h gnutls.h dispextern.h ../lib/unistd.h globals.h |
| 52 | casefiddle.o: casefiddle.c syntax.h commands.h buffer.h character.h \ | 52 | casefiddle.o: casefiddle.c syntax.h commands.h buffer.h character.h \ |
| 53 | composite.h keymap.h lisp.h $(config_h) | 53 | composite.h keymap.h lisp.h globals.h $(config_h) |
| 54 | casetab.o: casetab.c buffer.h character.h lisp.h $(config_h) | 54 | casetab.o: casetab.c buffer.h character.h lisp.h globals.h $(config_h) |
| 55 | category.o: category.c category.h buffer.h charset.h keymap.h \ | 55 | category.o: category.c category.h buffer.h charset.h keymap.h \ |
| 56 | character.h lisp.h $(config_h) | 56 | character.h lisp.h globals.h $(config_h) |
| 57 | ccl.o: ccl.c ccl.h charset.h character.h coding.h composite.h lisp.h $(config_h) | 57 | ccl.o: ccl.c ccl.h charset.h character.h coding.h composite.h lisp.h \ |
| 58 | globals.h $(config_h) | ||
| 58 | character.o: character.c character.h buffer.h charset.h composite.h disptab.h \ | 59 | character.o: character.c character.h buffer.h charset.h composite.h disptab.h \ |
| 59 | lisp.h $(config_h) | 60 | lisp.h globals.h $(config_h) |
| 60 | charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \ | 61 | charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \ |
| 61 | disptab.h lisp.h $(config_h) | 62 | disptab.h lisp.h globals.h ../lib/unistd.h $(config_h) |
| 62 | chartab.o: charset.h character.h ccl.h lisp.h $(config_h) | 63 | chartab.o: charset.h character.h ccl.h lisp.h globals.h $(config_h) |
| 63 | coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h composite.h \ | 64 | coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h composite.h \ |
| 64 | window.h dispextern.h frame.h termhooks.h lisp.h $(config_h) | 65 | window.h dispextern.h msdos.h frame.h termhooks.h \ |
| 65 | cm.o: cm.c frame.h cm.h termhooks.h termchar.h dispextern.h lisp.h $(config_h) | 66 | lisp.h globals.h $(config_h) |
| 67 | cm.o: cm.c frame.h cm.h termhooks.h termchar.h dispextern.h msdos.h \ | ||
| 68 | lisp.h globals.h $(config_h) | ||
| 66 | cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h lisp.h \ | 69 | cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h lisp.h \ |
| 67 | $(config_h) msdos.h dispextern.h keyboard.h keymap.h systime.h \ | 70 | globals.h $(config_h) msdos.h dispextern.h keyboard.h keymap.h systime.h \ |
| 68 | coding.h frame.h composite.h | 71 | coding.h frame.h composite.h |
| 69 | pre-crt0.o: pre-crt0.c | 72 | pre-crt0.o: pre-crt0.c |
| 70 | dbusbind.o: dbusbind.c termhooks.h frame.h keyboard.h lisp.h $(config_h) | 73 | dbusbind.o: dbusbind.c termhooks.h frame.h keyboard.h lisp.h $(config_h) |
| 71 | dired.o: dired.c commands.h buffer.h lisp.h $(config_h) character.h charset.h \ | 74 | dired.o: dired.c commands.h buffer.h lisp.h $(config_h) character.h charset.h \ |
| 72 | coding.h regex.h systime.h blockinput.h atimer.h composite.h | 75 | coding.h regex.h systime.h blockinput.h atimer.h composite.h \ |
| 76 | ../lib/unistd.h globals.h | ||
| 73 | dispnew.o: dispnew.c systime.h commands.h process.h frame.h coding.h \ | 77 | dispnew.o: dispnew.c systime.h commands.h process.h frame.h coding.h \ |
| 74 | window.h buffer.h termchar.h termopts.h termhooks.h cm.h \ | 78 | window.h buffer.h termchar.h termopts.h termhooks.h cm.h \ |
| 75 | disptab.h indent.h $(INTERVALS_H) nsgui.h \ | 79 | disptab.h indent.h $(INTERVALS_H) nsgui.h ../lib/unistd.h \ |
| 76 | xterm.h blockinput.h atimer.h character.h msdos.h keyboard.h \ | 80 | xterm.h blockinput.h atimer.h character.h msdos.h keyboard.h \ |
| 77 | syssignal.h lisp.h $(config_h) | 81 | syssignal.h gnutls.h lisp.h globals.h $(config_h) |
| 78 | doc.o: doc.c lisp.h $(config_h) epaths.h buffer.h keyboard.h keymap.h \ | 82 | # doc.o's dependency on buildobj.h is in src/Makefile.in. |
| 79 | character.h systime.h coding.h composite.h | 83 | doc.o: doc.c lisp.h $(config_h) buffer.h keyboard.h keymap.h \ |
| 80 | doprnt.o: doprnt.c character.h lisp.h $(config_h) | 84 | character.h systime.h coding.h composite.h ../lib/unistd.h globals.h |
| 85 | doprnt.o: doprnt.c character.h lisp.h globals.h ../lib/unistd.h $(config_h) | ||
| 81 | dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ | 86 | dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ |
| 82 | 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 \ |
| 83 | lisp.h $(config_h) | 88 | lisp.h $(config_h) |
| 84 | 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 \ |
| 85 | coding.h frame.h blockinput.h atimer.h lisp.h $(config_h) | 90 | coding.h frame.h blockinput.h atimer.h ../lib/unistd.h ../lib/strftime.h \ |
| 91 | lisp.h globals.h $(config_h) | ||
| 86 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ | 92 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ |
| 87 | termhooks.h buffer.h atimer.h systime.h $(INTERVALS_H) lisp.h $(config_h) \ | 93 | termhooks.h buffer.h atimer.h systime.h $(INTERVALS_H) lisp.h $(config_h) \ |
| 88 | window.h dispextern.h keyboard.h keymap.h frame.h coding.h | 94 | globals.h ../lib/unistd.h window.h dispextern.h keyboard.h keymap.h \ |
| 95 | frame.h coding.h gnutls.h msdos.h | ||
| 89 | fileio.o: fileio.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ | 96 | fileio.o: fileio.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ |
| 90 | coding.h msdos.h blockinput.h atimer.h lisp.h $(config_h) frame.h commands.h | 97 | coding.h msdos.h blockinput.h atimer.h lisp.h $(config_h) frame.h \ |
| 98 | commands.h globals.h ../lib/unistd.h | ||
| 91 | filelock.o: filelock.c buffer.h character.h coding.h systime.h composite.h \ | 99 | filelock.o: filelock.c buffer.h character.h coding.h systime.h composite.h \ |
| 92 | lisp.h $(config_h) | 100 | ../lib/unistd.h lisp.h globals.h $(config_h) |
| 93 | filemode.o: filemode.c $(config_h) | 101 | filemode.o: filemode.c $(config_h) |
| 94 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | ||
| 95 | blockinput.h atimer.h systime.h buffer.h character.h fontset.h font.h \ | ||
| 96 | msdos.h dosfns.h dispextern.h w32term.h nsgui.h termchar.h coding.h \ | ||
| 97 | composite.h lisp.h $(config_h) termhooks.h ccl.h | ||
| 98 | fringe.o: fringe.c dispextern.h nsgui.h frame.h window.h buffer.h termhooks.h \ | ||
| 99 | blockinput.h atimer.h systime.h lisp.h $(config_h) | ||
| 100 | font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \ | 102 | font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \ |
| 101 | font.h lisp.h $(config_h) buffer.h composite.h fontset.h xterm.h nsgui.h | 103 | font.h lisp.h globals.h $(config_h) buffer.h composite.h fontset.h \ |
| 102 | ftfont.o: dispextern.h frame.h character.h charset.h composite.h font.h \ | 104 | xterm.h nsgui.h msdos.h |
| 103 | lisp.h $(config_h) blockinput.h atimer.h systime.h coding.h fontset.h \ | ||
| 104 | ccl.h ftfont.h | ||
| 105 | fontset.o: fontset.c fontset.h ccl.h buffer.h character.h \ | 105 | fontset.o: fontset.c fontset.h ccl.h buffer.h character.h \ |
| 106 | charset.h frame.h keyboard.h termhooks.h font.h lisp.h $(config_h) \ | 106 | charset.h frame.h keyboard.h termhooks.h font.h lisp.h $(config_h) \ |
| 107 | blockinput.h atimer.h systime.h coding.h $(INTERVALS_H) nsgui.h \ | 107 | blockinput.h atimer.h systime.h coding.h $(INTERVALS_H) nsgui.h \ |
| 108 | window.h xterm.h | 108 | window.h xterm.h globals.h |
| 109 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | ||
| 110 | blockinput.h atimer.h systime.h buffer.h character.h fontset.h font.h \ | ||
| 111 | msdos.h dosfns.h dispextern.h w32term.h nsgui.h termchar.h coding.h \ | ||
| 112 | composite.h lisp.h globals.h $(config_h) termhooks.h ccl.h | ||
| 113 | fringe.o: fringe.c dispextern.h nsgui.h frame.h window.h buffer.h termhooks.h \ | ||
| 114 | blockinput.h atimer.h systime.h lisp.h globals.h $(config_h) | ||
| 115 | ftfont.o: ftfont.c dispextern.h frame.h character.h charset.h composite.h \ | ||
| 116 | font.h lisp.h $(config_h) blockinput.h atimer.h systime.h coding.h \ | ||
| 117 | fontset.h ccl.h ftfont.h globals.h | ||
| 109 | getloadavg.o: getloadavg.c $(config_h) | 118 | getloadavg.o: getloadavg.c $(config_h) |
| 119 | gnutls.o: gnutls.c gnutls.h process.h ../lib/unistd.h \ | ||
| 120 | lisp.h globals.h $(config_h) | ||
| 110 | gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h lisp.h $(config_h) \ | 121 | gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h lisp.h $(config_h) \ |
| 111 | blockinput.h window.h atimer.h systime.h termhooks.h keyboard.h \ | 122 | blockinput.h window.h atimer.h systime.h termhooks.h keyboard.h charset.h \ |
| 112 | charset.h coding.h syssignal.h dispextern.h composite.h | 123 | coding.h syssignal.h dispextern.h composite.h globals.h xsettings.h |
| 113 | image.o: image.c frame.h window.h dispextern.h blockinput.h atimer.h \ | 124 | image.o: image.c frame.h window.h dispextern.h blockinput.h atimer.h \ |
| 114 | systime.h xterm.h w32term.h w32gui.h font.h epaths.h character.h coding.h \ | 125 | systime.h xterm.h w32term.h w32gui.h font.h epaths.h character.h coding.h \ |
| 115 | nsterm.h nsgui.h lisp.h $(config_h) composite.h termhooks.h ccl.h | 126 | nsterm.h nsgui.h ../lib/unistd.h lisp.h globals.h $(config_h) \ |
| 127 | composite.h termhooks.h ccl.h | ||
| 116 | indent.o: indent.c frame.h window.h indent.h buffer.h lisp.h $(config_h) \ | 128 | indent.o: indent.c frame.h window.h indent.h buffer.h lisp.h $(config_h) \ |
| 117 | termchar.h termopts.h disptab.h region-cache.h character.h category.h \ | 129 | termchar.h termopts.h disptab.h region-cache.h character.h category.h \ |
| 118 | keyboard.h systime.h coding.h $(INTERVALS_H) | 130 | keyboard.h systime.h coding.h $(INTERVALS_H) globals.h |
| 119 | insdel.o: insdel.c window.h buffer.h $(INTERVALS_H) blockinput.h character.h \ | 131 | insdel.o: insdel.c window.h buffer.h $(INTERVALS_H) blockinput.h character.h \ |
| 120 | dispextern.h atimer.h systime.h region-cache.h lisp.h $(config_h) | 132 | atimer.h systime.h region-cache.h lisp.h globals.h $(config_h) |
| 121 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \ | 133 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \ |
| 122 | commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ | 134 | commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ |
| 123 | systime.h syntax.h $(INTERVALS_H) blockinput.h atimer.h composite.h \ | 135 | systime.h syntax.h $(INTERVALS_H) blockinput.h atimer.h composite.h \ |
| 124 | xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h nsgui.h coding.h \ | 136 | xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h nsgui.h coding.h \ |
| 125 | lisp.h $(config_h) | 137 | process.h ../lib/unistd.h gnutls.h lisp.h globals.h $(config_h) |
| 126 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ | 138 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ |
| 127 | atimer.h systime.h puresize.h character.h charset.h $(INTERVALS_H) \ | 139 | atimer.h systime.h puresize.h character.h charset.h $(INTERVALS_H) \ |
| 128 | keymap.h window.h coding.h frame.h lisp.h $(config_h) | 140 | keymap.h window.h coding.h frame.h lisp.h globals.h $(config_h) |
| 129 | lastfile.o: lastfile.c $(config_h) | 141 | lastfile.o: lastfile.c $(config_h) |
| 130 | macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \ | 142 | macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h msdos.h \ |
| 131 | dispextern.h lisp.h $(config_h) systime.h coding.h composite.h | 143 | dispextern.h lisp.h globals.h $(config_h) systime.h coding.h composite.h |
| 132 | gmalloc.o: gmalloc.c $(config_h) | 144 | gmalloc.o: gmalloc.c $(config_h) |
| 133 | ralloc.o: ralloc.c lisp.h $(config_h) | 145 | ralloc.o: ralloc.c lisp.h $(config_h) |
| 134 | vm-limit.o: vm-limit.c mem-limits.h lisp.h $(config_h) | 146 | vm-limit.o: vm-limit.c mem-limits.h lisp.h globals.h $(config_h) |
| 135 | marker.o: marker.c buffer.h character.h lisp.h $(config_h) | 147 | marker.o: marker.c buffer.h character.h lisp.h globals.h $(config_h) |
| 136 | md5.o: md5.c md5.h $(config_h) | 148 | md5.o: md5.c md5.h $(config_h) |
| 137 | minibuf.o: minibuf.c syntax.h frame.h window.h keyboard.h systime.h \ | 149 | minibuf.o: minibuf.c syntax.h frame.h window.h keyboard.h systime.h \ |
| 138 | buffer.h commands.h character.h msdos.h $(INTERVALS_H) keymap.h \ | 150 | buffer.h commands.h character.h msdos.h $(INTERVALS_H) keymap.h \ |
| 139 | termhooks.h lisp.h $(config_h) coding.h | 151 | termhooks.h lisp.h globals.h $(config_h) coding.h |
| 140 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | 152 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ |
| 141 | termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ | 153 | termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ |
| 142 | keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h \ | 154 | keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h \ |
| @@ -156,39 +168,45 @@ nsterm.o: nsterm.m blockinput.h atimer.h systime.h syssignal.h nsterm.h \ | |||
| 156 | nsselect.o: nsselect.m blockinput.h nsterm.h nsgui.h frame.h lisp.h $(config_h) | 168 | nsselect.o: nsselect.m blockinput.h nsterm.h nsgui.h frame.h lisp.h $(config_h) |
| 157 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 169 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ |
| 158 | commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ | 170 | commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ |
| 159 | blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ | 171 | blockinput.h atimer.h coding.h msdos.h nsterm.h composite.h \ |
| 160 | keyboard.h lisp.h $(config_h) character.h xgselect.h sysselect.h | 172 | keyboard.h lisp.h globals.h $(config_h) character.h xgselect.h sysselect.h \ |
| 161 | regex.o: regex.c syntax.h buffer.h lisp.h $(config_h) regex.h \ | 173 | ../lib/unistd.h gnutls.h |
| 174 | regex.o: regex.c syntax.h buffer.h lisp.h globals.h $(config_h) regex.h \ | ||
| 162 | category.h character.h | 175 | category.h character.h |
| 163 | region-cache.o: region-cache.c buffer.h region-cache.h lisp.h $(config_h) | 176 | region-cache.o: region-cache.c buffer.h region-cache.h \ |
| 177 | lisp.h globals.h $(config_h) | ||
| 164 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ | 178 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ |
| 165 | termhooks.h lisp.h $(config_h) systime.h coding.h composite.h window.h | 179 | termhooks.h lisp.h globals.h $(config_h) systime.h coding.h composite.h \ |
| 180 | window.h | ||
| 166 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 181 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ |
| 167 | blockinput.h atimer.h systime.h category.h character.h charset.h \ | 182 | blockinput.h atimer.h systime.h category.h character.h charset.h \ |
| 168 | $(INTERVALS_H) \ | 183 | $(INTERVALS_H) lisp.h globals.h $(config_h) |
| 169 | lisp.h $(config_h) | 184 | sound.o: sound.c dispextern.h syssignal.h lisp.h globals.h $(config_h) \ |
| 170 | sound.o: sound.c dispextern.h syssignal.h lisp.h $(config_h) atimer.h systime.h | 185 | atimer.h systime.h ../lib/unistd.h msdos.h |
| 171 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \ | 186 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \ |
| 172 | keymap.h regex.h $(INTERVALS_H) lisp.h $(config_h) | 187 | keymap.h regex.h $(INTERVALS_H) lisp.h globals.h $(config_h) |
| 173 | sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ | 188 | sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ |
| 174 | process.h dispextern.h termhooks.h termchar.h termopts.h coding.h \ | 189 | process.h dispextern.h termhooks.h termchar.h termopts.h coding.h \ |
| 175 | frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \ | 190 | frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \ |
| 176 | $(config_h) composite.h sysselect.h | 191 | globals.h $(config_h) composite.h sysselect.h gnutls.h \ |
| 177 | term.o: term.c termchar.h termhooks.h termopts.h lisp.h $(config_h) \ | 192 | ../lib/unistd.h ../lib/ignore-value.h |
| 193 | term.o: term.c termchar.h termhooks.h termopts.h lisp.h globals.h $(config_h) \ | ||
| 178 | cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \ | 194 | cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \ |
| 179 | xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \ | 195 | xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \ |
| 180 | systty.h syssignal.h $(INTERVALS_H) buffer.h | 196 | systty.h syssignal.h $(INTERVALS_H) buffer.h ../lib/unistd.h |
| 181 | termcap.o: termcap.c lisp.h $(config_h) | 197 | termcap.o: termcap.c lisp.h $(config_h) |
| 182 | terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \ | 198 | terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \ |
| 183 | keyboard.h lisp.h $(config_h) dispextern.h composite.h systime.h | 199 | keyboard.h lisp.h globals.h $(config_h) dispextern.h composite.h systime.h \ |
| 184 | terminfo.o: terminfo.c lisp.h $(config_h) | 200 | msdos.h |
| 201 | terminfo.o: terminfo.c lisp.h globals.h $(config_h) | ||
| 185 | tparam.o: tparam.c lisp.h $(config_h) | 202 | tparam.o: tparam.c lisp.h $(config_h) |
| 186 | undo.o: undo.c buffer.h commands.h window.h dispextern.h lisp.h $(config_h) | 203 | undo.o: undo.c buffer.h commands.h window.h dispextern.h msdos.h \ |
| 204 | lisp.h globals.h $(config_h) | ||
| 187 | unexaix.o: unexaix.c lisp.h $(config_h) | 205 | unexaix.o: unexaix.c lisp.h $(config_h) |
| 188 | unexalpha.o: unexalpha.c $(config_h) | 206 | unexalpha.o: unexalpha.c $(config_h) |
| 189 | unexcw.o: unexcw.c lisp.h $(config_h) | 207 | unexcw.o: unexcw.c lisp.h $(config_h) |
| 190 | unexcoff.o: unexcoff.c lisp.h $(config_h) | 208 | unexcoff.o: unexcoff.c lisp.h $(config_h) |
| 191 | unexelf.o: unexelf.c $(config_h) | 209 | unexelf.o: unexelf.c ../lib/unistd.h $(config_h) |
| 192 | unexhp9k800.o: unexhp9k800.c $(config_h) | 210 | unexhp9k800.o: unexhp9k800.c $(config_h) |
| 193 | unexmacosx.o: unexmacosx.c $(config_h) | 211 | unexmacosx.o: unexmacosx.c $(config_h) |
| 194 | unexsol.o: unexsol.c lisp.h $(config_h) | 212 | unexsol.o: unexsol.c lisp.h $(config_h) |
| @@ -200,79 +218,90 @@ widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ | |||
| 200 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | 218 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ |
| 201 | disptab.h keyboard.h msdos.h coding.h termhooks.h \ | 219 | disptab.h keyboard.h msdos.h coding.h termhooks.h \ |
| 202 | keymap.h blockinput.h atimer.h systime.h $(INTERVALS_H) \ | 220 | keymap.h blockinput.h atimer.h systime.h $(INTERVALS_H) \ |
| 203 | xterm.h w32term.h nsterm.h nsgui.h lisp.h $(config_h) | 221 | xterm.h w32term.h nsterm.h nsgui.h lisp.h globals.h $(config_h) |
| 204 | xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h \ | 222 | xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h \ |
| 205 | coding.h termchar.h frame.h window.h disptab.h termhooks.h character.h \ | 223 | coding.h termchar.h frame.h window.h disptab.h termhooks.h character.h \ |
| 206 | charset.h lisp.h $(config_h) keyboard.h $(INTERVALS_H) region-cache.h \ | 224 | charset.h lisp.h $(config_h) keyboard.h $(INTERVALS_H) region-cache.h \ |
| 207 | xterm.h w32term.h nsterm.h nsgui.h msdos.h composite.h fontset.h ccl.h \ | 225 | xterm.h w32term.h nsterm.h nsgui.h msdos.h composite.h fontset.h ccl.h \ |
| 208 | blockinput.h atimer.h systime.h keymap.h font.h | 226 | blockinput.h atimer.h systime.h keymap.h font.h globals.h termopts.h \ |
| 209 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | 227 | ../lib/unistd.h gnutls.h gtkutil.h |
| 228 | xfaces.o: xfaces.c frame.h xterm.h buffer.h blockinput.h \ | ||
| 210 | window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \ | 229 | window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \ |
| 211 | systime.h keyboard.h fontset.h w32term.h nsterm.h coding.h ccl.h \ | 230 | systime.h keyboard.h fontset.h w32term.h nsterm.h coding.h ccl.h \ |
| 212 | $(INTERVALS_H) nsgui.h termchar.h termhooks.h font.h lisp.h $(config_h) | 231 | $(INTERVALS_H) nsgui.h termchar.h termhooks.h font.h \ |
| 213 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ | 232 | lisp.h globals.h $(config_h) |
| 233 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ | ||
| 214 | $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \ | 234 | $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \ |
| 215 | character.h charset.h coding.h gtkutil.h lisp.h $(config_h) termhooks.h \ | 235 | character.h charset.h coding.h gtkutil.h lisp.h $(config_h) termhooks.h \ |
| 216 | fontset.h termchar.h font.h xsettings.h $(INTERVALS_H) ccl.h | 236 | fontset.h termchar.h font.h xsettings.h $(INTERVALS_H) ccl.h globals.h \ |
| 237 | ../lib/unistd.h | ||
| 217 | xfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ | 238 | xfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ |
| 218 | font.h lisp.h $(config_h) atimer.h systime.h fontset.h ccl.h | 239 | font.h lisp.h globals.h $(config_h) atimer.h systime.h fontset.h ccl.h |
| 219 | xftfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ | 240 | xftfont.o: xftfont.c dispextern.h xterm.h frame.h blockinput.h character.h \ |
| 220 | font.h lisp.h $(config_h) atimer.h systime.h fontset.h ccl.h ftfont.h | 241 | charset.h font.h lisp.h globals.h $(config_h) atimer.h systime.h \ |
| 221 | ftxfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ | 242 | fontset.h ccl.h ftfont.h composite.h |
| 222 | font.h lisp.h $(config_h) atimer.h systime.h fontset.h ccl.h | 243 | ftxfont.o: ftxfont.c dispextern.h xterm.h frame.h blockinput.h character.h \ |
| 244 | charset.h font.h lisp.h globals.h $(config_h) atimer.h systime.h \ | ||
| 245 | fontset.h ccl.h | ||
| 223 | menu.o: menu.c lisp.h keyboard.h keymap.h frame.h termhooks.h blockinput.h \ | 246 | menu.o: menu.c lisp.h keyboard.h keymap.h frame.h termhooks.h blockinput.h \ |
| 224 | dispextern.h $(srcdir)/../lwlib/lwlib.h xterm.h gtkutil.h menu.h \ | 247 | dispextern.h $(srcdir)/../lwlib/lwlib.h xterm.h gtkutil.h menu.h \ |
| 225 | lisp.h $(config_h) systime.h coding.h composite.h window.h atimer.h nsgui.h | 248 | lisp.h globals.h $(config_h) systime.h coding.h composite.h window.h \ |
| 249 | atimer.h nsterm.h w32term.h msdos.h | ||
| 226 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ | 250 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ |
| 227 | charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \ | 251 | charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \ |
| 228 | systime.h gtkutil.h msdos.h coding.h menu.h lisp.h $(config_h) composite.h \ | 252 | systime.h gtkutil.h msdos.h coding.h menu.h lisp.h globals.h $(config_h) \ |
| 229 | keymap.h sysselect.h | 253 | composite.h keymap.h sysselect.h |
| 230 | xml.o: xml.c buffer.h lisp.h $(config_h) | 254 | xml.o: xml.c buffer.h lisp.h globals.h $(config_h) |
| 231 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ | 255 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ |
| 232 | dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ | 256 | dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ |
| 233 | keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \ | 257 | keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \ |
| 234 | coding.h process.h gtkutil.h font.h fontset.h lisp.h $(config_h) \ | 258 | coding.h process.h gtkutil.h font.h fontset.h lisp.h globals.h $(config_h) \ |
| 235 | xsettings.h intervals.h keymap.h xgselect.h sysselect.h | 259 | xsettings.h intervals.h keymap.h xgselect.h sysselect.h ../lib/unistd.h \ |
| 260 | gnutls.h | ||
| 236 | xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ | 261 | xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ |
| 237 | buffer.h atimer.h systime.h termhooks.h lisp.h $(config_h) keyboard.h \ | 262 | buffer.h atimer.h systime.h termhooks.h lisp.h $(config_h) keyboard.h \ |
| 238 | coding.h composite.h | 263 | coding.h composite.h ../lib/unistd.h globals.h gnutls.h |
| 239 | xgselect.o: xgselect.h systime.h sysselect.h lisp.h $(config_h) | 264 | xgselect.o: xgselect.h systime.h sysselect.h lisp.h globals.h $(config_h) |
| 240 | xrdb.o: xrdb.c lisp.h $(config_h) epaths.h | 265 | xrdb.o: xrdb.c lisp.h globals.h $(config_h) epaths.h ../lib/unistd.h |
| 241 | xsmfns.o: xsmfns.c lisp.h $(config_h) systime.h sysselect.h termhooks.h \ | 266 | xsmfns.o: xsmfns.c lisp.h $(config_h) systime.h sysselect.h termhooks.h \ |
| 242 | xterm.h lisp.h termopts.h frame.h dispextern.h | 267 | xterm.h lisp.h termopts.h frame.h dispextern.h ../lib/unistd.h globals.h \ |
| 268 | gnutls.h keyboard.h coding.h composite.h | ||
| 243 | xsettings.o: xterm.h xsettings.h lisp.h frame.h termhooks.h $(config_h) \ | 269 | xsettings.o: xterm.h xsettings.h lisp.h frame.h termhooks.h $(config_h) \ |
| 244 | dispextern.h keyboard.h systime.h coding.h composite.h blockinput.h \ | 270 | dispextern.h keyboard.h systime.h coding.h composite.h blockinput.h \ |
| 245 | atimer.h termopts.h | 271 | atimer.h termopts.h globals.h |
| 246 | 272 | ||
| 247 | ## The files of Lisp proper. | 273 | ## The files of Lisp proper. |
| 248 | alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h \ | 274 | alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h \ |
| 249 | keyboard.h blockinput.h atimer.h systime.h character.h lisp.h $(config_h) \ | 275 | keyboard.h blockinput.h atimer.h systime.h character.h lisp.h $(config_h) \ |
| 250 | $(INTERVALS_H) termhooks.h | 276 | $(INTERVALS_H) termhooks.h gnutls.h coding.h ../lib/unistd.h globals.h |
| 251 | bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \ | 277 | bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \ |
| 252 | frame.h xterm.h lisp.h $(config_h) | 278 | lisp.h globals.h $(config_h) msdos.h |
| 253 | data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \ | 279 | data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \ |
| 254 | termhooks.h systime.h coding.h composite.h dispextern.h font.h ccl.h \ | 280 | termhooks.h systime.h coding.h composite.h dispextern.h font.h ccl.h \ |
| 255 | lisp.h $(config_h) | 281 | lisp.h globals.h $(config_h) msdos.h |
| 256 | eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ | 282 | eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h frame.h \ |
| 257 | dispextern.h lisp.h $(config_h) coding.h composite.h xterm.h | 283 | dispextern.h lisp.h globals.h $(config_h) coding.h composite.h xterm.h \ |
| 258 | floatfns.o: floatfns.c syssignal.h lisp.h $(config_h) | 284 | msdos.h |
| 285 | floatfns.o: floatfns.c syssignal.h lisp.h globals.h $(config_h) | ||
| 259 | fns.o: fns.c commands.h lisp.h $(config_h) frame.h buffer.h character.h \ | 286 | fns.o: fns.c commands.h lisp.h $(config_h) frame.h buffer.h character.h \ |
| 260 | keyboard.h keymap.h window.h dispextern.h $(INTERVALS_H) coding.h md5.h \ | 287 | keyboard.h keymap.h window.h $(INTERVALS_H) coding.h md5.h \ |
| 261 | blockinput.h atimer.h systime.h xterm.h | 288 | blockinput.h atimer.h systime.h xterm.h ../lib/unistd.h globals.h |
| 262 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ | 289 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ |
| 263 | lisp.h $(config_h) termchar.h $(INTERVALS_H) msdos.h termhooks.h \ | 290 | lisp.h globals.h $(config_h) termchar.h $(INTERVALS_H) msdos.h termhooks.h \ |
| 264 | blockinput.h atimer.h systime.h font.h charset.h coding.h ccl.h | 291 | blockinput.h atimer.h systime.h font.h charset.h coding.h ccl.h \ |
| 292 | gnutls.h ../lib/unistd.h ../lib/ftoastr.h ../lib/intprops.h | ||
| 265 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \ | 293 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \ |
| 266 | charset.h lisp.h $(config_h) $(INTERVALS_H) termhooks.h coding.h msdos.h \ | 294 | charset.h lisp.h globals.h $(config_h) $(INTERVALS_H) termhooks.h \ |
| 267 | systime.h frame.h blockinput.h atimer.h | 295 | coding.h msdos.h systime.h frame.h blockinput.h atimer.h ../lib/unistd.h |
| 268 | 296 | ||
| 269 | ## Text properties support. | 297 | ## Text properties support. |
| 270 | composite.o: composite.c buffer.h character.h coding.h font.h ccl.h \ | 298 | composite.o: composite.c composite.h buffer.h character.h coding.h font.h \ |
| 271 | frame.h termhooks.h $(INTERVALS_H) window.h lisp.h $(config_h) | 299 | ccl.h frame.h termhooks.h $(INTERVALS_H) window.h \ |
| 300 | lisp.h globals.h $(config_h) | ||
| 272 | intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \ | 301 | intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \ |
| 273 | keymap.h lisp.h $(config_h) systime.h coding.h | 302 | keymap.h lisp.h globals.h $(config_h) systime.h coding.h |
| 274 | textprop.o: textprop.c buffer.h window.h $(INTERVALS_H) \ | 303 | textprop.o: textprop.c buffer.h window.h $(INTERVALS_H) \ |
| 275 | lisp.h $(config_h) | 304 | lisp.h globals.h $(config_h) |
| 276 | 305 | ||
| 277 | 306 | ||
| 278 | ### deps.mk ends here | 307 | ### deps.mk ends here |