annotate msdos/sed3v2.inp @ 17871:1c5753313c4e

(Vtty_erase_char): Declared.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 May 1997 02:36:18 +0000
parents 5c431b2e0f95
children 529f64fddbb6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 # -sed3v2.inp-------------------------------------------------------------
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2 # Configuration script for lib-src/makefile under DJGPP v2
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 # ----------------------------------------------------------------------
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 /^# DIST: /d
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 /^SHELL *=/s/^/# /
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 /^CC *=/s/=.*$/=gcc/
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 # Actually, here we should patch in the exact version number, but only
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 # [ce]tags uses it. Don't pass it. This is more update-resistant.
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9 /-DVERSION=/s/-DVERSION="\\"\${version}\\""//
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10 /^configname *=/s/=.*$/=msdos/
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11 /^archlibdir *=/s!=.*$!=/emacs/bin!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12 /^bindir *=/s!=.*$!=/emacs/bin!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13 /^libdir *=/s!=.*$!=/emacs/bin!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
14 /^srcdir *=/s!=.*$!=.!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
15 /^VPATH *=/s!=.*$!=.!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
16 /^CFLAGS *=/s!=.*$!=-O2 -g!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
17 /^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
18 /^LOADLIBES *=/s!=.*$!=!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
19 /^ALLOCA *=/s!=.*$!=alloca.o!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
20 /^INSTALLABLES/s/emacsclient *//
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
21 s!^ \./! !
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
22 /^UTILITIES=/s/ wakeup//
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
23 /^UTILITIES=/s/ movemail//
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
24 /^UTILITIES=/s/ emacsserver//
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
25 /^UTILITIES=/s/ timer//