Make leim/Makefile compute the list of .el files like lisp/Makefile
authorGlenn Morris <rgm@gnu.org>
Mon, 9 Apr 2012 06:34:21 +0000 (23:34 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 9 Apr 2012 06:34:21 +0000 (23:34 -0700)
commit414559565dd2f9eb568ac7b64e1d298df3b73076
tree1e2de5bd782fe98e14e6744d1389dbc3a8974f06
parentf8f2e1d87365930455325c46f3f786caf7b5ef8c
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.
leim/ChangeLog
leim/Makefile.in