aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1999-02-26 11:39:47 +0000
committerRichard M. Stallman1999-02-26 11:39:47 +0000
commitaffb9299482fc846f1e29d1b8ffaa63c6d0874a1 (patch)
treeda252b80665ee5f8a933705893414f6daa744c3f
parent6a4bb05de98480a4754824c19225b06295b26c95 (diff)
downloademacs-affb9299482fc846f1e29d1b8ffaa63c6d0874a1.tar.gz
emacs-affb9299482fc846f1e29d1b8ffaa63c6d0874a1.zip
paths.h and paths.in renamed to epaths.h and epaths.in.
-rw-r--r--src/Makefile.in22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 0ef09ab84ec..1c6206019ca 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -943,8 +943,8 @@ stamp-oldxmenu:
943 touch stamp-oldxmenu 943 touch stamp-oldxmenu
944#endif /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */ 944#endif /* not (HAVE_X_WINDOWS && HAVE_X11 && HAVE_MENUS) */
945 945
946../config.status:: paths.in 946../config.status:: epaths.in
947 @echo "The file paths.h needs to be set up from paths.in." 947 @echo "The file epaths.h needs to be set up from epaths.in."
948 @echo "Please run the `configure' script again." 948 @echo "Please run the `configure' script again."
949 exit 1 949 exit 1
950 950
@@ -999,7 +999,7 @@ buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
999 INTERVAL_SRC blockinput.h charset.h $(config_h) 999 INTERVAL_SRC blockinput.h charset.h $(config_h)
1000callint.o: callint.c window.h commands.h buffer.h mocklisp.h \ 1000callint.o: callint.c window.h commands.h buffer.h mocklisp.h \
1001 keyboard.h $(config_h) 1001 keyboard.h $(config_h)
1002callproc.o: callproc.c paths.h buffer.h commands.h $(config_h) \ 1002callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \
1003 process.h systty.h syssignal.h charset.h coding.h msdos.h 1003 process.h systty.h syssignal.h charset.h coding.h msdos.h
1004casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h) 1004casefiddle.o: casefiddle.c syntax.h commands.h buffer.h $(config_h)
1005casetab.o: casetab.c buffer.h $(config_h) 1005casetab.o: casetab.c buffer.h $(config_h)
@@ -1017,7 +1017,7 @@ dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h
1017dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ 1017dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \
1018 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \ 1018 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \
1019 xterm.h blockinput.h charset.h msdos.h $(config_h) 1019 xterm.h blockinput.h charset.h msdos.h $(config_h)
1020doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h 1020doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h
1021doprnt.o: doprnt.c charset.h $(config_h) 1021doprnt.o: doprnt.c charset.h $(config_h)
1022dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h) 1022dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)
1023editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ 1023editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC charset.h \
@@ -1026,7 +1026,7 @@ emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1026 termhooks.h buffer.h INTERVAL_SRC $(config_h) 1026 termhooks.h buffer.h INTERVAL_SRC $(config_h)
1027fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \ 1027fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC charset.h \
1028 coding.h msdos.h $(config_h) 1028 coding.h msdos.h $(config_h)
1029filelock.o: filelock.c buffer.h systime.h paths.h $(config_h) 1029filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h)
1030filemode.o: filemode.c $(config_h) 1030filemode.o: filemode.c $(config_h)
1031frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1031frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1032 buffer.h charset.h fontset.h msdos.h $(config_h) 1032 buffer.h charset.h fontset.h msdos.h $(config_h)
@@ -1091,7 +1091,7 @@ xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \
1091xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \ 1091xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
1092 window.h charset.h msdos.h $(config_h) 1092 window.h charset.h msdos.h $(config_h)
1093xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\ 1093xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h\
1094 $(srcdir)/../lwlib/lwlib.h blockinput.h paths.h charset.h $(config_h) 1094 $(srcdir)/../lwlib/lwlib.h blockinput.h epaths.h charset.h $(config_h)
1095xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \ 1095xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h keyboard.h \
1096 $(srcdir)/../lwlib/lwlib.h blockinput.h msdos.h $(config_h) 1096 $(srcdir)/../lwlib/lwlib.h blockinput.h msdos.h $(config_h)
1097xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \ 1097xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \
@@ -1099,7 +1099,7 @@ xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h \
1099 keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h) 1099 keyboard.h gnu.h sink.h sinkmask.h charset.h ccl.h fontset.h $(config_h)
1100xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \ 1100xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \
1101 coding.h buffer.h $(config_h) 1101 coding.h buffer.h $(config_h)
1102xrdb.o: xrdb.c $(config_h) paths.h 1102xrdb.o: xrdb.c $(config_h) epaths.h
1103hftctl.o: hftctl.c $(config_h) 1103hftctl.o: hftctl.c $(config_h)
1104 1104
1105/* The files of Lisp proper */ 1105/* The files of Lisp proper */
@@ -1114,7 +1114,7 @@ fns.o: fns.c commands.h $(config_h) frame.h buffer.h keyboard.h \
1114 frame.h window.h INTERVAL_SRC 1114 frame.h window.h INTERVAL_SRC
1115print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\ 1115print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h\
1116 $(config_h) dispextern.h msdos.h 1116 $(config_h) dispextern.h msdos.h
1117lread.o: lread.c commands.h keyboard.h buffer.h paths.h charset.h $(config_h) \ 1117lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \
1118 termhooks.h msdos.h 1118 termhooks.h msdos.h
1119 1119
1120/* Text properties support */ 1120/* Text properties support */
@@ -1137,7 +1137,7 @@ clean: mostlyclean
1137/**/# This is used in making a distribution. 1137/**/# This is used in making a distribution.
1138/**/# Do not use it on development directories! 1138/**/# Do not use it on development directories!
1139distclean: clean 1139distclean: clean
1140 rm -f paths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu ../etc/DOC-* 1140 rm -f epaths.h config.h Makefile Makefile.c config.stamp stamp-oldxmenu ../etc/DOC-*
1141maintainer-clean: distclean 1141maintainer-clean: distclean
1142 @echo "This command is intended for maintainers to use;" 1142 @echo "This command is intended for maintainers to use;"
1143 @echo "it deletes files that may require special tools to rebuild." 1143 @echo "it deletes files that may require special tools to rebuild."
@@ -1150,13 +1150,13 @@ extraclean: distclean
1150/* The rule for the [sm] files has to be written a little funny to 1150/* The rule for the [sm] files has to be written a little funny to
1151 avoid looking like a C comment to CPP. */ 1151 avoid looking like a C comment to CPP. */
1152SOURCES = *.[ch] [sm]/?* COPYING Makefile.in \ 1152SOURCES = *.[ch] [sm]/?* COPYING Makefile.in \
1153 config.in paths.in README COPYING ChangeLog vms.pp-trans 1153 config.in epaths.in README COPYING ChangeLog vms.pp-trans
1154unlock: 1154unlock:
1155 chmod u+w $(SOURCES) 1155 chmod u+w $(SOURCES)
1156 1156
1157relock: 1157relock:
1158 chmod -w $(SOURCES) 1158 chmod -w $(SOURCES)
1159 chmod +w paths.h 1159 chmod +w epaths.h
1160 1160
1161/* Arrange to make a tags table TAGS-LISP for ../lisp, 1161/* Arrange to make a tags table TAGS-LISP for ../lisp,
1162 plus TAGS for the C files, which includes ../lisp/TAGS by reference. */ 1162 plus TAGS for the C files, which includes ../lisp/TAGS by reference. */