aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2009-11-11 06:41:07 +0000
committerDan Nicolaescu2009-11-11 06:41:07 +0000
commit0a5d24aedd35586f4d360d556278f05b6e82df7a (patch)
tree8779c667774e29fc27bbc36c9323e053dd0959a3 /src
parent2f7f4beee9769664ec99df193a16fef337d8812a (diff)
downloademacs-0a5d24aedd35586f4d360d556278f05b6e82df7a.tar.gz
emacs-0a5d24aedd35586f4d360d556278f05b6e82df7a.zip
Add dependencies to lisp.h. Remove dependencies
for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/Makefile.in189
2 files changed, 95 insertions, 97 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 933752178f2..a2c1d8722cd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12009-11-11 Dan Nicolaescu <dann@ics.uci.edu> 12009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
4 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
5
3 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string. 6 * xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
4 * xterm.c (syms_of_xterm): 7 * xterm.c (syms_of_xterm):
5 * xfaces.c (syms_of_xfaces): 8 * xfaces.c (syms_of_xfaces):
diff --git a/src/Makefile.in b/src/Makefile.in
index 6a606bdc856..adb1c817f30 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1029,233 +1029,228 @@ stamp-oldxmenu:
1029 it is so often changed in ways that do not require any recompilation 1029 it is so often changed in ways that do not require any recompilation
1030 and so rarely changed in ways that do require any. */ 1030 and so rarely changed in ways that do require any. */
1031 1031
1032atimer.o: atimer.c atimer.h syssignal.h systime.h $(config_h) 1032atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h $(config_h)
1033abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h character.h \
1034 syntax.h $(config_h)
1035buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ 1033buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
1036 dispextern.h $(INTERVALS_H) blockinput.h atimer.h systime.h character.h \ 1034 dispextern.h $(INTERVALS_H) blockinput.h atimer.h systime.h character.h \
1037 $(config_h) 1035 lisp.h $(config_h)
1038callint.o: callint.c window.h commands.h buffer.h keymap.h \ 1036callint.o: callint.c window.h commands.h buffer.h keymap.h \
1039 keyboard.h dispextern.h $(config_h) 1037 keyboard.h dispextern.h lisp.h $(config_h)
1040callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \ 1038callproc.o: callproc.c epaths.h buffer.h commands.h lisp.h $(config_h) \
1041 process.h systty.h syssignal.h character.h coding.h ccl.h msdos.h \ 1039 process.h systty.h syssignal.h character.h coding.h ccl.h msdos.h \
1042 composite.h w32.h blockinput.h atimer.h systime.h frame.h termhooks.h 1040 composite.h w32.h blockinput.h atimer.h systime.h frame.h termhooks.h
1043casefiddle.o: casefiddle.c syntax.h commands.h buffer.h character.h \ 1041casefiddle.o: casefiddle.c syntax.h commands.h buffer.h character.h \
1044 composite.h \ 1042 composite.h \
1045 charset.h keymap.h $(config_h) 1043 charset.h keymap.h lisp.h $(config_h)
1046casetab.o: casetab.c buffer.h $(config_h) 1044casetab.o: casetab.c buffer.h lisp.h $(config_h)
1047category.o: category.c category.h buffer.h charset.h keymap.h \ 1045category.o: category.c category.h buffer.h charset.h keymap.h \
1048 character.h $(config_h) 1046 character.h lisp.h $(config_h)
1049ccl.o: ccl.c ccl.h charset.h character.h coding.h $(config_h) 1047ccl.o: ccl.c ccl.h charset.h character.h coding.h lisp.h $(config_h)
1050character.o: character.c character.h buffer.h charset.h composite.h disptab.h \ 1048character.o: character.c character.h buffer.h charset.h composite.h disptab.h \
1051 $(config_h) 1049 lisp.h $(config_h)
1052charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \ 1050charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \
1053 disptab.h $(config_h) 1051 disptab.h lisp.h $(config_h)
1054chartab.o: charset.h character.h $(config_h) 1052chartab.o: charset.h character.h lisp.h $(config_h)
1055coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h $(INTERVALS_H) composite.h \ 1053coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h $(INTERVALS_H) composite.h \
1056 window.h dispextern.h frame.h termhooks.h $(config_h) 1054 window.h dispextern.h frame.h termhooks.h lisp.h $(config_h)
1057cm.o: cm.c frame.h cm.h termhooks.h termchar.h $(config_h) 1055cm.o: cm.c frame.h cm.h termhooks.h termchar.h lisp.h $(config_h)
1058cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h $(config_h) \ 1056cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h lisp.h $(config_h) \
1059 msdos.h dispextern.h keyboard.h keymap.h 1057 msdos.h dispextern.h keyboard.h keymap.h
1060pre-crt0.o: pre-crt0.c 1058pre-crt0.o: pre-crt0.c
1061ecrt0.o: ecrt0.c $(config_h) 1059ecrt0.o: ecrt0.c $(config_h)
1062 CRT0_COMPILE ${srcdir}/ecrt0.c 1060 CRT0_COMPILE ${srcdir}/ecrt0.c
1063dbusbind.o: dbusbind.c termhooks.h frame.h keyboard.h $(config_h) 1061dbusbind.o: dbusbind.c termhooks.h frame.h keyboard.h lisp.h $(config_h)
1064dired.o: dired.c commands.h buffer.h $(config_h) character.h charset.h \ 1062dired.o: dired.c commands.h buffer.h lisp.h $(config_h) character.h charset.h \
1065 coding.h regex.h systime.h blockinput.h atimer.h 1063 coding.h regex.h systime.h blockinput.h atimer.h
1066dispnew.o: dispnew.c systime.h commands.h process.h frame.h \ 1064dispnew.o: dispnew.c systime.h commands.h process.h frame.h \
1067 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \ 1065 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \
1068 disptab.h indent.h $(INTERVALS_H) \ 1066 disptab.h indent.h $(INTERVALS_H) \
1069 xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \ 1067 xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \
1070 syssignal.h $(config_h) 1068 syssignal.h lisp.h $(config_h)
1071doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h character.h \ 1069doc.o: doc.c lisp.h $(config_h) epaths.h buffer.h keyboard.h keymap.h character.h \
1072 buildobj.h 1070 buildobj.h
1073doprnt.o: doprnt.c character.h $(config_h) 1071doprnt.o: doprnt.c character.h lisp.h $(config_h)
1074dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ 1072dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \
1075 msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \ 1073 msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \
1076 $(config_h) 1074 lisp.h $(config_h)
1077editfns.o: editfns.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ 1075editfns.o: editfns.c window.h buffer.h systime.h $(INTERVALS_H) character.h \
1078 coding.h dispextern.h frame.h blockinput.h atimer.h $(config_h) 1076 coding.h dispextern.h frame.h blockinput.h atimer.h lisp.h $(config_h)
1079emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ 1077emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1080 termhooks.h buffer.h atimer.h systime.h $(INTERVALS_H) $(config_h) \ 1078 termhooks.h buffer.h atimer.h systime.h $(INTERVALS_H) lisp.h $(config_h) \
1081 window.h dispextern.h keyboard.h keymap.h 1079 window.h dispextern.h keyboard.h keymap.h
1082fileio.o: fileio.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ 1080fileio.o: fileio.c window.h buffer.h systime.h $(INTERVALS_H) character.h \
1083 coding.h msdos.h dispextern.h blockinput.h atimer.h $(config_h) 1081 coding.h msdos.h dispextern.h blockinput.h atimer.h lisp.h $(config_h)
1084filelock.o: filelock.c buffer.h character.h charset.h coding.h systime.h \ 1082filelock.o: filelock.c buffer.h character.h charset.h coding.h systime.h \
1085 epaths.h $(config_h) 1083 epaths.h lisp.h $(config_h)
1086filemode.o: filemode.c $(config_h) 1084filemode.o: filemode.c $(config_h)
1087frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1085frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1088 blockinput.h atimer.h systime.h buffer.h character.h fontset.h font.h \ 1086 blockinput.h atimer.h systime.h buffer.h character.h fontset.h font.h \
1089 msdos.h dosfns.h dispextern.h w32term.h termchar.h \ 1087 msdos.h dosfns.h dispextern.h w32term.h termchar.h \
1090 $(config_h) 1088 lisp.h $(config_h)
1091fringe.o: fringe.c dispextern.h frame.h window.h buffer.h termhooks.h $(config_h) 1089fringe.o: fringe.c dispextern.h frame.h window.h buffer.h termhooks.h lisp.h $(config_h)
1092font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \ 1090font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \
1093 font.h $(config_h) 1091 font.h lisp.h $(config_h)
1094ftfont.o: dispextern.h frame.h character.h charset.h composite.h font.h \ 1092ftfont.o: dispextern.h frame.h character.h charset.h composite.h font.h \
1095 $(config_h) 1093 lisp.h $(config_h)
1096fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h character.h \ 1094fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h character.h \
1097 charset.h frame.h keyboard.h termhooks.h font.h $(config_h) 1095 charset.h frame.h keyboard.h termhooks.h font.h lisp.h $(config_h)
1098getloadavg.o: getloadavg.c $(config_h) 1096getloadavg.o: getloadavg.c $(config_h)
1099gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ 1097gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h lisp.h $(config_h) \
1100 blockinput.h window.h atimer.h systime.h termhooks.h keyboard.h \ 1098 blockinput.h window.h atimer.h systime.h termhooks.h keyboard.h \
1101 charset.h coding.h syssignal.h 1099 charset.h coding.h syssignal.h
1102image.o: image.c frame.h window.h dispextern.h blockinput.h atimer.h \ 1100image.o: image.c frame.h window.h dispextern.h blockinput.h atimer.h \
1103 systime.h xterm.h w32term.h w32gui.h font.h \ 1101 systime.h xterm.h w32term.h w32gui.h font.h \
1104 nsterm.h nsgui.h $(config_h) 1102 nsterm.h nsgui.h lisp.h $(config_h)
1105indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ 1103indent.o: indent.c frame.h window.h indent.h buffer.h lisp.h $(config_h) termchar.h \
1106 termopts.h disptab.h region-cache.h character.h category.h composite.h \ 1104 termopts.h disptab.h region-cache.h character.h category.h composite.h \
1107 dispextern.h keyboard.h 1105 dispextern.h keyboard.h
1108insdel.o: insdel.c window.h buffer.h $(INTERVALS_H) blockinput.h character.h \ 1106insdel.o: insdel.c window.h buffer.h $(INTERVALS_H) blockinput.h character.h \
1109 dispextern.h atimer.h systime.h region-cache.h $(config_h) 1107 dispextern.h atimer.h systime.h region-cache.h lisp.h $(config_h)
1110keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \ 1108keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \
1111 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ 1109 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
1112 systime.h dispextern.h syntax.h $(INTERVALS_H) blockinput.h atimer.h \ 1110 systime.h dispextern.h syntax.h $(INTERVALS_H) blockinput.h atimer.h \
1113 xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h \ 1111 xterm.h puresize.h msdos.h keymap.h w32term.h nsterm.h \
1114 $(config_h) 1112 lisp.h $(config_h)
1115keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 1113keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
1116 atimer.h systime.h puresize.h character.h charset.h $(INTERVALS_H) keymap.h window.h \ 1114 atimer.h systime.h puresize.h character.h charset.h $(INTERVALS_H) keymap.h window.h \
1117 $(config_h) 1115 lisp.h $(config_h)
1118lastfile.o: lastfile.c $(config_h) 1116lastfile.o: lastfile.c $(config_h)
1119macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \ 1117macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \
1120 dispextern.h $(config_h) 1118 dispextern.h lisp.h $(config_h)
1121malloc.o: malloc.c $(config_h)
1122gmalloc.o: gmalloc.c $(config_h) 1119gmalloc.o: gmalloc.c $(config_h)
1123ralloc.o: ralloc.c $(config_h) 1120ralloc.o: ralloc.c lisp.h $(config_h)
1124vm-limit.o: vm-limit.c mem-limits.h $(config_h) 1121vm-limit.o: vm-limit.c mem-limits.h lisp.h $(config_h)
1125marker.o: marker.c buffer.h character.h $(config_h) 1122marker.o: marker.c buffer.h character.h lisp.h $(config_h)
1126md5.o: md5.c md5.h $(config_h) 1123md5.o: md5.c md5.h $(config_h)
1127minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ 1124minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
1128 buffer.h commands.h character.h msdos.h $(INTERVALS_H) keymap.h \ 1125 buffer.h commands.h character.h msdos.h $(INTERVALS_H) keymap.h \
1129 termhooks.h $(config_h) 1126 termhooks.h lisp.h $(config_h)
1130mktime.o: mktime.c $(config_h) 1127mktime.o: mktime.c $(config_h)
1131msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ 1128msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
1132 termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \ 1129 termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \
1133 keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h $(config_h) 1130 keyboard.h $(INTERVALS_H) buffer.h commands.h blockinput.h atimer.h lisp.h $(config_h)
1134nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \ 1131nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \
1135 dispextern.h nsgui.h fontset.h $(INTERVALS_H) keyboard.h blockinput.h \ 1132 dispextern.h nsgui.h fontset.h $(INTERVALS_H) keyboard.h blockinput.h \
1136 atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h) 1133 atimer.h systime.h epaths.h termhooks.h coding.h systime.h lisp.h $(config_h)
1137nsfont.o: nsterm.h dispextern.h frame.h lisp.h $(config_h) 1134nsfont.o: nsterm.h dispextern.h frame.h lisp.h lisp.h $(config_h)
1138nsimage.o: nsimage.m nsterm.h $(config_h) 1135nsimage.o: nsimage.m nsterm.h lisp.h $(config_h)
1139nsmenu.o: nsmenu.m termhooks.h frame.h window.h dispextern.h \ 1136nsmenu.o: nsmenu.m termhooks.h frame.h window.h dispextern.h \
1140 nsgui.h keyboard.h blockinput.h atimer.h systime.h buffer.h \ 1137 nsgui.h keyboard.h blockinput.h atimer.h systime.h buffer.h \
1141 nsterm.h $(config_h) 1138 nsterm.h lisp.h $(config_h)
1142nsterm.o: nsterm.m blockinput.h atimer.h systime.h syssignal.h nsterm.h \ 1139nsterm.o: nsterm.m blockinput.h atimer.h systime.h syssignal.h nsterm.h \
1143 nsgui.h frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h \ 1140 nsgui.h frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h \
1144 termopts.h termchar.h disptab.h buffer.h window.h keyboard.h \ 1141 termopts.h termchar.h disptab.h buffer.h window.h keyboard.h \
1145 $(INTERVALS_H) process.h coding.h $(config_h) 1142 $(INTERVALS_H) process.h coding.h lisp.h $(config_h)
1146nsselect.o: nsselect.m blockinput.h nsterm.h nsgui.h frame.h $(config_h) 1143nsselect.o: nsselect.m blockinput.h nsterm.h nsgui.h frame.h lisp.h $(config_h)
1147process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ 1144process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
1148 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ 1145 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \
1149 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ 1146 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \
1150 keyboard.h $(config_h) 1147 keyboard.h lisp.h $(config_h)
1151regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h character.h \ 1148regex.o: regex.c syntax.h buffer.h lisp.h $(config_h) regex.h category.h character.h \
1152 charset.h 1149 charset.h
1153region-cache.o: region-cache.c buffer.h region-cache.h $(config_h) 1150region-cache.o: region-cache.c buffer.h region-cache.h lisp.h $(config_h)
1154scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ 1151scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \
1155 termhooks.h $(config_h) 1152 termhooks.h lisp.h $(config_h)
1156search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ 1153search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
1157 blockinput.h atimer.h systime.h category.h character.h charset.h \ 1154 blockinput.h atimer.h systime.h category.h character.h charset.h \
1158 composite.h $(INTERVALS_H) \ 1155 composite.h $(INTERVALS_H) \
1159 $(config_h) 1156 lisp.h $(config_h)
1160sound.o: sound.c dispextern.h syssignal.h $(config_h) 1157sound.o: sound.c dispextern.h syssignal.h lisp.h $(config_h)
1161strftime.o: strftime.c $(config_h) 1158strftime.o: strftime.c $(config_h)
1162syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \ 1159syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \
1163 composite.h keymap.h regex.h $(INTERVALS_H) $(config_h) 1160 composite.h keymap.h regex.h $(INTERVALS_H) lisp.h $(config_h)
1164sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ 1161sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
1165 process.h dispextern.h termhooks.h termchar.h termopts.h \ 1162 process.h dispextern.h termhooks.h termchar.h termopts.h \
1166 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h $(config_h) 1163 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h $(config_h)
1167term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 1164term.o: term.c termchar.h termhooks.h termopts.h lisp.h $(config_h) cm.h frame.h \
1168 disptab.h dispextern.h keyboard.h character.h charset.h coding.h ccl.h \ 1165 disptab.h dispextern.h keyboard.h character.h charset.h coding.h ccl.h \
1169 msdos.h window.h keymap.h blockinput.h atimer.h systime.h systty.h \ 1166 msdos.h window.h keymap.h blockinput.h atimer.h systime.h systty.h \
1170 syssignal.h $(INTERVALS_H) 1167 syssignal.h $(INTERVALS_H)
1171termcap.o: termcap.c $(config_h) 1168termcap.o: termcap.c lisp.h $(config_h)
1172terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \ 1169terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \
1173 keyboard.h $(config_h) 1170 keyboard.h lisp.h $(config_h)
1174terminfo.o: terminfo.c $(config_h) 1171terminfo.o: terminfo.c lisp.h $(config_h)
1175tparam.o: tparam.c $(config_h) 1172tparam.o: tparam.c lisp.h $(config_h)
1176undo.o: undo.c buffer.h commands.h window.h $(config_h) 1173undo.o: undo.c buffer.h commands.h window.h lisp.h $(config_h)
1177unexaix.o: unexaix.c $(config_h) 1174unexaix.o: unexaix.c lisp.h $(config_h)
1178unexalpha.o: unexalpha.c $(config_h) 1175unexalpha.o: unexalpha.c $(config_h)
1179unexcw.o: unexcw.c $(config_h) 1176unexcw.o: unexcw.c lisp.h $(config_h)
1180unexec.o: unexec.c $(config_h) 1177unexec.o: unexec.c lisp.h $(config_h)
1181unexelf.o: unexelf.c $(config_h) 1178unexelf.o: unexelf.c $(config_h)
1182unexhp9k800.o: unexhp9k800.c $(config_h) 1179unexhp9k800.o: unexhp9k800.c $(config_h)
1183unexmacosx.o: unexmacosx.c $(config_h) 1180unexmacosx.o: unexmacosx.c $(config_h)
1184unexmips.o: unexmips.c $(config_h) 1181unexsol.o: unexsol.c lisp.h $(config_h)
1185unexnext.o: unexnext.c $(config_h)
1186unexsol.o: unexsol.c $(config_h)
1187unexw32.o: unexw32.c $(config_h) 1182unexw32.o: unexw32.c $(config_h)
1188w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \ 1183w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \
1189 msdos.h buffer.h charset.h coding.h composite.h $(config_h) 1184 msdos.h buffer.h charset.h coding.h composite.h lisp.h $(config_h)
1190widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ 1185widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \
1191 $(srcdir)/../lwlib/lwlib.h $(config_h) 1186 $(srcdir)/../lwlib/lwlib.h lisp.h $(config_h)
1192window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ 1187window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
1193 disptab.h keyboard.h dispextern.h msdos.h composite.h \ 1188 disptab.h keyboard.h dispextern.h msdos.h composite.h \
1194 keymap.h blockinput.h atimer.h systime.h $(INTERVALS_H) \ 1189 keymap.h blockinput.h atimer.h systime.h $(INTERVALS_H) \
1195 xterm.h w32term.h nsterm.h $(config_h) 1190 xterm.h w32term.h nsterm.h lisp.h $(config_h)
1196xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h \ 1191xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h \
1197 coding.h termchar.h frame.h window.h disptab.h termhooks.h character.h \ 1192 coding.h termchar.h frame.h window.h disptab.h termhooks.h character.h \
1198 charset.h $(config_h) keyboard.h $(INTERVALS_H) region-cache.h xterm.h \ 1193 charset.h lisp.h $(config_h) keyboard.h $(INTERVALS_H) region-cache.h xterm.h \
1199 w32term.h nsterm.h msdos.h composite.h fontset.h \ 1194 w32term.h nsterm.h msdos.h composite.h fontset.h \
1200 blockinput.h atimer.h systime.h keymap.h font.h 1195 blockinput.h atimer.h systime.h keymap.h font.h
1201xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 1196xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
1202 window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \ 1197 window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \
1203 systime.h keyboard.h fontset.h w32term.h nsterm.h \ 1198 systime.h keyboard.h fontset.h w32term.h nsterm.h \
1204 $(INTERVALS_H) termchar.h termhooks.h font.h $(config_h) 1199 $(INTERVALS_H) termchar.h termhooks.h font.h lisp.h $(config_h)
1205xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ 1200xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \
1206 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \ 1201 $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \
1207 character.h charset.h coding.h gtkutil.h $(config_h) termhooks.h \ 1202 character.h charset.h coding.h gtkutil.h lisp.h $(config_h) termhooks.h \
1208 fontset.h termchar.h font.h 1203 fontset.h termchar.h font.h
1209xfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ 1204xfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \
1210 font.h $(config_h) 1205 font.h lisp.h $(config_h)
1211xftfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ 1206xftfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \
1212 font.h $(config_h) 1207 font.h lisp.h $(config_h)
1213ftxfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ 1208ftxfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \
1214 font.h $(config_h) 1209 font.h lisp.h $(config_h)
1215menu.o: menu.c lisp.h keyboard.h keymap.h frame.h termhooks.h blockinput.h \ 1210menu.o: menu.c lisp.h keyboard.h keymap.h frame.h termhooks.h blockinput.h \
1216 dispextern.h $(srcdir)/../lwlib/lwlib.h xterm.h gtkutil.h menu.h \ 1211 dispextern.h $(srcdir)/../lwlib/lwlib.h xterm.h gtkutil.h menu.h \
1217 $(config_h) 1212 lisp.h $(config_h)
1218xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ 1213xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
1219 charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \ 1214 charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \
1220 systime.h gtkutil.h msdos.h coding.h menu.h $(config_h) 1215 systime.h gtkutil.h msdos.h coding.h menu.h lisp.h $(config_h)
1221xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ 1216xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
1222 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ 1217 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
1223 keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \ 1218 keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \
1224 coding.h process.h gtkutil.h font.h fontset.h $(config_h) 1219 coding.h process.h gtkutil.h font.h fontset.h lisp.h $(config_h)
1225xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ 1220xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \
1226 buffer.h atimer.h systime.h termhooks.h $(config_h) 1221 buffer.h atimer.h systime.h termhooks.h lisp.h $(config_h)
1227xrdb.o: xrdb.c $(config_h) epaths.h 1222xrdb.o: xrdb.c lisp.h $(config_h) epaths.h
1228xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \ 1223xsmfns.o: xsmfns.c lisp.h $(config_h) systime.h sysselect.h termhooks.h xterm.h \
1229 lisp.h termopts.h 1224 lisp.h termopts.h
1230 1225
1231/* The files of Lisp proper */ 1226/* The files of Lisp proper */
1232 1227
1233alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ 1228alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \
1234 blockinput.h atimer.h systime.h character.h dispextern.h $(config_h) \ 1229 blockinput.h atimer.h systime.h character.h dispextern.h lisp.h $(config_h) \
1235 $(INTERVALS_H) 1230 $(INTERVALS_H)
1236bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \ 1231bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \
1237 frame.h xterm.h $(config_h) 1232 frame.h xterm.h lisp.h $(config_h)
1238data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \ 1233data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \
1239 termhooks.h $(config_h) 1234 termhooks.h lisp.h $(config_h)
1240eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ 1235eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
1241 dispextern.h $(config_h) 1236 dispextern.h lisp.h $(config_h)
1242floatfns.o: floatfns.c syssignal.h $(config_h) 1237floatfns.o: floatfns.c syssignal.h lisp.h $(config_h)
1243fns.o: fns.c commands.h $(config_h) frame.h buffer.h character.h keyboard.h \ 1238fns.o: fns.c commands.h lisp.h $(config_h) frame.h buffer.h character.h keyboard.h \
1244 keymap.h frame.h window.h dispextern.h $(INTERVALS_H) coding.h md5.h \ 1239 keymap.h frame.h window.h dispextern.h $(INTERVALS_H) coding.h md5.h \
1245 blockinput.h atimer.h systime.h xterm.h termhooks.h 1240 blockinput.h atimer.h systime.h xterm.h termhooks.h
1246print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ 1241print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \
1247 $(config_h) dispextern.h termchar.h $(INTERVALS_H) msdos.h composite.h \ 1242 lisp.h $(config_h) dispextern.h termchar.h $(INTERVALS_H) msdos.h composite.h \
1248 blockinput.h atimer.h systime.h font.h charset.h 1243 blockinput.h atimer.h systime.h font.h charset.h
1249lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \ 1244lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \
1250 charset.h $(config_h) $(INTERVALS_H) termhooks.h coding.h msdos.h 1245 charset.h lisp.h $(config_h) $(INTERVALS_H) termhooks.h coding.h msdos.h
1251 1246
1252/* Text properties support */ 1247/* Text properties support */
1253composite.o: composite.c buffer.h character.h coding.h dispextern.h font.h \ 1248composite.o: composite.c buffer.h character.h coding.h dispextern.h font.h \
1254 frame.h termhooks.h $(INTERVALS_H) window.h $(config_h) 1249 frame.h termhooks.h $(INTERVALS_H) window.h lisp.h $(config_h)
1255intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \ 1250intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \
1256 keymap.h $(config_h) 1251 keymap.h lisp.h $(config_h)
1257textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVALS_H) \ 1252textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVALS_H) \
1258 $(config_h) 1253 lisp.h $(config_h)
1259 1254
1260/* System-specific programs to be made. 1255/* System-specific programs to be made.
1261 OTHER_FILES 1256 OTHER_FILES