Mercurial > hg > xemacs-beta
comparison Makefile.in.in @ 382:064ab7fed2e0 r21-2-6
Import from CVS: tag r21-2-6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:39 +0200 |
parents | 8626e4521993 |
children | aabb7f5b1c81 |
comparison
equal
deleted
inserted
replaced
381:908a86f940e6 | 382:064ab7fed2e0 |
---|---|
532 ## source and built the program without creating any other files, | 532 ## source and built the program without creating any other files, |
533 ## `make distclean' should leave only the files that were in the | 533 ## `make distclean' should leave only the files that were in the |
534 ## distribution. | 534 ## distribution. |
535 top_distclean=\ | 535 top_distclean=\ |
536 $(RM) config.status config.log config-tmp-* build-install Installation ; \ | 536 $(RM) config.status config.log config-tmp-* build-install Installation ; \ |
537 for d in src lib-src lwlib dynodump ; do \ | 537 $(RM) core .sbinit lock/* GNUmakefile Makefile Makefile.in ; \ |
538 $(RM) $$d/Makefile $$d/Makefile.in ; \ | 538 $(RM) lisp/finder-inf.el* Installation.el Installation.elc ; \ |
539 done ; \ | |
540 $(RM) core .sbinit Makefile Makefile.in lock/*; \ | |
541 $(RM) lisp/finder-inf.el* Installation.el Installation.elc; \ | |
542 $(RM) packages mule-packages site-lisp | 539 $(RM) packages mule-packages site-lisp |
543 | 540 |
544 distclean: FRC.distclean | 541 distclean: FRC.distclean |
545 for d in $(SUBDIR); do (cd ./$$d && $(RECURSIVE_MAKE) $@); done | 542 for d in $(SUBDIR); do (cd ./$$d && $(RECURSIVE_MAKE) $@); done |
546 -${top_distclean} | 543 -${top_distclean} |