mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
bb175792b1
* leim/Makefile.in (CHINESE_TIT, TIT_SOURCES, MISC_SOURCES, changed.tit) (changed.misc): Remove. (${leimdir}/quail, ${leimdir}/ja-dic): Create using order-only prereq. (misc_convert): New. (${leimdir}/quail/%.el, ${leimdir}/quail/CT%.el) (${leimdir}/quail/PY.el, ${leimdir}/quail/ZIRANMA.el) (${leimdir}/quail/tsang-%.el, ${leimdir}/quail/quick-%.el): Use pattern rules. (${leimdir}/leim-list.el, ${leimdir}/ja-dic/ja-dic.el): Use automatic variables. (bootstrap-clean): No changed.* files to delete any more. * .bzrignore: No leim/changed.* files to ignore any more.
146 lines
4.1 KiB
Makefile
146 lines
4.1 KiB
Makefile
### @configure_input@
|
|
|
|
# Copyright (C) 1997-2014 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/>.
|
|
|
|
SHELL = @SHELL@
|
|
|
|
# Here are the things that we expect ../configure to edit.
|
|
srcdir=@srcdir@
|
|
|
|
# Where the generated files go.
|
|
leimdir = ${srcdir}/../lisp/leim
|
|
|
|
# Prevent any settings in the user environment causing problems.
|
|
unexport EMACSDATA EMACSDOC EMACSPATH
|
|
|
|
# Which Emacs to use to convert TIT files to Emacs Lisp files,
|
|
# and generate the file leim-list.el.
|
|
EMACS = ../src/emacs
|
|
|
|
# How to run Emacs.
|
|
# Prevent any setting of EMACSLOADPATH in user environment causing problems.
|
|
RUN_EMACS = EMACSLOADPATH= '$(EMACS)' -batch --no-site-file --no-site-lisp
|
|
|
|
MKDIR_P = @MKDIR_P@
|
|
|
|
# Files generated from TIT dictionaries for Chinese GB character set.
|
|
TIT_GB=\
|
|
${leimdir}/quail/CCDOSPY.el \
|
|
${leimdir}/quail/Punct.el \
|
|
${leimdir}/quail/QJ.el \
|
|
${leimdir}/quail/SW.el \
|
|
${leimdir}/quail/TONEPY.el
|
|
|
|
# Files generated from TIT dictionaries for Chinese BIG5 character set.
|
|
TIT_BIG5=\
|
|
${leimdir}/quail/4Corner.el \
|
|
${leimdir}/quail/ARRAY30.el \
|
|
${leimdir}/quail/ECDICT.el \
|
|
${leimdir}/quail/ETZY.el \
|
|
${leimdir}/quail/Punct-b5.el \
|
|
${leimdir}/quail/PY-b5.el \
|
|
${leimdir}/quail/QJ-b5.el \
|
|
${leimdir}/quail/ZOZY.el
|
|
|
|
MISC= \
|
|
${leimdir}/quail/tsang-b5.el \
|
|
${leimdir}/quail/quick-b5.el \
|
|
${leimdir}/quail/tsang-cns.el \
|
|
${leimdir}/quail/quick-cns.el \
|
|
${leimdir}/quail/PY.el \
|
|
${leimdir}/quail/ZIRANMA.el \
|
|
${leimdir}/quail/CTLau.el \
|
|
${leimdir}/quail/CTLau-b5.el
|
|
|
|
## All the generated .el files.
|
|
TIT_MISC = ${TIT_GB} ${TIT_BIG5} ${MISC}
|
|
|
|
|
|
all: ${leimdir}/leim-list.el ${leimdir}/ja-dic/ja-dic.el
|
|
.PHONY: all
|
|
|
|
|
|
## Ensure the output directory exists.
|
|
${TIT_MISC}: | ${leimdir}/quail
|
|
|
|
${leimdir}/quail ${leimdir}/ja-dic:
|
|
${MKDIR_P} $@
|
|
|
|
|
|
## All of TIT_GB and TIT_BIG5.
|
|
${leimdir}/quail/%.el: ${srcdir}/CXTERM-DIC/%.tit
|
|
${RUN_EMACS} -l titdic-cnv \
|
|
-f batch-titdic-convert -dir ${leimdir}/quail $<
|
|
|
|
|
|
misc_convert = ${RUN_EMACS} -l titdic-cnv -f batch-miscdic-convert -dir ${leimdir}/quail
|
|
|
|
## CTLau.el, CTLau-b5.el.
|
|
${leimdir}/quail/CT%.el: ${srcdir}/MISC-DIC/CT%.html
|
|
${misc_convert} $<
|
|
|
|
${leimdir}/quail/PY.el: ${srcdir}/MISC-DIC/pinyin.map
|
|
${misc_convert} $<
|
|
|
|
${leimdir}/quail/ZIRANMA.el: ${srcdir}/MISC-DIC/ziranma.cin
|
|
${misc_convert} $<
|
|
|
|
## Processing cangjie-table.b5 and cangjie-table.cns generates two files
|
|
## in each case.
|
|
${leimdir}/quail/tsang-%.el ${leimdir}/quail/quick-%.el: ${srcdir}/MISC-DIC/cangjie-table.%
|
|
${misc_convert} $<
|
|
|
|
|
|
.PHONY: leim-list.el
|
|
leim-list.el: ${leimdir}/leim-list.el
|
|
|
|
${leimdir}/leim-list.el: ${srcdir}/leim-ext.el ${TIT_MISC}
|
|
rm -f $@
|
|
${RUN_EMACS} -l international/quail \
|
|
--eval "(update-leim-list-file (unmsys--file-name \"${leimdir}\"))"
|
|
sed -n -e '/^[^;]/p' -e 's/^;\(;*\)inc /;\1 /p' < $< >> $@
|
|
|
|
|
|
${leimdir}/ja-dic/ja-dic.el: | $(leimdir)/ja-dic
|
|
|
|
${leimdir}/ja-dic/ja-dic.el: $(srcdir)/SKK-DIC/SKK-JISYO.L
|
|
$(RUN_EMACS) -batch -l ja-dic-cnv \
|
|
-f batch-skkdic-convert -dir "$(leimdir)/ja-dic" "$<"
|
|
|
|
|
|
.PHONY: bootstrap-clean distclean maintainer-clean extraclean
|
|
|
|
bootstrap-clean:
|
|
rm -f ${TIT_MISC} ${leimdir}/leim-list.el
|
|
|
|
distclean:
|
|
rm -f Makefile
|
|
|
|
maintainer-clean: distclean bootstrap-clean
|
|
|
|
## We do not delete ja-dic, even in a bootstrap, because it rarely
|
|
## changes and is slow to regenerate.
|
|
extraclean:
|
|
rm -rf ${leimdir}/ja-dic
|
|
|
|
### Makefile.in ends here
|