comparison src/Makefile.in @ 7125:8bc5866949d6

(configuration): Make variable deleted. (emacs.o): Use the default .c.o command.
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Apr 1994 05:26:05 +0000
parents 6ea4737a3db7
children be78bf0c9e71
comparison
equal deleted inserted replaced
7124:16be5431a7c7 7125:8bc5866949d6
22 VPATH=@srcdir@ 22 VPATH=@srcdir@
23 CC=@CC@ 23 CC=@CC@
24 CPP=@CPP@ 24 CPP=@CPP@
25 CFLAGS=@CFLAGS@ 25 CFLAGS=@CFLAGS@
26 LN_S=@LN_S@ 26 LN_S=@LN_S@
27 /* These escaped doublequotes become part of the macro definition in emacs.c.
28 Thus, the definition is a C string constant. */
29 configuration=\"@configuration@\"
30 /* Substitute an assignment for the MAKE variable, because 27 /* Substitute an assignment for the MAKE variable, because
31 BSD doesn't have it as a default. */ 28 BSD doesn't have it as a default. */
32 @SET_MAKE@ 29 @SET_MAKE@
33 30
34 /* On Xenix and the IBM RS6000, double-dot gets screwed up. */ 31 /* On Xenix and the IBM RS6000, double-dot gets screwed up. */
751 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h $(config_h) 748 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h $(config_h)
752 doc.o : doc.c $(config_h) paths.h buffer.h keyboard.h 749 doc.o : doc.c $(config_h) paths.h buffer.h keyboard.h
753 doprnt.o : doprnt.c 750 doprnt.o : doprnt.c
754 editfns.o : editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) 751 editfns.o : editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
755 emacs.o : emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h) 752 emacs.o : emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h)
756 $(CC) -c -DCONFIGURATION="$(configuration)" $(CPPFLAGS) $(ALL_CFLAGS) $<
757 fileio.o : fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) 753 fileio.o : fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
758 filelock.o : filelock.c buffer.h paths.h $(config_h) 754 filelock.o : filelock.c buffer.h paths.h $(config_h)
759 filemode.o : filemode.c $(config_h) 755 filemode.o : filemode.c $(config_h)
760 getloadavg.o : getloadavg.c $(config_h) 756 getloadavg.o : getloadavg.c $(config_h)
761 indent.o : indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ 757 indent.o : indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \