]> code.delx.au - gnu-emacs/blob - msdos/sedleim.inp
Minor tweaks of copying text properties when padding strings
[gnu-emacs] / msdos / sedleim.inp
1 # -sedleim.inp-----------------------------------------------------------
2 # Configuration script for leim/Makefile under DJGPP v2.x
3 # ----------------------------------------------------------------------
4 #
5 # Copyright (C) 1999-2016 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 /^EXEEXT *=/s/@EXEEXT@/.exe/
23 /^AM_DEFAULT_VERBOSITY *=/s/@AM_DEFAULT_VERBOSITY@/1/
24 /^[Aa][Mm]_/s/@AM_V@/$(V)/
25 /^[Aa][Mm]_/s/@AM_DEFAULT_V@/$(AM_DEFAULT_VERBOSITY)/
26
27 /^srcdir=/s|srcdir=@srcdir@|srcdir := $(subst \\,/,$(shell cd))|
28
29 # Need a relative directory name for the md command, otherwise it
30 # chokes, perhaps due to multiple dots in emacs-XX.YY.NN name.
31 /^leimdir *=/a\
32 rel_leimdir = ..\\lisp\\leim
33
34 s|\([ ]\)echo|\1djecho|g
35 /^ @true *$/d
36
37 /RUN_EMACS *=/,/^$/c\
38 export EMACSLOADPATH=\
39 RUN_EMACS = ${EMACS} -batch --no-site-file --no-site-lisp
40
41 /^MKDIR_P *=/s,@MKDIR_P@,gmkdir -p,
42
43 /^\${leimdir}\/quail \${leimdir}\/ja-dic: *$/s|\${leimdir}/|$(rel_leimdir)\\|