Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
11:91ffe8bd52e4 | 12:bcdc7deadc19 |
---|---|
829 faces.o fileio.o filelock.o filemode.o floatfns.o fns.o font-lock.o \ | 829 faces.o fileio.o filelock.o filemode.o floatfns.o fns.o font-lock.o \ |
830 frame.o \ | 830 frame.o \ |
831 general.o getloadavg.o GIF_OBJS glyphs.o GUI_OBJS \ | 831 general.o getloadavg.o GIF_OBJS glyphs.o GUI_OBJS \ |
832 hash.o \ | 832 hash.o \ |
833 indent.o inline.o insdel.o intl.o \ | 833 indent.o inline.o insdel.o intl.o \ |
834 keymap.o \ | 834 keymap.o $(RTC_PATCH_O) \ |
835 lread.o lstream.o \ | 835 lread.o lstream.o \ |
836 macros.o marker.o md5.o MENUBAR_OBJS minibuf.o MOCKLISPOBJS \ | 836 macros.o marker.o md5.o MENUBAR_OBJS minibuf.o MOCKLISPOBJS \ |
837 NAS_OBJS NSOBJS \ | 837 NAS_OBJS NSOBJS \ |
838 objects.o opaque.o \ | 838 objects.o opaque.o \ |
839 print.o process.o profile.o pure.o \ | 839 print.o process.o profile.o pure.o \ |
1123 because the version number has been incremented. -- D.N.G. 8/28/93] | 1123 because the version number has been incremented. -- D.N.G. 8/28/93] |
1124 */ | 1124 */ |
1125 /* loaddefs is now included handled by the SUNPRO_LISP define because | 1125 /* loaddefs is now included handled by the SUNPRO_LISP define because |
1126 SparcWorks support requires an altered version. */ | 1126 SparcWorks support requires an altered version. */ |
1127 lisp= ${lispdir}paths.el \ | 1127 lisp= ${lispdir}paths.el \ |
1128 ${lispdir}prim/loaddefs.elc ${lispdir}prim/auto-autoloads.elc \ | |
1128 ${lispdir}prim/loadup.el ${lispdir}prim/subr.elc \ | 1129 ${lispdir}prim/loadup.el ${lispdir}prim/subr.elc \ |
1129 ${lispdir}prim/cmdloop.elc CMDLOOP_LISP \ | 1130 ${lispdir}prim/cmdloop.elc CMDLOOP_LISP \ |
1130 ${lispdir}utils/text-props.elc MOUSE_LISP \ | 1131 ${lispdir}utils/text-props.elc MOUSE_LISP \ |
1131 ${lispdir}prim/keymap.elc ${lispdir}prim/syntax.elc \ | 1132 ${lispdir}prim/keymap.elc ${lispdir}prim/syntax.elc \ |
1132 ${lispdir}prim/minibuf.elc ${lispdir}prim/faces.elc \ | 1133 ${lispdir}prim/minibuf.elc ${lispdir}prim/faces.elc \ |
1295 temacs: TEMACS_DEPS | 1296 temacs: TEMACS_DEPS |
1296 $(LD) LCCLINK TEMACS_LINK_ARGS | 1297 $(LD) LCCLINK TEMACS_LINK_ARGS |
1297 | 1298 |
1298 cemacs: TEMACS_DEPS | 1299 cemacs: TEMACS_DEPS |
1299 $(LD) $(ENERGIZEP) TEMACS_LINK_ARGS | 1300 $(LD) $(ENERGIZEP) TEMACS_LINK_ARGS |
1301 | |
1302 rtc_patch.o: | |
1303 rtc_patch_area -o $@ | |
1304 | |
1305 rtcmacs: TEMACS_DEPS rtc_patch.o | |
1306 rm -f temacs; $(MAKE) $(MAKE_FLAGS) temacs RTC_PATCH_O=rtc_patch.o | |
1307 mv temacs rtcmacs | |
1308 | |
1309 rtcrun: rtcmacs | |
1310 dbx -q -C -c \ | |
1311 'dbxenv rtc_error_log_file_name /dev/fd/1; \ | |
1312 dbxenv suppress_startup_message 5.0; \ | |
1313 ignore POLL; \ | |
1314 check -access; \ | |
1315 suppress rui; \ | |
1316 runargs -batch -l loadup.el run-temacs -q; \ | |
1317 run' rtcmacs | |
1300 | 1318 |
1301 puremacs: TEMACS_DEPS | 1319 puremacs: TEMACS_DEPS |
1302 $(PURIFY_PROG) $(LD) TEMACS_LINK_ARGS | 1320 $(PURIFY_PROG) $(LD) TEMACS_LINK_ARGS |
1303 | 1321 |
1304 quantmacs: TEMACS_DEPS | 1322 quantmacs: TEMACS_DEPS |