Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | 7df0dd720c89 |
children | 4b85ae5eabfb |
comparison
equal
deleted
inserted
replaced
283:fa3d41851a08 | 284:558f606b08ae |
---|---|
421 $(LD) $(temacs_link_args) | 421 $(LD) $(temacs_link_args) |
422 | 422 |
423 .PHONY : run-temacs | 423 .PHONY : run-temacs |
424 | 424 |
425 run-temacs: temacs | 425 run-temacs: temacs |
426 ./temacs -batch -l ${srcdir}/../lisp/loadup.el run-temacs | 426 -$(DUMPENV) ./temacs -batch -l ${srcdir}/../lisp/loadup.el run-temacs |
427 | 427 |
428 ## Debugging targets: | 428 ## Debugging targets: |
429 ## | 429 ## |
430 ## RTC is Sun WorkShop's Run Time Checking | 430 ## RTC is Sun WorkShop's Run Time Checking |
431 ## | 431 ## |
462 -cache-dir=./purecache -always-use-cache-dir=yes -pointer-mask=0x0fffffff | 462 -cache-dir=./purecache -always-use-cache-dir=yes -pointer-mask=0x0fffffff |
463 puremacs: $(temacs_deps) | 463 puremacs: $(temacs_deps) |
464 $(PURIFY_PROG) $(PURIFY_FLAGS) $(LD) $(temacs_link_args) -lpthread | 464 $(PURIFY_PROG) $(PURIFY_FLAGS) $(LD) $(temacs_link_args) -lpthread |
465 | 465 |
466 run-puremacs: puremacs | 466 run-puremacs: puremacs |
467 ./puremacs -batch -l ${srcdir}/../lisp/loadup.el run-temacs | 467 -$(DUMPENV) ./puremacs -batch -l ${srcdir}/../lisp/loadup.el run-temacs |
468 | 468 |
469 ## Quantify | 469 ## Quantify |
470 #ifdef QUANTIFY | 470 #ifdef QUANTIFY |
471 quantify_prog = quantify | 471 quantify_prog = quantify |
472 quantify_flags = -windows=no -record-data=no | 472 quantify_flags = -windows=no -record-data=no |
677 relock: | 677 relock: |
678 chmod -w $(SOURCES) | 678 chmod -w $(SOURCES) |
679 | 679 |
680 ## Dependency processing using home-grown script, not makedepend | 680 ## Dependency processing using home-grown script, not makedepend |
681 depend: FRC.depend | 681 depend: FRC.depend |
682 $(RM) ${srcdir}/depend; mv depend.tmp ${srcdir}/depend | 682 $(RM) ${srcdir}/depend depend.tmp |
683 perl ${srcdir}/make-src-depend > depend.tmp | 683 perl ${srcdir}/make-src-depend > depend.tmp |
684 mv depend.tmp ${srcdir}/depend | 684 mv depend.tmp ${srcdir}/depend |