annotate msdos/sed3.inp @ 94:1040fe1366ac xemacs-20-0f2

Import from CVS: tag xemacs-20-0f2
author cvs
date Mon, 13 Aug 2007 09:12:09 +0200
parents 376386a54a3c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 # -sed3.inp-------------------------------------------------------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2 # Configuration script for lib-src/makefile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3 # ----------------------------------------------------------------------
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4 /^# DIST: /d
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 /^SHELL *=/s/^/# /
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6 /^CC *=/s/=.*$/=gcc/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 # Actually, here we should patch in the exact version number, but only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 # [ce]tags uses it. Don't pass it. This is more update-resistant.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 /-DVERSION=/s/-DVERSION="\\"\${version}\\""//
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 /^configname *=/s/=.*$/=msdos/
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11 /^archlibdir *=/s!=.*$!=/emacs/bin!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 /^bindir *=/s!=.*$!=/emacs/bin!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 /^libdir *=/s!=.*$!=/emacs/bin!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 /^srcdir *=/s!=.*$!=.!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 /^VPATH *=/s!=.*$!=.!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 /^CFLAGS *=/s!=.*$!=-O2 -g!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 /^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 /^LOADLIBES *=/s!=.*$!=!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 /^ALLOCA *=/s!=.*$!=alloca.o!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 /^INSTALLABLES/s/emacsclient *//
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 s!^ \./! go32 ./!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 /^UTILITIES=/s/ wakeup//
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 /^UTILITIES=/s/ movemail//
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 /^UTILITIES=/s/ emacsserver//
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 /^UTILITIES=/s/ timer//