emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/Makefile.in


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/Makefile.in
Date: Sun, 24 Apr 2005 02:02:27 -0400

Index: emacs/src/Makefile.in
diff -c emacs/src/Makefile.in:1.309 emacs/src/Makefile.in:1.310
*** emacs/src/Makefile.in:1.309 Sat Apr 16 03:07:33 2005
--- emacs/src/Makefile.in       Sun Apr 24 06:02:27 2005
***************
*** 570,576 ****
  
  #ifdef HAVE_CARBON
  mac = $(dot)$(dot)/mac/
! MAC_OBJ = mac.o macterm.o macfns.o macmenu.o fontset.o fringe.o image.o
  emacsapp = $(PWD)/$(mac)Emacs.app/
  emacsappsrc = ${srcdir}/../mac/Emacs.app/
  #endif
--- 570,576 ----
  
  #ifdef HAVE_CARBON
  mac = $(dot)$(dot)/mac/
! MAC_OBJ = mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o 
image.o
  emacsapp = $(PWD)/$(mac)Emacs.app/
  emacsappsrc = ${srcdir}/../mac/Emacs.app/
  #endif
***************
*** 597,603 ****
     in case they are needed there.  */
  SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \
    xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \
!   mac.o macterm.o macfns.o macmenu.o fontset.o \
    w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \
    w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o
  
--- 597,603 ----
     in case they are needed there.  */
  SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \
    xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \
!   mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o \
    w32.o w32bdf.o w32console.o w32fns.o w32heap.o w32inevt.o \
    w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o
  
***************
*** 1235,1241 ****
    scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o xfns.o xmenu.o \
    xterm.o xselect.o sound.o: macgui.h
  mac.o: mac.c process.h sysselect.h blockinput.h atimer.h systime.h charset.h \
!   coding.h $(config_h)
  macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \
    dispextern.h macgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \
    atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h)
--- 1235,1241 ----
    scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o xfns.o xmenu.o \
    xterm.o xselect.o sound.o: macgui.h
  mac.o: mac.c process.h sysselect.h blockinput.h atimer.h systime.h charset.h \
!   coding.h ccl.h $(config_h)
  macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \
    dispextern.h macgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \
    atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h)
***************
*** 1245,1250 ****
--- 1245,1251 ----
    frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h termopts.h \
    termchar.h gnu.h disptab.h buffer.h window.h keyboard.h $(INTERVAL_SRC) \
    process.h coding.h $(config_h)
+ macselect.o: blockinput.h macterm.h macgui.h frame.h $(config_h)
  
  ${emacsapp}Contents/Resources/English.lproj:
        mkdir -p $@




reply via email to

[Prev in Thread] Current Thread [Next in Thread]