Mercurial > emacs
annotate leim/Makefile.in @ 88174:edcff75892b8
(rmail-display-labels): Use identity instead of lambda.
author | Alex Schroeder <alex@gnu.org> |
---|---|
date | Mon, 16 Jan 2006 23:14:49 +0000 |
parents | d7ddb3e565de |
children |
rev | line source |
---|---|
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
1 # Makefile for leim subdirectory in GNU Emacs. |
88155 | 2 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 |
3 # Free Software Foundation, Inc. | |
4 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 | |
5 # National Institute of Advanced Industrial Science and Technology (AIST) | |
6 # Registration Number H14PRO021 | |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
7 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
8 # This file is part of GNU Emacs. |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
9 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
10 # GNU Emacs is free software; you can redistribute it and/or modify |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
11 # it under the terms of the GNU General Public License as published by |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
12 # the Free Software Foundation; either version 2, or (at your option) |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
13 # any later version. |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
14 # |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
15 # GNU Emacs is distributed in the hope that it will be useful, |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
18 # GNU General Public License for more details. |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
19 # |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
20 # You should have received a copy of the GNU General Public License |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
21 # along with GNU Emacs; see the file COPYING. If not, write to the |
88155 | 22 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
23 # Boston, MA 02110-1301, USA. | |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
24 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
25 # Avoid trouble on systems where the `SHELL' variable might be |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
26 # inherited from the environment. |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
27 SHELL = /bin/sh |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
28 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
29 # Here are the things that we expect ../configure to edit. |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
30 version=@version@ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
31 prefix=@prefix@ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
32 datadir=@datadir@ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
33 srcdir=@srcdir@ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
34 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
35 # Where to install LEIM files. |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
36 INSTALLDIR=${datadir}/emacs/${version}/leim |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
37 |
88155 | 38 GZIP_PROG = @GZIP_PROG@ |
39 | |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
40 # On Xenix and the IBM RS6000, double-dot gets screwed up. |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
41 dot = . |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
42 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
43 # Which Emacs to use to convert TIT files to Emacs Lisp files, |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
44 # byte-compile Emacs Lisp files, and generate the file leim-list.el. |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
45 BUILT-EMACS = ${dot}${dot}/src/emacs |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
46 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
47 buildlisppath=${srcdir}/${dot}${dot}/lisp |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
48 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
49 # How to run Emacs. |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
50 RUN-EMACS = EMACSLOADPATH=$(buildlisppath) \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
51 ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
52 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
53 # Subdirectories to be made if ${srcdir} is different from the current |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
54 # directory. |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
55 SUBDIRS=quail |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
56 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
57 # Files generated from TIT dictionaries for Chinese GB character set. |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
58 TIT-GB=\ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
59 quail/CCDOSPY.elc \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
60 quail/Punct.elc \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
61 quail/QJ.elc \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
62 quail/SW.elc \ |
37118
6aaaa52f72ac
(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents:
37078
diff
changeset
|
63 quail/TONEPY.elc |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
64 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
65 # Files generated from TIT dictionaries for Chinese BIG5 character set. |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
66 TIT-BIG5=\ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
67 quail/4Corner.elc \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
68 quail/ARRAY30.elc \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
69 quail/ECDICT.elc \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
70 quail/ETZY.elc \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
71 quail/Punct-b5.elc \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
72 quail/PY-b5.elc \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
73 quail/QJ-b5.elc \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
74 quail/ZOZY.elc |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
75 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
76 CHINESE-TIT=${TIT-GB} ${TIT-BIG5} |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
77 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
78 NON-TIT-GB=${srcdir}/quail/py-punct.elc |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
79 |
37118
6aaaa52f72ac
(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents:
37078
diff
changeset
|
80 NON-TIT-BIG5=${srcdir}/quail/pypunct-b5.elc |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
81 |
37118
6aaaa52f72ac
(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents:
37078
diff
changeset
|
82 CHINESE-NON-TIT=${NON-TIT-GB} ${NON-TIT-BIG5} |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
83 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
84 CHINESE-GB=${TIT-GB} ${NON-TIT-GB} |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
85 |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49040
diff
changeset
|
86 CHINESE-BIG5=${TIT-BIG5} ${NON-TIT-BIG5} |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
87 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
88 JAPANESE=${srcdir}/quail/japanese.elc ${srcdir}/ja-dic/ja-dic.elc |
18673 | 89 |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
90 KOREAN= ${srcdir}/quail/hangul.elc \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
91 ${srcdir}/quail/hangul3.elc \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
92 ${srcdir}/quail/hanja.elc \ |
37130
80b4a8d46cb5
(KOREAN): Add ${srcdir}/quail/hanja3.elc. From
Eli Zaretskii <eliz@gnu.org>
parents:
37128
diff
changeset
|
93 ${srcdir}/quail/hanja3.elc \ |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
94 ${srcdir}/quail/hanja-jis.elc \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
95 ${srcdir}/quail/symbol-ksc.elc |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
96 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
97 THAI=${srcdir}/quail/thai.elc |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
98 |
43705
223fa5122806
* Makefile.in (VIETNAMESE), makefile.nt (VIETNAMESE), makefile.w32-in
Werner LEMBERG <wl@gnu.org>
parents:
41465
diff
changeset
|
99 VIETNAMESE=${srcdir}/quail/viqr.elc ${srcdir}/quail/vntelex.elc |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
100 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
101 LAO=${srcdir}/quail/lao.elc ${srcdir}/quail/lrt.elc |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
102 |
41465
de2b6170b9a6
Adjusted for the file name change:
Richard M. Stallman <rms@gnu.org>
parents:
40709
diff
changeset
|
103 INDIAN=${srcdir}/quail/indian.elc |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
104 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
105 TIBETAN=${srcdir}/quail/tibetan.elc |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
106 |
35811
e3e5caa57043
(LATIN): Include ${srcdir}/quail/latin-alt.elc.
Kenichi Handa <handa@m17n.org>
parents:
35670
diff
changeset
|
107 LATIN= ${srcdir}/quail/latin-pre.elc \ |
e3e5caa57043
(LATIN): Include ${srcdir}/quail/latin-alt.elc.
Kenichi Handa <handa@m17n.org>
parents:
35670
diff
changeset
|
108 ${srcdir}/quail/latin-post.elc \ |
35837
eda9214571fb
(LATIN): Include ${srcdir}/quail/latin-alt.elc.
Kenichi Handa <handa@m17n.org>
parents:
35811
diff
changeset
|
109 ${srcdir}/quail/latin-alt.elc \ |
40709 | 110 ${srcdir}/quail/latin-ltx.elc \ |
111 ${srcdir}/quail/welsh.elc | |
112 | |
113 UNICODE=${srcdir}/quail/sgml-input.elc ${srcdir}/quail/rfc1345.elc \ | |
114 ${srcdir}/quail/uni-input.elc | |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
115 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
116 SLAVIC= \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
117 ${srcdir}/quail/czech.elc \ |
49040 | 118 ${srcdir}/quail/croatian.elc \ |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
119 ${srcdir}/quail/slovak.elc |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
120 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
121 GREEK=${srcdir}/quail/greek.elc |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
122 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
123 RUSSIAN=${srcdir}/quail/cyrillic.elc ${srcdir}/quail/cyril-jis.elc |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
124 |
88155 | 125 OTHERS= \ |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
126 ${srcdir}/quail/ethiopic.elc \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
127 ${srcdir}/quail/ipa.elc \ |
40709 | 128 ${srcdir}/quail/hebrew.elc \ |
88155 | 129 ${srcdir}/quail/georgian.elc \ |
130 ${srcdir}/quail/sisheng.elc | |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
131 |
88155 | 132 MISC= \ |
37118
6aaaa52f72ac
(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents:
37078
diff
changeset
|
133 quail/tsang-b5.elc \ |
6aaaa52f72ac
(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents:
37078
diff
changeset
|
134 quail/quick-b5.elc \ |
6aaaa52f72ac
(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents:
37078
diff
changeset
|
135 quail/tsang-cns.elc \ |
6aaaa52f72ac
(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents:
37078
diff
changeset
|
136 quail/quick-cns.elc \ |
6aaaa52f72ac
(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents:
37078
diff
changeset
|
137 quail/PY.elc \ |
37876
15a579a26248
2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37216
diff
changeset
|
138 quail/ZIRANMA.elc \ |
15a579a26248
2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37216
diff
changeset
|
139 quail/CTLau.elc \ |
37881
64c896104a04
2001-05-24 Andrew Choi <akochoi@i-cable.com>
Andrew Choi <akochoi@shaw.ca>
parents:
37876
diff
changeset
|
140 quail/CTLau-b5.elc |
37118
6aaaa52f72ac
(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents:
37078
diff
changeset
|
141 |
6aaaa52f72ac
(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents:
37078
diff
changeset
|
142 CHINESE=${CHINESE-GB} ${CHINESE-BIG5} |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
143 EASTASIA=${CHINESE} ${JAPANESE} ${KOREAN} |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
144 ASIA=${EASTASIA} ${THAI} ${VIETNAMESE} ${LAO} ${INDIAN} ${TIBETAN} |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
145 EUROPEAN=${LATIN} ${SLAVIC} ${GREEK} ${RUSSIAN} |
88155 | 146 WORLD=${ASIA} ${EUROPEAN} ${OTHERS} ${MISC} ${UNICODE} |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
147 |
88155 | 148 TIT-MISC=${CHINESE-TIT} ${MISC} |
149 NON-TIT-MISC=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${OTHERS} | |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
150 |
33664
15b91d26a2d1
(.SUFFIXES): New target, include .elc .el.
Kenichi Handa <handa@m17n.org>
parents:
32251
diff
changeset
|
151 .SUFFIXES: .elc .el |
15b91d26a2d1
(.SUFFIXES): New target, include .elc .el.
Kenichi Handa <handa@m17n.org>
parents:
32251
diff
changeset
|
152 |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
153 .el.elc: |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
154 ${RUN-EMACS} -f batch-byte-compile $< |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
155 |
88155 | 156 all: ${BUILT-EMACS} ${SUBDIRS} leim-list.el ${WORLD} |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
157 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
158 # To ensure that we can run Emacs. This target is ignored (never |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
159 # being hit) if a user changes default value of EMACS. |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
160 ${dot}${dot}/src/emacs: |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
161 cd ../src; ${MAKE} ${MFLAGS} emacs |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
162 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
163 ${SUBDIRS}: |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
164 mkdir $@ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
165 touch stamp-subdir |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
166 |
88155 | 167 TIT-SOURCES= \ |
168 ${srcdir}/CXTERM-DIC/4Corner.tit \ | |
169 ${srcdir}/CXTERM-DIC/ARRAY30.tit \ | |
170 ${srcdir}/CXTERM-DIC/CCDOSPY.tit \ | |
171 ${srcdir}/CXTERM-DIC/ECDICT.tit \ | |
172 ${srcdir}/CXTERM-DIC/ETZY.tit \ | |
173 ${srcdir}/CXTERM-DIC/PY-b5.tit \ | |
174 ${srcdir}/CXTERM-DIC/Punct-b5.tit \ | |
175 ${srcdir}/CXTERM-DIC/Punct.tit \ | |
176 ${srcdir}/CXTERM-DIC/QJ-b5.tit \ | |
177 ${srcdir}/CXTERM-DIC/QJ.tit \ | |
178 ${srcdir}/CXTERM-DIC/SW.tit \ | |
179 ${srcdir}/CXTERM-DIC/TONEPY.tit \ | |
180 ${srcdir}/CXTERM-DIC/ZOZY.tit | |
37062
3e8707a64e46
(.NOTPARALLEL, .NO_PARALLEL): New special targets.
Gerd Moellmann <gerd@gnu.org>
parents:
35837
diff
changeset
|
181 |
88155 | 182 ${CHINESE-TIT:.elc=.el}: changed.tit |
183 @true | |
37062
3e8707a64e46
(.NOTPARALLEL, .NO_PARALLEL): New special targets.
Gerd Moellmann <gerd@gnu.org>
parents:
35837
diff
changeset
|
184 |
88155 | 185 changed.tit: ${TIT-SOURCES} |
186 ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \ | |
187 -f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \ | |
188 echo "changed" > $@ | |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
189 |
88155 | 190 MISC-SOURCES= \ |
191 ${srcdir}/MISC-DIC/CTLau-b5.html \ | |
192 ${srcdir}/MISC-DIC/CTLau.html \ | |
193 ${srcdir}/MISC-DIC/cangjie-table.b5 \ | |
194 ${srcdir}/MISC-DIC/cangjie-table.cns \ | |
195 ${srcdir}/MISC-DIC/pinyin.map \ | |
196 ${srcdir}/MISC-DIC/ziranma.cin | |
37118
6aaaa52f72ac
(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa <handa@m17n.org>
parents:
37078
diff
changeset
|
197 |
88155 | 198 ${MISC:.elc=.el}: changed.misc |
199 @true | |
200 | |
201 changed.misc: ${MISC-SOURCES} | |
202 ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \ | |
203 -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \ | |
204 echo "changed" > $@ | |
205 | |
206 leim-list.el: ${SUBDIRS} ${NON-TIT-MISC} changed.tit changed.misc ${srcdir}/leim-ext.el | |
207 ${RUN-EMACS} -l ${buildlisppath}/international/quail \ | |
208 -f batch-byte-compile-if-not-done ${TIT-MISC:.elc=.el} | |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
209 if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
210 ${RUN-EMACS} -l ${buildlisppath}/international/quail \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
211 --eval "(update-leim-list-file \".\")" ; \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
212 else \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
213 ${RUN-EMACS} -l ${buildlisppath}/international/quail \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
214 --eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
215 fi |
88155 | 216 sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@ |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
217 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
218 install: all |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
219 if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
220 rm -rf ${INSTALLDIR}/leim-list.el; \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
221 rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/ja-dic ; \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
222 echo "Copying leim files to ${INSTALLDIR} ..." ; \ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
223 if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \ |
45327
a26906178331
(install): Use "tar -chf", to follow symlinks.
Eli Zaretskii <eliz@gnu.org>
parents:
43705
diff
changeset
|
224 tar -chf - leim-list.el quail ja-dic \ |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
225 | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
226 else \ |
45327
a26906178331
(install): Use "tar -chf", to follow symlinks.
Eli Zaretskii <eliz@gnu.org>
parents:
43705
diff
changeset
|
227 tar -chf - leim-list.el quail \ |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
228 | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
229 cd ${srcdir}; \ |
45327
a26906178331
(install): Use "tar -chf", to follow symlinks.
Eli Zaretskii <eliz@gnu.org>
parents:
43705
diff
changeset
|
230 tar -chf - quail/* ja-dic \ |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
231 | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\ |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
232 fi; \ |
88155 | 233 rm -rf ${INSTALLDIR}/CVS ${INSTALLDIR}/*/CVS; \ |
234 rm -f ${INSTALLDIR}/.cvsignore ${INSTALLDIR}/*/.cvsignore; \ | |
235 rm -f ${INSTALLDIR}/.arch-inventory ${INSTALLDIR}/*/.arch-inventory; \ | |
236 rm -f ${INSTALLDIR}/\#* ${INSTALLDIR}/*/\#* ; \ | |
237 rm -f ${INSTALLDIR}/.\#* ${INSTALLDIR}/*/.\#* ; \ | |
238 rm -f ${INSTALLDIR}/*~ ${INSTALLDIR}/*/*~ ; \ | |
239 rm -f ${INSTALLDIR}/*.orig ${INSTALLDIR}/*/*.orig ; \ | |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
240 else true; fi |
88155 | 241 -unset CDPATH; \ |
242 if [ -n "${GZIP_PROG}" ]; \ | |
243 then \ | |
244 echo "Compressing *.el ..." ; \ | |
245 (cd ${INSTALLDIR}; for f in `find . -name "*.elc" -print`; do \ | |
246 ${GZIP_PROG} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \ | |
247 done) \ | |
248 else true; fi | |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
249 -chmod -R a+r ${INSTALLDIR} |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
250 |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
251 clean mostlyclean: |
88155 | 252 rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \ |
253 leim-list.el changed.tit changed.misc | |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
254 |
88155 | 255 distclean: clean |
31917
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
256 if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi |
d9babe5e7c29
Make this the leim Makefile.in.
Gerd Moellmann <gerd@gnu.org>
parents:
31787
diff
changeset
|
257 rm -f Makefile |
35670
e177c50b5b2d
(extraclean): added target so make doesn't die if
Bill Wohler <wohler@newt.com>
parents:
33664
diff
changeset
|
258 |
88155 | 259 maintainer-clean: distclean |
260 rm -f ${WORLD} | |
261 | |
262 extraclean: maintainer-clean | |
35670
e177c50b5b2d
(extraclean): added target so make doesn't die if
Bill Wohler <wohler@newt.com>
parents:
33664
diff
changeset
|
263 -rm -f *~ \#* m/?*~ s/?*~ |