2000-09-26 19:23:56 +00:00
|
|
|
# Makefile for leim subdirectory in GNU Emacs.
|
2011-01-26 08:36:39 +00:00
|
|
|
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
# Copyright (C) 1997-2012 Free Software Foundation, Inc.
|
2008-01-07 08:15:16 +00:00
|
|
|
# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
2011-01-08 02:41:14 +00:00
|
|
|
# 2006, 2007, 2008, 2009, 2010, 2011
|
2004-07-14 07:44:37 +00:00
|
|
|
# National Institute of Advanced Industrial Science and Technology (AIST)
|
|
|
|
# Registration Number H14PRO021
|
1997-07-08 01:48:20 +00:00
|
|
|
|
2000-09-26 19:23:56 +00:00
|
|
|
# This file is part of GNU Emacs.
|
|
|
|
|
2008-05-07 03:41:32 +00:00
|
|
|
# GNU Emacs is free software: you can redistribute it and/or modify
|
2000-09-26 19:23:56 +00:00
|
|
|
# it under the terms of the GNU General Public License as published by
|
2008-05-07 03:41:32 +00:00
|
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
|
2000-09-26 19:23:56 +00:00
|
|
|
# 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.
|
2008-05-07 03:41:32 +00:00
|
|
|
|
2000-09-26 19:23:56 +00:00
|
|
|
# You should have received a copy of the GNU General Public License
|
2008-05-07 03:41:32 +00:00
|
|
|
# along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
# 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.
|
|
|
|
srcdir=@srcdir@
|
2005-11-01 11:49:07 +00:00
|
|
|
|
2000-09-26 19:23:56 +00:00
|
|
|
# Which Emacs to use to convert TIT files to Emacs Lisp files,
|
|
|
|
# byte-compile Emacs Lisp files, and generate the file leim-list.el.
|
2012-04-09 20:37:08 +00:00
|
|
|
EMACS = ../src/emacs
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2010-03-18 06:33:39 +00:00
|
|
|
buildlisppath=${srcdir}/../lisp
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
# How to run Emacs.
|
2011-01-28 01:51:41 +00:00
|
|
|
RUN_EMACS = EMACSLOADPATH=$(buildlisppath) LC_ALL=C \
|
2012-04-09 20:37:08 +00:00
|
|
|
${EMACS} -batch --no-site-file --no-site-lisp
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
# Subdirectories to be made if ${srcdir} is different from the current
|
|
|
|
# directory.
|
|
|
|
SUBDIRS=quail
|
|
|
|
|
|
|
|
# Files generated from TIT dictionaries for Chinese GB character set.
|
2011-01-28 01:51:41 +00:00
|
|
|
TIT_GB=\
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
quail/CCDOSPY.el \
|
|
|
|
quail/Punct.el \
|
|
|
|
quail/QJ.el \
|
|
|
|
quail/SW.el \
|
|
|
|
quail/TONEPY.el
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
# Files generated from TIT dictionaries for Chinese BIG5 character set.
|
2011-06-12 09:01:24 +00:00
|
|
|
TIT_BIG5=\
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
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
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
CHINESE_TIT=${TIT_GB} ${TIT_BIG5}
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2004-05-01 04:59:29 +00:00
|
|
|
MISC= \
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
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.
|
2011-01-28 01:51:41 +00:00
|
|
|
TIT_MISC=${CHINESE_TIT} ${MISC}
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2000-11-21 01:25:01 +00:00
|
|
|
.SUFFIXES: .elc .el
|
|
|
|
|
2000-09-26 19:23:56 +00:00
|
|
|
.el.elc:
|
2008-06-27 00:54:23 +00:00
|
|
|
@echo Compiling $<
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
@${RUN_EMACS} -l ${buildlisppath}/international/quail -f batch-byte-compile $<
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2012-04-09 20:34:05 +00:00
|
|
|
all: ${SUBDIRS} leim-list.el compile-main
|
2000-09-26 19:23:56 +00:00
|
|
|
|
|
|
|
${SUBDIRS}:
|
|
|
|
mkdir $@
|
|
|
|
touch stamp-subdir
|
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
TIT_SOURCES= \
|
2004-05-04 01:28:16 +00:00
|
|
|
${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
|
2004-05-01 04:59:29 +00:00
|
|
|
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
${CHINESE_TIT}: changed.tit
|
2004-06-30 13:48:50 +00:00
|
|
|
@true
|
|
|
|
|
2012-05-19 06:34:59 +00:00
|
|
|
## FIXME remove subdirs if possible - time-stamping.
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
## Emacs should make the directory if it does not exist.
|
2012-05-19 06:34:59 +00:00
|
|
|
|
|
|
|
## The changed.* files act to serialize this part of the build.
|
|
|
|
## A single Emacs invocation creates all the CHINESE_TIT files.
|
|
|
|
## Otherwise in a parallel build multiple Emacs instances could
|
|
|
|
## interfere with each other. If we used GNU make we could probably
|
|
|
|
## parallelize this without the need for an explicit rule for each
|
2012-05-19 19:04:50 +00:00
|
|
|
## file. Something like the pattern rule:
|
|
|
|
## quail/%.el: CXTERM-DIC/%.tit
|
|
|
|
## It doesn't seem possible to do this with VPATH and suffix rules.
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
changed.tit: ${SUBDIRS} ${TIT_SOURCES}
|
2011-01-28 01:51:41 +00:00
|
|
|
${RUN_EMACS} -l ${buildlisppath}/international/titdic-cnv \
|
2004-05-11 08:56:01 +00:00
|
|
|
-f batch-titdic-convert -dir quail ${srcdir}/CXTERM-DIC; \
|
|
|
|
echo "changed" > $@
|
2004-05-01 04:59:29 +00:00
|
|
|
|
2011-01-28 01:51:41 +00:00
|
|
|
MISC_SOURCES= \
|
2004-05-04 01:28:16 +00:00
|
|
|
${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
|
2004-05-01 04:59:29 +00:00
|
|
|
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
${MISC}: changed.misc
|
2004-06-30 13:48:50 +00:00
|
|
|
@true
|
|
|
|
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
changed.misc: ${SUBDIRS} ${MISC_SOURCES}
|
2011-01-28 01:51:41 +00:00
|
|
|
${RUN_EMACS} -l ${buildlisppath}/international/titdic-cnv \
|
2004-05-11 08:56:01 +00:00
|
|
|
-f batch-miscdic-convert -dir quail ${srcdir}/MISC-DIC; \
|
|
|
|
echo "changed" > $@
|
2004-05-01 04:59:29 +00:00
|
|
|
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
leim-list.el: ${SUBDIRS} ${TIT_MISC} ${srcdir}/leim-ext.el
|
2009-08-29 19:43:34 +00:00
|
|
|
rm -f leim-list.el
|
2012-05-21 00:44:34 +00:00
|
|
|
if [ x`cd ${srcdir} && /bin/pwd` = x`/bin/pwd` ] ; then \
|
2011-01-28 01:51:41 +00:00
|
|
|
${RUN_EMACS} -l ${buildlisppath}/international/quail \
|
2000-09-26 19:23:56 +00:00
|
|
|
--eval "(update-leim-list-file \".\")" ; \
|
|
|
|
else \
|
2011-01-28 01:51:41 +00:00
|
|
|
${RUN_EMACS} -l ${buildlisppath}/international/quail \
|
2000-09-26 19:23:56 +00:00
|
|
|
--eval "(update-leim-list-file \".\" \"${srcdir}\")" ; \
|
|
|
|
fi
|
2004-06-05 02:20:52 +00:00
|
|
|
sed -n '/^[^;]/ p' < ${srcdir}/leim-ext.el >> $@
|
2000-09-26 19:23:56 +00:00
|
|
|
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
## 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 \
|
2012-04-09 20:37:08 +00:00
|
|
|
$(MAKE) $(MFLAGS) compile-targets EMACS="$(EMACS)" TARGETS="$$chunk"; \
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
done
|
|
|
|
|
2000-09-26 19:23:56 +00:00
|
|
|
clean mostlyclean:
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
rm -f ${TIT_MISC} ${TIT_MISC:.el=.elc} \
|
2004-05-01 04:59:29 +00:00
|
|
|
leim-list.el changed.tit changed.misc
|
2000-09-26 19:23:56 +00:00
|
|
|
|
2006-11-04 14:43:58 +00:00
|
|
|
# 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
|
Make leim/Makefile compute the list of .el files like lisp/Makefile
* leim/Makefile.in: (TIT_GB, TIT_BIG5, CHINESE_TIT, MISC, TIT_MISC):
Make them store the .el files rather than the .elc files.
(NON_TIT_GB, NON_TIT_BIG5, CHINESE_NON_TIT, CHINESE_GB)
(CHINESE_GB, CHINESE_BIG5, JAPANESE, KOREAN, THAI, VIETNAMESE)
(LAO, INDIAN, TIBETAN, LATIN, UNICODE, SLAVIC, GREEK, RUSSIAN)
(OTHERS, CHINESE, EASTASIA, ASIA, EUROPEAN, WORLD, NON_TIT_MISC):
Remove variables listing the non-generated .el files.
(.el.elc): Add explicit load-path for quail.
(all): Depend on compile-main rule rather than $WORLD.
(changed.tit, changed.misc): Also depend on $SUBDIRS.
(leim-list.el): Don't depend on changed.tit or changed.misc.
Remove unnecessary compilation check.
(setwins, compile-targets, compile-main): New.
(clean, mostlyclean): Update for change in TIT_MISC contents.
(bootstrap-clean): Use a glob match to delete .elc, not a fixed list.
2012-04-09 06:34:21 +00:00
|
|
|
$(setwins); for w in $$wins; do rm -f $$w/*.elc; done
|
2006-11-04 14:43:58 +00:00
|
|
|
|
2004-03-01 06:56:32 +00:00
|
|
|
distclean: clean
|
2000-09-26 19:23:56 +00:00
|
|
|
if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi
|
|
|
|
rm -f Makefile
|
2001-01-28 23:34:52 +00:00
|
|
|
|
2010-03-18 06:37:26 +00:00
|
|
|
maintainer-clean: distclean bootstrap-clean
|
2004-03-01 06:56:32 +00:00
|
|
|
|
|
|
|
extraclean: maintainer-clean
|
2010-03-18 06:37:26 +00:00
|
|
|
-rm -f *~ \#* */*~ */\#*
|
2007-11-17 03:50:23 +00:00
|
|
|
|
|
|
|
.PHONY: check-declare
|
|
|
|
|
|
|
|
check-declare:
|
2011-01-28 01:51:41 +00:00
|
|
|
$(RUN_EMACS) -l $(buildlisppath)/emacs-lisp/check-declare \
|
2007-11-17 03:50:23 +00:00
|
|
|
--eval '(check-declare-directory "$(srcdir)")'
|