Mercurial > hg > xemacs-beta
comparison Makefile.in @ 261:405dd6d1825b r20-5b29
Import from CVS: tag r20-5b29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:51 +0200 |
parents | 084402c475ba |
children | 966663fcf606 |
comparison
equal
deleted
inserted
replaced
260:052205f7dd5f | 261:405dd6d1825b |
---|---|
231 COPYDIR = ${srcdir}/etc ${srcdir}/lisp | 231 COPYDIR = ${srcdir}/etc ${srcdir}/lisp |
232 COPYDESTS = ${etcdir} ${lispdir} | 232 COPYDESTS = ${etcdir} ${lispdir} |
233 GENERATED_HEADERS = src/paths.h src/Emacs.ad.h src/puresize-adjust.h src/config.h lwlib/config.h src/sheap-adjust.h | 233 GENERATED_HEADERS = src/paths.h src/Emacs.ad.h src/puresize-adjust.h src/config.h lwlib/config.h src/sheap-adjust.h |
234 GENERATED_LISP = lisp/finder-inf.el | 234 GENERATED_LISP = lisp/finder-inf.el |
235 | 235 |
236 all: ${GENERATED_HEADERS} ${MAKE_SUBDIR} ${GENERATED_LISP} | 236 all: xemacs all-elc info |
237 | |
238 xemacs: ${GENERATED_HEADERS} ${MAKE_SUBDIR} ${GENERATED_LISP} | |
237 | 239 |
238 ## For performance and consistency, no built-in rules | 240 ## For performance and consistency, no built-in rules |
239 .SUFFIXES: | 241 .SUFFIXES: |
240 | 242 |
241 .NO_PARALLEL: ${GENERATED_HEADERS} ${MAKE_SUBDIR} dump-elcs | 243 .NO_PARALLEL: ${GENERATED_HEADERS} ${MAKE_SUBDIR} dump-elcs |
567 $(RM) config.status config.log config-tmp-* build-install Installation ; \ | 569 $(RM) config.status config.log config-tmp-* build-install Installation ; \ |
568 for d in src lib-src lwlib dynodump ; do \ | 570 for d in src lib-src lwlib dynodump ; do \ |
569 $(RM) $$d/Makefile $$d/Makefile.in ; \ | 571 $(RM) $$d/Makefile $$d/Makefile.in ; \ |
570 done ; \ | 572 done ; \ |
571 $(RM) core .sbinit Makefile lock/*; \ | 573 $(RM) core .sbinit Makefile lock/*; \ |
572 $(RM) lisp/finder-inf.el* | 574 $(RM) lisp/finder-inf.el* Installation.el Installation.elc |
573 | 575 |
574 distclean: FRC.distclean | 576 distclean: FRC.distclean |
575 for d in $(SUBDIR); do (cd $$d && $(RECURSIVE_MAKE) $@); done | 577 for d in $(SUBDIR); do (cd $$d && $(RECURSIVE_MAKE) $@); done |
576 -${top_distclean} | 578 -${top_distclean} |
577 | 579 |