]> git.eshelyaron.com Git - emacs.git/commitdiff
* makefile.w32-in: Update dependencies.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 11 Mar 2009 01:02:05 +0000 (01:02 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 11 Mar 2009 01:02:05 +0000 (01:02 +0000)
src/ChangeLog
src/makefile.w32-in

index 8886c6582c5c3fa45f03a31d807060a64d8e5216..4199801fe564aa5723514b500ac5b1da166a3d05 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * makefile.w32-in: Update dependencies.
+
 2009-03-06  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * nsfns.m (syms_of_nsfns): Remove Qbuffered.
@@ -16,7 +20,7 @@
        (load_charset_map_from_file): Temporarily bind
        `file-name-handler-alist' to nil while calling openp.  (Bug#2435)
 
-2009-03-06  Aaron Ecay <aaronecay@gmail.com>  (tiny change)
+2009-03-06  Aaron Ecay  <aaronecay@gmail.com>  (tiny change)
 
        * nsterm.m (ns_draw_vertical_window_border): Draw 1 pixel wide,
        not two, and use NSRectFill instead of NSDrawGroove.  (Bug#2352)
index 5618643a77125865c8e87278f135e92d4ad2773e..05696072ec04308a2f569c880d40fe7d0fff2dc2 100644 (file)
@@ -357,6 +357,7 @@ $(BLD)/callint.$(O) : \
        $(SRC)/buffer.h \
        $(SRC)/coding.h \
        $(SRC)/commands.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/keyboard.h \
        $(SRC)/keymap.h \
@@ -420,7 +421,8 @@ $(BLD)/ccl.$(O) : \
        $(SRC)/ccl.h \
        $(SRC)/character.h \
        $(SRC)/charset.h \
-       $(SRC)/coding.h
+       $(SRC)/coding.h \
+       $(SRC)/composite.h
 
 $(BLD)/character.$(O) : \
        $(SRC)/character.c \
@@ -439,6 +441,7 @@ $(BLD)/charset.$(O) : \
        $(SRC)/character.h \
        $(SRC)/charset.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/disptab.h
 
 $(BLD)/chartab.$(O) : \
@@ -466,6 +469,7 @@ $(BLD)/cmds.$(O) : \
        $(SRC)/character.h \
        $(SRC)/coding.h \
        $(SRC)/commands.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/keyboard.h \
        $(SRC)/keymap.h \
@@ -495,11 +499,13 @@ $(BLD)/composite.$(O) : \
        $(SRC)/buffer.h \
        $(SRC)/ccl.h \
        $(SRC)/character.h \
+       $(SRC)/coding.h \
        $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/font.h \
        $(SRC)/frame.h \
        $(SRC)/intervals.h \
+       $(SRC)/termhooks.h \
        $(SRC)/w32gui.h \
        $(SRC)/window.h
 
@@ -508,9 +514,12 @@ $(BLD)/data.$(O) : \
        $(CONFIG_H) \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
        $(SRC)/buffer.h \
+       $(SRC)/ccl.h \
        $(SRC)/character.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
+       $(SRC)/font.h \
        $(SRC)/frame.h \
        $(SRC)/keyboard.h \
        $(SRC)/puresize.h \
@@ -534,6 +543,7 @@ $(BLD)/dired.$(O) : \
        $(SRC)/charset.h \
        $(SRC)/coding.h \
        $(SRC)/commands.h \
+       $(SRC)/composite.h \
        $(SRC)/ndir.h \
        $(SRC)/regex.h \
        $(SRC)/systime.h
@@ -576,6 +586,7 @@ $(BLD)/doc.$(O) : \
        $(SRC)/buffer.h \
        $(SRC)/character.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/keyboard.h \
        $(SRC)/keymap.h \
        $(SRC)/systime.h
@@ -640,6 +651,7 @@ $(BLD)/eval.$(O) : \
        $(SRC)/blockinput.h \
        $(SRC)/coding.h \
        $(SRC)/commands.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/keyboard.h \
        $(SRC)/systime.h \
@@ -675,6 +687,7 @@ $(BLD)/filelock.$(O) : \
        $(SRC)/buffer.h \
        $(SRC)/character.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/systime.h
 
 $(BLD)/filemode.$(O) : \
@@ -765,6 +778,7 @@ $(BLD)/frame.$(O) : \
        $(SRC)/character.h \
        $(SRC)/coding.h \
        $(SRC)/commands.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/font.h \
        $(SRC)/fontset.h \
@@ -807,6 +821,7 @@ $(BLD)/image.$(O) : \
        $(SRC)/ccl.h \
        $(SRC)/character.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/epaths.h \
        $(SRC)/font.h \
@@ -958,6 +973,7 @@ $(BLD)/macros.$(O) : \
        $(SRC)/buffer.h \
        $(SRC)/coding.h \
        $(SRC)/commands.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/keyboard.h \
        $(SRC)/macros.h \
@@ -983,6 +999,7 @@ $(BLD)/menu.$(O) : \
        $(SRC)/atimer.h \
        $(SRC)/blockinput.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/frame.h \
        $(SRC)/keyboard.h \
@@ -1023,6 +1040,7 @@ $(BLD)/w32.$(O) : \
        $(EMACS_ROOT)/nt/inc/sys/socket.h \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/ndir.h \
        $(SRC)/process.h \
@@ -1043,6 +1061,7 @@ $(BLD)/w32inevt.$(O) : \
        $(SRC)/atimer.h \
        $(SRC)/blockinput.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/frame.h \
        $(SRC)/keyboard.h \
@@ -1062,6 +1081,7 @@ $(BLD)/w32proc.$(O) : \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
        $(SRC)/character.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/process.h \
        $(SRC)/syssignal.h \
@@ -1077,6 +1097,7 @@ $(BLD)/w32console.$(O) : \
        $(CONFIG_H) \
        $(SRC)/character.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/disptab.h \
        $(SRC)/frame.h \
@@ -1113,9 +1134,7 @@ $(BLD)/print.$(O) : \
 $(BLD)/process.$(O) : \
        $(SRC)/process.c \
        $(CONFIG_H) \
-       $(EMACS_ROOT)/nt/inc/grp.h \
        $(EMACS_ROOT)/nt/inc/netdb.h \
-       $(EMACS_ROOT)/nt/inc/pwd.h \
        $(EMACS_ROOT)/nt/inc/unistd.h \
        $(EMACS_ROOT)/nt/inc/arpa/inet.h \
        $(EMACS_ROOT)/nt/inc/netinet/in.h \
@@ -1174,6 +1193,7 @@ $(BLD)/scroll.$(O) : \
        $(CONFIG_H) \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/frame.h \
        $(SRC)/keyboard.h \
@@ -1237,7 +1257,9 @@ $(BLD)/syntax.$(O) : \
 $(BLD)/sysdep.$(O) : \
        $(SRC)/sysdep.c \
        $(CONFIG_H) \
+       $(EMACS_ROOT)/nt/inc/grp.h \
        $(EMACS_ROOT)/nt/inc/netdb.h \
+       $(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 \
@@ -1247,6 +1269,7 @@ $(BLD)/sysdep.$(O) : \
        $(SRC)/blockinput.h \
        $(SRC)/cm.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/frame.h \
        $(SRC)/keyboard.h \
@@ -1303,6 +1326,7 @@ $(BLD)/terminal.$(O) : \
        $(EMACS_ROOT)/nt/inc/sys/time.h \
        $(SRC)/charset.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/frame.h \
        $(SRC)/keyboard.h \
@@ -1463,6 +1487,7 @@ $(BLD)/w32menu.$(O) : \
        $(SRC)/character.h \
        $(SRC)/charset.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/frame.h \
        $(SRC)/keyboard.h \
@@ -1540,6 +1565,7 @@ $(BLD)/w32xfns.$(O) : \
        $(SRC)/blockinput.h \
        $(SRC)/charset.h \
        $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/fontset.h \
        $(SRC)/frame.h \
@@ -1554,6 +1580,8 @@ $(BLD)/w32font.$(O) : \
        $(SRC)/ccl.h \
        $(SRC)/character.h \
        $(SRC)/charset.h \
+       $(SRC)/coding.h \
+       $(SRC)/composite.h \
        $(SRC)/dispextern.h \
        $(SRC)/font.h \
        $(SRC)/fontset.h \