/[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.304 by kfstorm, Tue Nov 2 10:09:50 2004 UTC revision 1.305 by jhd, Tue Nov 9 08:19:51 2004 UTC
# Line 596  obj=    dispnew.o frame.o scroll.o xdisp Line 596  obj=    dispnew.o frame.o scroll.o xdisp
596     These go in the DOC file on all machines     These go in the DOC file on all machines
597     in case they are needed there.  */     in case they are needed there.  */
598  SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \  SOME_MACHINE_OBJECTS = sunfns.o dosfns.o msdos.o \
599    xterm.o xfns.o xmenu.o xselect.o xrdb.o \    xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \
600    mac.o macterm.o macfns.o macmenu.o fontset.o    mac.o macterm.o macfns.o macmenu.o fontset.o \
601      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
603    
604    
605  #ifdef TERMINFO  #ifdef TERMINFO
# Line 944  ${libsrc}make-docfile${EXEEXT}: Line 946  ${libsrc}make-docfile${EXEEXT}:
946  #endif  #endif
947    
948  temacs${EXEEXT}: MAKE_PARALLEL $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_MACHINE prefix-args${EXEEXT}  temacs${EXEEXT}: MAKE_PARALLEL $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} OBJECTS_MACHINE prefix-args${EXEEXT}
949            echo "${obj} ${otherobj} " OBJECTS_MACHINE > buildobj.lst
950          $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \          $(LD) YMF_PASS_LDFLAGS (${STARTFLAGS} ${TEMACS_LDFLAGS}) $(LDFLAGS) \
951      -o temacs ${STARTFILES} ${obj} ${otherobj}  \      -o temacs ${STARTFILES} ${obj} ${otherobj}  \
952      OBJECTS_MACHINE ${LIBES}      OBJECTS_MACHINE ${LIBES}
# Line 1272  mostlyclean: Line 1275  mostlyclean:
1275          rm -f temacs${EXEEXT} prefix-args${EXEEXT} core *.core \#* *.o libXMenu11.a liblw.a          rm -f temacs${EXEEXT} prefix-args${EXEEXT} core *.core \#* *.o libXMenu11.a liblw.a
1276          rm -f ../etc/DOC          rm -f ../etc/DOC
1277          rm -f bootstrap-emacs${EXEEXT}          rm -f bootstrap-emacs${EXEEXT}
1278            rm -f buildobj.lst
1279  clean: mostlyclean  clean: mostlyclean
1280          rm -f emacs-*${EXEEXT} emacs${EXEEXT}          rm -f emacs-*${EXEEXT} emacs${EXEEXT}
1281  /**/# This is used in making a distribution.  /**/# This is used in making a distribution.

Legend:
Removed from v.1.304  
changed lines
  Added in v.1.305

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