[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r103686: src/makefile.w32-in: Update
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r103686: src/makefile.w32-in: Update dependencies. |
Date: |
Sat, 19 Mar 2011 04:22:14 +0100 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 103686
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2011-03-19 04:22:14 +0100
message:
src/makefile.w32-in: Update dependencies.
modified:
src/ChangeLog
src/makefile.w32-in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2011-03-17 19:55:40 +0000
+++ b/src/ChangeLog 2011-03-19 03:22:14 +0000
@@ -1,3 +1,7 @@
+2011-03-19 Juanma Barranquero <address@hidden>
+
+ * makefile.w32-in: Update dependencies.
+
2011-03-17 Eli Zaretskii <address@hidden>
* makefile.w32-in ($(BLD)/unexw32.$(O)): Depend on $(SRC)/unexec.h.
=== modified file 'src/makefile.w32-in'
--- a/src/makefile.w32-in 2011-03-17 19:55:40 +0000
+++ b/src/makefile.w32-in 2011-03-19 03:22:14 +0000
@@ -221,7 +221,7 @@
region-cache.c sound.c atimer.c \
doprnt.c intervals.c textprop.c composite.c
SOME_MACHINE_OBJECTS = dosfns.o msdos.o \
- xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o dbusbind.o
+ xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o dbusbind.o
obj = $(GLOBAL_SOURCES:.c=.o)
globals.h: gl-stamp
@@ -386,6 +386,7 @@
$(EMACS_ROOT)/nt/inc/unistd.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
$(LISP_H) \
+ $(PROCESS_H) \
$(SRC)/atimer.h \
$(SRC)/blockinput.h \
$(SRC)/buffer.h \
@@ -396,7 +397,6 @@
$(SRC)/frame.h \
$(SRC)/intervals.h \
$(SRC)/keyboard.h \
- $(PROCESS_H) \
$(SRC)/puresize.h \
$(SRC)/syssignal.h \
$(SRC)/systime.h \
@@ -484,8 +484,10 @@
$(CONFIG_H) \
$(EMACS_ROOT)/nt/inc/unistd.h \
$(EMACS_ROOT)/nt/inc/sys/file.h \
+ $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
$(LISP_H) \
+ $(PROCESS_H) \
$(SRC)/atimer.h \
$(SRC)/blockinput.h \
$(SRC)/buffer.h \
@@ -497,7 +499,6 @@
$(SRC)/dispextern.h \
$(SRC)/epaths.h \
$(SRC)/frame.h \
- $(PROCESS_H) \
$(SRC)/syssignal.h \
$(SRC)/systime.h \
$(SRC)/systty.h \
@@ -653,16 +654,16 @@
$(EMACS_ROOT)/nt/inc/unistd.h \
$(EMACS_ROOT)/nt/inc/sys/dir.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
- $(LISP_H) \
- $(SRC)/atimer.h \
- $(SRC)/blockinput.h \
- $(SRC)/buffer.h \
- $(SRC)/character.h \
- $(SRC)/charset.h \
- $(SRC)/coding.h \
- $(SRC)/commands.h \
- $(SRC)/composite.h \
$(EMACS_ROOT)/lib/filemode.h \
+ $(LISP_H) \
+ $(SRC)/atimer.h \
+ $(SRC)/blockinput.h \
+ $(SRC)/buffer.h \
+ $(SRC)/character.h \
+ $(SRC)/charset.h \
+ $(SRC)/coding.h \
+ $(SRC)/commands.h \
+ $(SRC)/composite.h \
$(SRC)/ndir.h \
$(SRC)/regex.h \
$(SRC)/systime.h
@@ -673,6 +674,7 @@
$(EMACS_ROOT)/nt/inc/unistd.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
$(LISP_H) \
+ $(PROCESS_H) \
$(SRC)/atimer.h \
$(SRC)/blockinput.h \
$(SRC)/buffer.h \
@@ -687,7 +689,6 @@
$(SRC)/indent.h \
$(SRC)/intervals.h \
$(SRC)/keyboard.h \
- $(PROCESS_H) \
$(SRC)/syssignal.h \
$(SRC)/systime.h \
$(SRC)/termchar.h \
@@ -726,8 +727,8 @@
$(EMACS_ROOT)/nt/inc/pwd.h \
$(EMACS_ROOT)/nt/inc/unistd.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
+ $(EMACS_ROOT)/lib/intprops.h \
$(EMACS_ROOT)/lib/strftime.h \
- $(EMACS_ROOT)/lib/intprops.h \
$(LISP_H) \
$(SRC)/atimer.h \
$(SRC)/blockinput.h \
@@ -747,8 +748,10 @@
$(CONFIG_H) \
$(EMACS_ROOT)/nt/inc/unistd.h \
$(EMACS_ROOT)/nt/inc/sys/file.h \
+ $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
$(LISP_H) \
+ $(PROCESS_H) \
$(SRC)/atimer.h \
$(SRC)/blockinput.h \
$(SRC)/buffer.h \
@@ -757,15 +760,14 @@
$(SRC)/composite.h \
$(SRC)/dispextern.h \
$(SRC)/frame.h \
- $(SRC)/gnutls.h \
$(SRC)/intervals.h \
$(SRC)/keyboard.h \
$(SRC)/keymap.h \
- $(PROCESS_H) \
$(SRC)/syssignal.h \
$(SRC)/systime.h \
$(SRC)/systty.h \
$(SRC)/termhooks.h \
+ $(SRC)/unexec.h \
$(SRC)/w32.h \
$(SRC)/w32gui.h \
$(SRC)/w32heap.h \
@@ -837,6 +839,7 @@
$(CONFIG_H) \
$(EMACS_ROOT)/nt/inc/langinfo.h \
$(EMACS_ROOT)/nt/inc/nl_types.h \
+ $(EMACS_ROOT)/nt/inc/stdint.h \
$(EMACS_ROOT)/nt/inc/unistd.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
$(EMACS_ROOT)/lib/md5.h \
@@ -1030,6 +1033,7 @@
$(EMACS_ROOT)/nt/inc/sys/ioctl.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
$(LISP_H) \
+ $(PROCESS_H) \
$(SRC)/atimer.h \
$(SRC)/blockinput.h \
$(SRC)/buffer.h \
@@ -1044,7 +1048,6 @@
$(SRC)/keyboard.h \
$(SRC)/keymap.h \
$(SRC)/macros.h \
- $(PROCESS_H) \
$(SRC)/puresize.h \
$(SRC)/syntax.h \
$(SRC)/syssignal.h \
@@ -1182,11 +1185,11 @@
$(EMACS_ROOT)/nt/inc/sys/socket.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
$(LISP_H) \
+ $(PROCESS_H) \
$(SRC)/coding.h \
$(SRC)/composite.h \
$(SRC)/dispextern.h \
$(SRC)/ndir.h \
- $(PROCESS_H) \
$(SRC)/systime.h \
$(SRC)/w32.h \
$(SRC)/w32gui.h \
@@ -1225,11 +1228,11 @@
$(EMACS_ROOT)/nt/inc/sys/file.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
$(LISP_H) \
+ $(PROCESS_H) \
$(SRC)/character.h \
$(SRC)/coding.h \
$(SRC)/composite.h \
$(SRC)/dispextern.h \
- $(PROCESS_H) \
$(SRC)/syssignal.h \
$(SRC)/systime.h \
$(SRC)/syswait.h \
@@ -1261,6 +1264,7 @@
$(EMACS_ROOT)/lib/ftoastr.h \
$(EMACS_ROOT)/lib/intprops.h \
$(LISP_H) \
+ $(PROCESS_H) \
$(SRC)/atimer.h \
$(SRC)/blockinput.h \
$(SRC)/buffer.h \
@@ -1274,7 +1278,6 @@
$(SRC)/frame.h \
$(SRC)/intervals.h \
$(SRC)/keyboard.h \
- $(PROCESS_H) \
$(SRC)/systime.h \
$(SRC)/termchar.h \
$(SRC)/termhooks.h \
@@ -1289,9 +1292,11 @@
$(EMACS_ROOT)/nt/inc/arpa/inet.h \
$(EMACS_ROOT)/nt/inc/netinet/in.h \
$(EMACS_ROOT)/nt/inc/sys/file.h \
+ $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
$(EMACS_ROOT)/nt/inc/sys/socket.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
$(LISP_H) \
+ $(PROCESS_H) \
$(SRC)/atimer.h \
$(SRC)/blockinput.h \
$(SRC)/buffer.h \
@@ -1302,7 +1307,6 @@
$(SRC)/dispextern.h \
$(SRC)/frame.h \
$(SRC)/keyboard.h \
- $(PROCESS_H) \
$(SRC)/sysselect.h \
$(SRC)/syssignal.h \
$(SRC)/systime.h \
@@ -1415,10 +1419,12 @@
$(EMACS_ROOT)/nt/inc/pwd.h \
$(EMACS_ROOT)/nt/inc/unistd.h \
$(EMACS_ROOT)/nt/inc/sys/file.h \
+ $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
$(EMACS_ROOT)/nt/inc/sys/socket.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
$(EMACS_ROOT)/lib/ignore-value.h \
$(LISP_H) \
+ $(PROCESS_H) \
$(SRC)/atimer.h \
$(SRC)/blockinput.h \
$(SRC)/cm.h \
@@ -1427,7 +1433,6 @@
$(SRC)/dispextern.h \
$(SRC)/frame.h \
$(SRC)/keyboard.h \
- $(PROCESS_H) \
$(SRC)/sysselect.h \
$(SRC)/syssignal.h \
$(SRC)/systime.h \
@@ -1445,6 +1450,7 @@
$(CONFIG_H) \
$(EMACS_ROOT)/nt/inc/unistd.h \
$(EMACS_ROOT)/nt/inc/sys/file.h \
+ $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
$(LISP_H) \
$(SRC)/atimer.h \
@@ -1500,9 +1506,9 @@
$(BLD)/tparam.$(O) : \
$(SRC)/tparam.c \
- $(SRC)/tparam.h \
$(CONFIG_H) \
- $(LISP_H)
+ $(LISP_H) \
+ $(SRC)/tparam.h
$(BLD)/undo.$(O) : \
$(SRC)/undo.c \
@@ -1516,8 +1522,8 @@
$(BLD)/unexw32.$(O) : \
$(SRC)/unexw32.c \
+ $(CONFIG_H) \
$(SRC)/unexec.h \
- $(CONFIG_H) \
$(SRC)/w32heap.h
$(BLD)/vm-limit.$(O) : \
@@ -1557,6 +1563,7 @@
$(EMACS_ROOT)/nt/inc/unistd.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
$(LISP_H) \
+ $(PROCESS_H) \
$(SRC)/atimer.h \
$(SRC)/blockinput.h \
$(SRC)/buffer.h \
@@ -1576,7 +1583,6 @@
$(SRC)/keyboard.h \
$(SRC)/keymap.h \
$(SRC)/macros.h \
- $(PROCESS_H) \
$(SRC)/region-cache.h \
$(SRC)/systime.h \
$(SRC)/termchar.h \
@@ -1668,8 +1674,10 @@
$(SRC)/w32term.c \
$(CONFIG_H) \
$(EMACS_ROOT)/nt/inc/unistd.h \
+ $(EMACS_ROOT)/nt/inc/sys/ioctl.h \
$(EMACS_ROOT)/nt/inc/sys/time.h \
$(LISP_H) \
+ $(PROCESS_H) \
$(SRC)/atimer.h \
$(SRC)/blockinput.h \
$(SRC)/buffer.h \
@@ -1686,7 +1694,6 @@
$(SRC)/intervals.h \
$(SRC)/keyboard.h \
$(SRC)/keymap.h \
- $(PROCESS_H) \
$(SRC)/systime.h \
$(SRC)/systty.h \
$(SRC)/termchar.h \
@@ -1709,7 +1716,6 @@
$(SRC)/charset.h \
$(SRC)/coding.h \
$(SRC)/composite.h \
- $(SRC)/keyboard.h \
$(SRC)/systime.h \
$(SRC)/w32gui.h \
$(SRC)/w32heap.h \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r103686: src/makefile.w32-in: Update dependencies.,
Juanma Barranquero <=