Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 171:929b76928fce r20-3b12
Import from CVS: tag r20-3b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:47:52 +0200 |
parents | 15872534500d |
children | 8eaf7971accc |
comparison
equal
deleted
inserted
replaced
170:98a42ee61975 | 171:929b76928fce |
---|---|
593 | 593 |
594 ## System-specific programs to be made. | 594 ## System-specific programs to be made. |
595 ## ${other_files}, $(objects_system) and $(objects_machine) | 595 ## ${other_files}, $(objects_system) and $(objects_machine) |
596 ## select which of these should be compiled. */ | 596 ## select which of these should be compiled. */ |
597 | 597 |
598 .PHONY : mostlyclean clean distclean realclean versionclean extraclean | 598 .PHONY: mostlyclean clean distclean realclean versionclean extraclean |
599 | |
600 mostlyclean: | 599 mostlyclean: |
601 $(RM) temacs puremacs quantmacs prefix-args core depend.* \#* *.o *.i | 600 $(RM) temacs puremacs quantmacs prefix-args depend.* *.o *.i core |
602 clean: mostlyclean | 601 clean: mostlyclean versionclean |
603 $(RM) xemacs libextcli* ${libsrc}DOC | 602 $(RM) libextcli* |
604 ## This is used in making a distribution. | 603 ## This is used in making a distribution. |
605 ## Do not use it on development directories! | 604 ## Do not use it on development directories! |
606 distclean: clean versionclean | 605 distclean: clean |
607 $(RM) config.h paths.h puresize_adjust.h Emacs.ad.h \ | 606 $(RM) config.h paths.h puresize_adjust.h Emacs.ad.h \ |
608 Makefile Makefile.in .pure xemacs-version.h | 607 Makefile Makefile.in TAGS |
609 realclean: distclean | 608 realclean: distclean |
610 $(RM) TAGS | |
611 versionclean: | 609 versionclean: |
612 $(RM) xemacs ${libsrc}DOC | 610 $(RM) xemacs ${libsrc}DOC |
613 extraclean: realclean | 611 extraclean: realclean |
614 $(RM) *~ \#* m/?*~ s/?*~ | 612 $(RM) *~ \#* m/*~ m/\#* s/*~ s/\#* |
615 | 613 |
616 ## The rule for the [sm] files has to be written a little funny to | |
617 ## avoid looking like a C comment to CPP. | |
618 .PHONY : lock unlock | 614 .PHONY : lock unlock |
619 SOURCES = *.[chm] *.pswm [sm]/?* COPYING paths.h.in Makefile.in.in \ | 615 SOURCES = *.[chm] *.pswm [sm]/* COPYING paths.h.in Makefile.in.in \ |
620 config.h.in README COPYING ChangeLog | 616 config.h.in README COPYING ChangeLog |
621 unlock: | 617 unlock: |
622 chmod u+w $(SOURCES) | 618 chmod u+w $(SOURCES) |
623 | 619 |
624 relock: | 620 relock: |
944 alloc.o: events.h | 940 alloc.o: events.h |
945 alloc.o: extents.h | 941 alloc.o: extents.h |
946 alloc.o: frame.h | 942 alloc.o: frame.h |
947 alloc.o: frameslots.h | 943 alloc.o: frameslots.h |
948 alloc.o: glyphs.h | 944 alloc.o: glyphs.h |
949 alloc.o: puresize.h puresize_adjust.h | 945 alloc.o: puresize.h |
950 alloc.o: redisplay.h | 946 alloc.o: redisplay.h |
951 alloc.o: scrollbar.h | 947 alloc.o: scrollbar.h |
952 alloc.o: specifier.h | 948 alloc.o: specifier.h |
953 alloc.o: systime.h | 949 alloc.o: systime.h |
954 alloc.o: toolbar.h | 950 alloc.o: toolbar.h |