aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-16 06:32:30 +0000
committerRichard M. Stallman1996-09-16 06:32:30 +0000
commitda6b134ca1d379ec0580341723bbbacb7895686f (patch)
tree40afadfb9389e80bc68eac3cbd977d0b5d718ba3 /src
parent193e4518576af3d5d88fe43b3e686112a349a054 (diff)
downloademacs-da6b134ca1d379ec0580341723bbbacb7895686f.tar.gz
emacs-da6b134ca1d379ec0580341723bbbacb7895686f.zip
(frame.o, textprop.o, abbrev.o): Depend on window.h.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index e91cd9570fe..c34355dcdf2 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -906,7 +906,7 @@ alloca.o : alloca.s $(config_h)
906 it is so often changed in ways that do not require any recompilation 906 it is so often changed in ways that do not require any recompilation
907 and so rarely changed in ways that do require any. */ 907 and so rarely changed in ways that do require any. */
908 908
909abbrev.o: abbrev.c buffer.h commands.h $(config_h) 909abbrev.o: abbrev.c buffer.h window.h commands.h $(config_h)
910buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ 910buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
911 INTERVAL_SRC blockinput.h $(config_h) 911 INTERVAL_SRC blockinput.h $(config_h)
912callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ 912callint.o: callint.c window.h commands.h buffer.h mocklisp.h \
@@ -933,6 +933,8 @@ emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
933fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) 933fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
934filelock.o: filelock.c buffer.h paths.h $(config_h) 934filelock.o: filelock.c buffer.h paths.h $(config_h)
935filemode.o: filemode.c $(config_h) 935filemode.o: filemode.c $(config_h)
936frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
937 buffer.h $(config_h)
936getloadavg.o: getloadavg.c $(config_h) 938getloadavg.o: getloadavg.c $(config_h)
937indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ 939indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \
938 termopts.h disptab.h region-cache.h 940 termopts.h disptab.h region-cache.h
@@ -945,22 +947,20 @@ keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
945lastfile.o: lastfile.c $(config_h) 947lastfile.o: lastfile.c $(config_h)
946macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h $(config_h) 948macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h $(config_h)
947malloc.o: malloc.c $(config_h) 949malloc.o: malloc.c $(config_h)
948msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \
949 termopts.h frame.h window.h $(config_h)
950mktime.o: mktime.c $(config_h)
951gmalloc.o: gmalloc.c $(config_h) 950gmalloc.o: gmalloc.c $(config_h)
952ralloc.o: ralloc.c $(config_h) 951ralloc.o: ralloc.c $(config_h)
953vm-limit.o: vm-limit.c mem-limits.h $(config_h) 952vm-limit.o: vm-limit.c mem-limits.h $(config_h)
954marker.o: marker.c buffer.h $(config_h) 953marker.o: marker.c buffer.h $(config_h)
955minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ 954minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \
956 buffer.h commands.h $(config_h) 955 buffer.h commands.h $(config_h)
956mktime.o: mktime.c $(config_h)
957mocklisp.o: mocklisp.c buffer.h $(config_h) 957mocklisp.o: mocklisp.c buffer.h $(config_h)
958msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \
959 termopts.h frame.h window.h $(config_h)
958process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ 960process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
959 commands.h syssignal.h systime.h systty.h syswait.h frame.h $(config_h) 961 commands.h syssignal.h systime.h systty.h syswait.h frame.h $(config_h)
960regex.o: regex.c syntax.h buffer.h $(config_h) regex.h 962regex.o: regex.c syntax.h buffer.h $(config_h) regex.h
961region-cache.o: region-cache.c buffer.h region-cache.h 963region-cache.o: region-cache.c buffer.h region-cache.h
962frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
963 buffer.h $(config_h)
964scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) 964scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h)
965search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ 965search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
966 blockinput.h $(config_h) 966 blockinput.h $(config_h)
@@ -1012,14 +1012,14 @@ lread.o: lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \
1012 termhooks.h 1012 termhooks.h
1013 1013
1014/* Text properties support */ 1014/* Text properties support */
1015textprop.o: textprop.c buffer.h intervals.h $(config_h) 1015textprop.o: textprop.c buffer.h window.h intervals.h $(config_h)
1016intervals.o: intervals.c buffer.h intervals.h keyboard.h puresize.h $(config_h) 1016intervals.o: intervals.c buffer.h intervals.h keyboard.h puresize.h $(config_h)
1017 1017
1018/* System-specific programs to be made. 1018/* System-specific programs to be made.
1019 OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE 1019 OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE
1020 select which of these should be compiled. */ 1020 select which of these should be compiled. */
1021 1021
1022sunfns.o: sunfns.c buffer.h $(config_h) 1022sunfns.o: sunfns.c buffer.h window.h $(config_h)
1023 1023
1024${libsrc}emacstool: ${libsrc}emacstool.c 1024${libsrc}emacstool: ${libsrc}emacstool.c
1025 cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool 1025 cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool