5220
|
1 # ----------------------------------------------------------------------
|
|
2 # Configuration script for makefile.in-in
|
|
3 # ----------------------------------------------------------------------
|
|
4 s/^#.*//
|
|
5 s/^[ \f\t][ \f\t]*$//
|
|
6 s/^ / /
|
|
7 /^obj=/s!$! dosfns.o msdos.o!
|
|
8 /window.elc/s!window.elc!window.elc ${lispdir}dos-fns.elc!
|
|
9 s/\.h\.in/.h-in/
|
|
10 s!^.-if.*inc-vers.*$!#!
|
|
11 s!^ \./temacs! go32 temacs!
|
|
12 s!/bin/sh!command.com!
|
5485
|
13 /^MAKE *=/s/^/# /
|
|
14 /^SHELL *=/s/^/# /
|
|
15 /^srcdir *=/s/@[^@\n]+@/./
|
|
16 /^VPATH *=/s/@[^@\n]+@/./
|
|
17 /^CC *=/s/@[^@\n]+@/gcc/
|
|
18 /^CPP *=/s/@[^@\n]+@/gcc -e/
|
|
19 /^CFLAGS *=/s/@[^@\n]+@/-g/
|
|
20 /^LN_S *=/s/@[^@\n]+@/ln -s/
|
5220
|
21 /DEBUG_MOLE *=/s/=.*$/=/
|
|
22 /^.\${libsrc}make-doc/s!>.*$!!
|
|
23 /^.\${libsrc}make-docfile/s!make-docfile!make-docfile -o ../etc/DOC!
|
|
24 /^.\${libsrc}make-docfile/s/\$/go32 $/
|
|
25 /^[ ]*$/d
|