blob: e84ce54096a41c3002e10bd4b8ccfaeea26055d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# -sedleim.inp-----------------------------------------------------------
# Configuration script for leim/Makefile under DJGPP v2.x
# ----------------------------------------------------------------------
/^SHELL *=/c\
SHELL=/xyzzy/command\
MAKESHELL=/xyzzy/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
|