comparison leim/makefile.w32-in @ 34272:938a891f81c3

(buildlisppath): Set to an absolute directory, relative to $(CURDIR). (INSTALLDIR): Use forward slash.
author Andrew Innes <andrewi@gnu.org>
date Wed, 06 Dec 2000 14:53:33 +0000
parents ebdb59856b55
children b13f75dbd406
comparison
equal deleted inserted replaced
34271:52c06c998aac 34272:938a891f81c3
20 # Boston, MA 02111-1307, USA. 20 # Boston, MA 02111-1307, USA.
21 21
22 srcdir=. 22 srcdir=.
23 23
24 # Where to install LEIM files. 24 # Where to install LEIM files.
25 INSTALLDIR=$(INSTALL_DIR)\leim 25 INSTALLDIR=$(INSTALL_DIR)/leim
26 26
27 # On Xenix and the IBM RS6000, double-dot gets screwed up. 27 # On Xenix and the IBM RS6000, double-dot gets screwed up.
28 dot = . 28 dot = .
29 29
30 # Which Emacs to use to convert TIT files to Emacs Lisp files, 30 # Which Emacs to use to convert TIT files to Emacs Lisp files,
31 # byte-compile Emacs Lisp files, and generate the file leim-list.el. 31 # byte-compile Emacs Lisp files, and generate the file leim-list.el.
32 BUILT_EMACS = $(dot)$(dot)/src/$(BLD)/emacs.exe 32 BUILT_EMACS = $(dot)$(dot)/src/$(BLD)/emacs.exe
33 33
34 buildlisppath=$(dot)$(dot)/lisp 34 buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp
35 35
36 # How to run Emacs. 36 # How to run Emacs.
37 RUN_EMACS = "$(BUILT_EMACS)" -batch --no-init-file --no-site-file --multibyte 37 RUN_EMACS = "$(BUILT_EMACS)" -batch --no-init-file --no-site-file --multibyte
38 38
39 # Subdirectories to be made if $(srcdir) is different from the current 39 # Subdirectories to be made if $(srcdir) is different from the current