comparison src/Makefile.in @ 65541:418933eb8310

(XMENU_OBJ): Variable deleted. (obj): Use xmenu.o unconditionally. (SOME_MACHINE_OBJECTS): Delete xmenu.o.
author Richard M. Stallman <rms@gnu.org>
date Thu, 15 Sep 2005 13:13:54 +0000
parents a0d1312ede66
children e8ab227fe84d d84f940244dc
comparison
equal deleted inserted replaced
65540:1723cdcfeac6 65541:418933eb8310
308 308
309 XOBJ= xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o 309 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
320 316
321 /* The X Menu stuff is present in the X10 distribution, but missing 317 /* The X Menu stuff is present in the X10 distribution, but missing
447 LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) LIBTIFF LIBJPEG LIBPNG LIBGIF LIBXPM LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM 443 LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) LIBTIFF LIBJPEG LIBPNG LIBGIF LIBXPM LIB_X11_LIB LIBX11_MACHINE LIBX11_SYSTEM
448 #else /* not HAVE_X11 */ 444 #else /* not HAVE_X11 */
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@
458 451
459 #ifndef ORDINARY_LINK 452 #ifndef ORDINARY_LINK
575 emacsappsrc = ${srcdir}/../mac/Emacs.app/ 568 emacsappsrc = ${srcdir}/../mac/Emacs.app/
576 #endif 569 #endif
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 \
584 buffer.o filelock.o insdel.o marker.o \ 577 buffer.o filelock.o insdel.o marker.o \
585 minibuf.o fileio.o dired.o filemode.o \ 578 minibuf.o fileio.o dired.o filemode.o \
594 587
595 /* Object files used on some machine or other. 588 /* Object files used on some machine or other.
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
603 596
604 597