Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 249:83b3d10dcba9 r20-5b23
Import from CVS: tag r20-5b23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:09 +0200 |
parents | 51092a27c943 |
children | 677f6a0ee643 |
comparison
equal
deleted
inserted
replaced
248:ad40ac2754d8 | 249:83b3d10dcba9 |
---|---|
612 ## ${other_files}, $(objects_system) and $(objects_machine) | 612 ## ${other_files}, $(objects_system) and $(objects_machine) |
613 ## select which of these should be compiled. */ | 613 ## select which of these should be compiled. */ |
614 | 614 |
615 .PHONY: mostlyclean clean distclean realclean versionclean extraclean | 615 .PHONY: mostlyclean clean distclean realclean versionclean extraclean |
616 mostlyclean: | 616 mostlyclean: |
617 $(RM) temacs puremacs quantmacs prefix-args depend.* *.o *.i core | 617 $(RM) temacs puremacs quantmacs prefix-args depend.* *.o *.i \ |
618 core puresize-adjust.h | |
618 clean: mostlyclean versionclean | 619 clean: mostlyclean versionclean |
619 $(RM) libextcli* update-elc.stamp | 620 $(RM) libextcli* update-elc.stamp |
620 ## This is used in making a distribution. | 621 ## This is used in making a distribution. |
621 ## Do not use it on development directories! | 622 ## Do not use it on development directories! |
622 distclean: clean | 623 distclean: clean |
623 $(RM) config.h paths.h puresize-adjust.h Emacs.ad.h \ | 624 $(RM) config.h paths.h Emacs.ad.h \ |
624 Makefile Makefile.in TAGS xemacs.* | 625 Makefile Makefile.in TAGS xemacs.* |
625 realclean: distclean | 626 realclean: distclean |
626 versionclean: | 627 versionclean: |
627 $(RM) xemacs ${libsrc}DOC | 628 $(RM) xemacs ${libsrc}DOC |
628 extraclean: realclean | 629 extraclean: realclean |
1323 dired.o: dynarr.h | 1324 dired.o: dynarr.h |
1324 dired.o: elhash.h | 1325 dired.o: elhash.h |
1325 dired.o: regex.h | 1326 dired.o: regex.h |
1326 dired.o: sysdir.h | 1327 dired.o: sysdir.h |
1327 dired.o: sysfile.h | 1328 dired.o: sysfile.h |
1329 dlopen.o: config.h | |
1330 dlopen.o: buffer.h | |
1328 doc.o: blocktype.h | 1331 doc.o: blocktype.h |
1329 doc.o: buffer.h | 1332 doc.o: buffer.h |
1330 doc.o: bufslots.h | 1333 doc.o: bufslots.h |
1331 doc.o: bytecode.h | 1334 doc.o: bytecode.h |
1332 doc.o: config.h | 1335 doc.o: config.h |