diff src/Makefile.in.in @ 12:bcdc7deadc19 r19-15b7

Import from CVS: tag r19-15b7
author cvs
date Mon, 13 Aug 2007 08:48:16 +0200
parents 4b173ad71786
children 9ee227acff29
line wrap: on
line diff
--- a/src/Makefile.in.in	Mon Aug 13 08:47:56 2007 +0200
+++ b/src/Makefile.in.in	Mon Aug 13 08:48:16 2007 +0200
@@ -831,7 +831,7 @@
 	general.o getloadavg.o GIF_OBJS glyphs.o GUI_OBJS \
 	hash.o \
 	indent.o inline.o insdel.o intl.o \
-	keymap.o \
+	keymap.o $(RTC_PATCH_O) \
 	lread.o lstream.o \
 	macros.o marker.o md5.o MENUBAR_OBJS minibuf.o MOCKLISPOBJS \
 	NAS_OBJS NSOBJS \
@@ -1125,6 +1125,7 @@
 /* loaddefs is now included handled by the SUNPRO_LISP define because
    SparcWorks support requires an altered version. */
 lisp=   ${lispdir}paths.el \
+	${lispdir}prim/loaddefs.elc ${lispdir}prim/auto-autoloads.elc \
         ${lispdir}prim/loadup.el ${lispdir}prim/subr.elc \
         ${lispdir}prim/cmdloop.elc CMDLOOP_LISP \
 	${lispdir}utils/text-props.elc MOUSE_LISP \
@@ -1298,6 +1299,23 @@
 cemacs: TEMACS_DEPS
 	$(LD) $(ENERGIZEP) TEMACS_LINK_ARGS
 
+rtc_patch.o:
+	rtc_patch_area -o $@
+
+rtcmacs: TEMACS_DEPS rtc_patch.o
+	rm -f temacs; $(MAKE) $(MAKE_FLAGS) temacs RTC_PATCH_O=rtc_patch.o
+	mv temacs rtcmacs
+
+rtcrun: rtcmacs
+	dbx -q -C -c \
+	'dbxenv rtc_error_log_file_name /dev/fd/1; \
+	dbxenv suppress_startup_message 5.0; \
+	ignore POLL; \
+	check -access; \
+	suppress rui; \
+	runargs -batch -l loadup.el run-temacs -q; \
+	run' rtcmacs
+
 puremacs: TEMACS_DEPS
 	$(PURIFY_PROG) $(LD) TEMACS_LINK_ARGS