diff options
| author | Kenichi Handa | 2004-03-01 07:08:28 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-03-01 07:08:28 +0000 |
| commit | 948b7d164aa7b7ef0dfd3c9204d5ebb00271ece9 (patch) | |
| tree | f4fd7c3d1288383da68fd689feb94929c625958a | |
| parent | e6f528ba398bedc985c8575b4ba898cacf20c064 (diff) | |
| download | emacs-948b7d164aa7b7ef0dfd3c9204d5ebb00271ece9.tar.gz emacs-948b7d164aa7b7ef0dfd3c9204d5ebb00271ece9.zip | |
(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.
| -rw-r--r-- | leim/makefile.nt | 8 | ||||
| -rw-r--r-- | leim/makefile.w32-in | 8 |
2 files changed, 10 insertions, 6 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) | |||
| 132 | TIT=$(CHINESE_TIT) | 132 | TIT=$(CHINESE_TIT) |
| 133 | NON_TIT=$(CHINESE_NON_TIT) $(JAPANESE) $(KOREAN) $(EUROPEAN) $(MISC) | 133 | NON_TIT=$(CHINESE_NON_TIT) $(JAPANESE) $(KOREAN) $(EUROPEAN) $(MISC) |
| 134 | 134 | ||
| 135 | all: $(BUILT_EMACS) $(SUBDIRS) $(TIT) $(MISC_DIC) leim-list.el | 135 | all: $(BUILT_EMACS) $(SUBDIRS) $(WORLD) leim-list.el |
| 136 | 136 | ||
| 137 | # To ensure that we can run Emacs. This target is ignored (never | 137 | # To ensure that we can run Emacs. This target is ignored (never |
| 138 | # being hit) if a user changes default value of EMACS. | 138 | # being hit) if a user changes default value of EMACS. |
| @@ -196,11 +196,13 @@ clean mostlyclean: | |||
| 196 | for %%f in ($(TIT_EL:/=\)) do $(DEL) %%f | 196 | for %%f in ($(TIT_EL:/=\)) do $(DEL) %%f |
| 197 | for %%f in ($(MISC_DIC:/=\)) do $(DEL) %%f | 197 | for %%f in ($(MISC_DIC:/=\)) do $(DEL) %%f |
| 198 | for %%f in ($(MISC_DIC_EL:/=\)) do $(DEL) %%f | 198 | for %%f in ($(MISC_DIC_EL:/=\)) do $(DEL) %%f |
| 199 | for %%f in ($(WORLD:/=\)) do $(DEL) %%f | ||
| 200 | $(DEL) leim-list.el | 199 | $(DEL) leim-list.el |
| 201 | 200 | ||
| 202 | distclean maintainer-clean: | 201 | distclean: clean |
| 203 | if exist stamp-subdir $(DELTREE) $(SUBDIRS) | 202 | if exist stamp-subdir $(DELTREE) $(SUBDIRS) |
| 204 | $(DEL) stamp-subdir | 203 | $(DEL) stamp-subdir |
| 205 | 204 | ||
| 205 | maintainer-clean: distclean | ||
| 206 | for %%f in ($(WORLD:/=\)) do $(DEL) %%f | ||
| 207 | |||
| 206 | # arch-tag: cded53b4-4803-496b-8c05-7daff80e5b3b | 208 | # arch-tag: cded53b4-4803-496b-8c05-7daff80e5b3b |
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index 5d273377f12..f19aceb4f82 100644 --- a/leim/makefile.w32-in +++ b/leim/makefile.w32-in | |||
| @@ -142,7 +142,7 @@ NON_TIT=$(CHINESE_NON_TIT) $(JAPANESE) $(KOREAN) $(EUROPEAN) $(MISC) | |||
| 142 | .el.elc: | 142 | .el.elc: |
| 143 | $(RUN_EMACS) -f batch-byte-compile $< | 143 | $(RUN_EMACS) -f batch-byte-compile $< |
| 144 | 144 | ||
| 145 | all: $(BUILT_EMACS) $(SUBDIRS) $(TIT) $(MISC_DIC) leim-list.el | 145 | all: $(BUILT_EMACS) $(SUBDIRS) $(WORLD) leim-list.el |
| 146 | 146 | ||
| 147 | # To ensure that we can run Emacs. This target is ignored (never | 147 | # To ensure that we can run Emacs. This target is ignored (never |
| 148 | # being hit) if a user changes default value of EMACS. | 148 | # being hit) if a user changes default value of EMACS. |
| @@ -192,14 +192,16 @@ install: all | |||
| 192 | 192 | ||
| 193 | clean mostlyclean: | 193 | clean mostlyclean: |
| 194 | - $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) | 194 | - $(FOREACH) $(TIT) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) |
| 195 | - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) | ||
| 196 | - $(FOREACH) $(MISC_DIC) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) | 195 | - $(FOREACH) $(MISC_DIC) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) |
| 197 | - $(FOREACH) $(TIT:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) | 196 | - $(FOREACH) $(TIT:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) |
| 198 | - $(FOREACH) $(MISC_DIC:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) | 197 | - $(FOREACH) $(MISC_DIC:.elc=.el) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) |
| 199 | - $(DEL) leim-list.el | 198 | - $(DEL) leim-list.el |
| 200 | 199 | ||
| 201 | distclean maintainer-clean: | 200 | distclean clean: |
| 202 | if exist stamp-subdir $(DELTREE) $(SUBDIRS) | 201 | if exist stamp-subdir $(DELTREE) $(SUBDIRS) |
| 203 | - $(DEL) stamp-subdir | 202 | - $(DEL) stamp-subdir |
| 204 | 203 | ||
| 204 | maintainer-clean: distclean | ||
| 205 | - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) | ||
| 206 | |||
| 205 | # arch-tag: 08250c45-fa9c-4f39-a175-a0c5c36dd67b | 207 | # arch-tag: 08250c45-fa9c-4f39-a175-a0c5c36dd67b |