diff options
| author | Richard M. Stallman | 2005-09-15 13:13:54 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-09-15 13:13:54 +0000 |
| commit | 8bfa6b96e7cf2f7d4fc7309b9d50683c87a21a31 (patch) | |
| tree | 0f87f059a104449294e585197f7b9a22c6322d88 /src | |
| parent | 8e7b36c294e420c0ede38e56cf24c65887bef815 (diff) | |
| download | emacs-8bfa6b96e7cf2f7d4fc7309b9d50683c87a21a31.tar.gz emacs-8bfa6b96e7cf2f7d4fc7309b9d50683c87a21a31.zip | |
(XMENU_OBJ): Variable deleted.
(obj): Use xmenu.o unconditionally.
(SOME_MACHINE_OBJECTS): Delete xmenu.o.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index d9c77bf00b5..c085473d437 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -310,10 +310,6 @@ XOBJ= xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o | |||
| 310 | 310 | ||
| 311 | #ifdef HAVE_MENUS | 311 | #ifdef HAVE_MENUS |
| 312 | 312 | ||
| 313 | #ifndef HAVE_CARBON | ||
| 314 | XMENU_OBJ = xmenu.o | ||
| 315 | #endif | ||
| 316 | |||
| 317 | #ifdef USE_GTK | 313 | #ifdef USE_GTK |
| 318 | GTK_OBJ= gtkutil.o | 314 | GTK_OBJ= gtkutil.o |
| 319 | #endif | 315 | #endif |
| @@ -449,9 +445,6 @@ LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) LIBTIFF LIBJPEG LIBPNG LIBGIF LIBXPM L | |||
| 449 | LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM | 445 | LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM |
| 450 | #endif /* not HAVE_X11 */ | 446 | #endif /* not HAVE_X11 */ |
| 451 | #else /* not HAVE_X_WINDOWS */ | 447 | #else /* not HAVE_X_WINDOWS */ |
| 452 | #if defined(HAVE_MENUS) && !defined(HAVE_CARBON) | ||
| 453 | XMENU_OBJ = xmenu.o | ||
| 454 | #endif | ||
| 455 | #endif /* not HAVE_X_WINDOWS */ | 448 | #endif /* not HAVE_X_WINDOWS */ |
| 456 | 449 | ||
| 457 | LIBSOUND= @LIBSOUND@ | 450 | LIBSOUND= @LIBSOUND@ |
| @@ -577,7 +570,7 @@ emacsappsrc = ${srcdir}/../mac/Emacs.app/ | |||
| 577 | 570 | ||
| 578 | /* lastfile must follow all files | 571 | /* lastfile must follow all files |
| 579 | whose initialized data areas should be dumped as pure by dump-emacs. */ | 572 | whose initialized data areas should be dumped as pure by dump-emacs. */ |
| 580 | obj= dispnew.o frame.o scroll.o xdisp.o $(XMENU_OBJ) window.o \ | 573 | obj= dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o \ |
| 581 | charset.o coding.o category.o ccl.o \ | 574 | charset.o coding.o category.o ccl.o \ |
| 582 | cm.o term.o xfaces.o $(XOBJ) $(GTK_OBJ)\ | 575 | cm.o term.o xfaces.o $(XOBJ) $(GTK_OBJ)\ |
| 583 | emacs.o keyboard.o macros.o keymap.o sysdep.o \ | 576 | emacs.o keyboard.o macros.o keymap.o sysdep.o \ |
| @@ -596,7 +589,7 @@ obj= dispnew.o frame.o scroll.o xdisp.o $(XMENU_OBJ) window.o \ | |||
| 596 | These go in the DOC file on all machines | 589 | These go in the DOC file on all machines |
| 597 | in case they are needed there. */ | 590 | in case they are needed there. */ |
| 598 | SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \ | 591 | SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \ |
| 599 | xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \ | 592 | xterm.o xfns.o xselect.o xrdb.o xsmfns.o fringe.o image.o \ |
| 600 | mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o \ | 593 | mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o \ |
| 601 | w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \ | 594 | w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \ |
| 602 | w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o | 595 | w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o |