diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-04-10 00:53:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-04-10 00:53:52 +0000 |
commit | 151644e8d467bab24841902514b3671c6a63bdff (patch) | |
tree | 559032b126d52096a04a736437e9bd485a837b65 /msdos | |
parent | 26e5c6ac7a47df76e7dde71611c93142d643232b (diff) | |
download | emacs-151644e8d467bab24841902514b3671c6a63bdff.tar.gz |
entered into RCS
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/sed1v2.inp | 25 | ||||
-rw-r--r-- | msdos/sed3v2.inp | 25 |
2 files changed, 50 insertions, 0 deletions
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// |