summaryrefslogtreecommitdiff
path: root/leim/makefile.w32-in
diff options
context:
space:
mode:
authorAndrew Innes <andrewi@gnu.org>2002-02-10 22:27:05 +0000
committerAndrew Innes <andrewi@gnu.org>2002-02-10 22:27:05 +0000
commit5c196f297345422d628dad7b5d53dd308a9b132a (patch)
tree4a5e6ce9f0c1b04dfc388ef44340b29b6ac0bf7e /leim/makefile.w32-in
parentc6e1637937f29f998888e5995836767e95ffc3d7 (diff)
downloademacs-5c196f297345422d628dad7b5d53dd308a9b132a.tar.gz
($(TIT)): Don't depend on $(SUBDIRS).
($(MISC_DIC)): Ditto.
Diffstat (limited to 'leim/makefile.w32-in')
-rw-r--r--leim/makefile.w32-in14
1 files changed, 7 insertions, 7 deletions
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in
index 318cf00ac5b..300e5bc06c2 100644
--- a/leim/makefile.w32-in
+++ b/leim/makefile.w32-in
@@ -130,6 +130,11 @@ WORLD=$(ASIA) $(EUROPEAN) $(MISC) $(MISC_DIC)
TIT=$(CHINESE_TIT)
NON_TIT=$(CHINESE_NON_TIT) $(JAPANESE) $(KOREAN) $(EUROPEAN) $(MISC)
+.SUFFIXES: .elc .el
+
+.el.elc:
+ $(RUN_EMACS) -f batch-byte-compile $<
+
all: $(BUILT_EMACS) $(SUBDIRS) $(TIT) $(MISC_DIC) leim-list.el
# To ensure that we can run Emacs. This target is ignored (never
@@ -150,7 +155,7 @@ $(SUBDIRS):
.NO_PARALLEL: $(TIT) $(MISC_DIC)
# Rule to generate quail/*.el from CXTERM-DIC/*.tit.
-$(TIT): $(SUBDIRS)
+$(TIT):
$(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
--eval $(ARGQUOTE)(batch-titdic-convert t)$(ARGQUOTE) \
-dir quail $(srcdir)/CXTERM-DIC
@@ -158,17 +163,12 @@ $(TIT): $(SUBDIRS)
-f batch-byte-compile $(TIT:.elc=.el)
# Rule to generate quail/*.el from MISC_DIC/*.tit.
-$(MISC_DIC): $(SUBDIRS)
+$(MISC_DIC):
$(RUN_EMACS) -l $(buildlisppath)/international/titdic-cnv \
-f batch-miscdic-convert -dir quail $(srcdir)/MISC-DIC
$(RUN_EMACS) -l $(buildlisppath)/international/quail \
-f batch-byte-compile $(MISC_DIC:.elc=.el)
-.SUFFIXES: .elc .el
-
-.el.elc:
- $(RUN_EMACS) -f batch-byte-compile $<
-
leim-list.el: $(SUBDIRS) $(WORLD)
$(RUN_EMACS) -l $(buildlisppath)/international/quail \
--eval $(ARGQUOTE)(update-leim-list-file $(DQUOTE).$(DQUOTE))$(ARGQUOTE)