comparison src/Makefile.in @ 9572:b36d5e88cccc

*** empty log message ***
author Morten Welinder <terra@diku.dk>
date Mon, 17 Oct 1994 08:42:36 +0000
parents f3c3bedd897f
children d0a1ccb93c47
comparison
equal deleted inserted replaced
9571:b37425ecb3f0 9572:b36d5e88cccc
453 #define MKTIME_OBJ 453 #define MKTIME_OBJ
454 #else 454 #else
455 #define MKTIME_OBJ mktime.o 455 #define MKTIME_OBJ mktime.o
456 #endif 456 #endif
457 457
458 #ifdef MSDOS
459 #ifdef HAVE_X_WINDOWS
460 #define MSDOS_OBJ dosfns.o msdos.o
461 #else
462 #define MSDOS_OBJ dosfns.o msdos.o xfaces.o xmenu.o
463 #endif
464 #else
465 #define MSDOS_OBJ
466 #endif
467
468
458 /* lastfile must follow all files 469 /* lastfile must follow all files
459 whose initialized data areas should be dumped as pure by dump-emacs. */ 470 whose initialized data areas should be dumped as pure by dump-emacs. */
460 obj= dispnew.o frame.o scroll.o xdisp.o window.o \ 471 obj= dispnew.o frame.o scroll.o xdisp.o window.o \
461 cm.o term.o $(XOBJ) \ 472 cm.o term.o $(XOBJ) \
462 emacs.o keyboard.o macros.o keymap.o sysdep.o \ 473 emacs.o keyboard.o macros.o keymap.o sysdep.o \
466 alloc.o data.o doc.o editfns.o callint.o \ 477 alloc.o data.o doc.o editfns.o callint.o \
467 eval.o floatfns.o fns.o print.o lread.o \ 478 eval.o floatfns.o fns.o print.o lread.o \
468 abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \ 479 abbrev.o syntax.o UNEXEC mocklisp.o bytecode.o \
469 process.o callproc.o \ 480 process.o callproc.o \
470 region-cache.o \ 481 region-cache.o \
471 doprnt.o strftime.o MKTIME_OBJ GETLOADAVG_OBJ 482 doprnt.o strftime.o MKTIME_OBJ GETLOADAVG_OBJ MSDOS_OBJ
472 483
473 /* Object files used on some machine or other. 484 /* Object files used on some machine or other.
474 These go in the DOC file on all machines 485 These go in the DOC file on all machines
475 in case they are needed there. */ 486 in case they are needed there. */
476 SOME_MACHINE_OBJECTS = sunfns.o 487 SOME_MACHINE_OBJECTS = sunfns.o
549 #else 560 #else
550 #define VMS_SUPPORT 561 #define VMS_SUPPORT
551 #endif 562 #endif
552 563
553 #ifdef MSDOS 564 #ifdef MSDOS
554 #define MSDOS_SUPPORT ${lispdir}ls-lisp.elc ${lispdir}disp-tab.elc ${lispdir}dos-fns.elc ${lispdir}mouse.elc 565 #define MSDOS_SUPPORT ${lispdir}ls-lisp.elc ${lispdir}disp-tab.elc ${lispdir}dos-fns.elc ${lispdir}mouse.elc ${lispdir}faces.elc
555 #else 566 #else
556 #define MSDOS_SUPPORT 567 #define MSDOS_SUPPORT
557 #endif 568 #endif
558 569
559 /* List of Lisp files loaded into the dumped Emacs. It's arranged 570 /* List of Lisp files loaded into the dumped Emacs. It's arranged
806 dired.o: dired.c commands.h buffer.h $(config_h) regex.h 817 dired.o: dired.c commands.h buffer.h $(config_h) regex.h
807 dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \ 818 dispnew.o: dispnew.c commands.h frame.h window.h buffer.h dispextern.h \
808 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h $(config_h) 819 termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h $(config_h)
809 doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h 820 doc.o: doc.c $(config_h) paths.h buffer.h keyboard.h
810 doprnt.o: doprnt.c $(config_h) 821 doprnt.o: doprnt.c $(config_h)
822 dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)
811 editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) 823 editfns.o: editfns.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
812 emacs.o: emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h) 824 emacs.o: emacs.c commands.h systty.h syssignal.h process.h INTERVAL_SRC $(config_h)
813 fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h) 825 fileio.o: fileio.c window.h buffer.h systime.h INTERVAL_SRC $(config_h)
814 filelock.o: filelock.c buffer.h paths.h $(config_h) 826 filelock.o: filelock.c buffer.h paths.h $(config_h)
815 filemode.o: filemode.c $(config_h) 827 filemode.o: filemode.c $(config_h)
823 keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \ 835 keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
824 $(config_h) 836 $(config_h)
825 lastfile.o: lastfile.c $(config_h) 837 lastfile.o: lastfile.c $(config_h)
826 macros.o: macros.c window.h buffer.h commands.h macros.h $(config_h) 838 macros.o: macros.c window.h buffer.h commands.h macros.h $(config_h)
827 malloc.o: malloc.c $(config_h) 839 malloc.o: malloc.c $(config_h)
840 msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h \
841 termopts.h frame.h window.h $(config_h)
828 mktime.o: mktime.c $(config_h) 842 mktime.o: mktime.c $(config_h)
829 gmalloc.o: gmalloc.c $(config_h) 843 gmalloc.o: gmalloc.c $(config_h)
830 ralloc.o: ralloc.c $(config_h) 844 ralloc.o: ralloc.c $(config_h)
831 vm-limit.o: vm-limit.c mem-limits.h $(config_h) 845 vm-limit.o: vm-limit.c mem-limits.h $(config_h)
832 marker.o: marker.c buffer.h $(config_h) 846 marker.o: marker.c buffer.h $(config_h)