comparison src/Makefile.in @ 95651:b7a3c725e25d

Compile menu.c.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 08 Jun 2008 04:37:50 +0000
parents b4b6d87a7fb5
children 9a50a852d447
comparison
equal deleted inserted replaced
95650:4be5569ac684 95651:b7a3c725e25d
537 FONT_DRIVERS = xfont.o 537 FONT_DRIVERS = xfont.o
538 #endif /* ! defined (HAVE_XFT) && ! defined (HAVE_FREETYPE) */ 538 #endif /* ! defined (HAVE_XFT) && ! defined (HAVE_FREETYPE) */
539 #endif /* HAVE_X_WINDOWS */ 539 #endif /* HAVE_X_WINDOWS */
540 #endif /* HAVE_WINDOW_SYSTEM */ 540 #endif /* HAVE_WINDOW_SYSTEM */
541 541
542 #ifdef HAVE_X_WINDOWS
543 MENU_OBJ = menu.o
544 #endif
545
542 /* lastfile must follow all files 546 /* lastfile must follow all files
543 whose initialized data areas should be dumped as pure by dump-emacs. */ 547 whose initialized data areas should be dumped as pure by dump-emacs. */
544 obj= dispnew.o frame.o scroll.o xdisp.o $(XMENU_OBJ) window.o \ 548 obj= dispnew.o frame.o scroll.o xdisp.o $(MENU_OBJ) $(XMENU_OBJ) window.o \
545 charset.o coding.o category.o ccl.o character.o chartab.o \ 549 charset.o coding.o category.o ccl.o character.o chartab.o \
546 cm.o term.o terminal.o xfaces.o $(XOBJ) $(GTK_OBJ) $(DBUS_OBJ) \ 550 cm.o term.o terminal.o xfaces.o $(XOBJ) $(GTK_OBJ) $(DBUS_OBJ) \
547 emacs.o keyboard.o macros.o keymap.o sysdep.o \ 551 emacs.o keyboard.o macros.o keymap.o sysdep.o \
548 buffer.o filelock.o insdel.o marker.o \ 552 buffer.o filelock.o insdel.o marker.o \
549 minibuf.o fileio.o dired.o filemode.o \ 553 minibuf.o fileio.o dired.o filemode.o \
1164 font.h $(config_h) 1168 font.h $(config_h)
1165 xftfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ 1169 xftfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \
1166 font.h $(config_h) 1170 font.h $(config_h)
1167 ftxfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \ 1171 ftxfont.o: dispextern.h xterm.h frame.h blockinput.h character.h charset.h \
1168 font.h $(config_h) 1172 font.h $(config_h)
1173 menu.o: menu.c lisp.h keyboard.h keymap.h frame.h termhooks.h blockinput.h \
1174 dispextern.h $(srcdir)/../lwlib/lwlib.h gtkutil.h $(config_h)
1169 xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ 1175 xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
1170 charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \ 1176 charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \
1171 systime.h gtkutil.h msdos.h coding.h $(config_h) 1177 systime.h gtkutil.h msdos.h coding.h $(config_h)
1172 xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ 1178 xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
1173 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ 1179 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \