1996-04-10 00:53:52 +00:00
|
|
|
# -sed3v2.inp-------------------------------------------------------------
|
|
|
|
# Configuration script for lib-src/makefile under DJGPP v2
|
|
|
|
# ----------------------------------------------------------------------
|
2001-03-01 17:19:33 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 1996, 1998, 2000
|
|
|
|
# Free Software Foundation, Inc.
|
|
|
|
#
|
|
|
|
# This file is part of GNU Emacs.
|
|
|
|
#
|
|
|
|
# This file is free software; as a special exception, the author gives
|
|
|
|
# unlimited permission to copy and/or distribute it, with or without
|
|
|
|
# modifications, as long as this notice is preserved.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
#
|
|
|
|
# ----------------------------------------------------------------------
|
1996-04-10 00:53:52 +00:00
|
|
|
/^# DIST: /d
|
|
|
|
/^SHELL *=/s/^/# /
|
|
|
|
/^CC *=/s/=.*$/=gcc/
|
1998-04-17 04:28:29 +00:00
|
|
|
/-DVERSION=/s/@version@/\${version}/
|
1996-04-10 00:53:52 +00:00
|
|
|
/^configname *=/s/=.*$/=msdos/
|
|
|
|
/^archlibdir *=/s!=.*$!=/emacs/bin!
|
|
|
|
/^bindir *=/s!=.*$!=/emacs/bin!
|
|
|
|
/^libdir *=/s!=.*$!=/emacs/bin!
|
2003-08-31 16:44:25 +00:00
|
|
|
/^srcdir=/s!srcdir=@srcdir@!srcdir := $(subst \\,/,$(shell command.com /c cd))!
|
1996-04-10 00:53:52 +00:00
|
|
|
/^VPATH *=/s!=.*$!=.!
|
|
|
|
/^CFLAGS *=/s!=.*$!=-O2 -g!
|
|
|
|
/^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS!
|
|
|
|
/^LOADLIBES *=/s!=.*$!=!
|
2000-07-23 12:59:00 +00:00
|
|
|
/^ALLOCA *=/s!@ALLOCA@!!
|
2003-08-24 15:10:52 +00:00
|
|
|
/^EXEEXT *=/s!@EXEEXT@!!
|
1996-04-10 00:53:52 +00:00
|
|
|
/^INSTALLABLES/s/emacsclient *//
|
|
|
|
s!^ \./! !
|
|
|
|
/^UTILITIES=/s/ wakeup//
|
|
|
|
/^UTILITIES=/s/ movemail//
|
|
|
|
/^UTILITIES=/s/ emacsserver//
|
|
|
|
/^UTILITIES=/s/ timer//
|