summaryrefslogtreecommitdiff
path: root/leim/makefile.nt
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2004-03-01 07:08:28 +0000
committerKenichi Handa <handa@m17n.org>2004-03-01 07:08:28 +0000
commit948b7d164aa7b7ef0dfd3c9204d5ebb00271ece9 (patch)
treef4fd7c3d1288383da68fd689feb94929c625958a /leim/makefile.nt
parente6f528ba398bedc985c8575b4ba898cacf20c064 (diff)
downloademacs-948b7d164aa7b7ef0dfd3c9204d5ebb00271ece9.tar.gz
(all): Depends on $(WORLD) instead of $(TIT) and
$(MISC-DIC). (clean, mostlyclean): Don't delete *.elc distributed with tarball. (maintainer-clean): Delete files that are not in CVS repository.
Diffstat (limited to 'leim/makefile.nt')
-rw-r--r--leim/makefile.nt8
1 files changed, 5 insertions, 3 deletions
diff --git a/leim/makefile.nt b/leim/makefile.nt
index 37939869f0c..41dc8e2030a 100644
--- a/leim/makefile.nt
+++ b/leim/makefile.nt
@@ -132,7 +132,7 @@ WORLD=$(ASIA) $(EUROPEAN) $(MISC)
TIT=$(CHINESE_TIT)
NON_TIT=$(CHINESE_NON_TIT) $(JAPANESE) $(KOREAN) $(EUROPEAN) $(MISC)
-all: $(BUILT_EMACS) $(SUBDIRS) $(TIT) $(MISC_DIC) leim-list.el
+all: $(BUILT_EMACS) $(SUBDIRS) $(WORLD) leim-list.el
# To ensure that we can run Emacs. This target is ignored (never
# being hit) if a user changes default value of EMACS.
@@ -196,11 +196,13 @@ clean mostlyclean:
for %%f in ($(TIT_EL:/=\)) do $(DEL) %%f
for %%f in ($(MISC_DIC:/=\)) do $(DEL) %%f
for %%f in ($(MISC_DIC_EL:/=\)) do $(DEL) %%f
- for %%f in ($(WORLD:/=\)) do $(DEL) %%f
$(DEL) leim-list.el
-distclean maintainer-clean:
+distclean: clean
if exist stamp-subdir $(DELTREE) $(SUBDIRS)
$(DEL) stamp-subdir
+maintainer-clean: distclean
+ for %%f in ($(WORLD:/=\)) do $(DEL) %%f
+
# arch-tag: cded53b4-4803-496b-8c05-7daff80e5b3b