/[emacs]/emacs/src/makefile.w32-in
ViewVC logotype

Diff of /emacs/src/makefile.w32-in

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

revision 1.25 by miles, Mon Sep 1 15:45:56 2003 UTC revision 1.26 by jasonr, Thu Oct 2 23:16:02 2003 UTC
# Line 55  OBJ0 =  $(BLD)/emacs.$(O) Line 55  OBJ0 =  $(BLD)/emacs.$(O)
55    
56  OBJ1 =  $(BLD)/abbrev.$(O)                      \  OBJ1 =  $(BLD)/abbrev.$(O)                      \
57          $(BLD)/alloc.$(O)                       \          $(BLD)/alloc.$(O)                       \
         $(BLD)/alloca.$(O)                      \  
58          $(BLD)/atimer.$(O)                      \          $(BLD)/atimer.$(O)                      \
59          $(BLD)/buffer.$(O)                      \          $(BLD)/buffer.$(O)                      \
60          $(BLD)/bytecode.$(O)                    \          $(BLD)/bytecode.$(O)                    \
# Line 288  $(BLD)/alloc.$(O) : \ Line 287  $(BLD)/alloc.$(O) : \
287          $(SRC)/w32gui.h \          $(SRC)/w32gui.h \
288          $(SRC)/window.h          $(SRC)/window.h
289    
 $(BLD)/alloca.$(O) : \  
         $(SRC)/alloca.c \  
         $(EMACS_ROOT)/src/s/ms-w32.h \  
         $(EMACS_ROOT)/src/m/intel386.h \  
         $(EMACS_ROOT)/src/config.h \  
         $(SRC)/s/ms-w32.h \  
         $(SRC)/m/intel386.h \  
         $(SRC)/config.h \  
         $(SRC)/atimer.h \  
         $(SRC)/blockinput.h \  
         $(SRC)/systime.h  
   
290  $(BLD)/atimer.$(O) : \  $(BLD)/atimer.$(O) : \
291          $(SRC)/atimer.c \          $(SRC)/atimer.c \
292          $(EMACS_ROOT)/src/s/ms-w32.h \          $(EMACS_ROOT)/src/s/ms-w32.h \
# Line 342  $(BLD)/bytecode.$(O) : \ Line 329  $(BLD)/bytecode.$(O) : \
329          $(EMACS_ROOT)/src/config.h \          $(EMACS_ROOT)/src/config.h \
330          $(SRC)/buffer.h \          $(SRC)/buffer.h \
331          $(SRC)/charset.h \          $(SRC)/charset.h \
332          $(SRC)/syntax.h          $(SRC)/syntax.h \
333            $(SRC)/window.h
334    
335  $(BLD)/callint.$(O) : \  $(BLD)/callint.$(O) : \
336          $(SRC)/callint.c \          $(SRC)/callint.c \
# Line 464  $(BLD)/coding.$(O) : \ Line 452  $(BLD)/coding.$(O) : \
452          $(SRC)/coding.h \          $(SRC)/coding.h \
453          $(SRC)/composite.h \          $(SRC)/composite.h \
454          $(SRC)/dispextern.h \          $(SRC)/dispextern.h \
455            $(SRC)/intervals.h \
456          $(SRC)/w32bdf.h \          $(SRC)/w32bdf.h \
457          $(SRC)/w32gui.h \          $(SRC)/w32gui.h \
458          $(SRC)/window.h          $(SRC)/window.h
# Line 597  $(BLD)/emacs.$(O) : \ Line 586  $(BLD)/emacs.$(O) : \
586          $(SRC)/systty.h \          $(SRC)/systty.h \
587          $(SRC)/termhooks.h \          $(SRC)/termhooks.h \
588          $(SRC)/w32bdf.h \          $(SRC)/w32bdf.h \
589          $(SRC)/w32gui.h          $(SRC)/w32gui.h \
590            $(SRC)/window.h
591    
592  $(BLD)/eval.$(O) : \  $(BLD)/eval.$(O) : \
593          $(SRC)/eval.c \          $(SRC)/eval.c \

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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