diff options
| author | Richard M. Stallman | 1994-06-18 13:02:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-18 13:02:23 +0000 |
| commit | 656828cf6eb6ba14fe15c896edb2780cfa474cea (patch) | |
| tree | 4c5dfdbee8e02471402d86ee55b8323fd34cddb0 /src | |
| parent | 4d04c1f1e7cf88ab0969866c50a9690259f7fab6 (diff) | |
| download | emacs-656828cf6eb6ba14fe15c896edb2780cfa474cea.tar.gz emacs-656828cf6eb6ba14fe15c896edb2780cfa474cea.zip | |
(doprnt.o): Depend on config_h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 136 |
1 files changed, 68 insertions, 68 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 14196021544..81ddfcf3a45 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -771,109 +771,109 @@ alloca.o : alloca.s $(config_h) | |||
| 771 | it is so often changed in ways that do not require any recompilation | 771 | it is so often changed in ways that do not require any recompilation |
| 772 | and so rarely changed in ways that do require any. */ | 772 | and so rarely changed in ways that do require any. */ |
| 773 | 773 | ||
| 774 | abbrev.o : abbrev.c buffer.h commands.h $(config_h) | 774 | abbrev.o: abbrev.c buffer.h commands.h $(config_h) |
| 775 | buffer.o : buffer.c buffer.h commands.h window.h \ | 775 | buffer.o: buffer.c buffer.h commands.h window.h \ |
| 776 | INTERVAL_SRC blockinput.h $(config_h) | 776 | INTERVAL_SRC blockinput.h $(config_h) |
| 777 | callint.o : callint.c window.h commands.h buffer.h mocklisp.h \ | 777 | callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ |
| 778 | keyboard.h $(config_h) | 778 | keyboard.h $(config_h) |
| 779 | callproc.o : callproc.c paths.h buffer.h commands.h $(config_h) \ | 779 | callproc.o: callproc.c paths.h buffer.h commands.h $(config_h) \ |
| 780 | process.h systty.h syssignal.h | 780 | process.h systty.h syssignal.h |
| 781 | casefiddle.o : casefiddle.c syntax.h commands.h buffer.h $(config_h) | 781 | casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h) |
| 782 | casetab.o : casetab.c buffer.h $(config_h) | 782 | casetab.o: casetab.c buffer.h $(config_h) |
| 783 | cm.o : cm.c cm.h termhooks.h $(config_h) | 783 | cm.o: cm.c cm.h termhooks.h $(config_h) |
| 784 | cmds.o : cmds.c syntax.h buffer.h commands.h $(config_h) | 784 | cmds.o: cmds.c syntax.h buffer.h commands.h $(config_h) |
| 785 | pre-crt0.o : pre-crt0.c | 785 | pre-crt0.o: pre-crt0.c |
| 786 | crt0.o : crt0.c $(config_h) | 786 | crt0.o: crt0.c $(config_h) |
| 787 | CRT0_COMPILE ${srcdir}/crt0.c | 787 | CRT0_COMPILE ${srcdir}/crt0.c |
| 788 | dired.o : dired.c commands.h buffer.h $(config_h) regex.h | 788 | dired.o: dired.c commands.h buffer.h $(config_h) regex.h |
| 789 | dispnew.o : dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ | 789 | dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ |
| 790 | termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h $(config_h) | 790 | termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h $(config_h) |
| 791 | doc.o : doc.c $(config_h) paths.h buffer.h keyboard.h | 791 | doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h |
| 792 | doprnt.o : doprnt.c | 792 | doprnt.o: doprnt.c $(config_h) |
| 793 | editfns.o : editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) | 793 | editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) |
| 794 | emacs.o : emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h) | 794 | emacs.o: emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h) |
| 795 | fileio.o : fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) | 795 | fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) |
| 796 | filelock.o : filelock.c buffer.h paths.h $(config_h) | 796 | filelock.o: filelock.c buffer.h paths.h $(config_h) |
| 797 | filemode.o : filemode.c $(config_h) | 797 | filemode.o: filemode.c $(config_h) |
| 798 | getloadavg.o : getloadavg.c $(config_h) | 798 | getloadavg.o: getloadavg.c $(config_h) |
| 799 | indent.o : indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ | 799 | indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ |
| 800 | termopts.h disptab.h | 800 | termopts.h disptab.h |
| 801 | insdel.o : insdel.c window.h buffer.h INTERVAL_SRC blockinput.h $(config_h) | 801 | insdel.o: insdel.c window.h buffer.h INTERVAL_SRC blockinput.h $(config_h) |
| 802 | keyboard.o : keyboard.c termchar.h termhooks.h termopts.h buffer.h \ | 802 | keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h \ |
| 803 | commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ | 803 | commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ |
| 804 | systty.h systime.h dispextern.h intervals.h blockinput.h $(config_h) | 804 | systty.h systime.h dispextern.h intervals.h blockinput.h $(config_h) |
| 805 | keymap.o : keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ | 805 | keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ |
| 806 | $(config_h) | 806 | $(config_h) |
| 807 | lastfile.o : lastfile.c $(config_h) | 807 | lastfile.o: lastfile.c $(config_h) |
| 808 | macros.o : macros.c window.h buffer.h commands.h macros.h $(config_h) | 808 | macros.o: macros.c window.h buffer.h commands.h macros.h $(config_h) |
| 809 | malloc.o : malloc.c $(config_h) | 809 | malloc.o: malloc.c $(config_h) |
| 810 | gmalloc.o : gmalloc.c $(config_h) | 810 | gmalloc.o: gmalloc.c $(config_h) |
| 811 | ralloc.o : ralloc.c $(config_h) | 811 | ralloc.o: ralloc.c $(config_h) |
| 812 | vm-limit.o : vm-limit.c mem-limits.h $(config_h) | 812 | vm-limit.o: vm-limit.c mem-limits.h $(config_h) |
| 813 | marker.o : marker.c buffer.h $(config_h) | 813 | marker.o: marker.c buffer.h $(config_h) |
| 814 | minibuf.o : minibuf.c syntax.h dispextern.h frame.h window.h \ | 814 | minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h \ |
| 815 | buffer.h commands.h $(config_h) | 815 | buffer.h commands.h $(config_h) |
| 816 | mocklisp.o : mocklisp.c buffer.h $(config_h) | 816 | mocklisp.o: mocklisp.c buffer.h $(config_h) |
| 817 | process.o : process.c process.h buffer.h window.h termhooks.h termopts.h \ | 817 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ |
| 818 | commands.h syssignal.h systime.h systty.h syswait.h frame.h $(config_h) | 818 | commands.h syssignal.h systime.h systty.h syswait.h frame.h $(config_h) |
| 819 | regex.o : regex.c syntax.h buffer.h $(config_h) regex.h | 819 | regex.o: regex.c syntax.h buffer.h $(config_h) regex.h |
| 820 | frame.o : frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | 820 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ |
| 821 | buffer.h $(config_h) | 821 | buffer.h $(config_h) |
| 822 | scroll.o : scroll.c termchar.h $(config_h) dispextern.h frame.h | 822 | scroll.o: scroll.c termchar.h $(config_h) dispextern.h frame.h |
| 823 | search.o : search.c regex.h commands.h buffer.h syntax.h blockinput.h $(config_h) | 823 | search.o: search.c regex.h commands.h buffer.h syntax.h blockinput.h $(config_h) |
| 824 | syntax.o : syntax.c syntax.h buffer.h commands.h $(config_h) | 824 | syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h) |
| 825 | sysdep.o : sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ | 825 | sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ |
| 826 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h | 826 | frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h |
| 827 | term.o : term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | 827 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ |
| 828 | disptab.h | 828 | disptab.h |
| 829 | termcap.o : termcap.c $(config_h) | 829 | termcap.o: termcap.c $(config_h) |
| 830 | terminfo.o : terminfo.c $(config_h) | 830 | terminfo.o: terminfo.c $(config_h) |
| 831 | tparam.o : tparam.c $(config_h) | 831 | tparam.o: tparam.c $(config_h) |
| 832 | undo.o : undo.c buffer.h commands.h $(config_h) | 832 | undo.o: undo.c buffer.h commands.h $(config_h) |
| 833 | /* This hack is to discard any space that cpp might put at the beginning | 833 | /* This hack is to discard any space that cpp might put at the beginning |
| 834 | of UNEXEC when substituting it in. */ | 834 | of UNEXEC when substituting it in. */ |
| 835 | UNEXEC_ALIAS=UNEXEC | 835 | UNEXEC_ALIAS=UNEXEC |
| 836 | $(UNEXEC_ALIAS) : UNEXEC_SRC $(config_h) | 836 | $(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) |
| 837 | widget.o : widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h) | 837 | widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h $(config_h) |
| 838 | window.o : window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | 838 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ |
| 839 | termhooks.h disptab.h keyboard.h $(config_h) | 839 | termhooks.h disptab.h keyboard.h $(config_h) |
| 840 | xdisp.o : xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \ | 840 | xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h \ |
| 841 | termchar.h frame.h window.h disptab.h termhooks.h $(config_h) | 841 | termchar.h frame.h window.h disptab.h termhooks.h $(config_h) |
| 842 | xfaces.o : xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ | 842 | xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ |
| 843 | window.h $(config_h) | 843 | window.h $(config_h) |
| 844 | xfns.o : xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ | 844 | xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h \ |
| 845 | blockinput.h $(config_h) | 845 | blockinput.h $(config_h) |
| 846 | xmenu.o : xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \ | 846 | xmenu.o: xmenu.c xterm.h window.h dispextern.h frame.h keyboard.h \ |
| 847 | blockinput.h $(config_h) | 847 | blockinput.h $(config_h) |
| 848 | xterm.o : xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ | 848 | xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ |
| 849 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ | 849 | dispextern.h frame.h disptab.h blockinput.h systime.h syssignal.h \ |
| 850 | gnu.h sink.h sinkmask.h $(config_h) | 850 | gnu.h sink.h sinkmask.h $(config_h) |
| 851 | xselect.o : xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h) | 851 | xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h $(config_h) |
| 852 | xrdb.o : xrdb.c $(config_h) | 852 | xrdb.o: xrdb.c $(config_h) |
| 853 | hftctl.o : hftctl.c $(config_h) | 853 | hftctl.o: hftctl.c $(config_h) |
| 854 | 854 | ||
| 855 | /* The files of Lisp proper */ | 855 | /* The files of Lisp proper */ |
| 856 | 856 | ||
| 857 | alloc.o : alloc.c frame.h window.h buffer.h puresize.h syssignal.h | 857 | alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h |
| 858 | alloc.o : blockinput.h $(config_h) INTERVAL_SRC | 858 | alloc.o: blockinput.h $(config_h) INTERVAL_SRC |
| 859 | bytecode.o : bytecode.c buffer.h $(config_h) | 859 | bytecode.o: bytecode.c buffer.h $(config_h) |
| 860 | data.o : data.c buffer.h puresize.h syssignal.h $(config_h) | 860 | data.o: data.c buffer.h puresize.h syssignal.h $(config_h) |
| 861 | eval.o : eval.c commands.h keyboard.h blockinput.h $(config_h) | 861 | eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h) |
| 862 | floatfns.o : floatfns.c $(config_h) | 862 | floatfns.o: floatfns.c $(config_h) |
| 863 | fns.o : fns.c commands.h $(config_h) frame.h buffer.h keyboard.h INTERVAL_SRC | 863 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h INTERVAL_SRC |
| 864 | print.o : print.c process.h frame.h window.h buffer.h $(config_h) | 864 | print.o: print.c process.h frame.h window.h buffer.h $(config_h) |
| 865 | lread.o : lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \ | 865 | lread.o: lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \ |
| 866 | termhooks.h | 866 | termhooks.h |
| 867 | 867 | ||
| 868 | /* Text properties support */ | 868 | /* Text properties support */ |
| 869 | textprop.o : textprop.c buffer.h intervals.h $(config_h) | 869 | textprop.o: textprop.c buffer.h intervals.h $(config_h) |
| 870 | intervals.o : intervals.c buffer.h intervals.h puresize.h $(config_h) | 870 | intervals.o: intervals.c buffer.h intervals.h puresize.h $(config_h) |
| 871 | 871 | ||
| 872 | /* System-specific programs to be made. | 872 | /* System-specific programs to be made. |
| 873 | OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE | 873 | OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE |
| 874 | select which of these should be compiled. */ | 874 | select which of these should be compiled. */ |
| 875 | 875 | ||
| 876 | sunfns.o : sunfns.c buffer.h $(config_h) | 876 | sunfns.o: sunfns.c buffer.h $(config_h) |
| 877 | 877 | ||
| 878 | ${libsrc}emacstool: ${libsrc}emacstool.c | 878 | ${libsrc}emacstool: ${libsrc}emacstool.c |
| 879 | cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool | 879 | cd ${libsrc}; ${MAKE} ${MFLAGS} emacstool |