mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
36 lines
715 B
Plaintext
36 lines
715 B
Plaintext
# -sedleim.inp-----------------------------------------------------------
|
|
# Configuration script for leim/Makefile under DJGPP v2.x
|
|
# ----------------------------------------------------------------------
|
|
/^SHELL *=/c\
|
|
SHELL=/dos/command\
|
|
MAKESHELL=/dos/command
|
|
|
|
/^version=/d
|
|
/^prefix=/d
|
|
/^datadir=/s|@datadir@|../..|
|
|
/^srcdir=/s|@srcdir@|.|
|
|
|
|
/^INSTALLDIR=/c\
|
|
INSTALLDIR=.
|
|
|
|
/^ cd ../c\
|
|
${MAKE} -C ../src ${MFLAGS} emacs
|
|
|
|
/else make quail/c\
|
|
if not exist quail\\nul make quail
|
|
|
|
/^leim-list.el:/,/^$/ {
|
|
/^ if/d
|
|
/^ else/,/^ fi/d
|
|
s| *| |
|
|
/^ --eval/,/; \\$/s|\; \\||
|
|
}
|
|
|
|
/^install:/,/^$/c\
|
|
install: all\
|
|
|
|
/^ ELC=/,/^ rm -f/c\
|
|
rm -f ${TIT} $(shell echo ${TIT} | sed 's/\.el/.elc/g') leim-list.elc
|
|
|
|
/^ if test -f/d
|