diff options
| author | Kenichi Handa | 2004-03-01 06:56:32 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-03-01 06:56:32 +0000 |
| commit | e6f528ba398bedc985c8575b4ba898cacf20c064 (patch) | |
| tree | 84a777ebd9686e2823db5f1f99048a3a9502d906 | |
| parent | c99ffedf9a319290b1feb4643b73e2642d5c41ee (diff) | |
| download | emacs-e6f528ba398bedc985c8575b4ba898cacf20c064.tar.gz emacs-e6f528ba398bedc985c8575b4ba898cacf20c064.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.in | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index af20c278d3a..1ef0a2f3e93 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -147,7 +147,7 @@ NON-TIT=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${MISC} | |||
| 147 | .el.elc: | 147 | .el.elc: |
| 148 | ${RUN-EMACS} -f batch-byte-compile $< | 148 | ${RUN-EMACS} -f batch-byte-compile $< |
| 149 | 149 | ||
| 150 | all: ${BUILT-EMACS} ${SUBDIRS} ${TIT} ${MISC-DIC} leim-list.el | 150 | all: ${BUILT-EMACS} ${SUBDIRS} ${WORLD} leim-list.el |
| 151 | 151 | ||
| 152 | # To ensure that we can run Emacs. This target is ignored (never | 152 | # To ensure that we can run Emacs. This target is ignored (never |
| 153 | # being hit) if a user changes default value of EMACS. | 153 | # being hit) if a user changes default value of EMACS. |
| @@ -223,14 +223,17 @@ install: all | |||
| 223 | -chmod -R a+r ${INSTALLDIR} | 223 | -chmod -R a+r ${INSTALLDIR} |
| 224 | 224 | ||
| 225 | clean mostlyclean: | 225 | clean mostlyclean: |
| 226 | rm -f ${TIT} ${NON-TIT} ${WORLD} ${TIT:.elc=.el} \ | 226 | rm -f ${TIT} ${TIT:.elc=.el} ${MISC-DIC} ${MISC-DIC:.elc=.el} \ |
| 227 | ${MISC-DIC} ${MISC-DIC:.elc=.el} leim-list.el | 227 | leim-list.el |
| 228 | 228 | ||
| 229 | distclean maintainer-clean: clean | 229 | distclean: clean |
| 230 | if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi | 230 | if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi |
| 231 | rm -f Makefile | 231 | rm -f Makefile |
| 232 | 232 | ||
| 233 | extraclean: distclean | 233 | maintainer-clean: distclean |
| 234 | rm -f ${WORLD} | ||
| 235 | |||
| 236 | extraclean: maintainer-clean | ||
| 234 | -rm -f *~ \#* m/?*~ s/?*~ | 237 | -rm -f *~ \#* m/?*~ s/?*~ |
| 235 | 238 | ||
| 236 | # arch-tag: f666a939-8145-4d64-a6a6-cc1f61bd32ca | 239 | # arch-tag: f666a939-8145-4d64-a6a6-cc1f61bd32ca |