Mercurial > emacs
annotate src/deps.mk @ 112453:06719a229a46 default tip
* calc/calc.el (calc-default-power-reference-level)
(calc-default-field-reference-level): New variables.
* calc/calc-units.el (math-standard-units): Add dB and Np.
(math-logunits): New variable.
(math-extract-logunits, math-logcombine, calcFunc-luplus)
(calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
(calcFunc-fieldlevel, calcFunc-powerlevel, calc-level): New
functions.
(math-find-base-units-rec): Add entry for ln(10).
* calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
(calc-ul-prefix-help): New function.
* calc/calc-ext.el (calc-init-extensions): Autoload new units
functions. Add keybindings for new units functions.
| author | Jay Belanger <jay.p.belanger@gmail.com> |
|---|---|
| date | Sun, 23 Jan 2011 23:08:04 -0600 |
| parents | 56d3e9c28eb0 |
| children |
| rev | line source |
|---|---|
|
108798
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
1 ### deps.mk --- src/Makefile fragment for GNU Emacs |
| 108708 | 2 |
|
108798
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
3 ## Copyright (C) 1985, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, 2002, |
|
112275
6378d1b57038
Add 2011 to remaining FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents:
110407
diff
changeset
|
4 ## 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
|
108798
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
5 ## Free Software Foundation, Inc. |
| 108708 | 6 |
|
108798
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
7 ## This file is part of GNU Emacs. |
| 108708 | 8 |
|
108798
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
9 ## GNU Emacs is free software: you can redistribute it and/or modify |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
10 ## it under the terms of the GNU General Public License as published by |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
11 ## the Free Software Foundation, either version 3 of the License, or |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
12 ## (at your option) any later version. |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
13 ## |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
14 ## GNU Emacs is distributed in the hope that it will be useful, |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
15 ## but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
16 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
17 ## GNU General Public License for more details. |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
18 ## |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
19 ## You should have received a copy of the GNU General Public License |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
20 ## along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 108708 | 21 |
|
108798
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
22 ## Commentary: |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
23 ## |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
24 ## This file is inserted in src/Makefile if AUTO_DEPEND=no. |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
25 ## It defines static dependencies between the various source files. |
| 108708 | 26 |
|
108798
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
27 ## FIXME some of these dependencies are platform-specific. |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
28 ## Eg callproc.c only depends on w32.h for WINDOWSNT builds. |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
29 ## One way to fix this would be to replace w32.h (etc) by $(W32_H), |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
30 ## a variable set by configure. Does not seem worth the trouble. |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
31 ## Since the w32 build does not even use this file, you might ask |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
32 ## why these dependencies are here at all... |
| 108708 | 33 |
|
108798
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
34 ## nsgui.h: In fact, every .o file depends directly or indirectly on |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
35 ## dispextern.h and hence nsgui.h under NS. But the ones that actually |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
36 ## use stuff there are more limited. |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
37 |
|
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
38 ### Code: |
| 108708 | 39 |
| 40 atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \ | |
| 41 $(config_h) | |
|
108983
7e588bac2220
Use BidiMirroring.txt for mirroring characters in bidi context.
Eli Zaretskii <eliz@gnu.org>
parents:
108798
diff
changeset
|
42 bidi.o: bidi.c buffer.h character.h dispextern.h lisp.h \ |
|
7e588bac2220
Use BidiMirroring.txt for mirroring characters in bidi context.
Eli Zaretskii <eliz@gnu.org>
parents:
108798
diff
changeset
|
43 biditype.h bidimirror.h $(config_h) |
| 108708 | 44 buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ |
| 45 $(INTERVALS_H) blockinput.h atimer.h systime.h character.h \ | |
| 46 indent.h keyboard.h coding.h keymap.h frame.h lisp.h $(config_h) | |
| 47 callint.o: callint.c window.h commands.h buffer.h keymap.h \ | |
| 48 keyboard.h dispextern.h systime.h coding.h composite.h lisp.h $(config_h) | |
| 49 callproc.o: callproc.c epaths.h buffer.h commands.h lisp.h $(config_h) \ | |
| 50 process.h systty.h syssignal.h character.h coding.h ccl.h msdos.h \ | |
| 51 composite.h w32.h blockinput.h atimer.h systime.h frame.h termhooks.h \ | |
| 52 buffer.h | |
| 53 casefiddle.o: casefiddle.c syntax.h commands.h buffer.h character.h \ | |
| 54 composite.h keymap.h lisp.h $(config_h) | |
| 55 casetab.o: casetab.c buffer.h character.h lisp.h $(config_h) | |
| 56 category.o: category.c category.h buffer.h charset.h keymap.h \ | |
| 57 character.h lisp.h $(config_h) | |
| 58 ccl.o: ccl.c ccl.h charset.h character.h coding.h composite.h lisp.h $(config_h) | |
| 59 character.o: character.c character.h buffer.h charset.h composite.h disptab.h \ | |
| 60 lisp.h $(config_h) | |
| 61 charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \ | |
| 62 disptab.h lisp.h $(config_h) | |
| 63 chartab.o: charset.h character.h ccl.h lisp.h $(config_h) | |
| 64 coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h composite.h \ | |
| 65 window.h dispextern.h frame.h termhooks.h lisp.h $(config_h) | |
| 66 cm.o: cm.c frame.h cm.h termhooks.h termchar.h dispextern.h lisp.h $(config_h) | |
| 67 cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h lisp.h \ | |
| 68 $(config_h) msdos.h dispextern.h keyboard.h keymap.h systime.h \ | |
| 69 coding.h frame.h composite.h | |
| 70 pre-crt0.o: pre-crt0.c | |
| 71 dbusbind.o: dbusbind.c termhooks.h frame.h keyboard.h lisp.h $(config_h) | |
| 72 dired.o: dired.c commands.h buffer.h lisp.h $(config_h) character.h charset.h \ | |
| 73 coding.h regex.h systime.h blockinput.h atimer.h composite.h | |
| 74 dispnew.o: dispnew.c systime.h commands.h process.h frame.h coding.h \ | |
| 75 window.h buffer.h termchar.h termopts.h termhooks.h cm.h \ | |
| 76 disptab.h indent.h $(INTERVALS_H) nsgui.h \ | |
| 77 xterm.h blockinput.h atimer.h character.h msdos.h keyboard.h \ | |
| 78 syssignal.h lisp.h $(config_h) | |
| 79 doc.o: doc.c lisp.h $(config_h) epaths.h buffer.h keyboard.h keymap.h \ | |
| 80 character.h systime.h coding.h composite.h | |
| 81 doprnt.o: doprnt.c character.h lisp.h $(config_h) | |
| 82 dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ | |
| 83 msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \ | |
| 84 lisp.h $(config_h) | |
| 85 editfns.o: editfns.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ | |
| 86 coding.h frame.h blockinput.h atimer.h lisp.h $(config_h) | |
| 87 emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ | |
| 88 termhooks.h buffer.h atimer.h systime.h $(INTERVALS_H) lisp.h $(config_h) \ | |
| 89 window.h dispextern.h keyboard.h keymap.h frame.h coding.h | |
| 90 fileio.o: fileio.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ | |
| 91 coding.h msdos.h blockinput.h atimer.h lisp.h $(config_h) frame.h commands.h | |
| 92 filelock.o: filelock.c buffer.h character.h coding.h systime.h composite.h \ | |
| 93 lisp.h $(config_h) | |
| 94 filemode.o: filemode.c $(config_h) | |
| 95 frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | |
| 96 blockinput.h atimer.h systime.h buffer.h character.h fontset.h font.h \ | |
| 97 msdos.h dosfns.h dispextern.h w32term.h nsgui.h termchar.h coding.h \ | |
| 98 composite.h lisp.h $(config_h) termhooks.h ccl.h | |
| 99 fringe.o: fringe.c dispextern.h nsgui.h frame.h window.h buffer.h termhooks.h \ | |
| 100 blockinput.h atimer.h systime.h lisp.h $(config_h) | |
| 101 font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \ | |
| 102 font.h lisp.h $(config_h) buffer.h composite.h fontset.h xterm.h nsgui.h | |
| 103 ftfont.o: dispextern.h frame.h character.h charset.h composite.h font.h \ | |
| 104 lisp.h $(config_h) blockinput.h atimer.h systime.h coding.h fontset.h \ | |
| 105 ccl.h ftfont.h | |
| 106 fontset.o: fontset.c fontset.h ccl.h buffer.h character.h \ | |
| 107 charset.h frame.h keyboard.h termhooks.h font.h lisp.h $(config_h) \ | |
| 108 blockinput.h atimer.h systime.h coding.h $(INTERVALS_H) nsgui.h \ | |
| 109 window.h xterm.h | |
| 110 getloadavg.o: getloadavg.c $(config_h) | |
| 111 gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h lisp.h $(config_h) \ | |
| 112 blockinput.h window.h atimer.h systime.h termhooks.h keyboard.h \ | |
| 113 charset.h coding.h syssignal.h dispextern.h composite.h | |
| 114 image.o: image.c frame.h window.h dispextern.h blockinput.h atimer.h \ | |
| 115 systime.h xterm.h w32term.h w32gui.h font.h epaths.h character.h coding.h \ | |
| 116 nsterm.h nsgui.h lisp.h $(config_h) composite.h termhooks.h ccl.h | |
| 117 indent.o: indent.c frame.h window.h indent.h buffer.h lisp.h $(config_h) \ | |
| 118 termchar.h termopts.h disptab.h region-cache.h character.h category.h \ | |
| 119 keyboard.h systime.h coding.h $(INTERVALS_H) | |
| 120 insdel.o: insdel.c window.h buffer.h $(INTERVALS_H) blockinput.h character.h \ | |
| 121 dispextern.h atimer.h systime.h region-cache.h lisp.h $(config_h) | |
| 122 keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \ | |
| 123 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ | |
| 124 systime.h syntax.h $(INTERVALS_H) blockinput.h atimer.h composite.h \ | |
| 125 xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h nsgui.h coding.h \ | |
| 126 lisp.h $(config_h) | |
| 127 keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ | |
| 128 atimer.h systime.h puresize.h character.h charset.h $(INTERVALS_H) \ | |
| 129 keymap.h window.h coding.h frame.h lisp.h $(config_h) | |
| 130 lastfile.o: lastfile.c $(config_h) | |
| 131 macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \ | |
| 132 dispextern.h lisp.h $(config_h) systime.h coding.h composite.h | |
| 133 gmalloc.o: gmalloc.c $(config_h) | |
| 134 ralloc.o: ralloc.c lisp.h $(config_h) | |
| 135 vm-limit.o: vm-limit.c mem-limits.h lisp.h $(config_h) | |
| 136 marker.o: marker.c buffer.h character.h lisp.h $(config_h) | |
| 137 md5.o: md5.c md5.h $(config_h) | |
| 138 minibuf.o: minibuf.c syntax.h frame.h window.h keyboard.h systime.h \ | |
| 139 buffer.h commands.h character.h msdos.h $(INTERVALS_H) keymap.h \ | |
| 140 termhooks.h lisp.h $(config_h) coding.h | |
| 141 msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | |
| 142 termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ | |
| 143 keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h \ | |
|
109952
2a42692178ca
Fix dependencies according to revno 101162.
Eli Zaretskii <eliz@gnu.org>
parents:
109628
diff
changeset
|
144 lisp.h sysselect.h $(config_h) |
| 108708 | 145 nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \ |
| 146 dispextern.h fontset.h $(INTERVALS_H) keyboard.h blockinput.h \ | |
| 147 atimer.h systime.h epaths.h termhooks.h coding.h systime.h lisp.h $(config_h) | |
| 148 nsfont.o: nsterm.h dispextern.h frame.h lisp.h lisp.h $(config_h) | |
| 149 nsimage.o: nsimage.m nsterm.h lisp.h $(config_h) | |
| 150 nsmenu.o: nsmenu.m termhooks.h frame.h window.h dispextern.h \ | |
| 151 nsgui.h keyboard.h blockinput.h atimer.h systime.h buffer.h \ | |
| 152 nsterm.h lisp.h $(config_h) | |
| 153 nsterm.o: nsterm.m blockinput.h atimer.h systime.h syssignal.h nsterm.h \ | |
| 154 nsgui.h frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h \ | |
| 155 termopts.h termchar.h disptab.h buffer.h window.h keyboard.h \ | |
| 156 $(INTERVALS_H) process.h coding.h lisp.h $(config_h) | |
| 157 nsselect.o: nsselect.m blockinput.h nsterm.h nsgui.h frame.h lisp.h $(config_h) | |
| 158 process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | |
| 159 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ | |
| 160 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ | |
| 161 keyboard.h lisp.h $(config_h) character.h xgselect.h sysselect.h | |
| 162 regex.o: regex.c syntax.h buffer.h lisp.h $(config_h) regex.h \ | |
| 163 category.h character.h | |
| 164 region-cache.o: region-cache.c buffer.h region-cache.h lisp.h $(config_h) | |
| 165 scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ | |
| 166 termhooks.h lisp.h $(config_h) systime.h coding.h composite.h window.h | |
| 167 search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | |
| 168 blockinput.h atimer.h systime.h category.h character.h charset.h \ | |
| 169 $(INTERVALS_H) \ | |
| 170 lisp.h $(config_h) | |
| 171 sound.o: sound.c dispextern.h syssignal.h lisp.h $(config_h) atimer.h systime.h | |
| 172 strftime.o: strftime.c $(config_h) | |
| 173 syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \ | |
| 174 keymap.h regex.h $(INTERVALS_H) lisp.h $(config_h) | |
| 175 sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ | |
| 176 process.h dispextern.h termhooks.h termchar.h termopts.h coding.h \ | |
| 177 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \ | |
|
109952
2a42692178ca
Fix dependencies according to revno 101162.
Eli Zaretskii <eliz@gnu.org>
parents:
109628
diff
changeset
|
178 $(config_h) composite.h sysselect.h |
| 108708 | 179 term.o: term.c termchar.h termhooks.h termopts.h lisp.h $(config_h) \ |
| 180 cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \ | |
| 181 xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \ | |
| 182 systty.h syssignal.h $(INTERVALS_H) buffer.h | |
| 183 termcap.o: termcap.c lisp.h $(config_h) | |
| 184 terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \ | |
| 185 keyboard.h lisp.h $(config_h) dispextern.h composite.h systime.h | |
| 186 terminfo.o: terminfo.c lisp.h $(config_h) | |
| 187 tparam.o: tparam.c lisp.h $(config_h) | |
| 188 undo.o: undo.c buffer.h commands.h window.h dispextern.h lisp.h $(config_h) | |
| 189 unexaix.o: unexaix.c lisp.h $(config_h) | |
| 190 unexalpha.o: unexalpha.c $(config_h) | |
| 191 unexcw.o: unexcw.c lisp.h $(config_h) | |
|
109628
8e2c7c31861b
Rename src/unexec.c => src/unexcoff.c.
Eli Zaretskii <eliz@gnu.org>
parents:
108983
diff
changeset
|
192 unexcoff.o: unexcoff.c lisp.h $(config_h) |
| 108708 | 193 unexelf.o: unexelf.c $(config_h) |
| 194 unexhp9k800.o: unexhp9k800.c $(config_h) | |
| 195 unexmacosx.o: unexmacosx.c $(config_h) | |
| 196 unexsol.o: unexsol.c lisp.h $(config_h) | |
| 197 unexw32.o: unexw32.c $(config_h) | |
| 198 w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \ | |
| 199 msdos.h buffer.h charset.h coding.h composite.h lisp.h $(config_h) | |
| 200 widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ | |
| 201 $(srcdir)/../lwlib/lwlib.h lisp.h $(config_h) | |
| 202 window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | |
| 203 disptab.h keyboard.h msdos.h coding.h termhooks.h \ | |
| 204 keymap.h blockinput.h atimer.h systime.h $(INTERVALS_H) \ | |
| 205 xterm.h w32term.h nsterm.h nsgui.h lisp.h $(config_h) | |
| 206 xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h \ | |
| 207 coding.h termchar.h frame.h window.h disptab.h termhooks.h character.h \ | |
| 208 charset.h lisp.h $(config_h) keyboard.h $(INTERVALS_H) region-cache.h \ | |
| 209 xterm.h w32term.h nsterm.h nsgui.h msdos.h composite.h fontset.h ccl.h \ | |
| 210 blockinput.h atimer.h systime.h keymap.h font.h | |
| 211 xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | |
| 212 window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \ | |
| 213 systime.h keyboard.h fontset.h w32term.h nsterm.h coding.h ccl.h \ | |
| 214 $(INTERVALS_H) nsgui.h termchar.h termhooks.h font.h lisp.h $(config_h) | |
| 215 xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ | |
| 216 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \ | |
| 217 character.h charset.h coding.h gtkutil.h lisp.h $(config_h) termhooks.h \ | |
| 218 fontset.h termchar.h font.h xsettings.h $(INTERVALS_H) ccl.h | |
| 219 xfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ | |
| 220 font.h lisp.h $(config_h) atimer.h systime.h fontset.h ccl.h | |
| 221 xftfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ | |
| 222 font.h lisp.h $(config_h) atimer.h systime.h fontset.h ccl.h ftfont.h | |
| 223 ftxfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ | |
| 224 font.h lisp.h $(config_h) atimer.h systime.h fontset.h ccl.h | |
| 225 menu.o: menu.c lisp.h keyboard.h keymap.h frame.h termhooks.h blockinput.h \ | |
| 226 dispextern.h $(srcdir)/../lwlib/lwlib.h xterm.h gtkutil.h menu.h \ | |
| 227 lisp.h $(config_h) systime.h coding.h composite.h window.h atimer.h nsgui.h | |
| 228 xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ | |
| 229 charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \ | |
| 230 systime.h gtkutil.h msdos.h coding.h menu.h lisp.h $(config_h) composite.h \ | |
| 231 keymap.h sysselect.h | |
|
110407
e9bd1f306e02
Add xml.o dependencies to deps.mk.
Eli Zaretskii <eliz@gnu.org>
parents:
109952
diff
changeset
|
232 xml.o: xml.c buffer.h lisp.h $(config_h) |
| 108708 | 233 xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ |
| 234 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ | |
| 235 keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \ | |
| 236 coding.h process.h gtkutil.h font.h fontset.h lisp.h $(config_h) \ | |
| 237 xsettings.h intervals.h keymap.h xgselect.h sysselect.h | |
| 238 xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ | |
| 239 buffer.h atimer.h systime.h termhooks.h lisp.h $(config_h) keyboard.h \ | |
| 240 coding.h composite.h | |
| 241 xgselect.o: xgselect.h systime.h sysselect.h lisp.h $(config_h) | |
| 242 xrdb.o: xrdb.c lisp.h $(config_h) epaths.h | |
| 243 xsmfns.o: xsmfns.c lisp.h $(config_h) systime.h sysselect.h termhooks.h \ | |
| 244 xterm.h lisp.h termopts.h frame.h dispextern.h | |
| 245 xsettings.o: xterm.h xsettings.h lisp.h frame.h termhooks.h $(config_h) \ | |
| 246 dispextern.h keyboard.h systime.h coding.h composite.h blockinput.h \ | |
| 247 atimer.h termopts.h | |
| 248 | |
|
108798
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
249 ## The files of Lisp proper. |
| 108708 | 250 alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h \ |
| 251 keyboard.h blockinput.h atimer.h systime.h character.h lisp.h $(config_h) \ | |
| 252 $(INTERVALS_H) termhooks.h | |
| 253 bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \ | |
| 254 frame.h xterm.h lisp.h $(config_h) | |
| 255 data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \ | |
| 256 termhooks.h systime.h coding.h composite.h dispextern.h font.h ccl.h \ | |
| 257 lisp.h $(config_h) | |
| 258 eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ | |
| 259 dispextern.h lisp.h $(config_h) coding.h composite.h xterm.h | |
| 260 floatfns.o: floatfns.c syssignal.h lisp.h $(config_h) | |
| 261 fns.o: fns.c commands.h lisp.h $(config_h) frame.h buffer.h character.h \ | |
| 262 keyboard.h keymap.h window.h dispextern.h $(INTERVALS_H) coding.h md5.h \ | |
| 263 blockinput.h atimer.h systime.h xterm.h | |
| 264 print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ | |
| 265 lisp.h $(config_h) termchar.h $(INTERVALS_H) msdos.h termhooks.h \ | |
| 266 blockinput.h atimer.h systime.h font.h charset.h coding.h ccl.h | |
| 267 lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \ | |
| 268 charset.h lisp.h $(config_h) $(INTERVALS_H) termhooks.h coding.h msdos.h \ | |
| 269 systime.h frame.h blockinput.h atimer.h | |
| 270 | |
|
108798
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
271 ## Text properties support. |
| 108708 | 272 composite.o: composite.c buffer.h character.h coding.h font.h ccl.h \ |
| 273 frame.h termhooks.h $(INTERVALS_H) window.h lisp.h $(config_h) | |
| 274 intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \ | |
| 275 keymap.h lisp.h $(config_h) systime.h coding.h | |
| 276 textprop.o: textprop.c buffer.h window.h $(INTERVALS_H) \ | |
| 277 lisp.h $(config_h) | |
| 278 | |
| 279 | |
|
108798
dedcf813aa69
Do not preprocess src/Makefile.in.
Glenn Morris <rgm@gnu.org>
parents:
108710
diff
changeset
|
280 ### deps.mk ends here |
