24020
|
1 # -sedleim.inp-----------------------------------------------------------
|
|
2 # Configuration script for leim/Makefile under DJGPP v2.x
|
|
3 # ----------------------------------------------------------------------
|
|
4 /^SHELL *=/c\
|
25099
|
5 SHELL=/xyzzy/command\
|
|
6 MAKESHELL=/xyzzy/command
|
24020
|
7
|
|
8 /^version=/d
|
|
9 /^prefix=/d
|
|
10 /^datadir=/s|@datadir@|../..|
|
|
11 /^srcdir=/s|@srcdir@|.|
|
|
12
|
|
13 /^INSTALLDIR=/c\
|
|
14 INSTALLDIR=.
|
|
15
|
32252
|
16 /RUN-EMACS *=/,/^$/c\
|
|
17 export EMACSLOADPATH=${buildlisppath}\
|
|
18 RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
|
|
19
|
24020
|
20 /^ cd ../c\
|
|
21 ${MAKE} -C ../src ${MFLAGS} emacs
|
|
22
|
|
23 /else make quail/c\
|
|
24 if not exist quail\\nul make quail
|
|
25
|
|
26 /^leim-list.el:/,/^$/ {
|
|
27 /^ if/d
|
|
28 /^ else/,/^ fi/d
|
|
29 s| *| |
|
|
30 /^ --eval/,/; \\$/s|\; \\||
|
|
31 }
|
|
32
|
|
33 /^install:/,/^$/c\
|
|
34 install: all\
|
|
35
|
|
36 /^ if test -f/d
|