2003-10-02 Jason Rumney <jasonr@gnu.org>
+ * makefile.w32-in (emacs.o, coding.o, bytecode.o): Sync
+ dependancies with Makefile.in.
+ (alloca.o): Remove.
+
* w32fns.c (w32_load_system_font): Clear all members of FONTP before
filling them.
OBJ1 = $(BLD)/abbrev.$(O) \
$(BLD)/alloc.$(O) \
- $(BLD)/alloca.$(O) \
$(BLD)/atimer.$(O) \
$(BLD)/buffer.$(O) \
$(BLD)/bytecode.$(O) \
$(SRC)/w32gui.h \
$(SRC)/window.h
-$(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
-
$(BLD)/atimer.$(O) : \
$(SRC)/atimer.c \
$(EMACS_ROOT)/src/s/ms-w32.h \
$(EMACS_ROOT)/src/config.h \
$(SRC)/buffer.h \
$(SRC)/charset.h \
- $(SRC)/syntax.h
+ $(SRC)/syntax.h \
+ $(SRC)/window.h
$(BLD)/callint.$(O) : \
$(SRC)/callint.c \
$(SRC)/coding.h \
$(SRC)/composite.h \
$(SRC)/dispextern.h \
+ $(SRC)/intervals.h \
$(SRC)/w32bdf.h \
$(SRC)/w32gui.h \
$(SRC)/window.h
$(SRC)/systty.h \
$(SRC)/termhooks.h \
$(SRC)/w32bdf.h \
- $(SRC)/w32gui.h
+ $(SRC)/w32gui.h \
+ $(SRC)/window.h
$(BLD)/eval.$(O) : \
$(SRC)/eval.c \