# HG changeset patch # User Kenichi Handa # Date 1078124192 0 # Node ID 4f16c1a8d33d561695e67839d6a0bd6bd9bb84cd # Parent a2f5ab3b6d1bb3dbd6f199e178b09ab95b24c5ce (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. diff -r a2f5ab3b6d1b -r 4f16c1a8d33d leim/Makefile.in --- a/leim/Makefile.in Mon Mar 01 06:36:08 2004 +0000 +++ b/leim/Makefile.in Mon Mar 01 06:56:32 2004 +0000 @@ -147,7 +147,7 @@ .el.elc: ${RUN-EMACS} -f batch-byte-compile $< -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. @@ -223,14 +223,17 @@ -chmod -R a+r ${INSTALLDIR} clean mostlyclean: - rm -f ${TIT} ${NON-TIT} ${WORLD} ${TIT:.elc=.el} \ - ${MISC-DIC} ${MISC-DIC:.elc=.el} leim-list.el + rm -f ${TIT} ${TIT:.elc=.el} ${MISC-DIC} ${MISC-DIC:.elc=.el} \ + leim-list.el -distclean maintainer-clean: clean +distclean: clean if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi rm -f Makefile -extraclean: distclean +maintainer-clean: distclean + rm -f ${WORLD} + +extraclean: maintainer-clean -rm -f *~ \#* m/?*~ s/?*~ # arch-tag: f666a939-8145-4d64-a6a6-cc1f61bd32ca