Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | a4f53d9b3154 |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
108 lwlib_libs = ../lwlib/liblw.a | 108 lwlib_libs = ../lwlib/liblw.a |
109 lwlib_deps = $(lwlib_libs) | 109 lwlib_deps = $(lwlib_libs) |
110 $(lwlib_libs) : | 110 $(lwlib_libs) : |
111 cd ../lwlib && $(RECURSIVE_MAKE) | 111 cd ../lwlib && $(RECURSIVE_MAKE) |
112 | 112 |
113 x_objs=console-x.o device-x.o event-Xt.o frame-x.o\ | 113 x_objs=balloon_help.o balloon-x.o console-x.o device-x.o event-Xt.o frame-x.o\ |
114 glyphs-x.o objects-x.o redisplay-x.o xgccache.o xselect.o | 114 glyphs-x.o objects-x.o redisplay-x.o xgccache.o xselect.o |
115 | 115 |
116 #ifdef AIX4 | 116 #ifdef AIX4 |
117 LIBI18N = -li18n | 117 LIBI18N = -li18n |
118 #endif /* AIX4 */ | 118 #endif /* AIX4 */ |
475 run' rtcmacs | 475 run' rtcmacs |
476 | 476 |
477 ## Purify | 477 ## Purify |
478 PURIFY_PROG=purify | 478 PURIFY_PROG=purify |
479 PURIFY_FLAGS=-chain-length=32 -ignore-signals=SIGPOLL -threads=yes \ | 479 PURIFY_FLAGS=-chain-length=32 -ignore-signals=SIGPOLL -threads=yes \ |
480 -cache-dir=${srcdir}/purecache -always-use-cache-dir=yes -pointer-mask=0x0fffffff | 480 -cache-dir=./purecache -always-use-cache-dir=yes -pointer-mask=0x0fffffff |
481 puremacs: $(temacs_deps) | 481 puremacs: $(temacs_deps) |
482 $(PURIFY_PROG) $(PURIFY_FLAGS) $(LD) $(temacs_link_args) -lpthread | 482 $(PURIFY_PROG) $(PURIFY_FLAGS) $(LD) $(temacs_link_args) -lpthread |
483 | 483 |
484 run-puremacs: puremacs | 484 run-puremacs: puremacs |
485 -$(DUMPENV) ./puremacs -batch -l ${srcdir}/../lisp/loadup.el run-temacs | 485 -$(DUMPENV) ./puremacs -batch -l ${srcdir}/../lisp/loadup.el run-temacs |