summaryrefslogtreecommitdiff
path: root/leim/Makefile.in
blob: 2d9c9b59481840a7f3ca7125d5a2b1bba814a67b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
# Makefile for leim subdirectory in GNU Emacs.

# Copyright (C) 1997-2012 Free Software Foundation, Inc.
# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
#   2006, 2007, 2008, 2009, 2010, 2011
#   National Institute of Advanced Industrial Science and Technology (AIST)
#   Registration Number H14PRO021

# This file is part of GNU Emacs.

# GNU Emacs is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.

# GNU Emacs is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.


# Avoid trouble on systems where the `SHELL' variable might be
# inherited from the environment.
SHELL = /bin/sh

# Here are the things that we expect ../configure to edit.
version=@version@
prefix=@prefix@
datarootdir=@datarootdir@
datadir=@datadir@
srcdir=@srcdir@
ns_appresdir=@ns_appresdir@

install_prefix=$(DESTDIR)${datadir}/emacs/${version}

# Where to install LEIM files.
# For most builds, this is ${install_prefix}/leim.
# For self-contained ns builds, it is ${ns_appresdir}/leim.
LEIM_INSTALLDIR=@LEIM_INSTALLDIR@

MKDIR_P = @MKDIR_P@

GZIP_PROG = @GZIP_PROG@

# Which Emacs to use to convert TIT files to Emacs Lisp files,
# byte-compile Emacs Lisp files, and generate the file leim-list.el.
EMACS = ../src/emacs

buildlisppath=${srcdir}/../lisp

# How to run Emacs.
RUN_EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C \
	${EMACS} -batch --no-site-file --no-site-lisp

# Subdirectories to be made if ${srcdir} is different from the current
# directory.
SUBDIRS=quail

# Files generated from TIT dictionaries for Chinese GB character set.
TIT_GB=\
	quail/CCDOSPY.el	\
	quail/Punct.el		\
	quail/QJ.el		\
	quail/SW.el		\
	quail/TONEPY.el

# Files generated from TIT dictionaries for Chinese BIG5 character set.
TIT_BIG5=\
	quail/4Corner.el	\
	quail/ARRAY30.el	\
	quail/ECDICT.el	\
	quail/ETZY.el		\
	quail/Punct-b5.el	\
	quail/PY-b5.el		\
	quail/QJ-b5.el		\
	quail/ZOZY.el

CHINESE_TIT=${TIT_GB} ${TIT_BIG5}

MISC= \
	quail/tsang-b5.el	\
	quail/quick-b5.el	\
	quail/tsang-cns.el	\
	quail/quick-cns.el	\
	quail/PY.el		\
	quail/ZIRANMA.el	\
	quail/CTLau.el		\
	quail/CTLau-b5.el

## The generated .el files.
TIT_MISC=${CHINESE_TIT} ${MISC}

.SUFFIXES: .elc .el

.el.elc:
	@echo Compiling $<
	@${RUN_EMACS} -l ${buildlisppath}/international/quail -f batch-byte-compile $<

all: ${SUBDIRS} leim-list.el compile-main

${SUBDIRS}:
	mkdir $@
	touch stamp-subdir

TIT_SOURCES= \
	${srcdir}/CXTERM-DIC/4Corner.tit \
	${srcdir}/CXTERM-DIC/ARRAY30.tit \
	${srcdir}/CXTERM-DIC/CCDOSPY.tit \
	${srcdir}/CXTERM-DIC/ECDICT.tit \
	${srcdir}/CXTERM-DIC/ETZY.tit \
	${srcdir}/CXTERM-DIC/PY-b5.tit \
	${srcdir}/CXTERM-DIC/Punct-b5.tit \
	${srcdir}/CXTERM-DIC/Punct.tit \
	${srcdir}/CXTERM-DIC/QJ-b5.tit \
	${srcdir}/CXTERM-DIC/QJ.tit \
	${srcdir}/CXTERM-DIC/SW.tit \
	${srcdir}/CXTERM-DIC/TONEPY.tit \
	${srcdir}/CXTERM-DIC/ZOZY.tit

${CHINESE_TIT}: changed.tit
	@true

## FIXME remove subdirs if poss - time-stamping.
## Emacs should make the directory if it does not exist.
changed.tit: ${SUBDIRS} ${TIT_SOURCES}
	${RUN_EMACS} -l ${buildlisppath}/international/titdic-cnv \
	  -f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \
	  echo "changed" > $@

MISC_SOURCES= \
	${srcdir}/MISC-DIC/CTLau-b5.html \
	${srcdir}/MISC-DIC/CTLau.html \
	${srcdir}/MISC-DIC/cangjie-table.b5 \
	${srcdir}/MISC-DIC/cangjie-table.cns \
	${srcdir}/MISC-DIC/pinyin.map \
	${srcdir}/MISC-DIC/ziranma.cin

${MISC}: changed.misc
	@true

changed.misc: ${SUBDIRS} ${MISC_SOURCES}
	${RUN_EMACS} -l ${buildlisppath}/international/titdic-cnv \
	  -f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \
	  echo "changed" > $@

