src/xdisp.c (single_display_spec_string): Correct a FIXME comment.
[emacs.git] / leim / Makefile.in
blob531f0481f7a6e3776b2494b5104d0258a1fbed4f
1 # Makefile for leim subdirectory in GNU Emacs.
3 # Copyright (C) 1997-2011 Free Software Foundation, Inc.
4 # Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
5 # 2006, 2007, 2008, 2009, 2010, 2011
6 # National Institute of Advanced Industrial Science and Technology (AIST)
7 # Registration Number H14PRO021
9 # This file is part of GNU Emacs.
11 # GNU Emacs is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU General Public License as published by
13 # the Free Software Foundation, either version 3 of the License, or
14 # (at your option) any later version.
16 # GNU Emacs is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU General Public License for more details.
21 # You should have received a copy of the GNU General Public License
22 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25 # Avoid trouble on systems where the `SHELL' variable might be
26 # inherited from the environment.
27 SHELL = /bin/sh
29 # Here are the things that we expect ../configure to edit.
30 version=@version@
31 prefix=@prefix@
32 datarootdir=@datarootdir@
33 datadir=@datadir@
34 srcdir=@srcdir@
35 ns_appresdir=@ns_appresdir@
37 # Where to install LEIM files.
38 INSTALLDIR=$(DESTDIR)${datadir}/emacs/${version}/leim
40 GZIP_PROG = @GZIP_PROG@
42 # Which Emacs to use to convert TIT files to Emacs Lisp files,
43 # byte-compile Emacs Lisp files, and generate the file leim-list.el.
44 BUILT_EMACS = ../src/emacs
46 buildlisppath=${srcdir}/../lisp
48 # How to run Emacs.
49 RUN_EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C \
50 ${BUILT_EMACS} -batch --no-site-file --no-site-lisp
52 # Subdirectories to be made if ${srcdir} is different from the current
53 # directory.
54 SUBDIRS=quail
56 # Files generated from TIT dictionaries for Chinese GB character set.
57 TIT_GB=\
58 quail/CCDOSPY.elc \
59 quail/Punct.elc \
60 quail/QJ.elc \
61 quail/SW.elc \
62 quail/TONEPY.elc
64 # Files generated from TIT dictionaries for Chinese BIG5 character set.
65 TIT-BIG5=\
66 quail/4Corner.elc \
67 quail/ARRAY30.elc \
68 quail/ECDICT.elc \
69 quail/ETZY.elc \
70 quail/Punct-b5.elc \
71 quail/PY-b5.elc \
72 quail/QJ-b5.elc \
73 quail/ZOZY.elc
75 CHINESE_TIT=${TIT_GB} ${TIT_BIG5}
77 NON_TIT_GB=${srcdir}/quail/py-punct.elc
79 NON_TIT_BIG5=${srcdir}/quail/pypunct-b5.elc
81 CHINESE_NON_TIT=${NON_TIT_GB} ${NON_TIT_BIG5}
83 CHINESE_GB=${TIT_GB} ${NON_TIT_GB}
85 CHINESE_BIG5=${TIT_BIG5} ${NON_TIT_BIG5}
87 JAPANESE=${srcdir}/quail/japanese.elc ${srcdir}/ja-dic/ja-dic.elc
89 KOREAN= ${srcdir}/quail/hangul.elc \
90 ${srcdir}/quail/hanja.elc \
91 ${srcdir}/quail/hanja3.elc \
92 ${srcdir}/quail/hanja-jis.elc \
93 ${srcdir}/quail/symbol-ksc.elc
95 THAI=${srcdir}/quail/thai.elc
97 VIETNAMESE=${srcdir}/quail/viqr.elc ${srcdir}/quail/vntelex.elc
99 LAO=${srcdir}/quail/lao.elc ${srcdir}/quail/lrt.elc
101 INDIAN=${srcdir}/quail/indian.elc
103 TIBETAN=${srcdir}/quail/tibetan.elc
105 LATIN= ${srcdir}/quail/latin-pre.elc \
106 ${srcdir}/quail/latin-post.elc \
107 ${srcdir}/quail/latin-alt.elc \
108 ${srcdir}/quail/latin-ltx.elc \
109 ${srcdir}/quail/welsh.elc
111 UNICODE=${srcdir}/quail/sgml-input.elc ${srcdir}/quail/rfc1345.elc \
112 ${srcdir}/quail/uni-input.elc
114 SLAVIC= \
115 ${srcdir}/quail/czech.elc \
116 ${srcdir}/quail/croatian.elc \
117 ${srcdir}/quail/slovak.elc
119 GREEK=${srcdir}/quail/greek.elc
121 RUSSIAN=${srcdir}/quail/cyrillic.elc ${srcdir}/quail/cyril-jis.elc
123 OTHERS= \
124 ${srcdir}/quail/arabic.elc \
125 ${srcdir}/quail/ethiopic.elc \
126 ${srcdir}/quail/ipa.elc \
127 ${srcdir}/quail/hebrew.elc \
128 ${srcdir}/quail/georgian.elc \
129 ${srcdir}/quail/sisheng.elc
131 MISC= \
132 quail/tsang-b5.elc \
133 quail/quick-b5.elc \
134 quail/tsang-cns.elc \
135 quail/quick-cns.elc \
136 quail/PY.elc \
137 quail/ZIRANMA.elc \
138 quail/CTLau.elc \
139 quail/CTLau-b5.elc
141 CHINESE=${CHINESE_GB} ${CHINESE_BIG5}
142 EASTASIA=${CHINESE} ${JAPANESE} ${KOREAN}
143 ASIA=${EASTASIA} ${THAI} ${VIETNAMESE} ${LAO} ${INDIAN} ${TIBETAN}
144 EUROPEAN=${LATIN} ${SLAVIC} ${GREEK} ${RUSSIAN}
145 WORLD=${ASIA} ${EUROPEAN} ${OTHERS} ${MISC} ${UNICODE}
147 TIT_MISC=${CHINESE_TIT} ${MISC}
148 NON_TIT_MISC=${CHINESE_NON_TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${OTHERS}
150 .SUFFIXES: .elc .el
152 .el.elc:
153 @echo Compiling $<
154 @${RUN_EMACS} -f batch-byte-compile $<
156 all: ${BUILT_EMACS} ${SUBDIRS} leim-list.el ${WORLD}
158 # To ensure that we can run Emacs. This target is ignored (never
159 # being hit) if a user changes default value of EMACS.
160 ../src/emacs:
161 cd ../src; ${MAKE} ${MFLAGS} emacs
163 ${SUBDIRS}:
164 mkdir $@
165 touch stamp-subdir
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
182 ${CHINESE_TIT:.elc=.el}: changed.tit
183 @true
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" > $@
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
198 ${MISC:.elc=.el}: changed.misc
199 @true
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" > $@
206 leim-list.el: ${SUBDIRS} ${TIT_MISC} changed.tit changed.misc ${srcdir}/leim-ext.el
207 rm -f leim-list.el
208 ${RUN_EMACS} -l ${buildlisppath}/international/quail \
209 -f batch-byte-compile-if-not-done ${TIT_MISC:.elc=.el}
210 if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
211 ${RUN_EMACS} -l ${buildlisppath}/international/quail \
212 --eval "(update-leim-list-file \".\")" ; \
213 else \
214 ${RUN_EMACS} -l ${buildlisppath}/international/quail \
215 --eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \
217 sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@
219 MV_DIRS = for i in $$dir; do rm -fr `basename "$$i"` ; mv "$$i" . ; done
221 install: all
222 if [ ! -d ${INSTALLDIR} ] ; then \
223 umask 022; ${srcdir}/../install-sh -d ${INSTALLDIR}; \
224 else true; fi
225 if [ x`(cd ${INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \
226 rm -f ${INSTALLDIR}/leim-list.el; \
227 rm -rf ${INSTALLDIR}/quail ${INSTALLDIR}/ja-dic ; \
228 echo "Copying leim files to ${INSTALLDIR} ..." ; \
229 if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
230 tar -chf - leim-list.el quail ja-dic \
231 | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
232 else \
233 tar -chf - leim-list.el quail \
234 | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
235 cd ${srcdir}; \
236 tar -chf - quail/* ja-dic \
237 | (cd ${INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
238 fi; \
239 rm -f ${INSTALLDIR}/.gitignore ${INSTALLDIR}/*/.gitignore; \
240 rm -f ${INSTALLDIR}/.arch-inventory ${INSTALLDIR}/*/.arch-inventory; \
241 rm -f ${INSTALLDIR}/\#* ${INSTALLDIR}/*/\#* ; \
242 rm -f ${INSTALLDIR}/.\#* ${INSTALLDIR}/*/.\#* ; \
243 rm -f ${INSTALLDIR}/*~ ${INSTALLDIR}/*/*~ ; \
244 rm -f ${INSTALLDIR}/*.orig ${INSTALLDIR}/*/*.orig ; \
245 else true; fi
246 -unset CDPATH; \
247 if [ -n "${GZIP_PROG}" ]; \
248 then \
249 echo "Compressing *.el ..." ; \
250 (cd ${INSTALLDIR}; for f in `find . -name "*.elc" -print`; do \
251 ${GZIP_PROG} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
252 done) \
253 else true; fi
254 -chmod -R a+r ${INSTALLDIR}
255 for installuser in $${LOGNAME} $${USERNAME} $${USER} \
256 `id -un 2> /dev/null`; do \
257 [ -n "$${installuser}" ] && break ; \
258 done ; \
259 find ${INSTALLDIR} -exec chown $${installuser} '{}' ';'
260 if [ "${ns_appresdir}" != "" ]; then \
261 ( cd ${ns_appresdir} ; \
262 if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\
263 rm -fr share ) ; \
264 else true ; fi
266 clean mostlyclean:
267 rm -f ${TIT_MISC} ${TIT_MISC:.elc=.el} \
268 leim-list.el changed.tit changed.misc
270 # The following target is needed because the `clean' target only removes
271 # TIT-generated files and doesn't touch compiled Quail packages. But
272 # bootstrapping should not leave non-fresh .elc files behind.
273 bootstrap-clean: clean
274 rm -f ${WORLD}
275 ## FIXME some compiled files go to srcdir, some don't?
276 # cd ${srcdir}; rm -f *.elc */*.elc
278 distclean: clean
279 if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi
280 rm -f Makefile
282 maintainer-clean: distclean bootstrap-clean
284 extraclean: maintainer-clean
285 -rm -f *~ \#* */*~ */\#*
287 .PHONY: check-declare
289 check-declare:
290 $(RUN_EMACS) -l $(buildlisppath)/emacs-lisp/check-declare \
291 --eval '(check-declare-directory "$(srcdir)")'