1999-01-07 12:38:37 +00:00
|
|
|
# -sedleim.inp-----------------------------------------------------------
|
|
|
|
# Configuration script for leim/Makefile under DJGPP v2.x
|
|
|
|
# ----------------------------------------------------------------------
|
2001-03-01 17:19:33 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 1999, 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.
|
|
|
|
#
|
|
|
|
# ----------------------------------------------------------------------
|
1999-01-07 12:38:37 +00:00
|
|
|
/^SHELL *=/c\
|
1999-07-29 10:44:27 +00:00
|
|
|
SHELL=/xyzzy/command\
|
|
|
|
MAKESHELL=/xyzzy/command
|
1999-01-07 12:38:37 +00:00
|
|
|
|
|
|
|
/^version=/d
|
|
|
|
/^prefix=/d
|
|
|
|
/^datadir=/s|@datadir@|../..|
|
2001-04-02 20:35:49 +00:00
|
|
|
/^srcdir=/s|srcdir=@srcdir@|srcdir := $(subst \\,/,$(shell cd))|
|
1999-01-07 12:38:37 +00:00
|
|
|
|
|
|
|
/^INSTALLDIR=/c\
|
|
|
|
INSTALLDIR=.
|
|
|
|
|
2000-10-07 18:41:26 +00:00
|
|
|
/RUN-EMACS *=/,/^$/c\
|
|
|
|
export EMACSLOADPATH=${buildlisppath}\
|
|
|
|
RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
|
|
|
|
|
1999-01-07 12:38:37 +00:00
|
|
|
/^ cd ../c\
|
|
|
|
${MAKE} -C ../src ${MFLAGS} emacs
|
|
|
|
|
|
|
|
/else make quail/c\
|
|
|
|
if not exist quail\\nul make quail
|
|
|
|
|
2001-03-30 08:29:37 +00:00
|
|
|
/if \[ -f $@ \]\; then true/d
|
|
|
|
/fi$/s/; fi$//
|
|
|
|
|
1999-01-07 12:38:37 +00:00
|
|
|
/^leim-list.el:/,/^$/ {
|
|
|
|
/^ if/d
|
|
|
|
/^ else/,/^ fi/d
|
|
|
|
s| *| |
|
|
|
|
/^ --eval/,/; \\$/s|\; \\||
|
|
|
|
}
|
|
|
|
|
|
|
|
/^install:/,/^$/c\
|
|
|
|
install: all\
|
|
|
|
|
|
|
|
/^ if test -f/d
|