leim-list.el: ${SUBDIRS} ${TIT_MISC} ${srcdir}/leim-ext.el
	rm -f leim-list.el
	if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
	  ${RUN_EMACS} -l ${buildlisppath}/international/quail \
	    --eval "(update-leim-list-file \".\")" ; \
	else \
	  ${RUN_EMACS} -l ${buildlisppath}/international/quail \
	    --eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \
	fi
	sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@

## Following adapted from lisp/Makefile.in.
setwins=wins="${srcdir}/ja-dic quail"; \
	[ `cd ${srcdir} && /bin/pwd` != `/bin/pwd` ] && \
	wins="$$wins ${srcdir}/quail"

.PHONY: compile-targets
# TARGETS is set dynamically in the recursive call from `compile-main'.
compile-targets: $(TARGETS)

# Compile all the Elisp files that need it.  Beware: it approximates
# `no-byte-compile', so watch out for false-positives!
compile-main: ${TIT_MISC}
	@($(setwins); \
	els=`echo "$$wins " | sed -e 's| |/*.el |g'`; \
	for el in $$els; do \
	  test -f $$el || continue; \
	  test ! -f $${el}c && GREP_OPTIONS= grep '^;.*no-byte-compile: t' $$el > /dev/null && continue; \
	  echo "$${el}c"; \
	done | xargs echo) | \
	while read chunk; do \
	  $(MAKE) $(MFLAGS) compile-targets EMACS="$(EMACS)" TARGETS="$$chunk"; \
	done

install: all
	umask 022; ${MKDIR_P} ${LEIM_INSTALLDIR}
	if [ x`(cd ${LEIM_INSTALLDIR} && /bin/pwd)` != x`(/bin/pwd)` ] ; then \
	  rm -f ${LEIM_INSTALLDIR}/leim-list.el; \
	  rm -rf ${LEIM_INSTALLDIR}/quail ${LEIM_INSTALLDIR}/ja-dic ; \
	  echo "Copying leim files to ${LEIM_INSTALLDIR} ..." ; \
	  if [ x`(cd ${srcdir} && /bin/pwd)` = x`(/bin/pwd)` ] ; then \
	    tar -chf - leim-list.el quail ja-dic \
		| (cd ${LEIM_INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
	  else \
	    tar -chf - leim-list.el quail \
		| (cd ${LEIM_INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
	    cd ${srcdir}; \
	    tar -chf - quail/* ja-dic \
		| (cd ${LEIM_INSTALLDIR}; umask 0; tar -xvf - && cat > /dev/null) ;\
	  fi; \
	  rm -f  ${LEIM_INSTALLDIR}/.gitignore ${LEIM_INSTALLDIR}/*/.gitignore; \
	  rm -f  ${LEIM_INSTALLDIR}/.arch-inventory ${LEIM_INSTALLDIR}/*/.arch-inventory; \
	  rm -f  ${LEIM_INSTALLDIR}/\#*        ${LEIM_INSTALLDIR}/*/\#* ; \
	  rm -f  ${LEIM_INSTALLDIR}/.\#*       ${LEIM_INSTALLDIR}/*/.\#* ; \
	  rm -f  ${LEIM_INSTALLDIR}/*~         ${LEIM_INSTALLDIR}/*/*~ ; \
	  rm -f  ${LEIM_INSTALLDIR}/*.orig     ${LEIM_INSTALLDIR}/*/*.orig ; \
	else true; fi
	-unset CDPATH; \
	if [ -n "${GZIP_PROG}" ]; \
	then \
	   echo "Compressing *.el ..." ; \
	   (cd ${LEIM_INSTALLDIR}; for f in `find . -name "*.elc" -print`; do \
		${GZIP_PROG} -9n `echo $$f|sed 's/.elc$$/.el/'` ; \
	    done) \
	else true; fi
	-chmod -R a+r ${LEIM_INSTALLDIR}
	for installuser in $${LOGNAME} $${USERNAME} $${USER} \
	  `id -un 2> /dev/null`; do \
	  [ -n "$${installuser}" ] && break ; \
	done ; \
	find ${LEIM_INSTALLDIR} -exec chown $${installuser} '{}' ';'

clean mostlyclean:
	rm -f ${TIT_MISC} ${TIT_MISC:.el=.elc} \
		leim-list.el changed.tit changed.misc

# The following target is needed because the `clean' target only removes
# TIT-generated files and doesn't touch compiled Quail packages.  But
# bootstrapping should not leave non-fresh .elc files behind.
bootstrap-clean: clean
	$(setwins); for w in $$wins; do rm -f $$w/*.elc; done

distclean: clean
	if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi
	rm -f Makefile

maintainer-clean: distclean bootstrap-clean

extraclean: maintainer-clean
	-rm -f *~ \#* */*~ */\#*

.PHONY: check-declare

check-declare:
	$(RUN_EMACS) -l $(buildlisppath)/emacs-lisp/check-declare \
	  --eval '(check-declare-directory "$(srcdir)")'