comparison src/Makefile.in.in @ 434:9d177e8d4150 r21-2-25

Import from CVS: tag r21-2-25
author cvs
date Mon, 13 Aug 2007 11:30:53 +0200
parents 3ecd8885ac67
children 84b14dcb0985
comparison
equal deleted inserted replaced
433:892ca416f0fb 434:9d177e8d4150
318 #endif 318 #endif
319 DUMPENV = $(LOADPATH) $(MODULEPATH) 319 DUMPENV = $(LOADPATH) $(MODULEPATH)
320 temacs_loadup = $(DUMPENV) ./temacs -batch -l ${srcdir}/../lisp/loadup.el 320 temacs_loadup = $(DUMPENV) ./temacs -batch -l ${srcdir}/../lisp/loadup.el
321 dump_temacs = ${temacs_loadup} dump 321 dump_temacs = ${temacs_loadup} dump
322 run_temacs = ${temacs_loadup} run-temacs 322 run_temacs = ${temacs_loadup} run-temacs
323 debug_temacs = $(DUMPENV) gdb temacs
323 324
324 release: temacs ${libsrc}DOC $(mo_file) ${other_files} 325 release: temacs ${libsrc}DOC $(mo_file) ${other_files}
325 #ifdef CANNOT_DUMP 326 #ifdef CANNOT_DUMP
326 ln temacs ${PROGNAME} 327 ln temacs ${PROGNAME}
327 #else 328 #else
489 ignore POLL; \ 490 ignore POLL; \
490 check -access; \ 491 check -access; \
491 suppress rui; \ 492 suppress rui; \
492 runargs -batch -l ${srcdir}/../lisp/loadup.el run-temacs -q; \ 493 runargs -batch -l ${srcdir}/../lisp/loadup.el run-temacs -q; \
493 run' rtcmacs 494 run' rtcmacs
495
496 debug-temacs: temacs
497 -${debug_temacs}
494 498
495 ## Purify, Quantify, PureCoverage are software quality products from 499 ## Purify, Quantify, PureCoverage are software quality products from
496 ## Rational, formerly Pure Atria, formerly Pure Software. 500 ## Rational, formerly Pure Atria, formerly Pure Software.
497 ## 501 ##
498 ## Purify 502 ## Purify