mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-12 09:28:24 +00:00
26 lines
810 B
Plaintext
26 lines
810 B
Plaintext
# ----------------------------------------------------------------------
|
||
# Configuration script for makefile.in-in
|
||
# ----------------------------------------------------------------------
|
||
s/^#.*//
|
||
s/^[ \f\t][ \f\t]*$//
|
||
s/^ / /
|
||
/^obj=/s!$! dosfns.o msdos.o!
|
||
/window.elc/s!window.elc!window.elc ${lispdir}dos-fns.elc!
|
||
s/\.h\.in/.h-in/
|
||
s!^.-if.*inc-vers.*$!#!
|
||
s!^ \./temacs! go32 temacs!
|
||
s!/bin/sh!command.com!
|
||
/^MAKE *=/s/^/# /
|
||
/^SHELL *=/s/^/# /
|
||
/^srcdir *=/s/@[^@\n]+@/./
|
||
/^VPATH *=/s/@[^@\n]+@/./
|
||
/^CC *=/s/@[^@\n]+@/gcc/
|
||
/^CPP *=/s/@[^@\n]+@/gcc -e/
|
||
/^CFLAGS *=/s/@[^@\n]+@/-g/
|
||
/^LN_S *=/s/@[^@\n]+@/ln -s/
|
||
/DEBUG_MOLE *=/s/=.*$/=/
|
||
/^.\${libsrc}make-doc/s!>.*$!!
|
||
/^.\${libsrc}make-docfile/s!make-docfile!make-docfile -o ../etc/DOC!
|
||
/^.\${libsrc}make-docfile/s/\$/go32 $/
|
||
/^[ ]*$/d
|