lisp/gnus/gnus-art.el (gnus-article-browse-html-parts): Replace LWSPs with `&nbsp...
[bpt/emacs.git] / leim / Makefile.in
CommitLineData
bbece175 1### @configure_input@
95df8112 2
ab422c4d 3# Copyright (C) 1997-2013 Free Software Foundation, Inc.
6d344054 4# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
d0981f82 5# 2006, 2007, 2008, 2009, 2010, 2011
eda20bd8
KH
6# National Institute of Advanced Industrial Science and Technology (AIST)
7# Registration Number H14PRO021
24b31c88 8
dadbf673
GM
9# This file is part of GNU Emacs.
10
d3fb0974 11# GNU Emacs is free software: you can redistribute it and/or modify
dadbf673 12# it under the terms of the GNU General Public License as published by
d3fb0974
GM
13# the Free Software Foundation, either version 3 of the License, or
14# (at your option) any later version.
15
dadbf673
GM
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.
d3fb0974 20
dadbf673 21# You should have received a copy of the GNU General Public License
d3fb0974
GM
22# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23
50b13cde 24SHELL = @SHELL@
dadbf673
GM
25
26# Here are the things that we expect ../configure to edit.
dadbf673 27srcdir=@srcdir@
7a7f042f 28
dadbf673
GM
29# Which Emacs to use to convert TIT files to Emacs Lisp files,
30# byte-compile Emacs Lisp files, and generate the file leim-list.el.
935396c0 31EMACS = ../src/emacs
dadbf673 32
dadbf673 33# How to run Emacs.
62942f89 34# Prevent any setting of EMACSLOADPATH in user environment causing problems.
17e0445b 35RUN_EMACS = EMACSLOADPATH= "${EMACS}" -batch --no-site-file --no-site-lisp
dadbf673 36
35c46c2f 37MKDIR_P = @MKDIR_P@
dadbf673
GM
38
39# Files generated from TIT dictionaries for Chinese GB character set.
68b5f855 40TIT_GB=\
41455956
GM
41 quail/CCDOSPY.el \
42 quail/Punct.el \
43 quail/QJ.el \
44 quail/SW.el \
45 quail/TONEPY.el
dadbf673
GM
46
47# Files generated from TIT dictionaries for Chinese BIG5 character set.
acb8e1dd 48TIT_BIG5=\
41455956
GM
49 quail/4Corner.el \
50 quail/ARRAY30.el \
51 quail/ECDICT.el \
52 quail/ETZY.el \
53 quail/Punct-b5.el \
54 quail/PY-b5.el \
55 quail/QJ-b5.el \
56 quail/ZOZY.el
dadbf673 57
68b5f855 58CHINESE_TIT=${TIT_GB} ${TIT_BIG5}
dadbf673 59
242a2def 60MISC= \
41455956
GM
61 quail/tsang-b5.el \
62 quail/quick-b5.el \
63 quail/tsang-cns.el \
64 quail/quick-cns.el \
65 quail/PY.el \
66 quail/ZIRANMA.el \
67 quail/CTLau.el \
68 quail/CTLau-b5.el
69
70## The generated .el files.
68b5f855 71TIT_MISC=${CHINESE_TIT} ${MISC}
dadbf673 72
e1e539ed
KH
73.SUFFIXES: .elc .el
74
dadbf673 75.el.elc:
8e0214ec 76 @echo Compiling $<
bc00793e 77 @${RUN_EMACS} -l international/quail -f batch-byte-compile $<
dadbf673 78
35c46c2f 79all: leim-list.el compile-main
0aee6912 80.PHONY: all
dadbf673 81
68b5f855 82TIT_SOURCES= \
2cd23d89
KH
83 ${srcdir}/CXTERM-DIC/4Corner.tit \
84 ${srcdir}/CXTERM-DIC/ARRAY30.tit \
85 ${srcdir}/CXTERM-DIC/CCDOSPY.tit \
86 ${srcdir}/CXTERM-DIC/ECDICT.tit \
87 ${srcdir}/CXTERM-DIC/ETZY.tit \
88 ${srcdir}/CXTERM-DIC/PY-b5.tit \
89 ${srcdir}/CXTERM-DIC/Punct-b5.tit \
90 ${srcdir}/CXTERM-DIC/Punct.tit \
91 ${srcdir}/CXTERM-DIC/QJ-b5.tit \
92 ${srcdir}/CXTERM-DIC/QJ.tit \
93 ${srcdir}/CXTERM-DIC/SW.tit \
94 ${srcdir}/CXTERM-DIC/TONEPY.tit \
95 ${srcdir}/CXTERM-DIC/ZOZY.tit
242a2def 96
41455956 97${CHINESE_TIT}: changed.tit
4c603b0c
AS
98 @true
99
e7333757
GM
100## The changed.* files act to serialize this part of the build.
101## A single Emacs invocation creates all the CHINESE_TIT files.
102## Otherwise in a parallel build multiple Emacs instances could
103## interfere with each other. If we used GNU make we could probably
104## parallelize this without the need for an explicit rule for each
41a2ce39
GM
105## file. Something like the pattern rule:
106## quail/%.el: CXTERM-DIC/%.tit
107## It doesn't seem possible to do this with VPATH and suffix rules.
35c46c2f
GM
108changed.tit: ${TIT_SOURCES}
109 @${MKDIR_P} quail
bc00793e 110 ${RUN_EMACS} -l titdic-cnv \
026e4e51
EZ
111 -f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \
112 echo "changed" > $@
242a2def 113
68b5f855 114MISC_SOURCES= \
2cd23d89
KH
115 ${srcdir}/MISC-DIC/CTLau-b5.html \
116 ${srcdir}/MISC-DIC/CTLau.html \
117 ${srcdir}/MISC-DIC/cangjie-table.b5 \
118 ${srcdir}/MISC-DIC/cangjie-table.cns \
119 ${srcdir}/MISC-DIC/pinyin.map \
120 ${srcdir}/MISC-DIC/ziranma.cin
242a2def 121
41455956 122${MISC}: changed.misc
4c603b0c
AS
123 @true
124
35c46c2f
GM
125changed.misc: ${MISC_SOURCES}
126 @${MKDIR_P} quail
bc00793e 127 ${RUN_EMACS} -l titdic-cnv \
026e4e51
EZ
128 -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \
129 echo "changed" > $@
242a2def 130
35c46c2f 131leim-list.el: ${TIT_MISC} ${srcdir}/leim-ext.el
7069bd16 132 rm -f leim-list.el
b8e3b0a9 133 if [ "`cd ${srcdir} && /bin/pwd`" = "`/bin/pwd`" ] ; then \
bc00793e 134 ${RUN_EMACS} -l international/quail \
dadbf673
GM
135 --eval "(update-leim-list-file \".\")" ; \
136 else \
bc00793e 137 ${RUN_EMACS} -l international/quail \
bc1dd793 138 --eval "(update-leim-list-file \".\" (unmsys--file-name \"${srcdir}\"))" ; \
dadbf673 139 fi
8f34b40c 140 sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@
dadbf673 141
982efbcd
PE
142$(srcdir)/ja-dic/ja-dic.el: $(srcdir)/SKK-DIC/SKK-JISYO.L
143 @$(MKDIR_P) $(srcdir)/ja-dic
bc00793e 144 $(RUN_EMACS) -batch -l ja-dic-cnv \
faaecb52
PE
145 -f batch-skkdic-convert -dir "$(srcdir)/ja-dic" \
146 "$(srcdir)/SKK-DIC/SKK-JISYO.L"
982efbcd 147
41455956
GM
148## Following adapted from lisp/Makefile.in.
149setwins=wins="${srcdir}/ja-dic quail"; \
b8e3b0a9 150 [ "`cd ${srcdir} && /bin/pwd`" != "`/bin/pwd`" ] && \
41455956
GM
151 wins="$$wins ${srcdir}/quail"
152
153.PHONY: compile-targets
154# TARGETS is set dynamically in the recursive call from `compile-main'.
155compile-targets: $(TARGETS)
156
157# Compile all the Elisp files that need it. Beware: it approximates
158# `no-byte-compile', so watch out for false-positives!
0aee6912 159.PHONY: compile-main
982efbcd 160compile-main: ${TIT_MISC} $(srcdir)/ja-dic/ja-dic.el
41455956
GM
161 @($(setwins); \
162 els=`echo "$$wins " | sed -e 's| |/*.el |g'`; \
163 for el in $$els; do \
164 test -f $$el || continue; \
165 test ! -f $${el}c && GREP_OPTIONS= grep '^;.*no-byte-compile: t' $$el > /dev/null && continue; \
166 echo "$${el}c"; \
167 done | xargs echo) | \
168 while read chunk; do \
935396c0 169 $(MAKE) $(MFLAGS) compile-targets EMACS="$(EMACS)" TARGETS="$$chunk"; \
41455956
GM
170 done
171
0aee6912
PE
172.PHONY: clean mostlyclean bootstrap-clean distclean maintainer-clean extraclean
173
dadbf673 174clean mostlyclean:
41455956 175 rm -f ${TIT_MISC} ${TIT_MISC:.el=.elc} \
242a2def 176 leim-list.el changed.tit changed.misc
dadbf673 177
9200c926
RF
178# The following target is needed because the `clean' target only removes
179# TIT-generated files and doesn't touch compiled Quail packages. But
180# bootstrapping should not leave non-fresh .elc files behind.
181bootstrap-clean: clean
41455956 182 $(setwins); for w in $$wins; do rm -f $$w/*.elc; done
9200c926 183
e6f528ba 184distclean: clean
b8e3b0a9 185 -[ "`cd ${srcdir} && /bin/pwd`" != "`/bin/pwd`" ] && rm -rf quail
dadbf673 186 rm -f Makefile
a070e0b7 187
cbeed5af 188maintainer-clean: distclean bootstrap-clean
e6f528ba
KH
189
190extraclean: maintainer-clean
cbeed5af 191 -rm -f *~ \#* */*~ */\#*
63150f3c
GM
192
193.PHONY: check-declare
194
195check-declare:
bc00793e 196 $(RUN_EMACS) -l check-declare \
bc1dd793 197 --eval '(check-declare-directory (unmsys--file-name "$(srcdir)"))'