annotate msdos/sed1v2.inp @ 29923:3c4322d4f35e

Set GETLOADAVG_LIBS to getloadavg.o in src/Makefile.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 25 Jun 2000 10:16:52 +0000
parents e18200d8143f
children c690de255e56
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 # -sed1v2.inp-----------------------------------------------------------
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2 # Configuration script for src/makefile under DJGPP v2.x
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 s/^#.*//
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 s/^[ \f\t][ \f\t]*$//
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 s/^ / /
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 s/\.h\.in/.h-in/
26497
d7fc0ed0cd81 sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
Eli Zaretskii <eliz@gnu.org>
parents: 24748
diff changeset
8 /^ LC_ALL=C \.\/temacs/i\
19800
d0a1da20c8dd Enlarge the stack size of temacs to 100KB.
Richard M. Stallman <rms@gnu.org>
parents: 19286
diff changeset
9 stubedit temacs.exe minstack=100k
26497
d7fc0ed0cd81 sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.
Eli Zaretskii <eliz@gnu.org>
parents: 24748
diff changeset
10 /^ LC_ALL=C \.\/temacs/s/LC_ALL=C/set &;/
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11 /^MAKE *=/s/^/# /
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12 /^SHELL *=/s/^/# /
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13 /^srcdir *=/s/@[^@\n]*@/./
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
14 /^VPATH *=/s/@[^@\n]*@/./
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
15 /^CC *=/s/@[^@\n]*@/gcc/
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
16 /^CPP *=/s/@[^@\n]*@/gcc -e/
24748
8c634c8d8401 Use -gcoff instead of -g in CFLAGS, for those who
Eli Zaretskii <eliz@gnu.org>
parents: 19800
diff changeset
17 /^CFLAGS *=/s/@[^@\n]*@/-O2 -gcoff/
19286
64f0f84b04f3 (CPPFLAGS, LDFLAGS): Edit to empty.
Richard M. Stallman <rms@gnu.org>
parents: 18769
diff changeset
18 /^CPPFLAGS *=/s/@[^@\n]*@//
64f0f84b04f3 (CPPFLAGS, LDFLAGS): Edit to empty.
Richard M. Stallman <rms@gnu.org>
parents: 18769
diff changeset
19 /^LDFLAGS *=/s/@[^@\n]*@//
28587
e18200d8143f Add LIBS, LIBOBJS.
Dave Love <fx@gnu.org>
parents: 26497
diff changeset
20 /^LIBS *=/s/@[^@\n]*@//
e18200d8143f Add LIBS, LIBOBJS.
Dave Love <fx@gnu.org>
parents: 26497
diff changeset
21 /^LIBOBJS *=/s/@[^@\n]*@//
29923
3c4322d4f35e Set GETLOADAVG_LIBS to getloadavg.o in src/Makefile.
Eli Zaretskii <eliz@gnu.org>
parents: 28587
diff changeset
22 /^GETLOADAVG_LIBS *=/s/@[^@\n]*@/getloadavg.o/
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
23 /^LN_S *=/s/@[^@\n]*@/ln -s/
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
24 /^M_FILE *=/s!@[^@\n]*@!m/intel386.h!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
25 /^S_FILE *=/s!@[^@\n]*@!s/msdos.h!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
26 /^@SET_MAKE@$/s/@SET_MAKE@//
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
27 /^.\${libsrc}make-docfile.*>/s!make-docfile!make-docfile -o ../etc/DOC!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
28 /^.\${libsrc}make-doc/s!>.*$!!
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
29 /^[ ]*$/d
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
30 /^temacs:/s/prefix-args//
18769
48fd714b8115 Remove `stamp-oldxmenu' dependency, so
Richard M. Stallman <rms@gnu.org>
parents: 14967
diff changeset
31 /^temacs:/s/stamp-oldxmenu//
14967
5c431b2e0f95 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
32 /^ #/d