diff options
| author | Dan Nicolaescu | 2009-11-11 06:41:07 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-11-11 06:41:07 +0000 |
| commit | 0a5d24aedd35586f4d360d556278f05b6e82df7a (patch) | |
| tree | 8779c667774e29fc27bbc36c9323e053dd0959a3 /src | |
| parent | 2f7f4beee9769664ec99df193a16fef337d8812a (diff) | |
| download | emacs-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/ChangeLog | 3 | ||||
| -rw-r--r-- | src/Makefile.in | 189 |
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 @@ | |||
| 1 | 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2009-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 | ||
| 1032 | atimer.o: atimer.c atimer.h syssignal.h systime.h $(config_h) | 1032 | atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h $(config_h) |
| 1033 | abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h character.h \ | ||
| 1034 | syntax.h $(config_h) | ||
| 1035 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ | 1033 | buffer.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) |
| 1038 | callint.o: callint.c window.h commands.h buffer.h keymap.h \ | 1036 | callint.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) |
| 1040 | callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \ | 1038 | callproc.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 |
| 1043 | casefiddle.o: casefiddle.c syntax.h commands.h buffer.h character.h \ | 1041 | casefiddle.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) |
| 1046 | casetab.o: casetab.c buffer.h $(config_h) | 1044 | casetab.o: casetab.c buffer.h lisp.h $(config_h) |
| 1047 | category.o: category.c category.h buffer.h charset.h keymap.h \ | 1045 | category.o: category.c category.h buffer.h charset.h keymap.h \ |
| 1048 | character.h $(config_h) | 1046 | character.h lisp.h $(config_h) |
| 1049 | ccl.o: ccl.c ccl.h charset.h character.h coding.h $(config_h) | 1047 | ccl.o: ccl.c ccl.h charset.h character.h coding.h lisp.h $(config_h) |
| 1050 | character.o: character.c character.h buffer.h charset.h composite.h disptab.h \ | 1048 | character.o: character.c character.h buffer.h charset.h composite.h disptab.h \ |
| 1051 | $(config_h) | 1049 | lisp.h $(config_h) |
| 1052 | charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \ | 1050 | charset.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) |
| 1054 | chartab.o: charset.h character.h $(config_h) | 1052 | chartab.o: charset.h character.h lisp.h $(config_h) |
| 1055 | coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h $(INTERVALS_H) composite.h \ | 1053 | coding.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) |
| 1057 | cm.o: cm.c frame.h cm.h termhooks.h termchar.h $(config_h) | 1055 | cm.o: cm.c frame.h cm.h termhooks.h termchar.h lisp.h $(config_h) |
| 1058 | cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h $(config_h) \ | 1056 | cmds.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 |
| 1060 | pre-crt0.o: pre-crt0.c | 1058 | pre-crt0.o: pre-crt0.c |
| 1061 | ecrt0.o: ecrt0.c $(config_h) | 1059 | ecrt0.o: ecrt0.c $(config_h) |
| 1062 | CRT0_COMPILE ${srcdir}/ecrt0.c | 1060 | CRT0_COMPILE ${srcdir}/ecrt0.c |
| 1063 | dbusbind.o: dbusbind.c termhooks.h frame.h keyboard.h $(config_h) | 1061 | dbusbind.o: dbusbind.c termhooks.h frame.h keyboard.h lisp.h $(config_h) |
| 1064 | dired.o: dired.c commands.h buffer.h $(config_h) character.h charset.h \ | 1062 | dired.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 |
| 1066 | dispnew.o: dispnew.c systime.h commands.h process.h frame.h \ | 1064 | dispnew.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) |
| 1071 | doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h character.h \ | 1069 | doc.o: doc.c lisp.h $(config_h) epaths.h buffer.h keyboard.h keymap.h character.h \ |
| 1072 | buildobj.h | 1070 | buildobj.h |
| 1073 | doprnt.o: doprnt.c character.h $(config_h) | 1071 | doprnt.o: doprnt.c character.h lisp.h $(config_h) |
| 1074 | dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ | 1072 | dosfns.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) |
| 1077 | editfns.o: editfns.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ | 1075 | editfns.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) |
| 1079 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ | 1077 | emacs.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 |
| 1082 | fileio.o: fileio.c window.h buffer.h systime.h $(INTERVALS_H) character.h \ | 1080 | fileio.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) |
| 1084 | filelock.o: filelock.c buffer.h character.h charset.h coding.h systime.h \ | 1082 | filelock.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) |
| 1086 | filemode.o: filemode.c $(config_h) | 1084 | filemode.o: filemode.c $(config_h) |
| 1087 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | 1085 | frame.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) |
| 1091 | fringe.o: fringe.c dispextern.h frame.h window.h buffer.h termhooks.h $(config_h) | 1089 | fringe.o: fringe.c dispextern.h frame.h window.h buffer.h termhooks.h lisp.h $(config_h) |
| 1092 | font.o: font.c dispextern.h frame.h window.h ccl.h character.h charset.h \ | 1090 | font.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) |
| 1094 | ftfont.o: dispextern.h frame.h character.h charset.h composite.h font.h \ | 1092 | ftfont.o: dispextern.h frame.h character.h charset.h composite.h font.h \ |
| 1095 | $(config_h) | 1093 | lisp.h $(config_h) |
| 1096 | fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h character.h \ | 1094 | fontset.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) |
| 1098 | getloadavg.o: getloadavg.c $(config_h) | 1096 | getloadavg.o: getloadavg.c $(config_h) |
| 1099 | gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ | 1097 | gtkutil.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 |
| 1102 | image.o: image.c frame.h window.h dispextern.h blockinput.h atimer.h \ | 1100 | image.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) |
| 1105 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ | 1103 | indent.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 |
| 1108 | insdel.o: insdel.c window.h buffer.h $(INTERVALS_H) blockinput.h character.h \ | 1106 | insdel.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) |
| 1110 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \ | 1108 | keyboard.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) |
| 1115 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ | 1113 | keymap.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) |
| 1118 | lastfile.o: lastfile.c $(config_h) | 1116 | lastfile.o: lastfile.c $(config_h) |
| 1119 | macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \ | 1117 | macros.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) |
| 1121 | malloc.o: malloc.c $(config_h) | ||
| 1122 | gmalloc.o: gmalloc.c $(config_h) | 1119 | gmalloc.o: gmalloc.c $(config_h) |
| 1123 | ralloc.o: ralloc.c $(config_h) | 1120 | ralloc.o: ralloc.c lisp.h $(config_h) |
| 1124 | vm-limit.o: vm-limit.c mem-limits.h $(config_h) | 1121 | vm-limit.o: vm-limit.c mem-limits.h lisp.h $(config_h) |
| 1125 | marker.o: marker.c buffer.h character.h $(config_h) | 1122 | marker.o: marker.c buffer.h character.h lisp.h $(config_h) |
| 1126 | md5.o: md5.c md5.h $(config_h) | 1123 | md5.o: md5.c md5.h $(config_h) |
| 1127 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \ | 1124 | minibuf.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) |
| 1130 | mktime.o: mktime.c $(config_h) | 1127 | mktime.o: mktime.c $(config_h) |
| 1131 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | 1128 | msdos.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) |
| 1134 | nsfns.o: nsfns.m charset.h nsterm.h nsgui.h frame.h window.h buffer.h \ | 1131 | nsfns.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) |
| 1137 | nsfont.o: nsterm.h dispextern.h frame.h lisp.h $(config_h) | 1134 | nsfont.o: nsterm.h dispextern.h frame.h lisp.h lisp.h $(config_h) |
| 1138 | nsimage.o: nsimage.m nsterm.h $(config_h) | 1135 | nsimage.o: nsimage.m nsterm.h lisp.h $(config_h) |
| 1139 | nsmenu.o: nsmenu.m termhooks.h frame.h window.h dispextern.h \ | 1136 | nsmenu.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) |
| 1142 | nsterm.o: nsterm.m blockinput.h atimer.h systime.h syssignal.h nsterm.h \ | 1139 | nsterm.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) |
| 1146 | nsselect.o: nsselect.m blockinput.h nsterm.h nsgui.h frame.h $(config_h) | 1143 | nsselect.o: nsselect.m blockinput.h nsterm.h nsgui.h frame.h lisp.h $(config_h) |
| 1147 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 1144 | process.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) |
| 1151 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h character.h \ | 1148 | regex.o: regex.c syntax.h buffer.h lisp.h $(config_h) regex.h category.h character.h \ |
| 1152 | charset.h | 1149 | charset.h |
| 1153 | region-cache.o: region-cache.c buffer.h region-cache.h $(config_h) | 1150 | region-cache.o: region-cache.c buffer.h region-cache.h lisp.h $(config_h) |
| 1154 | scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \ | 1151 | scroll.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) |
| 1156 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 1153 | search.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) |
| 1160 | sound.o: sound.c dispextern.h syssignal.h $(config_h) | 1157 | sound.o: sound.c dispextern.h syssignal.h lisp.h $(config_h) |
| 1161 | strftime.o: strftime.c $(config_h) | 1158 | strftime.o: strftime.c $(config_h) |
| 1162 | syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \ | 1159 | syntax.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) |
| 1164 | sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \ | 1161 | sysdep.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) |
| 1167 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | 1164 | term.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) |
| 1171 | termcap.o: termcap.c $(config_h) | 1168 | termcap.o: termcap.c lisp.h $(config_h) |
| 1172 | terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \ | 1169 | terminal.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) |
| 1174 | terminfo.o: terminfo.c $(config_h) | 1171 | terminfo.o: terminfo.c lisp.h $(config_h) |
| 1175 | tparam.o: tparam.c $(config_h) | 1172 | tparam.o: tparam.c lisp.h $(config_h) |
| 1176 | undo.o: undo.c buffer.h commands.h window.h $(config_h) | 1173 | undo.o: undo.c buffer.h commands.h window.h lisp.h $(config_h) |
| 1177 | unexaix.o: unexaix.c $(config_h) | 1174 | unexaix.o: unexaix.c lisp.h $(config_h) |
| 1178 | unexalpha.o: unexalpha.c $(config_h) | 1175 | unexalpha.o: unexalpha.c $(config_h) |
| 1179 | unexcw.o: unexcw.c $(config_h) | 1176 | unexcw.o: unexcw.c lisp.h $(config_h) |
| 1180 | unexec.o: unexec.c $(config_h) | 1177 | unexec.o: unexec.c lisp.h $(config_h) |
| 1181 | unexelf.o: unexelf.c $(config_h) | 1178 | unexelf.o: unexelf.c $(config_h) |
| 1182 | unexhp9k800.o: unexhp9k800.c $(config_h) | 1179 | unexhp9k800.o: unexhp9k800.c $(config_h) |
| 1183 | unexmacosx.o: unexmacosx.c $(config_h) | 1180 | unexmacosx.o: unexmacosx.c $(config_h) |
| 1184 | unexmips.o: unexmips.c $(config_h) | 1181 | unexsol.o: unexsol.c lisp.h $(config_h) |
| 1185 | unexnext.o: unexnext.c $(config_h) | ||
| 1186 | unexsol.o: unexsol.c $(config_h) | ||
| 1187 | unexw32.o: unexw32.c $(config_h) | 1182 | unexw32.o: unexw32.c $(config_h) |
| 1188 | w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \ | 1183 | w16select.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) |
| 1190 | widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ | 1185 | widget.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) |
| 1192 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | 1187 | window.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) |
| 1196 | xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h \ | 1191 | xdisp.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 |
| 1201 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | 1196 | xfaces.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) |
| 1205 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ | 1200 | xfns.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 |
| 1209 | xfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ | 1204 | xfont.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) |
| 1211 | xftfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ | 1206 | xftfont.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) |
| 1213 | ftxfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ | 1208 | ftxfont.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) |
| 1215 | menu.o: menu.c lisp.h keyboard.h keymap.h frame.h termhooks.h blockinput.h \ | 1210 | menu.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) |
| 1218 | xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ | 1213 | xmenu.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) |
| 1221 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ | 1216 | xterm.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) |
| 1225 | xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ | 1220 | xselect.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) |
| 1227 | xrdb.o: xrdb.c $(config_h) epaths.h | 1222 | xrdb.o: xrdb.c lisp.h $(config_h) epaths.h |
| 1228 | xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \ | 1223 | xsmfns.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 | ||
| 1233 | alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ | 1228 | alloc.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) |
| 1236 | bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \ | 1231 | bytecode.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) |
| 1238 | data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \ | 1233 | data.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) |
| 1240 | eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ | 1235 | eval.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) |
| 1242 | floatfns.o: floatfns.c syssignal.h $(config_h) | 1237 | floatfns.o: floatfns.c syssignal.h lisp.h $(config_h) |
| 1243 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h character.h keyboard.h \ | 1238 | fns.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 |
| 1246 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \ | 1241 | print.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 |
| 1249 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \ | 1244 | lread.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 */ |
| 1253 | composite.o: composite.c buffer.h character.h coding.h dispextern.h font.h \ | 1248 | composite.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) |
| 1255 | intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \ | 1250 | intervals.o: intervals.c buffer.h $(INTERVALS_H) keyboard.h puresize.h \ |
| 1256 | keymap.h $(config_h) | 1251 | keymap.h lisp.h $(config_h) |
| 1257 | textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVALS_H) \ | 1252 | textprop.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 |