Mercurial > hg > xemacs-beta
comparison Makefile.in @ 102:a145efe76779 r20-1b3
Import from CVS: tag r20-1b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:49 +0200 |
parents | 1040fe1366ac |
children | cf808b4c4290 |
comparison
equal
deleted
inserted
replaced
101:a0ec055d74dd | 102:a145efe76779 |
---|---|
487 ### `make distclean' should leave only the files that were in the | 487 ### `make distclean' should leave only the files that were in the |
488 ### distribution. | 488 ### distribution. |
489 top_distclean=\ | 489 top_distclean=\ |
490 rm -f config.status config-tmp-* build-install ; \ | 490 rm -f config.status config-tmp-* build-install ; \ |
491 rm -f Makefile ${SUBDIR_MAKEFILES}; \ | 491 rm -f Makefile ${SUBDIR_MAKEFILES}; \ |
492 (cd lock && rm -f *) | 492 (cd lock && rm -f *) ; \ |
493 echo "/* This file is generated by XEmacs, DO NOT MODIFY!!! */" > src/PURESIZE.h; \ | |
494 echo "# define PURESIZE 1350000" >> src/PURESIZE.h | |
493 | 495 |
494 distclean: FRC.distclean | 496 distclean: FRC.distclean |
495 (cd src && $(MAKE) $(MFLAGS) distclean) | 497 (cd src && $(MAKE) $(MFLAGS) distclean) |
496 (cd lib-src && $(MAKE) $(MFLAGS) distclean) | 498 (cd lib-src && $(MAKE) $(MFLAGS) distclean) |
497 (cd lwlib && $(MAKE) $(MFLAGS) distclean) | 499 (cd lwlib && $(MAKE) $(MFLAGS) distclean) |