* admin/gitmerge.el (gitmerge-missing):
[emacs.git] / msdos / sedleim.inp
blob74202b328cf16d9dc05ecc38105586407c2f7180
1 # -sedleim.inp-----------------------------------------------------------
2 # Configuration script for leim/Makefile under DJGPP v2.x
3 # ----------------------------------------------------------------------
5 # Copyright (C) 1999-2017 Free Software Foundation, Inc.
7 # This file is part of GNU Emacs.
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.
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.
17 # ----------------------------------------------------------------------
18 /^SHELL *=/c\
19 SHELL=/xyzzy/command\
20 MAKESHELL=/xyzzy/command
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)/
27 /^srcdir=/s|srcdir=@srcdir@|srcdir := $(subst \\,/,$(shell cd))|
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
34 s|\([   ]\)echo|\1djecho|g
35 /^      @true *$/d
37 /RUN_EMACS *=/,/^$/c\
38 export EMACSLOADPATH=\
39 RUN_EMACS = ${EMACS} -batch --no-site-file --no-site-lisp
41 /^MKDIR_P *=/s,@MKDIR_P@,gmkdir -p,
43 /^\${leimdir}\/quail \${leimdir}\/ja-dic: *$/s|\${leimdir}/|$(rel_leimdir)\\|