comparison src/Makefile.in @ 9402:87337d65aa17

* Makefile.in.in (obj) Add region-cache.o to the list of files. (region-cache.o): New target. (buffer.o, indent.o, search.o): Depend on region-cache.h.
author Jim Blandy <jimb@redhat.com>
date Sat, 08 Oct 1994 22:11:16 +0000
parents bbacb08f7e0c
children f3c3bedd897f
comparison
equal deleted inserted replaced
9401:32ae92d81323 9402:87337d65aa17
465 cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \ 465 cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o \
466 alloc.o data.o doc.o editfns.o callint.o \ 466 alloc.o data.o doc.o editfns.o callint.o \
467 eval.o floatfns.o fns.o print.o lread.o \ 467 eval.o floatfns.o fns.o print.o lread.o \
468 abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \ 468 abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \
469 process.o callproc.o \ 469 process.o callproc.o \
470 region-cache.o \
470 doprnt.o strftime.o MKTIME_OBJ GETLOADAVG_OBJ 471 doprnt.o strftime.o MKTIME_OBJ GETLOADAVG_OBJ
471 472
472 /* Object files used on some machine or other. 473 /* Object files used on some machine or other.
473 These go in the DOC file on all machines 474 These go in the DOC file on all machines
474 in case they are needed there. */ 475 in case they are needed there. */
787 but it is not included as a dependency because 788 but it is not included as a dependency because
788 it is so often changed in ways that do not require any recompilation 789 it is so often changed in ways that do not require any recompilation
789 and so rarely changed in ways that do require any. */ 790 and so rarely changed in ways that do require any. */
790 791
791 abbrev.o: abbrev.c buffer.h commands.h $(config_h) 792 abbrev.o: abbrev.c buffer.h commands.h $(config_h)
792 buffer.o: buffer.c buffer.h commands.h window.h \ 793 buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
793 INTERVAL_SRC blockinput.h $(config_h) 794 INTERVAL_SRC blockinput.h $(config_h)
794 callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ 795 callint.o: callint.c window.h commands.h buffer.h mocklisp.h \
795 keyboard.h $(config_h) 796 keyboard.h $(config_h)
796 callproc.o: callproc.c paths.h buffer.h commands.h $(config_h) \ 797 callproc.o: callproc.c paths.h buffer.h commands.h $(config_h) \
797 process.h systty.h syssignal.h 798 process.h systty.h syssignal.h
812 fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) 813 fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
813 filelock.o: filelock.c buffer.h paths.h $(config_h) 814 filelock.o: filelock.c buffer.h paths.h $(config_h)
814 filemode.o: filemode.c $(config_h) 815 filemode.o: filemode.c $(config_h)
815 getloadavg.o: getloadavg.c $(config_h) 816 getloadavg.o: getloadavg.c $(config_h)
816 indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ 817 indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \
817 termopts.h disptab.h 818 termopts.h disptab.h region-cache.h
818 insdel.o: insdel.c window.h buffer.h INTERVAL_SRC blockinput.h $(config_h) 819 insdel.o: insdel.c window.h buffer.h INTERVAL_SRC blockinput.h $(config_h)
819 keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h \ 820 keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h \
820 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \ 821 commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
821 systty.h systime.h dispextern.h intervals.h blockinput.h $(config_h) 822 systty.h systime.h dispextern.h intervals.h blockinput.h $(config_h)
822 keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 823 keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
833 buffer.h commands.h $(config_h) 834 buffer.h commands.h $(config_h)
834 mocklisp.o: mocklisp.c buffer.h $(config_h) 835 mocklisp.o: mocklisp.c buffer.h $(config_h)
835 process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ 836 process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
836 commands.h syssignal.h systime.h systty.h syswait.h frame.h $(config_h) 837 commands.h syssignal.h systime.h systty.h syswait.h frame.h $(config_h)
837 regex.o: regex.c syntax.h buffer.h $(config_h) regex.h 838 regex.o: regex.c syntax.h buffer.h $(config_h) regex.h
839 region-cache.o: region-cache.c buffer.h region-cache.h
838 frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 840 frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
839 buffer.h $(config_h) 841 buffer.h $(config_h)
840 scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h) 842 scroll.o: scroll.c termchar.h dispextern.h frame.h $(config_h)
841 search.o: search.c regex.h commands.h buffer.h syntax.h blockinput.h $(config_h) 843 search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
844 blockinput.h $(config_h)
842 strftime.o: strftime.c $(config_h) 845 strftime.o: strftime.c $(config_h)
843 syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h) 846 syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h)
844 sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ 847 sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \
845 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h 848 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h
846 term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 849 term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \