Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 181:bfd6434d15b3 r20-3b17
Import from CVS: tag r20-3b17
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:53:19 +0200 |
parents | 6075d714658b |
children | e121b013d1f0 |
line wrap: on
line diff
--- a/src/Makefile.in.in Mon Aug 13 09:52:21 2007 +0200 +++ b/src/Makefile.in.in Mon Aug 13 09:53:19 2007 +0200 @@ -97,8 +97,8 @@ RM = rm -f PURIFY_PROG=purify PURIFY_FLAGS=-chain-length=16 -ignore-signals=SIGPOLL -log-file=puremacs.log \ - -messages=batch -show-directory=yes -windows=yes \ - -cache-dir=. -always-use-cache-dir=yes + -messages=batch -show-directory=yes -windows=yes -threads=yes \ + -cache-dir=. -always-use-cache-dir=yes -pointer-mask=0x0fffffff PURECOV_PROG=purecov #ifdef QUANTIFY quantify_prog = quantify @@ -412,7 +412,11 @@ run' rtcmacs puremacs: $(temacs_deps) - $(PURIFY_PROG) $(PURIFY_FLAGS) $(LD) $(temacs_link_args) + $(PURIFY_PROG) $(PURIFY_FLAGS) $(LD) $(temacs_link_args) -lpthread + +.PHONY : run-puremacs +run-puremacs: puremacs + ./puremacs -batch -l loadup.el run-temacs quantmacs: $(temacs_deps) $(quantify_prog) $(quantify_flags) $(LD) $(temacs_link_args)