comparison leim/makefile.w32-in @ 54216:638f83c80323

(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.
author Kenichi Handa <handa@m17n.org>
date Mon, 01 Mar 2004 07:08:28 +0000
parents 695cf19ef79e
children 3667cb56ffeb
comparison
equal deleted inserted replaced
54215:4f16c1a8d33d 54216:638f83c80323
140 .SUFFIXES: .elc .el 140 .SUFFIXES: .elc .el
141 141
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.
149 $(dot)$(dot)/src/emacs: 149 $(dot)$(dot)/src/emacs:
150 cd ../src; $(MAKE) $(MFLAGS) emacs 150 cd ../src; $(MAKE) $(MFLAGS) emacs
190 $(IFNOTSAMEDIR) $(CP_DIR) ja-dic $(INSTALLDIR) $(ENDIF) 190 $(IFNOTSAMEDIR) $(CP_DIR) ja-dic $(INSTALLDIR) $(ENDIF)
191 - $(DEL) $(INSTALL_DIR)/same-dir.tst 191 - $(DEL) $(INSTALL_DIR)/same-dir.tst
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