diff options
| author | Richard M. Stallman | 1996-09-16 06:32:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-16 06:32:30 +0000 |
| commit | da6b134ca1d379ec0580341723bbbacb7895686f (patch) | |
| tree | 40afadfb9389e80bc68eac3cbd977d0b5d718ba3 /src | |
| parent | 193e4518576af3d5d88fe43b3e686112a349a054 (diff) | |
| download | emacs-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.in | 16 |
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 | ||
| 909 | abbrev.o: abbrev.c buffer.h commands.h $(config_h) | 909 | abbrev.o: abbrev.c buffer.h window.h commands.h $(config_h) |
| 910 | buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \ | 910 | buffer.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) |
| 912 | callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ | 912 | callint.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 \ | |||
| 933 | fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) | 933 | fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) |
| 934 | filelock.o: filelock.c buffer.h paths.h $(config_h) | 934 | filelock.o: filelock.c buffer.h paths.h $(config_h) |
| 935 | filemode.o: filemode.c $(config_h) | 935 | filemode.o: filemode.c $(config_h) |
| 936 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | ||
| 937 | buffer.h $(config_h) | ||
| 936 | getloadavg.o: getloadavg.c $(config_h) | 938 | getloadavg.o: getloadavg.c $(config_h) |
| 937 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ | 939 | indent.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 \ | |||
| 945 | lastfile.o: lastfile.c $(config_h) | 947 | lastfile.o: lastfile.c $(config_h) |
| 946 | macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h $(config_h) | 948 | macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h $(config_h) |
| 947 | malloc.o: malloc.c $(config_h) | 949 | malloc.o: malloc.c $(config_h) |
| 948 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \ | ||
| 949 | termopts.h frame.h window.h $(config_h) | ||
| 950 | mktime.o: mktime.c $(config_h) | ||
| 951 | gmalloc.o: gmalloc.c $(config_h) | 950 | gmalloc.o: gmalloc.c $(config_h) |
| 952 | ralloc.o: ralloc.c $(config_h) | 951 | ralloc.o: ralloc.c $(config_h) |
| 953 | vm-limit.o: vm-limit.c mem-limits.h $(config_h) | 952 | vm-limit.o: vm-limit.c mem-limits.h $(config_h) |
| 954 | marker.o: marker.c buffer.h $(config_h) | 953 | marker.o: marker.c buffer.h $(config_h) |
| 955 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ | 954 | minibuf.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) |
| 956 | mktime.o: mktime.c $(config_h) | ||
| 957 | mocklisp.o: mocklisp.c buffer.h $(config_h) | 957 | mocklisp.o: mocklisp.c buffer.h $(config_h) |
| 958 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \ | ||
| 959 | termopts.h frame.h window.h $(config_h) | ||
| 958 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 960 | process.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) |
| 960 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h | 962 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h |
| 961 | region-cache.o: region-cache.c buffer.h region-cache.h | 963 | region-cache.o: region-cache.c buffer.h region-cache.h |
| 962 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | ||
| 963 | buffer.h $(config_h) | ||
| 964 | scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) | 964 | scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) |
| 965 | search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \ | 965 | search.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 */ |
| 1015 | textprop.o: textprop.c buffer.h intervals.h $(config_h) | 1015 | textprop.o: textprop.c buffer.h window.h intervals.h $(config_h) |
| 1016 | intervals.o: intervals.c buffer.h intervals.h keyboard.h puresize.h $(config_h) | 1016 | intervals.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 | ||
| 1022 | sunfns.o: sunfns.c buffer.h $(config_h) | 1022 | sunfns.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 |