comparison leim/Makefile.in @ 21129:6e9dd8a366f5

(BUILT-EMACS): Variable renamed from EMACS. All uses changed.
author Richard M. Stallman <rms@gnu.org>
date Tue, 10 Mar 1998 07:07:31 +0000
parents c3f53005d2d9
children 7662be098677
comparison
equal deleted inserted replaced
21128:b808afa167c4 21129:6e9dd8a366f5
35 # On Xenix and the IBM RS6000, double-dot gets screwed up. 35 # On Xenix and the IBM RS6000, double-dot gets screwed up.
36 dot = . 36 dot = .
37 37
38 # Which Emacs to use to convert TIT files to Emacs Lisp files, 38 # Which Emacs to use to convert TIT files to Emacs Lisp files,
39 # byte-compile Emacs Lisp files, and generate the file leim-list.el. 39 # byte-compile Emacs Lisp files, and generate the file leim-list.el.
40 EMACS = ${dot}${dot}/src/emacs 40 BUILT-EMACS = ${dot}${dot}/src/emacs
41 41
42 buildlisppath=${srcdir}/${dot}${dot}/lisp 42 buildlisppath=${srcdir}/${dot}${dot}/lisp
43 43
44 # How to run Emacs. 44 # How to run Emacs.
45 RUN-EMACS = ${EMACS} -batch --no-init-file --no-site-file 45 RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file
46 46
47 # Subdirectories to be made if ${srcdir} is different from the current 47 # Subdirectories to be made if ${srcdir} is different from the current
48 # directory. 48 # directory.
49 SUBDIRS=quail 49 SUBDIRS=quail
50 50
120 WORLD=${ASIA} ${EUROPEAN} ${MISC} 120 WORLD=${ASIA} ${EUROPEAN} ${MISC}
121 121
122 TIT=${CHINESE-TIT} 122 TIT=${CHINESE-TIT}
123 NON-TIT=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${MISC} 123 NON-TIT=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${MISC}
124 124
125 all: ${EMACS} ${SUBDIRS} ${TIT} leim-list.el 125 all: ${BUILT-EMACS} ${SUBDIRS} ${TIT} leim-list.el
126 126
127 # To ensure that we can run Emacs. This target is ignored (never 127 # To ensure that we can run Emacs. This target is ignored (never
128 # being hit) if a user changes default value of EMACS. 128 # being hit) if a user changes default value of EMACS.
129 ${dot}${dot}/src/emacs: 129 ${dot}${dot}/src/emacs:
130 cd ../src; ${MAKE} ${MFLAGS} emacs 130 cd ../src; ${MAKE} ${MFLAGS} emacs