aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2003-09-01 14:38:33 +0000
committerDave Love2003-09-01 14:38:33 +0000
commitc0175e247b50752e614b6e1d4cdd545c7971ca5c (patch)
tree2b456bfae5cd0bdf9f8bc9b822883842bd6e86d2 /src
parent5723b766800ca81feecbd555694efb40d844349e (diff)
downloademacs-c0175e247b50752e614b6e1d4cdd545c7971ca5c.tar.gz
emacs-c0175e247b50752e614b6e1d4cdd545c7971ca5c.zip
(alloca.o): Remove commands.
(coding.o): Depend on intervals.h composite.h window.h. (emacs.o): Depend on window.h keyboard.h keymap.h. (gtkutil.o): Depend on keyboard.h charset.h coding.h. (bytecode.o): Depend on window.h.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
-rw-r--r--src/Makefile.in12
2 files changed, 14 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a3cfba04805..98ceafa38db 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12003-09-01 Dave Love <fx@gnu.org>
2
3 * Makefile.in (alloca.o): Remove commands.
4 (coding.o): Depend on intervals.h composite.h window.h.
5 (emacs.o): Depend on window.h keyboard.h keymap.h.
6 (gtkutil.o): Depend on keyboard.h charset.h coding.h.
7 (bytecode.o): Depend on window.h.
8
12003-08-31 Jason Rumney <jasonr@gnu.org> 92003-08-31 Jason Rumney <jasonr@gnu.org>
2 10
3 * w32term.c (w32_per_char_metric): Allow cached metrics to be 11 * w32term.c (w32_per_char_metric): Allow cached metrics to be
diff --git a/src/Makefile.in b/src/Makefile.in
index bd5c156ebce..68710d94096 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1021,8 +1021,7 @@ stamp-oldxmenu:
1021 They should define HAVE_ALLOCA. 1021 They should define HAVE_ALLOCA.
1022 Some use the C version in alloca.c (these define C_ALLOCA in config.h). 1022 Some use the C version in alloca.c (these define C_ALLOCA in config.h).
1023 */ 1023 */
1024alloca.o : alloca.c blockinput.h atimer.h 1024alloca.o: alloca.c blockinput.h atimer.h
1025 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) ${srcdir}/alloca.c
1026 1025
1027/* Nearly all the following files depend on lisp.h, 1026/* Nearly all the following files depend on lisp.h,
1028 but it is not included as a dependency because 1027 but it is not included as a dependency because
@@ -1045,7 +1044,7 @@ category.o: category.c category.h buffer.h charset.h $(config_h)
1045ccl.o: ccl.c ccl.h charset.h coding.h $(config_h) 1044ccl.o: ccl.c ccl.h charset.h coding.h $(config_h)
1046charset.o: charset.c charset.h buffer.h coding.h composite.h disptab.h \ 1045charset.o: charset.c charset.h buffer.h coding.h composite.h disptab.h \
1047 $(config_h) 1046 $(config_h)
1048coding.o: coding.c coding.h ccl.h buffer.h charset.h $(config_h) 1047coding.o: coding.c coding.h ccl.h buffer.h charset.h intervals.h composite.h window.h $(config_h)
1049cm.o: cm.c cm.h termhooks.h $(config_h) 1048cm.o: cm.c cm.h termhooks.h $(config_h)
1050cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \ 1049cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \
1051 msdos.h dispextern.h 1050 msdos.h dispextern.h
@@ -1065,7 +1064,8 @@ dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)
1065editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1064editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \
1066 coding.h dispextern.h $(config_h) 1065 coding.h dispextern.h $(config_h)
1067emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ 1066emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1068 termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) 1067 termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) \
1068 window.h keyboard.h keymap.h
1069fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1069fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \
1070 coding.h ccl.h msdos.h dispextern.h $(config_h) 1070 coding.h ccl.h msdos.h dispextern.h $(config_h)
1071filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) 1071filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h)
@@ -1156,7 +1156,7 @@ xrdb.o: xrdb.c $(config_h) epaths.h
1156xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \ 1156xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \
1157 lisp.h termopts.h 1157 lisp.h termopts.h
1158gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ 1158gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \
1159 blockinput.h window.h atimer.h termhooks.h 1159 blockinput.h window.h atimer.h termhooks.h keyboard.h charset.h coding.h
1160 1160
1161hftctl.o: hftctl.c $(config_h) 1161hftctl.o: hftctl.c $(config_h)
1162sound.o: sound.c dispextern.h $(config_h) 1162sound.o: sound.c dispextern.h $(config_h)
@@ -1166,7 +1166,7 @@ atimer.o: atimer.c atimer.h systime.h $(config_h)
1166 1166
1167alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ 1167alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \
1168 blockinput.h atimer.h systime.h charset.h dispextern.h $(config_h) $(INTERVAL_SRC) 1168 blockinput.h atimer.h systime.h charset.h dispextern.h $(config_h) $(INTERVAL_SRC)
1169bytecode.o: bytecode.c buffer.h syntax.h charset.h $(config_h) 1169bytecode.o: bytecode.c buffer.h syntax.h charset.h window.h $(config_h)
1170data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) 1170data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h)
1171eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ 1171eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
1172 $(config_h) 1172 $(config_h)