/[emacs]/emacs/src/Makefile.in
ViewVC logotype

Diff of /emacs/src/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.314 by rms, Thu Sep 15 13:13:54 2005 UTC revision 1.315 by eliz, Sat Sep 17 09:07:32 2005 UTC
# Line 304  ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(TOO Line 304  ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(TOO
304  #define LIB_X11_LIB -lX11  #define LIB_X11_LIB -lX11
305  #endif  #endif
306    
307    /* xmenu.c should not be compiled on OSX.  */
308    #ifndef HAVE_CARBON
309    XMENU_OBJ = xmenu.o
310    #endif
311    
312  #ifdef HAVE_X_WINDOWS  #ifdef HAVE_X_WINDOWS
313    
314  XOBJ= xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o  XOBJ= xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o
# Line 570  emacsappsrc = ${srcdir}/../mac/Emacs.app Line 575  emacsappsrc = ${srcdir}/../mac/Emacs.app
575    
576  /* lastfile must follow all files  /* lastfile must follow all files
577     whose initialized data areas should be dumped as pure by dump-emacs.  */     whose initialized data areas should be dumped as pure by dump-emacs.  */
578  obj=    dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o \  obj=    dispnew.o frame.o scroll.o xdisp.o $(XMENU_OBJ) window.o \
579          charset.o coding.o category.o ccl.o \          charset.o coding.o category.o ccl.o \
580          cm.o term.o xfaces.o $(XOBJ) $(GTK_OBJ)\          cm.o term.o xfaces.o $(XOBJ) $(GTK_OBJ)\
581          emacs.o keyboard.o macros.o keymap.o sysdep.o \          emacs.o keyboard.o macros.o keymap.o sysdep.o \

Legend:
Removed from v.1.314  
changed lines
  Added in v.1.315

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26