1 ### deps.mk --- src/Makefile fragment for GNU Emacs
3 ## Copyright (C) 1985, 1987-1988, 1993-1995, 1999-2014
4 ## Free Software Foundation, Inc.
6 ## This file is part of GNU Emacs.
8 ## GNU Emacs is free software: you can redistribute it and/or modify
9 ## it under the terms of the GNU General Public License as published by
10 ## the Free Software Foundation, either version 3 of the License, or
11 ## (at your option) any later version.
13 ## GNU Emacs is distributed in the hope that it will be useful,
14 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ## GNU General Public License for more details.
18 ## You should have received a copy of the GNU General Public License
19 ## along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23 ## This file is inserted in src/Makefile if AUTO_DEPEND=no.
24 ## It defines static dependencies between the various source files.
26 ## FIXME some of these dependencies are platform-specific.
27 ## Eg callproc.c only depends on w32.h for WINDOWSNT builds.
28 ## One way to fix this would be to replace w32.h (etc) by $(W32_H),
29 ## a variable set by configure. Does not seem worth the trouble.
31 ## nsgui.h: In fact, every .o file depends directly or indirectly on
32 ## dispextern.h and hence nsgui.h under NS. But the ones that actually
33 ## use stuff there are more limited.
37 atimer.o
: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \
38 globals.h ..
/lib
/unistd.h
$(config_h
)
39 bidi.o
: bidi.c buffer.h character.h dispextern.h msdos.h lisp.h \
41 buffer.o
: buffer.c buffer.h region-cache.h commands.h window.h \
42 $(INTERVALS_H
) blockinput.h atimer.h systime.h character.h ..
/lib
/unistd.h \
43 indent.h keyboard.h coding.h keymap.h frame.h lisp.h globals.h
$(config_h
)
44 callint.o
: callint.c window.h commands.h buffer.h keymap.h globals.h msdos.h \
45 keyboard.h dispextern.h systime.h coding.h composite.h lisp.h \
46 character.h
$(config_h
)
47 callproc.o
: callproc.c epaths.h buffer.h commands.h lisp.h
$(config_h
) \
48 process.h systty.h syssignal.h character.h coding.h ccl.h msdos.h \
49 composite.h w32.h blockinput.h atimer.h systime.h frame.h termhooks.h \
50 buffer.h gnutls.h dispextern.h ..
/lib
/unistd.h globals.h
51 casefiddle.o
: casefiddle.c syntax.h commands.h buffer.h character.h \
52 composite.h keymap.h lisp.h globals.h
$(config_h
)
53 casetab.o
: casetab.c buffer.h character.h lisp.h globals.h
$(config_h
)
54 category.o
: category.c category.h buffer.h charset.h keymap.h \
55 character.h lisp.h globals.h
$(config_h
)
56 ccl.o
: ccl.c ccl.h charset.h character.h coding.h composite.h lisp.h \
58 character.o
: character.c character.h buffer.h charset.h composite.h disptab.h \
59 lisp.h globals.h
$(config_h
)
60 charset.o
: charset.c charset.h character.h buffer.h coding.h composite.h \
61 disptab.h lisp.h globals.h ..
/lib
/unistd.h
$(config_h
)
62 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 window.h dispextern.h msdos.h frame.h termhooks.h \
65 lisp.h globals.h
$(config_h
)
66 cm.o
: cm.c frame.h cm.h termhooks.h termchar.h dispextern.h msdos.h \
67 tparam.h lisp.h globals.h
$(config_h
)
68 cmds.o
: cmds.c syntax.h buffer.h character.h commands.h window.h lisp.h \
69 globals.h
$(config_h
) msdos.h dispextern.h keyboard.h keymap.h systime.h \
70 coding.h frame.h composite.h
71 pre-crt0.o
: pre-crt0.c
72 dbusbind.o
: dbusbind.c termhooks.h frame.h keyboard.h lisp.h
$(config_h
)
73 dired.o
: dired.c commands.h buffer.h lisp.h
$(config_h
) character.h charset.h \
74 coding.h regex.h systime.h blockinput.h atimer.h composite.h \
75 ..
/lib
/filemode.h ..
/lib
/unistd.h globals.h
76 dispnew.o
: dispnew.c systime.h commands.h process.h frame.h coding.h \
77 window.h buffer.h termchar.h termopts.h termhooks.h cm.h \
78 disptab.h indent.h
$(INTERVALS_H
) nsgui.h ..
/lib
/unistd.h \
79 xterm.h blockinput.h atimer.h character.h msdos.h keyboard.h \
80 syssignal.h gnutls.h lisp.h globals.h
$(config_h
)
81 # doc.o's dependency on buildobj.h is in src/Makefile.in.
82 doc.o
: doc.c lisp.h
$(config_h
) buffer.h keyboard.h keymap.h \
83 character.h systime.h coding.h composite.h ..
/lib
/unistd.h globals.h
84 doprnt.o
: doprnt.c character.h lisp.h globals.h ..
/lib
/unistd.h
$(config_h
)
85 dosfns.o
: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \
86 msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \
88 editfns.o
: editfns.c window.h buffer.h systime.h
$(INTERVALS_H
) character.h \
89 coding.h frame.h blockinput.h atimer.h \
90 ..
/lib
/intprops.h ..
/lib
/strftime.h ..
/lib
/unistd.h \
91 lisp.h globals.h
$(config_h
)
92 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 globals.h ..
/lib
/unistd.h window.h dispextern.h keyboard.h keymap.h \
95 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 coding.h msdos.h blockinput.h atimer.h lisp.h
$(config_h
) frame.h \
98 commands.h globals.h ..
/lib
/unistd.h
99 filelock.o
: filelock.c buffer.h character.h coding.h systime.h composite.h \
100 ..
/lib
/unistd.h lisp.h globals.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 globals.h
$(config_h
) buffer.h composite.h fontset.h \
103 xterm.h nsgui.h msdos.h
104 fontset.o
: fontset.c fontset.h ccl.h buffer.h character.h \
105 charset.h frame.h keyboard.h termhooks.h font.h lisp.h
$(config_h
) \
106 blockinput.h atimer.h systime.h coding.h
$(INTERVALS_H
) nsgui.h \
107 window.h xterm.h globals.h
108 frame.o
: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
109 blockinput.h atimer.h systime.h buffer.h character.h fontset.h font.h \
110 msdos.h dosfns.h dispextern.h w32term.h nsgui.h termchar.h coding.h \
111 composite.h lisp.h globals.h
$(config_h
) termhooks.h ccl.h
112 fringe.o
: fringe.c dispextern.h nsgui.h frame.h window.h buffer.h termhooks.h \
113 blockinput.h atimer.h systime.h lisp.h globals.h
$(config_h
)
114 ftfont.o
: ftfont.c dispextern.h frame.h character.h charset.h composite.h \
115 font.h lisp.h
$(config_h
) blockinput.h atimer.h systime.h coding.h \
116 fontset.h ccl.h ftfont.h globals.h
117 gnutls.o
: gnutls.c gnutls.h process.h ..
/lib
/unistd.h \
118 lisp.h globals.h
$(config_h
)
119 gtkutil.o
: gtkutil.c gtkutil.h xterm.h lisp.h frame.h lisp.h
$(config_h
) \
120 blockinput.h window.h atimer.h systime.h termhooks.h keyboard.h charset.h \
121 coding.h syssignal.h dispextern.h composite.h globals.h xsettings.h
122 image.o
: image.c frame.h window.h dispextern.h blockinput.h atimer.h \
123 systime.h xterm.h w32term.h w32gui.h font.h epaths.h character.h coding.h \
124 nsterm.h nsgui.h ..
/lib
/unistd.h lisp.h globals.h
$(config_h
) \
125 composite.h termhooks.h ccl.h
126 indent.o
: indent.c frame.h window.h indent.h buffer.h lisp.h
$(config_h
) \
127 termchar.h termopts.h disptab.h region-cache.h character.h category.h \
128 keyboard.h systime.h coding.h
$(INTERVALS_H
) globals.h
129 inotify.o
: inotify.c lisp.h coding.h process.h keyboard.h frame.h termhooks.h
130 insdel.o
: insdel.c window.h buffer.h
$(INTERVALS_H
) blockinput.h character.h \
131 atimer.h systime.h region-cache.h lisp.h globals.h
$(config_h
)
132 keyboard.o
: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \
133 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
134 systime.h syntax.h
$(INTERVALS_H
) blockinput.h atimer.h composite.h \
135 xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h nsgui.h coding.h \
136 process.h ..
/lib
/unistd.h gnutls.h lisp.h globals.h
$(config_h
)
137 keymap.o
: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
138 atimer.h systime.h puresize.h character.h charset.h
$(INTERVALS_H
) \
139 keymap.h window.h coding.h frame.h lisp.h globals.h
$(config_h
)
140 lastfile.o
: lastfile.c
$(config_h
)
141 macros.o
: macros.c window.h buffer.h commands.h macros.h keyboard.h msdos.h \
142 dispextern.h lisp.h globals.h
$(config_h
) systime.h coding.h composite.h
143 gmalloc.o
: gmalloc.c
$(config_h
)
144 ralloc.o
: ralloc.c lisp.h
$(config_h
)
145 vm-limit.o
: vm-limit.c lisp.h globals.h
$(config_h
)
146 marker.o
: marker.c buffer.h character.h lisp.h globals.h
$(config_h
)
147 minibuf.o
: minibuf.c syntax.h frame.h window.h keyboard.h systime.h \
148 buffer.h commands.h character.h msdos.h
$(INTERVALS_H
) keymap.h \
149 termhooks.h lisp.h globals.h
$(config_h
) coding.h
150 msdos.o
: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
151 termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \
152 keyboard.h
$(INTERVALS_H
) buffer.h commands.h blockinput.h atimer.h \
153 lisp.h sysselect.h
$(config_h
)
154 nsfns.o
: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \
155 dispextern.h fontset.h
$(INTERVALS_H
) keyboard.h blockinput.h \
156 atimer.h systime.h epaths.h termhooks.h coding.h systime.h lisp.h
$(config_h
)
157 nsfont.o
: nsterm.h dispextern.h frame.h lisp.h lisp.h
$(config_h
)
158 nsimage.o
: nsimage.m nsterm.h lisp.h
$(config_h
)
159 nsmenu.o
: nsmenu.m termhooks.h frame.h window.h dispextern.h \
160 nsgui.h keyboard.h blockinput.h atimer.h systime.h buffer.h \
161 nsterm.h lisp.h
$(config_h
)
162 nsterm.o
: nsterm.m blockinput.h atimer.h systime.h syssignal.h nsterm.h \
163 nsgui.h frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h \
164 termopts.h termchar.h disptab.h buffer.h window.h keyboard.h \
165 $(INTERVALS_H
) process.h coding.h lisp.h
$(config_h
)
166 nsselect.o
: nsselect.m blockinput.h nsterm.h nsgui.h frame.h lisp.h
$(config_h
)
167 process.o
: process.c process.h buffer.h window.h termhooks.h termopts.h \
168 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \
169 blockinput.h atimer.h coding.h msdos.h nsterm.h composite.h \
170 keyboard.h lisp.h globals.h
$(config_h
) character.h xgselect.h sysselect.h \
171 ..
/lib
/unistd.h gnutls.h
172 regex.o
: regex.c syntax.h buffer.h lisp.h globals.h
$(config_h
) regex.h \
173 category.h character.h
174 region-cache.o
: region-cache.c buffer.h region-cache.h \
175 lisp.h globals.h
$(config_h
)
176 scroll.o
: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \
177 termhooks.h lisp.h globals.h
$(config_h
) systime.h coding.h composite.h \
179 search.o
: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
180 blockinput.h atimer.h systime.h category.h character.h charset.h \
181 $(INTERVALS_H
) lisp.h globals.h
$(config_h
)
182 sound.o
: sound.c dispextern.h syssignal.h lisp.h globals.h
$(config_h
) \
183 atimer.h systime.h ..
/lib
/unistd.h msdos.h
184 syntax.o
: syntax.c syntax.h buffer.h commands.h category.h character.h \
185 keymap.h regex.h
$(INTERVALS_H
) lisp.h globals.h
$(config_h
)
186 sysdep.o
: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
187 process.h dispextern.h termhooks.h termchar.h termopts.h coding.h \
188 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \
189 globals.h
$(config_h
) composite.h sysselect.h gnutls.h \
190 ..
/lib
/allocator.h ..
/lib
/careadlinkat.h \
192 term.o
: term.c termchar.h termhooks.h termopts.h lisp.h globals.h
$(config_h
) \
193 cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \
194 xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \
195 systty.h syssignal.h tparam.h
$(INTERVALS_H
) buffer.h ..
/lib
/unistd.h
196 termcap.o
: termcap.c lisp.h tparam.h msdos.h
$(config_h
)
197 terminal.o
: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \
198 keyboard.h lisp.h globals.h
$(config_h
) dispextern.h composite.h systime.h \
200 terminfo.o
: terminfo.c tparam.h lisp.h globals.h
$(config_h
)
201 tparam.o
: tparam.c tparam.h lisp.h
$(config_h
)
202 undo.o
: undo.c buffer.h commands.h window.h dispextern.h msdos.h \
203 lisp.h globals.h
$(config_h
)
204 unexaix.o
: unexaix.c lisp.h unexec.h
$(config_h
)
205 unexcw.o
: unexcw.c lisp.h unexec.h
$(config_h
)
206 unexcoff.o
: unexcoff.c lisp.h unexec.h
$(config_h
)
207 unexelf.o
: unexelf.c unexec.h ..
/lib
/unistd.h
$(config_h
)
208 unexhp9k800.o
: unexhp9k800.c unexec.h
$(config_h
)
209 unexmacosx.o
: unexmacosx.c unexec.h
$(config_h
)
210 unexsol.o
: unexsol.c lisp.h unexec.h
$(config_h
)
211 unexw32.o
: unexw32.c unexec.h
$(config_h
)
212 w16select.o
: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \
213 msdos.h buffer.h charset.h coding.h composite.h lisp.h
$(config_h
)
214 widget.o
: widget.c xterm.h frame.h dispextern.h widgetprv.h \
215 $(srcdir)/..
/lwlib
/lwlib.h lisp.h
$(config_h
)
216 window.o
: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
217 disptab.h keyboard.h msdos.h coding.h termhooks.h \
218 keymap.h blockinput.h atimer.h systime.h
$(INTERVALS_H
) \
219 xterm.h w32term.h nsterm.h nsgui.h lisp.h globals.h
$(config_h
)
220 xdisp.o
: xdisp.c macros.h commands.h process.h indent.h buffer.h \
221 coding.h termchar.h frame.h window.h disptab.h termhooks.h character.h \
222 charset.h lisp.h
$(config_h
) keyboard.h
$(INTERVALS_H
) region-cache.h \
223 xterm.h w32term.h nsterm.h nsgui.h msdos.h composite.h fontset.h ccl.h \
224 blockinput.h atimer.h systime.h keymap.h font.h globals.h termopts.h \
225 ..
/lib
/unistd.h gnutls.h gtkutil.h
226 xfaces.o
: xfaces.c frame.h xterm.h buffer.h blockinput.h \
227 window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \
228 systime.h keyboard.h fontset.h w32term.h nsterm.h coding.h ccl.h \
229 $(INTERVALS_H
) nsgui.h termchar.h termhooks.h font.h \
230 lisp.h globals.h
$(config_h
)
231 xfns.o
: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \
232 $(srcdir)/..
/lwlib
/lwlib.h blockinput.h atimer.h systime.h epaths.h \
233 character.h charset.h coding.h gtkutil.h lisp.h
$(config_h
) termhooks.h \
234 fontset.h termchar.h font.h xsettings.h
$(INTERVALS_H
) ccl.h globals.h \
236 xfont.o
: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \
237 font.h lisp.h globals.h
$(config_h
) atimer.h systime.h fontset.h ccl.h
238 xftfont.o
: xftfont.c dispextern.h xterm.h frame.h blockinput.h character.h \
239 charset.h font.h lisp.h globals.h
$(config_h
) atimer.h systime.h \
240 fontset.h ccl.h ftfont.h composite.h
241 ftxfont.o
: ftxfont.c dispextern.h xterm.h frame.h blockinput.h character.h \
242 charset.h font.h lisp.h globals.h
$(config_h
) atimer.h systime.h \
244 menu.o
: menu.c lisp.h keyboard.h keymap.h frame.h termhooks.h blockinput.h \
245 dispextern.h
$(srcdir)/..
/lwlib
/lwlib.h xterm.h gtkutil.h menu.h \
246 lisp.h globals.h
$(config_h
) systime.h coding.h composite.h window.h \
247 atimer.h nsterm.h w32term.h msdos.h
248 xmenu.o
: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
249 charset.h keyboard.h
$(srcdir)/..
/lwlib
/lwlib.h blockinput.h atimer.h \
250 systime.h gtkutil.h msdos.h coding.h menu.h lisp.h globals.h
$(config_h
) \
251 composite.h keymap.h sysselect.h
252 xml.o
: xml.c buffer.h lisp.h globals.h
$(config_h
)
253 xterm.o
: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
254 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
255 keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \
256 coding.h process.h gtkutil.h font.h fontset.h lisp.h globals.h
$(config_h
) \
257 xsettings.h intervals.h keymap.h xgselect.h sysselect.h ..
/lib
/unistd.h \
259 xselect.o
: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \
260 buffer.h atimer.h systime.h termhooks.h lisp.h
$(config_h
) keyboard.h \
261 coding.h composite.h ..
/lib
/unistd.h globals.h gnutls.h
262 xgselect.o
: xgselect.h systime.h sysselect.h lisp.h globals.h
$(config_h
)
263 xrdb.o
: xrdb.c lisp.h globals.h
$(config_h
) epaths.h ..
/lib
/unistd.h
264 xsmfns.o
: xsmfns.c lisp.h
$(config_h
) systime.h sysselect.h termhooks.h \
265 xterm.h lisp.h termopts.h frame.h dispextern.h ..
/lib
/unistd.h globals.h \
266 gnutls.h keyboard.h coding.h composite.h
267 xsettings.o
: xterm.h xsettings.h lisp.h frame.h termhooks.h
$(config_h
) \
268 dispextern.h keyboard.h systime.h coding.h composite.h blockinput.h \
269 atimer.h termopts.h globals.h
271 ## The files of Lisp proper.
272 alloc.o
: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h \
273 keyboard.h blockinput.h atimer.h systime.h character.h lisp.h
$(config_h
) \
274 $(INTERVALS_H
) termhooks.h gnutls.h coding.h ..
/lib
/unistd.h globals.h
275 bytecode.o
: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \
276 lisp.h globals.h
$(config_h
) msdos.h
277 data.o
: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \
278 termhooks.h systime.h coding.h composite.h dispextern.h font.h ccl.h \
279 lisp.h globals.h
$(config_h
) msdos.h
280 eval.o
: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h frame.h \
281 dispextern.h lisp.h globals.h
$(config_h
) coding.h composite.h xterm.h \
283 floatfns.o
: floatfns.c syssignal.h lisp.h globals.h
$(config_h
)
284 fns.o
: fns.c commands.h lisp.h
$(config_h
) frame.h buffer.h character.h \
285 keyboard.h keymap.h window.h
$(INTERVALS_H
) coding.h ..
/lib
/md5.h \
286 ..
/lib
/sha1.h ..
/lib
/sha256.h ..
/lib
/sha512.h blockinput.h atimer.h \
287 systime.h xterm.h ..
/lib
/unistd.h globals.h
288 print.o
: print.c process.h frame.h window.h buffer.h keyboard.h character.h \
289 lisp.h globals.h
$(config_h
) termchar.h
$(INTERVALS_H
) msdos.h termhooks.h \
290 blockinput.h atimer.h systime.h font.h charset.h coding.h ccl.h \
291 gnutls.h ..
/lib
/unistd.h ..
/lib
/ftoastr.h ..
/lib
/intprops.h
292 lread.o
: lread.c commands.h keyboard.h buffer.h epaths.h character.h \
293 charset.h lisp.h globals.h
$(config_h
) $(INTERVALS_H
) termhooks.h \
294 coding.h msdos.h systime.h frame.h blockinput.h atimer.h ..
/lib
/unistd.h
296 ## Text properties support.
297 composite.o
: composite.c composite.h buffer.h character.h coding.h font.h \
298 ccl.h frame.h termhooks.h
$(INTERVALS_H
) window.h \
299 lisp.h globals.h
$(config_h
)
300 intervals.o
: intervals.c buffer.h
$(INTERVALS_H
) keyboard.h puresize.h \
301 keymap.h lisp.h globals.h
$(config_h
) systime.h coding.h
302 textprop.o
: textprop.c buffer.h window.h
$(INTERVALS_H
) \
303 lisp.h globals.h
$(config_h
)
306 ### deps.mk ends here