comparison src/Makefile.in @ 52398:3d329803221b

(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.
author Dave Love <fx@gnu.org>
date Mon, 01 Sep 2003 14:38:12 +0000
parents 5e05e50d305b
children 695cf19ef79e
comparison
equal deleted inserted replaced
52397:bfab43c0bcea 52398:3d329803221b
1019 1019
1020 /* Some machines have alloca built-in. 1020 /* Some machines have alloca built-in.
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 */
1024 alloca.o : alloca.c blockinput.h atimer.h 1024 alloca.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
1029 it is so often changed in ways that do not require any recompilation 1028 it is so often changed in ways that do not require any recompilation
1030 and so rarely changed in ways that do require any. */ 1029 and so rarely changed in ways that do require any. */
1043 casetab.o: casetab.c buffer.h $(config_h) 1042 casetab.o: casetab.c buffer.h $(config_h)
1044 category.o: category.c category.h buffer.h charset.h $(config_h) 1043 category.o: category.c category.h buffer.h charset.h $(config_h)
1045 ccl.o: ccl.c ccl.h charset.h coding.h $(config_h) 1044 ccl.o: ccl.c ccl.h charset.h coding.h $(config_h)
1046 charset.o: charset.c charset.h buffer.h coding.h composite.h disptab.h \ 1045 charset.o: charset.c charset.h buffer.h coding.h composite.h disptab.h \
1047 $(config_h) 1046 $(config_h)
1048 coding.o: coding.c coding.h ccl.h buffer.h charset.h $(config_h) 1047 coding.o: coding.c coding.h ccl.h buffer.h charset.h intervals.h composite.h window.h $(config_h)
1049 cm.o: cm.c cm.h termhooks.h $(config_h) 1048 cm.o: cm.c cm.h termhooks.h $(config_h)
1050 cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \ 1049 cmds.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
1052 pre-crt0.o: pre-crt0.c 1051 pre-crt0.o: pre-crt0.c
1053 ecrt0.o: ecrt0.c $(config_h) 1052 ecrt0.o: ecrt0.c $(config_h)
1063 doprnt.o: doprnt.c charset.h $(config_h) 1062 doprnt.o: doprnt.c charset.h $(config_h)
1064 dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) 1063 dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)
1065 editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1064 editfns.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)
1067 emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ 1066 emacs.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
1069 fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1069 fileio.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)
1071 filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) 1071 filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h)
1072 filemode.o: filemode.c $(config_h) 1072 filemode.o: filemode.c $(config_h)
1073 frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1073 frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1154 buffer.h atimer.h systime.h $(config_h) 1154 buffer.h atimer.h systime.h $(config_h)
1155 xrdb.o: xrdb.c $(config_h) epaths.h 1155 xrdb.o: xrdb.c $(config_h) epaths.h
1156 xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \ 1156 xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \
1157 lisp.h termopts.h 1157 lisp.h termopts.h
1158 gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ 1158 gtkutil.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
1161 hftctl.o: hftctl.c $(config_h) 1161 hftctl.o: hftctl.c $(config_h)
1162 sound.o: sound.c dispextern.h $(config_h) 1162 sound.o: sound.c dispextern.h $(config_h)
1163 atimer.o: atimer.c atimer.h systime.h $(config_h) 1163 atimer.o: atimer.c atimer.h systime.h $(config_h)
1164 1164
1165 /* The files of Lisp proper */ 1165 /* The files of Lisp proper */
1166 1166
1167 alloc.o: alloc.c process.h frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \ 1167 alloc.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)
1169 bytecode.o: bytecode.c buffer.h syntax.h charset.h $(config_h) 1169 bytecode.o: bytecode.c buffer.h syntax.h charset.h window.h $(config_h)
1170 data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h) 1170 data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h)
1171 eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \ 1171 eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
1172 $(config_h) 1172 $(config_h)
1173 floatfns.o: floatfns.c $(config_h) 1173 floatfns.o: floatfns.c $(config_h)
1174 fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ 1174 fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \