cut debugger frames from backtraces
[bpt/emacs.git] / leim / makefile.w32-in
CommitLineData
b46a6a83 1# -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft Windows API.
95df8112 2
ba318903 3# Copyright (C) 2000-2014 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 \
f624176f 121 $(srcdir)/quail/ipa-praat.elc \
abceb4ac 122 $(srcdir)/quail/hebrew.elc \
771ff223 123 $(srcdir)/quail/georgian.elc \
d0ce9f8c 124 $(srcdir)/quail/persian.elc \
771ff223 125 $(srcdir)/quail/sisheng.elc
bc4016af 126
4c1dadb1
AI
127MISC_DIC=\
128 quail/tsang-b5.elc \
129 quail/quick-b5.elc \
130 quail/tsang-cns.elc \
131 quail/quick-cns.elc \
132 quail/PY.elc \
36d24e3c
AI
133 quail/ZIRANMA.elc \
134 quail/CTLau.elc \
135 quail/CTLau-b5.elc
4c1dadb1
AI
136
137CHINESE=$(CHINESE_GB) $(CHINESE_BIG5)
bc4016af
AI
138EASTASIA=$(CHINESE) $(JAPANESE) $(KOREAN)
139ASIA=$(EASTASIA) $(THAI) $(VIETNAMESE) $(LAO) $(INDIAN) $(TIBETAN)
140EUROPEAN=$(LATIN) $(SLAVIC) $(GREEK) $(RUSSIAN)
abceb4ac 141WORLD=$(ASIA) $(EUROPEAN) $(MISC) $(MISC_DIC) $(UNICODE)
bc4016af
AI
142
143TIT=$(CHINESE_TIT)
144NON_TIT=$(CHINESE_NON_TIT) $(JAPANESE) $(KOREAN) $(EUROPEAN) $(MISC)
145
5c196f29
AI
146.SUFFIXES: .elc .el
147
148.el.elc:
149 $(RUN_EMACS) -f batch-byte-compile $<
150
948b7d16 151all: $(BUILT_EMACS) $(SUBDIRS) $(WORLD) leim-list.el
bc4016af
AI
152
153# To ensure that we can run Emacs. This target is ignored (never
154# being hit) if a user changes default value of EMACS.
155$(dot)$(dot)/src/emacs:
156 cd ../src; $(MAKE) $(MFLAGS) emacs
157
158$(SUBDIRS):
159 mkdir "$@"
160 echo stamp>stamp-subdir
161
4c1dadb1
AI
162# The rules which generate $(TIT) and ${MISC_DIC) files create them all
163# in one go. So we need to prevent parallel execution for that target,
164# otherwise Emacs complains about files being locked. .NOTPARALLEL is
165# for GNU Make, .NO_PARALLEL is for other Make's.
166.NOTPARALLEL: $(TIT) $(MISC_DIC)
167
168.NO_PARALLEL: $(TIT) $(MISC_DIC)
169
bc4016af 170# Rule to generate quail/*.el from CXTERM-DIC/*.tit.
df6d09dd
EZ
171#
172# WARNING: Do NOT split the part inside $(ARGQUOTE)s into multiple lines as
173# this can break with GNU Make 3.81 and later if sh.exe is used.
5c196f29 174$(TIT):
31f191b3
EZ
175 $(RUN_EMACS) -l \
176 $(ARGQUOTE)$(buildlisppath)/international/titdic-cnv$(ARGQUOTE) \
4c1dadb1
AI
177 --eval $(ARGQUOTE)(batch-titdic-convert t)$(ARGQUOTE) \
178 -dir quail $(srcdir)/CXTERM-DIC
31f191b3
EZ
179 $(RUN_EMACS) -l \
180 $(ARGQUOTE)$(buildlisppath)/international/quail$(ARGQUOTE) \
bc4016af
AI
181 -f batch-byte-compile $(TIT:.elc=.el)
182
4c1dadb1 183# Rule to generate quail/*.el from MISC_DIC/*.tit.
5c196f29 184$(MISC_DIC):
31f191b3
EZ
185 $(RUN_EMACS) -l \
186 $(ARGQUOTE)$(buildlisppath)/international/titdic-cnv$(ARGQUOTE) \
4c1dadb1 187 -f batch-miscdic-convert -dir quail $(srcdir)/MISC-DIC
31f191b3
EZ
188 $(RUN_EMACS) -l \
189 $(ARGQUOTE)$(buildlisppath)/international/quail$(ARGQUOTE) \
4c1dadb1
AI
190 -f batch-byte-compile $(MISC_DIC:.elc=.el)
191
2b9c0f44
EZ
192# Rule to generate ja-dic/ja-dic.el from SKK-DIC/SKK-JISYO.L.
193$(srcdir)/ja-dic/ja-dic.el: $(srcdir)/SKK-DIC/SKK-JISYO.L
194 - mkdir ja-dic
195 $(RUN_EMACS) -l \
196 $(ARGQUOTE)$(buildlisppath)/international/ja-dic-cnv$(ARGQUOTE) \
197 -f batch-skkdic-convert -dir ja-dic $(srcdir)/SKK-DIC/SKK-JISYO.L
198
df6d09dd 199#
0acba203 200# WARNING: Do NOT split the parts inside $(ARGQUOTE)s into multiple lines as
df6d09dd 201# this can break with GNU Make 3.81 and later if sh.exe is used.
0acba203 202leim-list.el: $(SUBDIRS) $(WORLD) $(srcdir)/leim-ext.el
04c6f67f 203 - $(DEL) leim-list.el
31f191b3
EZ
204 $(RUN_EMACS) -l \
205 $(ARGQUOTE)$(buildlisppath)/international/quail$(ARGQUOTE) \
bc4016af 206 --eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE)
0acba203 207 $(RUN_EMACS) --eval $(ARGQUOTE)(w32-append-code-lines $(DQUOTE)$@$(DQUOTE) $(DQUOTE)$(srcdir)/leim-ext.el$(DQUOTE))$(ARGQUOTE)
bc4016af
AI
208
209install: all
210 - mkdir "$(INSTALLDIR)"
e5a69fd0
EZ
211 - $(DEL) $(DIRNAME)_same-dir.tst
212 - $(DEL) $(INSTALL_DIR)/$(DIRNAME)_same-dir.tst
213 echo SameDirTest > $(INSTALL_DIR)/$(DIRNAME)_same-dir.tst
bc4016af
AI
214 $(IFNOTSAMEDIR) $(CP) leim-list.el $(INSTALLDIR) $(ENDIF)
215 $(IFNOTSAMEDIR) $(CP_DIR) quail $(INSTALLDIR) $(ENDIF)
216 $(IFNOTSAMEDIR) $(CP_DIR) ja-dic $(INSTALLDIR) $(ENDIF)
e5a69fd0 217 - $(DEL) $(INSTALL_DIR)/$(DIRNAME)_same-dir.tst
bc4016af
AI
218
219clean mostlyclean:
220 - $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
4c1dadb1 221 - $(FOREACH) $(MISC_DIC) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
bc4016af 222 - $(FOREACH) $(TIT:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
4c1dadb1 223 - $(FOREACH) $(MISC_DIC:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
bc4016af 224 - $(DEL) leim-list.el
ca4a5250 225 - $(DEL) leim-list.el~
bc4016af 226
385a3b9e 227distclean: clean
bc4016af 228 - $(DEL) stamp-subdir
ca4a5250 229 - $(DEL) makefile
ab5796a9 230
948b7d16
KH
231maintainer-clean: distclean
232 - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
385a3b9e 233
1d2646cc
EZ
234# We used to delete *~ here, but that might inadvertently remove
235# precious files if it happens to match their short 8+3 aliases.
385a3b9e 236extraclean: maintainer-clean
1d2646cc 237 - $(FOREACH) *.el~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)