Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 78:c7528f8e288d r20-0b34
Import from CVS: tag r20-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:42 +0200 |
parents | 54cc21c15cbb |
children | 1ce6082ce73f |
comparison
equal
deleted
inserted
replaced
77:6cb4f478e7bc | 78:c7528f8e288d |
---|---|
897 faces.o fileio.o filelock.o filemode.o floatfns.o fns.o font-lock.o \ | 897 faces.o fileio.o filelock.o filemode.o floatfns.o fns.o font-lock.o \ |
898 frame.o \ | 898 frame.o \ |
899 general.o getloadavg.o GIF_OBJS glyphs.o GUI_OBJS \ | 899 general.o getloadavg.o GIF_OBJS glyphs.o GUI_OBJS \ |
900 hash.o \ | 900 hash.o \ |
901 indent.o inline.o insdel.o intl.o \ | 901 indent.o inline.o insdel.o intl.o \ |
902 keymap.o \ | 902 keymap.o $(RTC_PATCH_O) \ |
903 lread.o lstream.o \ | 903 lread.o lstream.o \ |
904 macros.o marker.o md5.o MENUBAR_OBJS minibuf.o MOCKLISPOBJS \ | 904 macros.o marker.o md5.o MENUBAR_OBJS minibuf.o MOCKLISPOBJS \ |
905 NAS_OBJS NSOBJS \ | 905 NAS_OBJS NSOBJS \ |
906 objects.o opaque.o \ | 906 objects.o opaque.o \ |
907 print.o process.o profile.o pure.o \ | 907 print.o process.o profile.o pure.o \ |
1235 This is dumb - this list should be generated automatically. | 1235 This is dumb - this list should be generated automatically. |
1236 [Note: "version.el" is included in the doc separately, but is not listed | 1236 [Note: "version.el" is included in the doc separately, but is not listed |
1237 here because we do not want things to appear to be out-of-date just | 1237 here because we do not want things to appear to be out-of-date just |
1238 because the version number has been incremented. -- D.N.G. 8/28/93] | 1238 because the version number has been incremented. -- D.N.G. 8/28/93] |
1239 */ | 1239 */ |
1240 lisp= ${lispdir}paths.el ${lispdir}prim/loaddefs.elc \ | 1240 lisp= ${lispdir}paths.el \ |
1241 ${lispdir}prim/loaddefs.elc ${lispdir}prim/auto-autoloads.elc \ | |
1241 ${lispdir}prim/loadup.el ${lispdir}prim/subr.elc \ | 1242 ${lispdir}prim/loadup.el ${lispdir}prim/subr.elc \ |
1242 ${lispdir}prim/cmdloop.elc CMDLOOP_LISP \ | 1243 ${lispdir}prim/cmdloop.elc CMDLOOP_LISP \ |
1243 ${lispdir}utils/text-props.elc MOUSE_LISP \ | 1244 ${lispdir}utils/text-props.elc MOUSE_LISP \ |
1244 ${lispdir}prim/keymap.elc ${lispdir}prim/syntax.elc \ | 1245 ${lispdir}prim/keymap.elc ${lispdir}prim/syntax.elc \ |
1245 ${lispdir}prim/minibuf.elc ${lispdir}prim/faces.elc \ | 1246 ${lispdir}prim/minibuf.elc ${lispdir}prim/faces.elc \ |
1431 temacs: TEMACS_DEPS | 1432 temacs: TEMACS_DEPS |
1432 $(LD) LCCLINK TEMACS_LINK_ARGS | 1433 $(LD) LCCLINK TEMACS_LINK_ARGS |
1433 | 1434 |
1434 cemacs: TEMACS_DEPS | 1435 cemacs: TEMACS_DEPS |
1435 $(LD) $(ENERGIZEP) TEMACS_LINK_ARGS | 1436 $(LD) $(ENERGIZEP) TEMACS_LINK_ARGS |
1437 | |
1438 rtc_patch.o: | |
1439 rtc_patch_area -o $@ | |
1440 | |
1441 rtcmacs: TEMACS_DEPS rtc_patch.o | |
1442 rm -f temacs; $(MAKE) $(MAKE_FLAGS) temacs RTC_PATCH_O=rtc_patch.o | |
1443 mv temacs rtcmacs | |
1444 | |
1445 rtcrun: rtcmacs | |
1446 dbx -q -C -c \ | |
1447 'dbxenv rtc_error_log_file_name /dev/fd/1; \ | |
1448 dbxenv suppress_startup_message 5.0; \ | |
1449 ignore POLL; \ | |
1450 check -access; \ | |
1451 suppress rui; \ | |
1452 runargs -batch -l loadup.el run-temacs -q; \ | |
1453 run' rtcmacs | |
1436 | 1454 |
1437 puremacs: TEMACS_DEPS | 1455 puremacs: TEMACS_DEPS |
1438 $(PURIFY_PROG) $(PURIFY_FLAGS) $(LD) TEMACS_LINK_ARGS | 1456 $(PURIFY_PROG) $(PURIFY_FLAGS) $(LD) TEMACS_LINK_ARGS |
1439 | 1457 |
1440 quantmacs: TEMACS_DEPS | 1458 quantmacs: TEMACS_DEPS |