Mercurial > emacs
annotate msdos/sed1.inp @ 14273:73b9ac33b161
(solar-moment, solar-ephemeris-time, solar-equatorial-coordinates,
solar-horizontal-coordinates): Doc fixes.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Wed, 24 Jan 1996 19:09:39 +0000 |
parents | af414e792977 |
children | 8c1f6839aff9 |
rev | line source |
---|---|
7202
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
1 # -sed1.inp------------------------------------------------------------- |
7229
520d3d20651f
Don't comment out the inc-vers run as that does not exist anymore.
Richard M. Stallman <rms@gnu.org>
parents:
7202
diff
changeset
|
2 # Configuration script for src/makefile |
7202
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
3 # ---------------------------------------------------------------------- |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
4 s/^#.*// |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
5 s/^[ \f\t][ \f\t]*$// |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
6 s/^ / / |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
7 s/\.h\.in/.h-in/ |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
8 s!^ \./temacs! go32 temacs! |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
9 s!/bin/sh!command.com! |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
10 /^MAKE *=/s/^/# / |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
11 /^SHELL *=/s/^/# / |
7513
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
12 /^srcdir *=/s/@[^@\n]*@/./ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
13 /^VPATH *=/s/@[^@\n]*@/./ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
14 /^CC *=/s/@[^@\n]*@/gcc/ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
15 /^CPP *=/s/@[^@\n]*@/gcc -e/ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
16 /^CFLAGS *=/s/@[^@\n]*@/-O2 -g/ |
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
17 /^LN_S *=/s/@[^@\n]*@/ln -s/ |
8197
d6a441681fb4
Use "m/intel386" instead of "m/dos386.h".
Richard M. Stallman <rms@gnu.org>
parents:
7623
diff
changeset
|
18 /^M_FILE *=/s!@[^@\n]*@!m/intel386.h! |
7513
4010eca772d4
Don't use `+' in regexps as different stream
Richard M. Stallman <rms@gnu.org>
parents:
7229
diff
changeset
|
19 /^S_FILE *=/s!@[^@\n]*@!s/msdos.h! |
7202
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
20 /^@SET_MAKE@$/s/@SET_MAKE@// |
13176
af414e792977
Call make-doc.exe instead of make-docfile.
Kim F. Storm <storm@cua.dk>
parents:
10386
diff
changeset
|
21 /^.\${libsrc}make-docfile.*>/s!make-docfile!make-doc.exe -o ../etc/DOC! |
7202
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
22 /^.\${libsrc}make-doc/s!>.*$!! |
9f8b6ebe1d7e
Set CFLAGS=-O2, not -g. Handle the new
Richard M. Stallman <rms@gnu.org>
parents:
5485
diff
changeset
|
23 /^[ ]*$/d |
9572 | 24 /^temacs:/s/prefix-args// |
25 /^ #/d |