]> code.delx.au - gnu-emacs/blob - msdos/sedleim.inp
Merge from trunk.
[gnu-emacs] / msdos / sedleim.inp
1 # -sedleim.inp-----------------------------------------------------------
2 # Configuration script for leim/Makefile under DJGPP v2.x
3 # ----------------------------------------------------------------------
4 #
5 # Copyright (C) 1999-2012 Free Software Foundation, Inc.
6 #
7 # This file is part of GNU Emacs.
8 #
9 # This file is free software; as a special exception, the author gives
10 # unlimited permission to copy and/or distribute it, with or without
11 # modifications, as long as this notice is preserved.
12 #
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16 #
17 # ----------------------------------------------------------------------
18 /^SHELL *=/c\
19 SHELL=/xyzzy/command\
20 MAKESHELL=/xyzzy/command
21
22 /^version=/d
23 /^prefix=/d
24 /^datadir=/s|@datadir@|../..|
25 /^srcdir=/s|srcdir=@srcdir@|srcdir := $(subst \\,/,$(shell cd))|
26
27 /^INSTALLDIR=/c\
28 INSTALLDIR=.
29
30 /touch stamp-subdir/s|touch|djecho "stamp-subdir" >|
31 s|\([ ]\)echo|\1djecho|g
32 /^ @true *$/d
33
34 /RUN_EMACS *=/,/^$/c\
35 export EMACSLOADPATH=${buildlisppath}\
36 RUN_EMACS = ${EMACS} -batch --no-site-file
37
38 /^ cd ../c\
39 ${MAKE} -C ../src ${MFLAGS} emacs
40
41 /if \[ -f $@ \]\; then true/d
42 /fi$/s/; fi$//
43
44 /^leim-list.el:/,/^$/ {
45 /^ if/d
46 /^ else/,/^ fi/d
47 s| *| |
48 /^ --eval/,/; \\$/s|\; \\||
49 }
50
51 /^setwins=/,/^$/d
52 /^\.PHONY: compile-targets/d
53 /^compile-targets:/d
54 /^compile-main:/,/^$/c\
55 compile-main: ${TIT_MISC}\
56 $(MAKE) $(MFLAGS) $(foreach f,$(wildcard ja-dic/*.el),$(basename $f).elc)\
57 $(MAKE) $(MFLAGS) $(foreach f,$(wildcard quail/*.el),$(basename $f).elc)\
58
59
60 /^install:/,/^$/c\
61 install: all\
62
63 /^bootstrap-clean:/,/^$/c\
64 bootstrap-clean: clean\
65 rm -f ja-dic/*.elc quail/*.elc\
66
67
68 /^ if test -f/d
69 /^distclean:/,/^$/ {
70 s|\(rm -f Makefile\)|\1 stamp-subdir|
71 }
72