comparison src/Makefile.in @ 53878:edab26b4150c

(obj): Add fringe.o. (fringe.o): New dependencies.
author Kim F. Storm <storm@cua.dk>
date Sun, 08 Feb 2004 23:17:23 +0000
parents 890b555d85b7
children 56a9e0fafeda 03a73693678e
comparison
equal deleted inserted replaced
53877:28fa3358504c 53878:edab26b4150c
569 XMENU_OBJ = xmenu.o 569 XMENU_OBJ = xmenu.o
570 #endif 570 #endif
571 571
572 /* lastfile must follow all files 572 /* lastfile must follow all files
573 whose initialized data areas should be dumped as pure by dump-emacs. */ 573 whose initialized data areas should be dumped as pure by dump-emacs. */
574 obj= dispnew.o frame.o scroll.o xdisp.o $(XMENU_OBJ) window.o \ 574 obj= dispnew.o frame.o scroll.o xdisp.o fringe.o $(XMENU_OBJ) window.o \
575 charset.o coding.o category.o ccl.o \ 575 charset.o coding.o category.o ccl.o \
576 cm.o term.o xfaces.o $(XOBJ) \ 576 cm.o term.o xfaces.o $(XOBJ) \
577 emacs.o keyboard.o macros.o keymap.o sysdep.o \ 577 emacs.o keyboard.o macros.o keymap.o sysdep.o \
578 buffer.o filelock.o insdel.o marker.o \ 578 buffer.o filelock.o insdel.o marker.o \
579 minibuf.o fileio.o dired.o filemode.o \ 579 minibuf.o fileio.o dired.o filemode.o \
1073 filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h) 1073 filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h)
1074 filemode.o: filemode.c $(config_h) 1074 filemode.o: filemode.c $(config_h)
1075 frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1075 frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1076 blockinput.h atimer.h systime.h buffer.h charset.h fontset.h \ 1076 blockinput.h atimer.h systime.h buffer.h charset.h fontset.h \
1077 msdos.h dosfns.h dispextern.h $(config_h) 1077 msdos.h dosfns.h dispextern.h $(config_h)
1078 fringe.o: fringe.c dispextern.h frame.h window.h buffer.h $(config_h)
1078 fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \ 1079 fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \
1079 keyboard.h $(config_h) 1080 keyboard.h $(config_h)
1080 getloadavg.o: getloadavg.c $(config_h) 1081 getloadavg.o: getloadavg.c $(config_h)
1081 indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \ 1082 indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \
1082 termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h \ 1083 termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h \