aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2009-12-19 11:25:34 +0000
committerEli Zaretskii2009-12-19 11:25:34 +0000
commit3f670e9acc08fa9c4ed10535b6cdedb32c2bc381 (patch)
tree14ed79acedca52155282f89bc3a2b0c158f8742f /src
parent7a6f7feaec2fce4366e34059ae57ce1881f38677 (diff)
downloademacs-3f670e9acc08fa9c4ed10535b6cdedb32c2bc381.tar.gz
emacs-3f670e9acc08fa9c4ed10535b6cdedb32c2bc381.zip
Update dependencies in Makefile.in.
(alloc.o): Depend on termhooks.h. (atimer.o): Depend on blockinput.h. (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h, and frame.h. (callint.o): Depend on systime.h, coding.h, and composite.h. (callproc.o): Depend on buffer.h. (casefiddle.o): Don't depend on charset.h. (casetab.o): Depend on character.h. (ccl.o): Depend on composite.h. (chartab.o): Depend on ccl.h. (cm.o): Depend on dispextern.h. (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h. (coding.o): Don't depend on $(INTERVALS_H). (composite.o): Don't depend on dispextern.h explicitly (it's in $(INTERVALS_H)). Depend on ccl.h. (data.o): Depend on systime.h, coding.h, composite.h, dispextern.h, font.h, and ccl.h. (dired.o): Depend on composite.h. (dispnew.o): Depend on coding.h. Don't depend explicitly on composite.h (it's in $(INTERVALS_H)). (doc.o): Depend on systime.h, coding.h, and composite.h. (editfns.o): Don't depend explicitly on dispextern.h. (emacs.o): Depend on frame.h and coding.h. (eval.o): Depend on coding.h, composite.h, and xterm.h. (fileio.o): Depend on frame.h and commands.h. Don't depend explicitly on dispextern.h. (filelock.o): Don't depend on epaths.h and charset.h. Depend on composite.h. (fns.o): Don't depend on termhooks.h. (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h. (fontset.o): Depend on blockinput.h, atimer.h, systime.h, coding.h, $(INTERVALS_H), window.h, xterm.h. (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h. (fringe.o): Depend on blockinput.h, atimer.h, and systime.h. (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h, fontset.h, ccl.h, and ftfont.h. (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h. (gtkutil.o): Depend on dispextern.h and composite.h. (image.o): Depend on epaths.h, character.h, coding.h, composite.h, termhooks.h, and ccl.h. (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H). (intervals.o): Depend on systime.h and coding.h. (keyboard.o): Depend on composite.h and coding.h. (keymap.o): Depend on coding.h and frame.h. (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h. (macros.o): Depend on systime.h, coding.h, and composite.h. (menu.o): Depend on systime.h, coding.h, composite.h, window.h, and atimer.h. (minibuf.o): Depend on systime.h and coding.h. Don't depend on dispextern.h explicitly. (print.o): Depend on termhooks.h, coding.h, and ccl.h. Don't depend explicitly on dispextern.h and composite.h. (process.o): Depend on character.h, xgselect.h, and sysselect.h. (regex.o): Don't depend on charset.h. (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h. (search.o): Don't depend explicitly on composite.h. (sound.o): Depend on atimer.h and systime.h. (syntax.o): Don't depend explicitly on composite.h. (sysdep.o): Depend on coding.h and composite.h. (term.o): Depend on xterm.h and buffer.h. (terminal.o): Depend on dispextern.h, composite.h, and systime.h. (textprop.o): Don't depend on dispextern.h explicitly. (undo.o): Depend on dispextern.h. (window.o): Depend on coding.h and termhooks.h. Don't depend on dispextern.h and composite.h explicitly. (xdisp.o): Depend on ccl.h. (xfaces.o): Depend on coding.h and ccl.h. (xfns.o): Depend on $(INTERVALS_H) and ccl.h. (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h. (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and ftfont.h. (xgselect.o): New dependency. (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h. (xselect.o): Depend on keyboard.h, coding.h, and composite.h. (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h, coding.h, composite.h, blockinput.h, atimer.h, and termopts.h. (xsmfns.o): Depend on frame.h and dispextern.h. (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and sysselect.h.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog84
-rw-r--r--src/Makefile.in176
2 files changed, 179 insertions, 81 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index efde5769673..873267fca49 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,87 @@
12009-12-19 Eli Zaretskii <eliz@gnu.org>
2
3 Update dependencies in Makefile.in.
4
5 * Makefile.in (alloc.o): Depend on termhooks.h.
6 (atimer.o): Depend on blockinput.h.
7 (buffer.o): Depend on indent.h, keyboard.h, coding.h, keymap.h,
8 and frame.h.
9 (callint.o): Depend on systime.h, coding.h, and composite.h.
10 (callproc.o): Depend on buffer.h.
11 (casefiddle.o): Don't depend on charset.h.
12 (casetab.o): Depend on character.h.
13 (ccl.o): Depend on composite.h.
14 (chartab.o): Depend on ccl.h.
15 (cm.o): Depend on dispextern.h.
16 (cmds.o): Depend on systime.h, coding.h, frame.h, and composite.h.
17 (coding.o): Don't depend on $(INTERVALS_H).
18 (composite.o): Don't depend on dispextern.h explicitly (it's in
19 $(INTERVALS_H)). Depend on ccl.h.
20 (data.o): Depend on systime.h, coding.h, composite.h,
21 dispextern.h, font.h, and ccl.h.
22 (dired.o): Depend on composite.h.
23 (dispnew.o): Depend on coding.h. Don't depend explicitly on
24 composite.h (it's in $(INTERVALS_H)).
25 (doc.o): Depend on systime.h, coding.h, and composite.h.
26 (editfns.o): Don't depend explicitly on dispextern.h.
27 (emacs.o): Depend on frame.h and coding.h.
28 (eval.o): Depend on coding.h, composite.h, and xterm.h.
29 (fileio.o): Depend on frame.h and commands.h. Don't depend
30 explicitly on dispextern.h.
31 (filelock.o): Don't depend on epaths.h and charset.h. Depend on
32 composite.h.
33 (fns.o): Don't depend on termhooks.h.
34 (font.o): Depend on buffer.h, composite.h, fontset.h, and xterm.h.
35 (fontset.o): Depend on blockinput.h, atimer.h, systime.h,
36 coding.h, $(INTERVALS_H), window.h, xterm.h.
37 (frame.o): Depend on coding.h, composite.h, termhooks.h, and ccl.h.
38 (fringe.o): Depend on blockinput.h, atimer.h, and systime.h.
39 (ftfont.o): Depend on blockinput.h, atimer.h, systime.h, coding.h,
40 fontset.h, ccl.h, and ftfont.h.
41 (ftxfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
42 (gtkutil.o): Depend on dispextern.h and composite.h.
43 (image.o): Depend on epaths.h, character.h, coding.h, composite.h,
44 termhooks.h, and ccl.h.
45 (indent.o): Depend on systime.h, coding.h, and $(INTERVALS_H).
46 (intervals.o): Depend on systime.h and coding.h.
47 (keyboard.o): Depend on composite.h and coding.h.
48 (keymap.o): Depend on coding.h and frame.h.
49 (lread.o): Depend on systime.h, frame.h, blockinput.h, and atimer.h.
50 (macros.o): Depend on systime.h, coding.h, and composite.h.
51 (menu.o): Depend on systime.h, coding.h, composite.h, window.h,
52 and atimer.h.
53 (minibuf.o): Depend on systime.h and coding.h. Don't depend on
54 dispextern.h explicitly.
55 (print.o): Depend on termhooks.h, coding.h, and ccl.h. Don't
56 depend explicitly on dispextern.h and composite.h.
57 (process.o): Depend on character.h, xgselect.h, and sysselect.h.
58 (regex.o): Don't depend on charset.h.
59 (scroll.o): Depend on systime.h, coding.h, composite.h, and window.h.
60 (search.o): Don't depend explicitly on composite.h.
61 (sound.o): Depend on atimer.h and systime.h.
62 (syntax.o): Don't depend explicitly on composite.h.
63 (sysdep.o): Depend on coding.h and composite.h.
64 (term.o): Depend on xterm.h and buffer.h.
65 (terminal.o): Depend on dispextern.h, composite.h, and systime.h.
66 (textprop.o): Don't depend on dispextern.h explicitly.
67 (undo.o): Depend on dispextern.h.
68 (window.o): Depend on coding.h and termhooks.h. Don't depend on
69 dispextern.h and composite.h explicitly.
70 (xdisp.o): Depend on ccl.h.
71 (xfaces.o): Depend on coding.h and ccl.h.
72 (xfns.o): Depend on $(INTERVALS_H) and ccl.h.
73 (xfont.o): Depend on atimer.h, systime.h, fontset.h, and ccl.h.
74 (xftfont.o): Depend on atimer.h, systime.h, fontset.h, ccl.h, and
75 ftfont.h.
76 (xgselect.o): New dependency.
77 (xmenu.o): Depend on composite.h, keymap.h, and sysselect.h.
78 (xselect.o): Depend on keyboard.h, coding.h, and composite.h.
79 (xsettings.o): Depend on dispextern.h, keyboard.h, systime.h,
80 coding.h, composite.h, blockinput.h, atimer.h, and termopts.h.
81 (xsmfns.o): Depend on frame.h and dispextern.h.
82 (xterm.o): Depend on intervals.h, keymap.h, xgselect.h, and
83 sysselect.h.
84
12009-12-19 Andreas Schwab <schwab@linux-m68k.org> 852009-12-19 Andreas Schwab <schwab@linux-m68k.org>
2 86
3 * font.c (Fclear_font_cache): Pass correct cache argument to 87 * font.c (Fclear_font_cache): Pass correct cache argument to
diff --git a/src/Makefile.in b/src/Makefile.in
index 0f11cd8019a..9df39f4f23e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1050,98 +1050,104 @@ doc.o: buildobj.h
1050 1050
1051#ifndef AUTO_DEPEND 1051#ifndef AUTO_DEPEND
1052 1052
1053atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h $(config_h) 1053atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \
1054 $(config_h)
1054buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ 1055buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
1055 dispextern.h $(INTERVALS_H) blockinput.h atimer.h systime.h character.h \ 1056 $(INTERVALS_H) blockinput.h atimer.h systime.h character.h \
1056 lisp.h $(config_h) 1057 indent.h keyboard.h coding.h keymap.h frame.h lisp.h $(config_h)
1057callint.o: callint.c window.h commands.h buffer.h keymap.h \ 1058callint.o: callint.c window.h commands.h buffer.h keymap.h \
1058 keyboard.h dispextern.h lisp.h $(config_h) 1059 keyboard.h dispextern.h systime.h coding.h composite.h lisp.h $(config_h)
1059callproc.o: callproc.c epaths.h buffer.h commands.h lisp.h $(config_h) \ 1060callproc.o: callproc.c epaths.h buffer.h commands.h lisp.h $(config_h) \
1060 process.h systty.h syssignal.h character.h coding.h ccl.h msdos.h \ 1061 process.h systty.h syssignal.h character.h coding.h ccl.h msdos.h \
1061 composite.h w32.h blockinput.h atimer.h systime.h frame.h termhooks.h 1062 composite.h w32.h blockinput.h atimer.h systime.h frame.h termhooks.h \
1063 buffer.h
1062casefiddle.o: casefiddle.c syntax.h commands.h buffer.h character.h \ 1064casefiddle.o: casefiddle.c syntax.h commands.h buffer.h character.h \
1063 composite.h \ 1065 composite.h keymap.h lisp.h $(config_h)
1064 charset.h keymap.h lisp.h $(config_h) 1066casetab.o: casetab.c buffer.h character.h lisp.h $(config_h)
1065casetab.o: casetab.c buffer.h lisp.h $(config_h)
1066category.o: category.c category.h buffer.h charset.h keymap.h \ 1067category.o: category.c category.h buffer.h charset.h keymap.h \
1067 character.h lisp.h $(config_h) 1068 character.h lisp.h $(config_h)
1068ccl.o: ccl.c ccl.h charset.h character.h coding.h lisp.h $(config_h) 1069ccl.o: ccl.c ccl.h charset.h character.h coding.h composite.h lisp.h $(config_h)
1069character.o: character.c character.h buffer.h charset.h composite.h disptab.h \ 1070character.o: character.c character.h buffer.h charset.h composite.h disptab.h \
1070 lisp.h $(config_h) 1071 lisp.h $(config_h)
1071charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \ 1072charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \
1072 disptab.h lisp.h $(config_h) 1073 disptab.h lisp.h $(config_h)
1073chartab.o: charset.h character.h lisp.h $(config_h) 1074chartab.o: charset.h character.h ccl.h lisp.h $(config_h)
1074coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h $(INTERVALS_H) composite.h \ 1075coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h composite.h \
1075 window.h dispextern.h frame.h termhooks.h lisp.h $(config_h) 1076 window.h dispextern.h frame.h termhooks.h lisp.h $(config_h)
1076cm.o: cm.c frame.h cm.h termhooks.h termchar.h lisp.h $(config_h) 1077cm.o: cm.c frame.h cm.h termhooks.h termchar.h dispextern.h lisp.h $(config_h)
1077cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h lisp.h $(config_h) \ 1078cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h lisp.h $(config_h) \
1078 msdos.h dispextern.h keyboard.h keymap.h 1079 msdos.h dispextern.h keyboard.h keymap.h systime.h coding.h frame.h \
1080 composite.h
1079pre-crt0.o: pre-crt0.c 1081pre-crt0.o: pre-crt0.c
1080dbusbind.o: dbusbind.c termhooks.h frame.h keyboard.h lisp.h $(config_h) 1082dbusbind.o: dbusbind.c termhooks.h frame.h keyboard.h lisp.h $(config_h)
1081dired.o: dired.c commands.h buffer.h lisp.h $(config_h) character.h charset.h \ 1083dired.o: dired.c commands.h buffer.h lisp.h $(config_h) character.h charset.h \
1082 coding.h regex.h systime.h blockinput.h atimer.h 1084 coding.h regex.h systime.h blockinput.h atimer.h composite.h
1083dispnew.o: dispnew.c systime.h commands.h process.h frame.h \ 1085dispnew.o: dispnew.c systime.h commands.h process.h frame.h coding.h \
1084 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \ 1086 window.h buffer.h termchar.h termopts.h termhooks.h cm.h \
1085 disptab.h indent.h $(INTERVALS_H) \ 1087 disptab.h indent.h $(INTERVALS_H) \
1086 xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \ 1088 xterm.h blockinput.h atimer.h character.h msdos.h keyboard.h \
1087 syssignal.h lisp.h $(config_h) 1089 syssignal.h lisp.h $(config_h)
1088doc.o: doc.c lisp.h $(config_h) epaths.h buffer.h keyboard.h keymap.h character.h 1090doc.o: doc.c lisp.h $(config_h) epaths.h buffer.h keyboard.h keymap.h \
1091 character.h systime.h coding.h composite.h
1089doprnt.o: doprnt.c character.h lisp.h $(config_h) 1092doprnt.o: doprnt.c character.h lisp.h $(config_h)
1090dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ 1093dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \
1091 msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \ 1094 msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \
1092 lisp.h $(config_h) 1095 lisp.h $(config_h)
1093editfns.o: editfns.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ 1096editfns.o: editfns.c window.h buffer.h systime.h $(INTERVALS_H) character.h \
1094 coding.h dispextern.h frame.h blockinput.h atimer.h lisp.h $(config_h) 1097 coding.h frame.h blockinput.h atimer.h lisp.h $(config_h)
1095emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ 1098emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1096 termhooks.h buffer.h atimer.h systime.h $(INTERVALS_H) lisp.h $(config_h) \ 1099 termhooks.h buffer.h atimer.h systime.h $(INTERVALS_H) lisp.h $(config_h) \
1097 window.h dispextern.h keyboard.h keymap.h 1100 window.h dispextern.h keyboard.h keymap.h frame.h coding.h
1098fileio.o: fileio.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ 1101fileio.o: fileio.c window.h buffer.h systime.h $(INTERVALS_H) character.h \
1099 coding.h msdos.h dispextern.h blockinput.h atimer.h lisp.h $(config_h) 1102 coding.h msdos.h blockinput.h atimer.h lisp.h $(config_h) frame.h commands.h
1100filelock.o: filelock.c buffer.h character.h charset.h coding.h systime.h \ 1103filelock.o: filelock.c buffer.h character.h coding.h systime.h composite.h \
1101 epaths.h lisp.h $(config_h) 1104 lisp.h $(config_h)
1102filemode.o: filemode.c $(config_h) 1105filemode.o: filemode.c $(config_h)
1103frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1106frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1104 blockinput.h atimer.h systime.h buffer.h character.h fontset.h font.h \ 1107 blockinput.h atimer.h systime.h buffer.h character.h fontset.h font.h \
1105 msdos.h dosfns.h dispextern.h w32term.h termchar.h \ 1108 msdos.h dosfns.h dispextern.h w32term.h termchar.h coding.h composite.h \
1106 lisp.h $(config_h) 1109 lisp.h $(config_h) termhooks.h ccl.h
1107fringe.o: fringe.c dispextern.h frame.h window.h buffer.h termhooks.h lisp.h $(config_h) 1110fringe.o: fringe.c dispextern.h frame.h window.h buffer.h termhooks.h \
1111 blockinput.h atimer.h systime.h lisp.h $(config_h)
1108font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \ 1112font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \
1109 font.h lisp.h $(config_h) 1113 font.h lisp.h $(config_h) buffer.h composite.h fontset.h xterm.h
1110ftfont.o: dispextern.h frame.h character.h charset.h composite.h font.h \ 1114ftfont.o: dispextern.h frame.h character.h charset.h composite.h font.h \
1111 lisp.h $(config_h) 1115 lisp.h $(config_h) blockinput.h atimer.h systime.h coding.h fontset.h \
1112fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h character.h \ 1116 ccl.h ftfont.h
1113 charset.h frame.h keyboard.h termhooks.h font.h lisp.h $(config_h) 1117fontset.o: fontset.c fontset.h ccl.h buffer.h character.h \
1118 charset.h frame.h keyboard.h termhooks.h font.h lisp.h $(config_h) \
1119 blockinput.h atimer.h systime.h coding.h $(INTERVALS_H) window.h xterm.h
1114getloadavg.o: getloadavg.c $(config_h) 1120getloadavg.o: getloadavg.c $(config_h)
1115gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h lisp.h $(config_h) \ 1121gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h lisp.h $(config_h) \
1116 blockinput.h window.h atimer.h systime.h termhooks.h keyboard.h \ 1122 blockinput.h window.h atimer.h systime.h termhooks.h keyboard.h \
1117 charset.h coding.h syssignal.h 1123 charset.h coding.h syssignal.h dispextern.h composite.h
1118image.o: image.c frame.h window.h dispextern.h blockinput.h atimer.h \ 1124image.o: image.c frame.h window.h dispextern.h blockinput.h atimer.h \
1119 systime.h xterm.h w32term.h w32gui.h font.h \ 1125 systime.h xterm.h w32term.h w32gui.h font.h epaths.h character.h coding.h \
1120 nsterm.h nsgui.h lisp.h $(config_h) 1126 nsterm.h nsgui.h lisp.h $(config_h) composite.h termhooks.h ccl.h
1121indent.o: indent.c frame.h window.h indent.h buffer.h lisp.h $(config_h) termchar.h \ 1127indent.o: indent.c frame.h window.h indent.h buffer.h lisp.h $(config_h) termchar.h \
1122 termopts.h disptab.h region-cache.h character.h category.h composite.h \ 1128 termopts.h disptab.h region-cache.h character.h category.h \
1123 dispextern.h keyboard.h 1129 keyboard.h systime.h coding.h $(INTERVALS_H)
1124insdel.o: insdel.c window.h buffer.h $(INTERVALS_H) blockinput.h character.h \ 1130insdel.o: insdel.c window.h buffer.h $(INTERVALS_H) blockinput.h character.h \
1125 dispextern.h atimer.h systime.h region-cache.h lisp.h $(config_h) 1131 dispextern.h atimer.h systime.h region-cache.h lisp.h $(config_h)
1126keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \ 1132keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \
1127 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ 1133 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
1128 systime.h dispextern.h syntax.h $(INTERVALS_H) blockinput.h atimer.h \ 1134 systime.h syntax.h $(INTERVALS_H) blockinput.h atimer.h composite.h \
1129 xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h \ 1135 xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h coding.h \
1130 lisp.h $(config_h) 1136 lisp.h $(config_h)
1131keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 1137keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
1132 atimer.h systime.h puresize.h character.h charset.h $(INTERVALS_H) keymap.h window.h \ 1138 atimer.h systime.h puresize.h character.h charset.h $(INTERVALS_H) keymap.h window.h \
1133 lisp.h $(config_h) 1139 coding.h frame.h lisp.h $(config_h)
1134lastfile.o: lastfile.c $(config_h) 1140lastfile.o: lastfile.c $(config_h)
1135macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \ 1141macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \
1136 dispextern.h lisp.h $(config_h) 1142 dispextern.h lisp.h $(config_h) systime.h coding.h composite.h
1137gmalloc.o: gmalloc.c $(config_h) 1143gmalloc.o: gmalloc.c $(config_h)
1138ralloc.o: ralloc.c lisp.h $(config_h) 1144ralloc.o: ralloc.c lisp.h $(config_h)
1139vm-limit.o: vm-limit.c mem-limits.h lisp.h $(config_h) 1145vm-limit.o: vm-limit.c mem-limits.h lisp.h $(config_h)
1140marker.o: marker.c buffer.h character.h lisp.h $(config_h) 1146marker.o: marker.c buffer.h character.h lisp.h $(config_h)
1141md5.o: md5.c md5.h $(config_h) 1147md5.o: md5.c md5.h $(config_h)
1142minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ 1148minibuf.o: minibuf.c syntax.h frame.h window.h keyboard.h systime.h \
1143 buffer.h commands.h character.h msdos.h $(INTERVALS_H) keymap.h \ 1149 buffer.h commands.h character.h msdos.h $(INTERVALS_H) keymap.h \
1144 termhooks.h lisp.h $(config_h) 1150 termhooks.h lisp.h $(config_h) coding.h
1145mktime.o: mktime.c $(config_h) 1151mktime.o: mktime.c $(config_h)
1146msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ 1152msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
1147 termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ 1153 termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \
@@ -1162,33 +1168,33 @@ nsselect.o: nsselect.m blockinput.h nsterm.h nsgui.h frame.h lisp.h $(config_h)
1162process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ 1168process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
1163 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ 1169 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \
1164 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ 1170 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \
1165 keyboard.h lisp.h $(config_h) 1171 keyboard.h lisp.h $(config_h) character.h xgselect.h sysselect.h
1166regex.o: regex.c syntax.h buffer.h lisp.h $(config_h) regex.h category.h character.h \ 1172regex.o: regex.c syntax.h buffer.h lisp.h $(config_h) regex.h category.h character.h
1167 charset.h
1168region-cache.o: region-cache.c buffer.h region-cache.h lisp.h $(config_h) 1173region-cache.o: region-cache.c buffer.h region-cache.h lisp.h $(config_h)
1169scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ 1174scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \
1170 termhooks.h lisp.h $(config_h) 1175 termhooks.h lisp.h $(config_h) systime.h coding.h composite.h window.h
1171search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ 1176search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
1172 blockinput.h atimer.h systime.h category.h character.h charset.h \ 1177 blockinput.h atimer.h systime.h category.h character.h charset.h \
1173 composite.h $(INTERVALS_H) \ 1178 $(INTERVALS_H) \
1174 lisp.h $(config_h) 1179 lisp.h $(config_h)
1175sound.o: sound.c dispextern.h syssignal.h lisp.h $(config_h) 1180sound.o: sound.c dispextern.h syssignal.h lisp.h $(config_h) atimer.h systime.h
1176strftime.o: strftime.c $(config_h) 1181strftime.o: strftime.c $(config_h)
1177syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \ 1182syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \
1178 composite.h keymap.h regex.h $(INTERVALS_H) lisp.h $(config_h) 1183 keymap.h regex.h $(INTERVALS_H) lisp.h $(config_h)
1179sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ 1184sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
1180 process.h dispextern.h termhooks.h termchar.h termopts.h \ 1185 process.h dispextern.h termhooks.h termchar.h termopts.h coding.h \
1181 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h $(config_h) 1186 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h $(config_h) \
1187 composite.h
1182term.o: term.c termchar.h termhooks.h termopts.h lisp.h $(config_h) cm.h frame.h \ 1188term.o: term.c termchar.h termhooks.h termopts.h lisp.h $(config_h) cm.h frame.h \
1183 disptab.h dispextern.h keyboard.h character.h charset.h coding.h ccl.h \ 1189 disptab.h keyboard.h character.h charset.h coding.h ccl.h xterm.h \
1184 msdos.h window.h keymap.h blockinput.h atimer.h systime.h systty.h \ 1190 msdos.h window.h keymap.h blockinput.h atimer.h systime.h systty.h \
1185 syssignal.h $(INTERVALS_H) 1191 syssignal.h $(INTERVALS_H) buffer.h
1186termcap.o: termcap.c lisp.h $(config_h) 1192termcap.o: termcap.c lisp.h $(config_h)
1187terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \ 1193terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \
1188 keyboard.h lisp.h $(config_h) 1194 keyboard.h lisp.h $(config_h) dispextern.h composite.h systime.h
1189terminfo.o: terminfo.c lisp.h $(config_h) 1195terminfo.o: terminfo.c lisp.h $(config_h)
1190tparam.o: tparam.c lisp.h $(config_h) 1196tparam.o: tparam.c lisp.h $(config_h)
1191undo.o: undo.c buffer.h commands.h window.h lisp.h $(config_h) 1197undo.o: undo.c buffer.h commands.h window.h dispextern.h lisp.h $(config_h)
1192unexaix.o: unexaix.c lisp.h $(config_h) 1198unexaix.o: unexaix.c lisp.h $(config_h)
1193unexalpha.o: unexalpha.c $(config_h) 1199unexalpha.o: unexalpha.c $(config_h)
1194unexcw.o: unexcw.c lisp.h $(config_h) 1200unexcw.o: unexcw.c lisp.h $(config_h)
@@ -1203,71 +1209,79 @@ w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \
1203widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ 1209widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \
1204 $(srcdir)/../lwlib/lwlib.h lisp.h $(config_h) 1210 $(srcdir)/../lwlib/lwlib.h lisp.h $(config_h)
1205window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ 1211window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
1206 disptab.h keyboard.h dispextern.h msdos.h composite.h \ 1212 disptab.h keyboard.h msdos.h coding.h termhooks.h \
1207 keymap.h blockinput.h atimer.h systime.h $(INTERVALS_H) \ 1213 keymap.h blockinput.h atimer.h systime.h $(INTERVALS_H) \
1208 xterm.h w32term.h nsterm.h lisp.h $(config_h) 1214 xterm.h w32term.h nsterm.h lisp.h $(config_h)
1209xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h \ 1215xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h \
1210 coding.h termchar.h frame.h window.h disptab.h termhooks.h character.h \ 1216 coding.h termchar.h frame.h window.h disptab.h termhooks.h character.h \
1211 charset.h lisp.h $(config_h) keyboard.h $(INTERVALS_H) region-cache.h xterm.h \ 1217 charset.h lisp.h $(config_h) keyboard.h $(INTERVALS_H) region-cache.h xterm.h \
1212 w32term.h nsterm.h msdos.h composite.h fontset.h \ 1218 w32term.h nsterm.h msdos.h composite.h fontset.h ccl.h \
1213 blockinput.h atimer.h systime.h keymap.h font.h 1219 blockinput.h atimer.h systime.h keymap.h font.h
1214xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 1220xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
1215 window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \ 1221 window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \
1216 systime.h keyboard.h fontset.h w32term.h nsterm.h \ 1222 systime.h keyboard.h fontset.h w32term.h nsterm.h coding.h ccl.h \
1217 $(INTERVALS_H) termchar.h termhooks.h font.h lisp.h $(config_h) 1223 $(INTERVALS_H) termchar.h termhooks.h font.h lisp.h $(config_h)
1218xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ 1224xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \
1219 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \ 1225 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \
1220 character.h charset.h coding.h gtkutil.h lisp.h $(config_h) termhooks.h \ 1226 character.h charset.h coding.h gtkutil.h lisp.h $(config_h) termhooks.h \
1221 fontset.h termchar.h font.h xsettings.h 1227 fontset.h termchar.h font.h xsettings.h $(INTERVALS_H) ccl.h
1222xfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ 1228xfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \
1223 font.h lisp.h $(config_h) 1229 font.h lisp.h $(config_h) atimer.h systime.h fontset.h ccl.h
1224xftfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ 1230xftfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \
1225 font.h lisp.h $(config_h) 1231 font.h lisp.h $(config_h) atimer.h systime.h fontset.h ccl.h ftfont.h
1226ftxfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ 1232ftxfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \
1227 font.h lisp.h $(config_h) 1233 font.h lisp.h $(config_h) atimer.h systime.h fontset.h ccl.h
1228menu.o: menu.c lisp.h keyboard.h keymap.h frame.h termhooks.h blockinput.h \ 1234menu.o: menu.c lisp.h keyboard.h keymap.h frame.h termhooks.h blockinput.h \
1229 dispextern.h $(srcdir)/../lwlib/lwlib.h xterm.h gtkutil.h menu.h \ 1235 dispextern.h $(srcdir)/../lwlib/lwlib.h xterm.h gtkutil.h menu.h \
1230 lisp.h $(config_h) 1236 lisp.h $(config_h) systime.h coding.h composite.h window.h atimer.h
1231xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ 1237xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
1232 charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \ 1238 charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \
1233 systime.h gtkutil.h msdos.h coding.h menu.h lisp.h $(config_h) 1239 systime.h gtkutil.h msdos.h coding.h menu.h lisp.h $(config_h) composite.h \
1240 keymap.h sysselect.h
1234xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ 1241xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
1235 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ 1242 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
1236 keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \ 1243 keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \
1237 coding.h process.h gtkutil.h font.h fontset.h lisp.h $(config_h) xsettings.h 1244 coding.h process.h gtkutil.h font.h fontset.h lisp.h $(config_h) \
1245 xsettings.h intervals.h keymap.h xgselect.h sysselect.h
1238xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ 1246xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \
1239 buffer.h atimer.h systime.h termhooks.h lisp.h $(config_h) 1247 buffer.h atimer.h systime.h termhooks.h lisp.h $(config_h) keyboard.h \
1248 coding.h composite.h
1249xgselect.o: xgselect.h systime.h sysselect.h lisp.h $(config_h)
1240xrdb.o: xrdb.c lisp.h $(config_h) epaths.h 1250xrdb.o: xrdb.c lisp.h $(config_h) epaths.h
1241xsmfns.o: xsmfns.c lisp.h $(config_h) systime.h sysselect.h termhooks.h xterm.h \ 1251xsmfns.o: xsmfns.c lisp.h $(config_h) systime.h sysselect.h termhooks.h xterm.h \
1242 lisp.h termopts.h 1252 lisp.h termopts.h frame.h dispextern.h
1243xsettings.o: xterm.h xsettings.h lisp.h frame.h termhooks.h $(config_h) 1253xsettings.o: xterm.h xsettings.h lisp.h frame.h termhooks.h $(config_h) \
1254 dispextern.h keyboard.h systime.h coding.h composite.h blockinput.h atimer.h \
1255 termopts.h
1244/* The files of Lisp proper */ 1256/* The files of Lisp proper */
1245 1257
1246alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ 1258alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h \
1247 blockinput.h atimer.h systime.h character.h dispextern.h lisp.h $(config_h) \ 1259 keyboard.h blockinput.h atimer.h systime.h character.h lisp.h $(config_h) \
1248 $(INTERVALS_H) 1260 $(INTERVALS_H) termhooks.o
1249bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \ 1261bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \
1250 frame.h xterm.h lisp.h $(config_h) 1262 frame.h xterm.h lisp.h $(config_h)
1251data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \ 1263data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \
1252 termhooks.h lisp.h $(config_h) 1264 termhooks.h systime.h coding.h composite.h dispextern.h font.h ccl.h \
1265 lisp.h $(config_h)
1253eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ 1266eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
1254 dispextern.h lisp.h $(config_h) 1267 dispextern.h lisp.h $(config_h) coding.h composite.h xterm.h
1255floatfns.o: floatfns.c syssignal.h lisp.h $(config_h) 1268floatfns.o: floatfns.c syssignal.h lisp.h $(config_h)
1256fns.o: fns.c commands.h lisp.h $(config_h) frame.h buffer.h character.h keyboard.h \ 1269fns.o: fns.c commands.h lisp.h $(config_h) frame.h buffer.h character.h keyboard.h \
1257 keymap.h frame.h window.h dispextern.h $(INTERVALS_H) coding.h md5.h \ 1270 keymap.h window.h dispextern.h $(INTERVALS_H) coding.h md5.h \
1258 blockinput.h atimer.h systime.h xterm.h termhooks.h 1271 blockinput.h atimer.h systime.h xterm.h
1259print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ 1272print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \
1260 lisp.h $(config_h) dispextern.h termchar.h $(INTERVALS_H) msdos.h composite.h \ 1273 lisp.h $(config_h) termchar.h $(INTERVALS_H) msdos.h termhooks.h \
1261 blockinput.h atimer.h systime.h font.h charset.h 1274 blockinput.h atimer.h systime.h font.h charset.h coding.h ccl.h
1262lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \ 1275lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \
1263 charset.h lisp.h $(config_h) $(INTERVALS_H) termhooks.h coding.h msdos.h 1276 charset.h lisp.h $(config_h) $(INTERVALS_H) termhooks.h coding.h msdos.h \
1277 systime.h frame.h blockinput.h atimer.h
1264 1278
1265/* Text properties support */ 1279/* Text properties support */
1266composite.o: composite.c buffer.h character.h coding.h dispextern.h font.h \ 1280composite.o: composite.c buffer.h character.h coding.h font.h ccl.h \
1267 frame.h termhooks.h $(INTERVALS_H) window.h lisp.h $(config_h) 1281 frame.h termhooks.h $(INTERVALS_H) window.h lisp.h $(config_h)
1268intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \ 1282intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \
1269 keymap.h lisp.h $(config_h) 1283 keymap.h lisp.h $(config_h) systime.h coding.h
1270textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVALS_H) \ 1284textprop.o: textprop.c buffer.h window.h $(INTERVALS_H) \
1271 lisp.h $(config_h) 1285 lisp.h $(config_h)
1272 1286
1273#endif /* ! AUTO_DEPEND */ 1287#endif /* ! AUTO_DEPEND */