(emacs-lisp-mode-map): Add menu entry for disassemble.
[bpt/emacs.git] / leim / Makefile.in
CommitLineData
dadbf673 1# Makefile for leim subdirectory in GNU Emacs.
6d344054
GM
2# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
3# 2006, 2007, 2008
eda20bd8 4# Free Software Foundation, Inc.
6d344054
GM
5# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
6# 2006, 2007, 2008
eda20bd8
KH
7# National Institute of Advanced Industrial Science and Technology (AIST)
8# Registration Number H14PRO021
24b31c88 9
dadbf673
GM
10# This file is part of GNU Emacs.
11
12# GNU Emacs is free software; you can redistribute it and/or modify
13# it under the terms of the GNU General Public License as published by
d7142f3e 14# the Free Software Foundation; either version 3, or (at your option)
dadbf673
GM
15# any later version.
16#
17# GNU Emacs is distributed in the hope that it will be useful,
18# but WITHOUT ANY WARRANTY; without even the implied warranty of
19# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20# GNU General Public License for more details.
21#
22# You should have received a copy of the GNU General Public License
23# along with GNU Emacs; see the file COPYING. If not, write to the
364c38d3
LK
24# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25# Boston, MA 02110-1301, USA.
dadbf673
GM
26
27# Avoid trouble on systems where the `SHELL' variable might be
28# inherited from the environment.
29SHELL = /bin/sh
30
31# Here are the things that we expect ../configure to edit.
32version=@version@
33prefix=@prefix@
ca1cd89c 34datarootdir=@datarootdir@
dadbf673
GM
35datadir=@datadir@
36srcdir=@srcdir@
37
38# Where to install LEIM files.
62ebf7d7 39INSTALLDIR=$(DESTDIR)${datadir}/emacs/${version}/leim
dadbf673 40
d95f329f 41GZIP_PROG = @GZIP_PROG@
7a7f042f 42
f3041af1 43# On IBM RS6000, double-dot gets screwed up.
dadbf673
GM
44dot = .
45
46# Which Emacs to use to convert TIT files to Emacs Lisp files,
47# byte-compile Emacs Lisp files, and generate the file leim-list.el.
48BUILT-EMACS = ${dot}${dot}/src/emacs
49
50buildlisppath=${srcdir}/${dot}${dot}/lisp
51
52# How to run Emacs.
dd6ab82f 53RUN-EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C \
dadbf673
GM
54 ${BUILT-EMACS} -batch --no-init-file --no-site-file --multibyte
55
56# Subdirectories to be made if ${srcdir} is different from the current
57# directory.
58SUBDIRS=quail
59
60# Files generated from TIT dictionaries for Chinese GB character set.
61TIT-GB=\
dadbf673
GM
62 quail/CCDOSPY.elc \
63 quail/Punct.elc \
dadbf673
GM
64 quail/QJ.elc \
65 quail/SW.elc \
117348b8 66 quail/TONEPY.elc
dadbf673
GM
67
68# Files generated from TIT dictionaries for Chinese BIG5 character set.
69TIT-BIG5=\
70 quail/4Corner.elc \
71 quail/ARRAY30.elc \
dadbf673
GM
72 quail/ECDICT.elc \
73 quail/ETZY.elc \
74 quail/Punct-b5.elc \
75 quail/PY-b5.elc \
76 quail/QJ-b5.elc \
77 quail/ZOZY.elc
78
79CHINESE-TIT=${TIT-GB} ${TIT-BIG5}
80
81NON-TIT-GB=${srcdir}/quail/py-punct.elc
82
117348b8 83NON-TIT-BIG5=${srcdir}/quail/pypunct-b5.elc
dadbf673 84
117348b8 85CHINESE-NON-TIT=${NON-TIT-GB} ${NON-TIT-BIG5}
dadbf673
GM
86
87CHINESE-GB=${TIT-GB} ${NON-TIT-GB}
88
177c0ea7 89CHINESE-BIG5=${TIT-BIG5} ${NON-TIT-BIG5}
dadbf673 90
dadbf673
GM
91JAPANESE=${srcdir}/quail/japanese.elc ${srcdir}/ja-dic/ja-dic.elc
92
93KOREAN= ${srcdir}/quail/hangul.elc \
94 ${srcdir}/quail/hangul3.elc \
95 ${srcdir}/quail/hanja.elc \
a46d278b 96 ${srcdir}/quail/hanja3.elc \
dadbf673
GM
97 ${srcdir}/quail/hanja-jis.elc \
98 ${srcdir}/quail/symbol-ksc.elc
99
100THAI=${srcdir}/quail/thai.elc
101
54679108 102VIETNAMESE=${srcdir}/quail/viqr.elc ${srcdir}/quail/vntelex.elc
dadbf673
GM
103
104LAO=${srcdir}/quail/lao.elc ${srcdir}/quail/lrt.elc
105
afdc8040 106INDIAN=${srcdir}/quail/indian.elc
dadbf673
GM
107
108TIBETAN=${srcdir}/quail/tibetan.elc
109
e427747f
KH
110LATIN= ${srcdir}/quail/latin-pre.elc \
111 ${srcdir}/quail/latin-post.elc \
f8f96fe2 112 ${srcdir}/quail/latin-alt.elc \
0fcaf339
DL
113 ${srcdir}/quail/latin-ltx.elc \
114 ${srcdir}/quail/welsh.elc
115
116UNICODE=${srcdir}/quail/sgml-input.elc ${srcdir}/quail/rfc1345.elc \
117 ${srcdir}/quail/uni-input.elc
dadbf673
GM
118
119SLAVIC= \
120 ${srcdir}/quail/czech.elc \
98e99f6e 121 ${srcdir}/quail/croatian.elc \
dadbf673
GM
122 ${srcdir}/quail/slovak.elc
123
124GREEK=${srcdir}/quail/greek.elc
125
126RUSSIAN=${srcdir}/quail/cyrillic.elc ${srcdir}/quail/cyril-jis.elc
127
242a2def 128OTHERS= \
0bf80020 129 ${srcdir}/quail/arabic.elc \
dadbf673
GM
130 ${srcdir}/quail/ethiopic.elc \
131 ${srcdir}/quail/ipa.elc \
0fcaf339 132 ${srcdir}/quail/hebrew.elc \
f9f14309
KH
133 ${srcdir}/quail/georgian.elc \
134 ${srcdir}/quail/sisheng.elc
dadbf673 135
242a2def 136MISC= \
117348b8
KH
137 quail/tsang-b5.elc \
138 quail/quick-b5.elc \
139 quail/tsang-cns.elc \
140 quail/quick-cns.elc \
141 quail/PY.elc \
5156a15c
AC
142 quail/ZIRANMA.elc \
143 quail/CTLau.elc \
937fad9a 144 quail/CTLau-b5.elc
117348b8
KH
145
146CHINESE=${CHINESE-GB} ${CHINESE-BIG5}
dadbf673
GM
147EASTASIA=${CHINESE} ${JAPANESE} ${KOREAN}
148ASIA=${EASTASIA} ${THAI} ${VIETNAMESE} ${LAO} ${INDIAN} ${TIBETAN}
149EUROPEAN=${LATIN} ${SLAVIC} ${GREEK} ${RUSSIAN}
242a2def 150WORLD=${ASIA} ${EUROPEAN} ${OTHERS} ${MISC} ${UNICODE}
dadbf673 151
242a2def
KH
152TIT-MISC=${CHINESE-TIT} ${MISC}
153NON-TIT-MISC=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${OTHERS}
dadbf673 154
e1e539ed
KH
155.SUFFIXES: .elc .el
156
dadbf673
GM
157.el.elc:
158 ${RUN-EMACS} -f batch-byte-compile $<
159
9d820f1a 160all: ${BUILT-EMACS} ${SUBDIRS} leim-list.el ${WORLD}
dadbf673
GM
161
162# To ensure that we can run Emacs. This target is ignored (never
163# being hit) if a user changes default value of EMACS.
164${dot}${dot}/src/emacs:
165 cd ../src; ${MAKE} ${MFLAGS} emacs
166
167${SUBDIRS}:
168 mkdir $@
169 touch stamp-subdir
170
242a2def 171TIT-SOURCES= \
2cd23d89
KH
172 ${srcdir}/CXTERM-DIC/4Corner.tit \
173 ${srcdir}/CXTERM-DIC/ARRAY30.tit \
174 ${srcdir}/CXTERM-DIC/CCDOSPY.tit \
175 ${srcdir}/CXTERM-DIC/ECDICT.tit \
176 ${srcdir}/CXTERM-DIC/ETZY.tit \
177 ${srcdir}/CXTERM-DIC/PY-b5.tit \
178 ${srcdir}/CXTERM-DIC/Punct-b5.tit \
179 ${srcdir}/CXTERM-DIC/Punct.tit \
180 ${srcdir}/CXTERM-DIC/QJ-b5.tit \
181 ${srcdir}/CXTERM-DIC/QJ.tit \
182 ${srcdir}/CXTERM-DIC/SW.tit \
183 ${srcdir}/CXTERM-DIC/TONEPY.tit \
184 ${srcdir}/CXTERM-DIC/ZOZY.tit
242a2def 185
4c603b0c
AS
186${CHINESE-TIT:.elc=.el}: changed.tit
187 @true
188
242a2def 189changed.tit: ${TIT-SOURCES}
026e4e51
EZ
190 ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
191 -f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \
192 echo "changed" > $@
242a2def
KH
193
194MISC-SOURCES= \
2cd23d89
KH
195 ${srcdir}/MISC-DIC/CTLau-b5.html \
196 ${srcdir}/MISC-DIC/CTLau.html \
197 ${srcdir}/MISC-DIC/cangjie-table.b5 \
198 ${srcdir}/MISC-DIC/cangjie-table.cns \
199 ${srcdir}/MISC-DIC/pinyin.map \
200 ${srcdir}/MISC-DIC/ziranma.cin
242a2def 201
4c603b0c
AS
202${MISC:.elc=.el}: changed.misc
203 @true
204
242a2def 205changed.misc: ${MISC-SOURCES}
026e4e51
EZ
206 ${RUN-EMACS} -l ${buildlisppath}/international/titdic-cnv \
207 -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \
208 echo "changed" > $@
242a2def 209
90519dc8 210leim-list.el: ${SUBDIRS} ${TIT-MISC} changed.tit changed.misc ${srcdir}/leim-ext.el
242a2def
KH
211 ${RUN-EMACS} -l ${buildlisppath}/international/quail \
212 -f batch-byte-compile-if-not-done ${TIT-MISC:.elc=.el}
dadbf673
GM
213 if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
214 ${RUN-EMACS} -l ${buildlisppath}/international/quail \
215 --eval "(update-leim-list-file \".\")" ; \
216 else \
217 ${RUN-EMACS} -l ${buildlisppath}/international/quail \
218 --eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \
219 fi
8f34b40c 220 sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@
dadbf673
GM
221
222install: all
94461c21
KH
223 if [ ! -d ${INSTALLDIR} ] ; then \
224 ${srcdir}/${dot}${dot}/mkinstalldirs ${INSTALLDIR}; \
225 else true; fi
dadbf673 226 if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \
94461c21
KH
227 rm -rf ${INSTALLDIR}/leim-list.el; \
228 rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/ja-dic ; \
dadbf673
GM
229 echo "Copying leim files to ${INSTALLDIR} ..." ; \
230 if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
05b54460 231 tar -chf - leim-list.el quail ja-dic \
dadbf673
GM
232 | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
233 else \
05b54460 234 tar -chf - leim-list.el quail \
dadbf673
GM
235 | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
236 cd ${srcdir}; \
05b54460 237 tar -chf - quail/* ja-dic \
dadbf673
GM
238 | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
239 fi; \
069e6098
AS
240 rm -rf ${INSTALLDIR}/CVS ${INSTALLDIR}/*/CVS; \
241 rm -f ${INSTALLDIR}/.cvsignore ${INSTALLDIR}/*/.cvsignore; \
792a05ba 242 rm -f ${INSTALLDIR}/.arch-inventory ${INSTALLDIR}/*/.arch-inventory; \
069e6098
AS
243 rm -f ${INSTALLDIR}/\#* ${INSTALLDIR}/*/\#* ; \
244 rm -f ${INSTALLDIR}/.\#* ${INSTALLDIR}/*/.\#* ; \
245 rm -f ${INSTALLDIR}/*~ ${INSTALLDIR}/*/*~ ; \
246 rm -f ${INSTALLDIR}/*.orig ${INSTALLDIR}/*/*.orig ; \
dadbf673 247 else true; fi
7a7f042f 248 -unset CDPATH; \
d95f329f 249 if [ -n "${GZIP_PROG}" ]; \
7a7f042f
RF
250 then \
251 echo "Compressing *.el ..." ; \
252 (cd ${INSTALLDIR}; for f in `find . -name "*.elc" -print`; do \
d95f329f 253 ${GZIP_PROG} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
7a7f042f
RF
254 done) \
255 else true; fi
dadbf673 256 -chmod -R a+r ${INSTALLDIR}
fe1ada9b
GM
257 for installuser in $${LOGNAME} $${USERNAME} $${USER} \
258 `id -un 2> /dev/null`; do \
259 [ -n "$${installuser}" ] && break ; \
260 done ; \
07131283 261 find ${INSTALLDIR} -exec chown $${installuser} '{}' ';'
dadbf673
GM
262
263clean mostlyclean:
7017c817 264 rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \
242a2def 265 leim-list.el changed.tit changed.misc
dadbf673 266
9200c926
RF
267# The following target is needed because the `clean' target only removes
268# TIT-generated files and doesn't touch compiled Quail packages. But
269# bootstrapping should not leave non-fresh .elc files behind.
270bootstrap-clean: clean
271 rm -f ${WORLD}
272
e6f528ba 273distclean: clean
dadbf673
GM
274 if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi
275 rm -f Makefile
a070e0b7 276
e6f528ba
KH
277maintainer-clean: distclean
278 rm -f ${WORLD}
279
280extraclean: maintainer-clean
a070e0b7 281 -rm -f *~ \#* m/?*~ s/?*~
63150f3c
GM
282
283.PHONY: check-declare
284
285check-declare:
286 $(RUN-EMACS) -l $(buildlisppath)/emacs-lisp/check-declare \
287 --eval '(check-declare-directory "$(srcdir)")'