From: Richard M. Stallman Date: Wed, 10 Apr 1996 00:53:52 +0000 (+0000) Subject: entered into RCS X-Git-Tag: emacs-19.34~893 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=515dd7113c71d46f0cab93e9910aac31f5b7d125;p=emacs.git entered into RCS --- diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp new file mode 100644 index 00000000000..f7c127b29e6 --- /dev/null +++ b/msdos/sed1v2.inp @@ -0,0 +1,25 @@ +# -sed1v2.inp----------------------------------------------------------- +# Configuration script for src/makefile under DJGPP v2.x +# ---------------------------------------------------------------------- +s/^#.*// +s/^[ \f\t][ \f\t]*$// +s/^ / / +s/\.h\.in/.h-in/ +/^ \.\/temacs/i\ + stubedit temacs.exe minstack=40k +/^MAKE *=/s/^/# / +/^SHELL *=/s/^/# / +/^srcdir *=/s/@[^@\n]*@/./ +/^VPATH *=/s/@[^@\n]*@/./ +/^CC *=/s/@[^@\n]*@/gcc/ +/^CPP *=/s/@[^@\n]*@/gcc -e/ +/^CFLAGS *=/s/@[^@\n]*@/-O2 -g/ +/^LN_S *=/s/@[^@\n]*@/ln -s/ +/^M_FILE *=/s!@[^@\n]*@!m/intel386.h! +/^S_FILE *=/s!@[^@\n]*@!s/msdos.h! +/^@SET_MAKE@$/s/@SET_MAKE@// +/^.\${libsrc}make-docfile.*>/s!make-docfile!make-docfile -o ../etc/DOC! +/^.\${libsrc}make-doc/s!>.*$!! +/^[ ]*$/d +/^temacs:/s/prefix-args// +/^ #/d diff --git a/msdos/sed3v2.inp b/msdos/sed3v2.inp new file mode 100644 index 00000000000..ea3e3fdd3a2 --- /dev/null +++ b/msdos/sed3v2.inp @@ -0,0 +1,25 @@ +# -sed3v2.inp------------------------------------------------------------- +# Configuration script for lib-src/makefile under DJGPP v2 +# ---------------------------------------------------------------------- +/^# DIST: /d +/^SHELL *=/s/^/# / +/^CC *=/s/=.*$/=gcc/ +# Actually, here we should patch in the exact version number, but only +# [ce]tags uses it. Don't pass it. This is more update-resistant. +/-DVERSION=/s/-DVERSION="\\"\${version}\\""// +/^configname *=/s/=.*$/=msdos/ +/^archlibdir *=/s!=.*$!=/emacs/bin! +/^bindir *=/s!=.*$!=/emacs/bin! +/^libdir *=/s!=.*$!=/emacs/bin! +/^srcdir *=/s!=.*$!=.! +/^VPATH *=/s!=.*$!=.! +/^CFLAGS *=/s!=.*$!=-O2 -g! +/^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! +/^LOADLIBES *=/s!=.*$!=! +/^ALLOCA *=/s!=.*$!=alloca.o! +/^INSTALLABLES/s/emacsclient *// +s!^ \./! ! +/^UTILITIES=/s/ wakeup// +/^UTILITIES=/s/ movemail// +/^UTILITIES=/s/ emacsserver// +/^UTILITIES=/s/ timer//