Update copyright year to 2015
[emacs.git] / msdos / sedleim.inp
blob0a1a413854e782d866bc66100f39b36599ddc937
1 # -sedleim.inp-----------------------------------------------------------
2 # Configuration script for leim/Makefile under DJGPP v2.x
3 # ----------------------------------------------------------------------
5 # Copyright (C) 1999-2015 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 /^srcdir=/s|srcdir=@srcdir@|srcdir := $(subst \\,/,$(shell cd))|
24 # Need a relative directory name for the md command, otherwise it
25 # chokes, perhaps due to multiple dots in emacs-XX.YY.NN name.
26 /^leimdir *=/a\
27 rel_leimdir = ..\\lisp\\leim
29 s|\([   ]\)echo|\1djecho|g
30 /^      @true *$/d
32 /RUN_EMACS *=/,/^$/c\
33 export EMACSLOADPATH=\
34 RUN_EMACS = ${EMACS} -batch --no-site-file --no-site-lisp
36 /^MKDIR_P *=/s,@MKDIR_P@,-command.com /c md,
38 /MKDIR_P.* \${leimdir}\/.*$/s|\${leimdir}/|$(rel_leimdir)\\|
39 /MKDIR_P.* \$(leimdir)\/.*$/s|\$(leimdir)/|$(rel_leimdir)\\|