Merge changes made in Gnus trunk.
[bpt/emacs.git] / leim / makefile.w32-in
CommitLineData
bd6766d3 1# -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API.
73b0cd50 2# Copyright (C) 2000-2011
698218a2 3# Free Software Foundation, Inc.
6d344054
GM
4# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
5# 2006, 2007
698218a2
KH
6# National Institute of Advanced Industrial Science and Technology (AIST)
7# Registration Number H14PRO021
bc4016af
AI
8
9# This file is part of GNU Emacs.
10
d3fb0974 11# GNU Emacs is free software: you can redistribute it and/or modify
bc4016af 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
bc4016af
AI
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
bc4016af 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
bc4016af
AI
24
25srcdir=.
26
27# Where to install LEIM files.
28INSTALLDIR=$(INSTALL_DIR)/leim
29
f3041af1 30# On IBM RS6000, double-dot gets screwed up.
bc4016af
AI
31dot = .
32
33# Which Emacs to use to convert TIT files to Emacs Lisp files,
34# byte-compile Emacs Lisp files, and generate the file leim-list.el.
35BUILT_EMACS = $(THISDIR)/$(dot)$(dot)/src/$(BLD)/emacs.exe
36
37buildlisppath=$(CURDIR)/$(dot)$(dot)/lisp
38
39# How to run Emacs.
e7a42417 40RUN_EMACS = "$(BUILT_EMACS)" -batch --no-site-file --no-site-lisp
bc4016af 41
9cbff816
AI
42# Set EMACSLOADPATH correctly (already defined in environment).
43EMACSLOADPATH=$(buildlisppath)
44
bc4016af
AI
45# Subdirectories to be made if $(srcdir) is different from the current
46# directory.
47SUBDIRS=quail
48
49# Files generated from TIT dictionaries for Chinese GB character set.
50TIT_GB=\
bc4016af
AI
51 quail/CCDOSPY.elc \
52 quail/Punct.elc \
bc4016af
AI
53 quail/QJ.elc \
54 quail/SW.elc \
4c1dadb1 55 quail/TONEPY.elc
bc4016af
AI
56
57# Files generated from TIT dictionaries for Chinese BIG5 character set.
58TIT_BIG5=\
59 quail/4Corner.elc \
60 quail/ARRAY30.elc \
bc4016af
AI
61 quail/ECDICT.elc \
62 quail/ETZY.elc \
63 quail/Punct-b5.elc \
64 quail/PY-b5.elc \
65 quail/QJ-b5.elc \
66 quail/ZOZY.elc
67
68CHINESE_TIT=$(TIT_GB) $(TIT_BIG5)
69
70NON_TIT_GB=$(srcdir)/quail/py-punct.elc
71
4c1dadb1 72NON_TIT_BIG5=$(srcdir)/quail/pypunct-b5.elc
bc4016af 73
4c1dadb1 74CHINESE_NON_TIT=$(NON_TIT_GB) $(NON_TIT_BIG5)
bc4016af
AI
75
76CHINESE_GB=$(TIT_GB) $(NON_TIT_GB)
77
177c0ea7 78CHINESE_BIG5=$(TIT_BIG5) $(NON_TIT_BIG5)
bc4016af 79
bc4016af
AI
80JAPANESE=$(srcdir)/quail/japanese.elc $(srcdir)/ja-dic/ja-dic.elc
81
82KOREAN= $(srcdir)/quail/hangul.elc \
bc4016af 83 $(srcdir)/quail/hanja.elc \
4c1dadb1 84 $(srcdir)/quail/hanja3.elc \
bc4016af
AI
85 $(srcdir)/quail/hanja-jis.elc \
86 $(srcdir)/quail/symbol-ksc.elc
87
88THAI=$(srcdir)/quail/thai.elc
89
54679108 90VIETNAMESE=$(srcdir)/quail/viqr.elc $(srcdir)/quail/vntelex.elc
bc4016af
AI
91
92LAO=$(srcdir)/quail/lao.elc $(srcdir)/quail/lrt.elc
93
ea17b6e1 94INDIAN=$(srcdir)/quail/indian.elc
bc4016af
AI
95
96TIBETAN=$(srcdir)/quail/tibetan.elc
97
98LATIN= $(srcdir)/quail/latin-pre.elc \
99 $(srcdir)/quail/latin-post.elc \
100 $(srcdir)/quail/latin-alt.elc \
abceb4ac
JB
101 $(srcdir)/quail/latin-ltx.elc \
102 $(srcdir)/quail/welsh.elc
103
104UNICODE=$(srcdir)/quail/sgml-input.elc \
105 $(srcdir)/quail/rfc1345.elc \
106 $(srcdir)/quail/uni-input.elc
bc4016af
AI
107
108SLAVIC= \
109 $(srcdir)/quail/czech.elc \
98e99f6e 110 $(srcdir)/quail/croatian.elc \
bc4016af
AI
111 $(srcdir)/quail/slovak.elc
112
113GREEK=$(srcdir)/quail/greek.elc
114
115RUSSIAN=$(srcdir)/quail/cyrillic.elc $(srcdir)/quail/cyril-jis.elc
116
117MISC= \
ecfb57d9 118 $(srcdir)/quail/arabic.elc \
bc4016af
AI
119 $(srcdir)/quail/ethiopic.elc \
120 $(srcdir)/quail/ipa.elc \
abceb4ac 121 $(srcdir)/quail/hebrew.elc \
771ff223
JB
122 $(srcdir)/quail/georgian.elc \
123 $(srcdir)/quail/sisheng.elc
bc4016af 124
4c1dadb1
AI
125MISC_DIC=\
126 quail/tsang-b5.elc \
127 quail/quick-b5.elc \
128 quail/tsang-cns.elc \
129 quail/quick-cns.elc \
130 quail/PY.elc \
36d24e3c
AI
131 quail/ZIRANMA.elc \
132 quail/CTLau.elc \
133 quail/CTLau-b5.elc
4c1dadb1
AI
134
135CHINESE=$(CHINESE_GB) $(CHINESE_BIG5)
bc4016af
AI
136EASTASIA=$(CHINESE) $(JAPANESE) $(KOREAN)
137ASIA=$(EASTASIA) $(THAI) $(VIETNAMESE) $(LAO) $(INDIAN) $(TIBETAN)
138EUROPEAN=$(LATIN) $(SLAVIC) $(GREEK) $(RUSSIAN)
abceb4ac 139WORLD=$(ASIA) $(EUROPEAN) $(MISC) $(MISC_DIC) $(UNICODE)
bc4016af
AI
140
141TIT=$(CHINESE_TIT)
142NON_TIT=$(CHINESE_NON_TIT) $(JAPANESE) $(KOREAN) $(EUROPEAN) $(MISC)
143
5c196f29
AI
144.SUFFIXES: .elc .el
145
146.el.elc:
147 $(RUN_EMACS) -f batch-byte-compile $<
148
948b7d16 149all: $(BUILT_EMACS) $(SUBDIRS) $(WORLD) leim-list.el
bc4016af
AI
150
151# To ensure that we can run Emacs. This target is ignored (never
152# being hit) if a user changes default value of EMACS.
153$(dot)$(dot)/src/emacs:
154 cd ../src; $(MAKE) $(MFLAGS) emacs
155
156$(SUBDIRS):
157 mkdir "$@"
158 echo stamp>stamp-subdir
159
4c1dadb1
AI
160# The rules which generate $(TIT) and ${MISC_DIC) files create them all
161# in one go. So we need to prevent parallel execution for that target,
162# otherwise Emacs complains about files being locked. .NOTPARALLEL is
163# for GNU Make, .NO_PARALLEL is for other Make's.
164.NOTPARALLEL: $(TIT) $(MISC_DIC)
165
166.NO_PARALLEL: $(TIT) $(MISC_DIC)
167
bc4016af 168# Rule to generate quail/*.el from CXTERM-DIC/*.tit.
df6d09dd
EZ
169#
170# WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
171# this can break with GNU Make 3.81 and later if sh.exe is used.
5c196f29 172$(TIT):
31f191b3
EZ
173 $(RUN_EMACS) -l \
174 $(ARGQUOTE)$(buildlisppath)/international/titdic-cnv$(ARGQUOTE) \
4c1dadb1
AI
175 --eval $(ARGQUOTE)(batch-titdic-convert t)$(ARGQUOTE) \
176 -dir quail $(srcdir)/CXTERM-DIC
31f191b3
EZ
177 $(RUN_EMACS) -l \
178 $(ARGQUOTE)$(buildlisppath)/international/quail$(ARGQUOTE) \
bc4016af
AI
179 -f batch-byte-compile $(TIT:.elc=.el)
180
4c1dadb1 181# Rule to generate quail/*.el from MISC_DIC/*.tit.
5c196f29 182$(MISC_DIC):
31f191b3
EZ
183 $(RUN_EMACS) -l \
184 $(ARGQUOTE)$(buildlisppath)/international/titdic-cnv$(ARGQUOTE) \
4c1dadb1 185 -f batch-miscdic-convert -dir quail $(srcdir)/MISC-DIC
31f191b3
EZ
186 $(RUN_EMACS) -l \
187 $(ARGQUOTE)$(buildlisppath)/international/quail$(ARGQUOTE) \
4c1dadb1
AI
188 -f batch-byte-compile $(MISC_DIC:.elc=.el)
189
df6d09dd 190#
0acba203 191# WARNING: Do NOT split the parts inside $(ARGQUOTE)s into multiple lines as
df6d09dd 192# this can break with GNU Make 3.81 and later if sh.exe is used.
0acba203 193leim-list.el: $(SUBDIRS) $(WORLD) $(srcdir)/leim-ext.el
04c6f67f 194 - $(DEL) leim-list.el
31f191b3
EZ
195 $(RUN_EMACS) -l \
196 $(ARGQUOTE)$(buildlisppath)/international/quail$(ARGQUOTE) \
bc4016af 197 --eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE)
0acba203 198 $(RUN_EMACS) --eval $(ARGQUOTE)(w32-append-code-lines $(DQUOTE)$@$(DQUOTE) $(DQUOTE)$(srcdir)/leim-ext.el$(DQUOTE))$(ARGQUOTE)
bc4016af
AI
199
200install: all
201 - mkdir "$(INSTALLDIR)"
202 - $(DEL) same-dir.tst
203 - $(DEL) $(INSTALL_DIR)/same-dir.tst
204 echo SameDirTest > $(INSTALL_DIR)/same-dir.tst
205 $(IFNOTSAMEDIR) $(CP) leim-list.el $(INSTALLDIR) $(ENDIF)
206 $(IFNOTSAMEDIR) $(CP_DIR) quail $(INSTALLDIR) $(ENDIF)
207 $(IFNOTSAMEDIR) $(CP_DIR) ja-dic $(INSTALLDIR) $(ENDIF)
208 - $(DEL) $(INSTALL_DIR)/same-dir.tst
209
210clean mostlyclean:
211 - $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
4c1dadb1 212 - $(FOREACH) $(MISC_DIC) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
bc4016af 213 - $(FOREACH) $(TIT:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
4c1dadb1 214 - $(FOREACH) $(MISC_DIC:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
bc4016af 215 - $(DEL) leim-list.el
ca4a5250 216 - $(DEL) leim-list.el~
bc4016af 217
385a3b9e 218distclean: clean
bc4016af 219 - $(DEL) stamp-subdir
ca4a5250 220 - $(DEL) makefile
ab5796a9 221
948b7d16
KH
222maintainer-clean: distclean
223 - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
385a3b9e 224
1d2646cc
EZ
225# We used to delete *~ here, but that might inadvertently remove
226# precious files if it happens to match their short 8+3 aliases.
385a3b9e 227extraclean: maintainer-clean
1d2646cc 228 - $(FOREACH) *.el~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)