comparison src/Makefile.in.in @ 438:84b14dcb0985 r21-2-27

Import from CVS: tag r21-2-27
author cvs
date Mon, 13 Aug 2007 11:32:25 +0200
parents 9d177e8d4150
children 8de8e3f6228a
comparison
equal deleted inserted replaced
437:e2a4e8b94b82 438:84b14dcb0985
500 ## Rational, formerly Pure Atria, formerly Pure Software. 500 ## Rational, formerly Pure Atria, formerly Pure Software.
501 ## 501 ##
502 ## Purify 502 ## Purify
503 PURIFY_PROG = purify 503 PURIFY_PROG = purify
504 PURIFY_FLAGS = -chain-length=32 -ignore-signals=SIGPOLL -threads=yes \ 504 PURIFY_FLAGS = -chain-length=32 -ignore-signals=SIGPOLL -threads=yes \
505 -cache-dir=./purecache -always-use-cache-dir=yes -pointer-mask=0x0fffffff 505 -cache-dir=./purecache -always-use-cache-dir=yes
506 PURIFY_LIBS = -lpthread 506 PURIFY_LIBS = -lpthread
507 puremacs: $(temacs_deps) 507 puremacs: $(temacs_deps)
508 $(PURIFY_PROG) $(PURIFY_FLAGS) $(LD) $(temacs_link_args) $(PURIFY_LIBS) 508 $(PURIFY_PROG) $(PURIFY_FLAGS) $(LD) $(temacs_link_args) $(PURIFY_LIBS)
509 cp $@ temacs 509 cp $@ temacs
510 510