comparison src/Makefile.in @ 11541:d74f79aa17ab

Make intervals.o and term.o depend on keyboard.h.
author Karl Heuer <kwzh@gnu.org>
date Mon, 24 Apr 1995 22:03:49 +0000
parents 9cd01f363d4b
children fa8b13d1a665
comparison
equal deleted inserted replaced
11540:b8b8a11a1aed 11541:d74f79aa17ab
886 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -Dstrftime=emacs_strftime $< 886 $(CC) -c $(CPPFLAGS) $(ALL_CFLAGS) -Dstrftime=emacs_strftime $<
887 syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h) 887 syntax.o: syntax.c syntax.h buffer.h commands.h $(config_h)
888 sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \ 888 sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \
889 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h 889 frame.h syssignal.h systty.h systime.h syswait.h blockinput.h window.h
890 term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 890 term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
891 disptab.h 891 disptab.h keyboard.h
892 termcap.o: termcap.c $(config_h) 892 termcap.o: termcap.c $(config_h)
893 terminfo.o: terminfo.c $(config_h) 893 terminfo.o: terminfo.c $(config_h)
894 tparam.o: tparam.c $(config_h) 894 tparam.o: tparam.c $(config_h)
895 undo.o: undo.c buffer.h commands.h $(config_h) 895 undo.o: undo.c buffer.h commands.h $(config_h)
896 /* This hack is to discard any space that cpp might put at the beginning 896 /* This hack is to discard any space that cpp might put at the beginning
928 lread.o: lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \ 928 lread.o: lread.c commands.h keyboard.h buffer.h paths.h $(config_h) \
929 termhooks.h 929 termhooks.h
930 930
931 /* Text properties support */ 931 /* Text properties support */
932 textprop.o: textprop.c buffer.h intervals.h $(config_h) 932 textprop.o: textprop.c buffer.h intervals.h $(config_h)
933 intervals.o: intervals.c buffer.h intervals.h puresize.h $(config_h) 933 intervals.o: intervals.c buffer.h intervals.h keyboard.h puresize.h $(config_h)
934 934
935 /* System-specific programs to be made. 935 /* System-specific programs to be made.
936 OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE 936 OTHER_FILES, OBJECTS_SYSTEM and OBJECTS_MACHINE
937 select which of these should be compiled. */ 937 select which of these should be compiled. */
938 938