Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | 084402c475ba |
children | 405dd6d1825b |
comparison
equal
deleted
inserted
replaced
258:58424f6abf56 | 259:11cf20601dec |
---|---|
622 ## ${other_files}, $(objects_system) and $(objects_machine) | 622 ## ${other_files}, $(objects_system) and $(objects_machine) |
623 ## select which of these should be compiled. */ | 623 ## select which of these should be compiled. */ |
624 | 624 |
625 .PHONY: mostlyclean clean distclean realclean versionclean extraclean | 625 .PHONY: mostlyclean clean distclean realclean versionclean extraclean |
626 mostlyclean: | 626 mostlyclean: |
627 $(RM) temacs puremacs quantmacs depend.* *.o *.i \ | 627 $(RM) temacs puremacs quantmacs prefix-args depend.* *.o *.i \ |
628 core puresize-adjust.h sheap-adjust.h | 628 core temacs.exe puresize-adjust.h sheap-adjust.h |
629 clean: mostlyclean versionclean | 629 clean: mostlyclean versionclean |
630 $(RM) libextcli* update-elc.stamp | 630 $(RM) libextcli* update-elc.stamp |
631 ## This is used in making a distribution. | 631 ## This is used in making a distribution. |
632 ## Do not use it on development directories! | 632 ## Do not use it on development directories! |
633 distclean: clean | 633 distclean: clean |
634 $(RM) config.h paths.h Emacs.ad.h \ | 634 $(RM) config.h paths.h Emacs.ad.h \ |
635 Makefile Makefile.in TAGS xemacs.* | 635 Makefile Makefile.in TAGS xemacs.* |
636 realclean: distclean | 636 realclean: distclean |
637 versionclean: | 637 versionclean: |
638 $(RM) xemacs ${libsrc}DOC | 638 $(RM) xemacs xemacs.exe ${libsrc}DOC |
639 extraclean: realclean | 639 extraclean: realclean |
640 $(RM) *~ \#* m/*~ m/\#* s/*~ s/\#* | 640 $(RM) *~ \#* m/*~ m/\#* s/*~ s/\#* |
641 | 641 |
642 .PHONY : lock unlock | 642 .PHONY : lock unlock |
643 SOURCES = *.[chm] *.pswm [sm]/* COPYING paths.h.in Makefile.in.in \ | 643 SOURCES = *.[chm] *.pswm [sm]/* COPYING paths.h.in Makefile.in.in \ |