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: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/Makefile.in
Date: Tue, 09 Nov 2004 03:43:20 -0500

Index: emacs/src/Makefile.in
diff -c emacs/src/Makefile.in:1.304 emacs/src/Makefile.in:1.305
*** emacs/src/Makefile.in:1.304 Tue Nov  2 10:09:50 2004
--- emacs/src/Makefile.in       Tue Nov  9 08:19:51 2004
***************
*** 596,603 ****
     These go in the DOC file on all machines
     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 \
!   mac.o macterm.o macfns.o macmenu.o fontset.o
  
  
  #ifdef TERMINFO
--- 596,605 ----
     These go in the DOC file on all machines
     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
  
  
  #ifdef TERMINFO
***************
*** 944,949 ****
--- 946,952 ----
  #endif
  
  temacs${EXEEXT}: MAKE_PARALLEL $(LOCALCPP) $(STARTFILES) stamp-oldxmenu 
${obj} ${otherobj} OBJECTS_MACHINE prefix-args${EXEEXT}
+       echo "${obj} ${otherobj} " OBJECTS_MACHINE > buildobj.lst
        $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \
      -o temacs ${STARTFILES} ${obj} ${otherobj}  \
      OBJECTS_MACHINE ${LIBES}
***************
*** 1272,1277 ****
--- 1275,1281 ----
        rm -f temacs${EXEEXT} prefix-args${EXEEXT} core *.core \#* *.o 
libXMenu11.a liblw.a
        rm -f ../etc/DOC
        rm -f bootstrap-emacs${EXEEXT}
+       rm -f buildobj.lst
  clean: mostlyclean
        rm -f emacs-*${EXEEXT} emacs${EXEEXT}
  /**/# This is used in making a distribution.




reply via email to

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