diff options
| author | Richard M. Stallman | 1996-04-10 00:53:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-10 00:53:52 +0000 |
| commit | 515dd7113c71d46f0cab93e9910aac31f5b7d125 (patch) | |
| tree | bd6fb9141d00dbf190f43c69dd68ba44d10c4d22 | |
| parent | 29824ce2b28dee1d35702aeecf182319367ad688 (diff) | |
| download | emacs-515dd7113c71d46f0cab93e9910aac31f5b7d125.tar.gz emacs-515dd7113c71d46f0cab93e9910aac31f5b7d125.zip | |
entered into RCS
| -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 @@ | |||
| 1 | # -sed1v2.inp----------------------------------------------------------- | ||
| 2 | # Configuration script for src/makefile under DJGPP v2.x | ||
| 3 | # ---------------------------------------------------------------------- | ||
| 4 | s/^#.*// | ||
| 5 | s/^[ \f\t][ \f\t]*$// | ||
| 6 | s/^ / / | ||
| 7 | s/\.h\.in/.h-in/ | ||
| 8 | /^ \.\/temacs/i\ | ||
| 9 | stubedit temacs.exe minstack=40k | ||
| 10 | /^MAKE *=/s/^/# / | ||
| 11 | /^SHELL *=/s/^/# / | ||
| 12 | /^srcdir *=/s/@[^@\n]*@/./ | ||
| 13 | /^VPATH *=/s/@[^@\n]*@/./ | ||
| 14 | /^CC *=/s/@[^@\n]*@/gcc/ | ||
| 15 | /^CPP *=/s/@[^@\n]*@/gcc -e/ | ||
| 16 | /^CFLAGS *=/s/@[^@\n]*@/-O2 -g/ | ||
| 17 | /^LN_S *=/s/@[^@\n]*@/ln -s/ | ||
| 18 | /^M_FILE *=/s!@[^@\n]*@!m/intel386.h! | ||
| 19 | /^S_FILE *=/s!@[^@\n]*@!s/msdos.h! | ||
| 20 | /^@SET_MAKE@$/s/@SET_MAKE@// | ||
| 21 | /^.\${libsrc}make-docfile.*>/s!make-docfile!make-docfile -o ../etc/DOC! | ||
| 22 | /^.\${libsrc}make-doc/s!>.*$!! | ||
| 23 | /^[ ]*$/d | ||
| 24 | /^temacs:/s/prefix-args// | ||
| 25 | /^ #/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 @@ | |||
| 1 | # -sed3v2.inp------------------------------------------------------------- | ||
| 2 | # Configuration script for lib-src/makefile under DJGPP v2 | ||
| 3 | # ---------------------------------------------------------------------- | ||
| 4 | /^# DIST: /d | ||
| 5 | /^SHELL *=/s/^/# / | ||
| 6 | /^CC *=/s/=.*$/=gcc/ | ||
| 7 | # Actually, here we should patch in the exact version number, but only | ||
| 8 | # [ce]tags uses it. Don't pass it. This is more update-resistant. | ||
| 9 | /-DVERSION=/s/-DVERSION="\\"\${version}\\""// | ||
| 10 | /^configname *=/s/=.*$/=msdos/ | ||
| 11 | /^archlibdir *=/s!=.*$!=/emacs/bin! | ||
| 12 | /^bindir *=/s!=.*$!=/emacs/bin! | ||
| 13 | /^libdir *=/s!=.*$!=/emacs/bin! | ||
| 14 | /^srcdir *=/s!=.*$!=.! | ||
| 15 | /^VPATH *=/s!=.*$!=.! | ||
| 16 | /^CFLAGS *=/s!=.*$!=-O2 -g! | ||
| 17 | /^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! | ||
| 18 | /^LOADLIBES *=/s!=.*$!=! | ||
| 19 | /^ALLOCA *=/s!=.*$!=alloca.o! | ||
| 20 | /^INSTALLABLES/s/emacsclient *// | ||
| 21 | s!^ \./! ! | ||
| 22 | /^UTILITIES=/s/ wakeup// | ||
| 23 | /^UTILITIES=/s/ movemail// | ||
| 24 | /^UTILITIES=/s/ emacsserver// | ||
| 25 | /^UTILITIES=/s/ timer// | ||