From: Juanma Barranquero Date: Sun, 2 Sep 2012 02:22:33 +0000 (+0200) Subject: src/makefile.w32-in: Update dependencies. X-Git-Tag: emacs-24.2.90~442 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c49a40bbad123ce3c7e07b097174abadd95e750;p=emacs.git src/makefile.w32-in: Update dependencies. (CCL_H, W32FONT_H): New macros. (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O)) ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O)) ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O)) ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O)) ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O)) ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update. --- diff --git a/src/ChangeLog b/src/ChangeLog index e186b8af87f..095effcf3bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2012-09-02 Juanma Barranquero + + * makefile.w32-in (CCL_H, W32FONT_H): New macros. + (ATIMER_H, FONT_H, $(BLD)/alloc.$(O), $(BLD)/callproc.$(O)) + ($(BLD)/editfns.$(O), $(BLD)/ccl.$(O), $(BLD)/chartab.$(O)) + ($(BLD)/coding.$(O), $(BLD)/sysdep.$(O), $(BLD)/fontset.$(O)) + ($(BLD)/sysdep.$(O), $(BLD)/w32fns.$(O), $(BLD)/keyboard.$(O)) + ($(BLD)/w32term.$(O), $(BLD)/w32menu.$(O), $(BLD)/process.$(O)) + ($(BLD)/w32font.$(O), $(BLD)/w32uniscribe.$(O)): Update dependencies. + 2012-09-01 Eli Zaretskii * w32uniscribe.c (uniscribe_shape): Handle correctly the case of diff --git a/src/makefile.w32-in b/src/makefile.w32-in index e5959e0b1a5..a8dcf5f2ae8 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -390,6 +390,7 @@ SYSTIME_H = $(SRC)/systime.h \ $(NT_INC)/sys/time.h \ $(GNU_LIB)/timespec.h ATIMER_H = $(SRC)/atimer.h \ + $(NT_INC)/stdbool.h \ $(SYSTIME_H) BLOCKINPUT_H = $(SRC)/blockinput.h \ $(ATIMER_H) @@ -401,6 +402,8 @@ CAREADLINKAT_H = $(GNU_LIB)/careadlinkat.h \ $(NT_INC)/unistd.h CHARACTER_H = $(SRC)/character.h \ $(GNU_LIB)/verify.h +CCL_H = $(SRC)/ccl.h \ + $(CHARACTER_H) CHARSET_H = $(SRC)/charset.h \ $(GNU_LIB)/verify.h CODING_H = $(SRC)/coding.h \ @@ -422,7 +425,7 @@ DISPEXTERN_H = $(SRC)/dispextern.h \ FILEMODE_H = $(GNU_LIB)/filemode.h \ $(NT_INC)/sys/stat.h FONT_H = $(SRC)/font.h \ - $(SRC)/ccl.h + $(CCL_H) FRAME_H = $(SRC)/frame.h \ $(DISPEXTERN_H) FTOASTR_H = $(GNU_LIB)/ftoastr.h \ @@ -469,6 +472,8 @@ SYSTTY_H = $(SRC)/systty.h \ $(NT_INC)/unistd.h TERMHOOKS_H = $(SRC)/termhooks.h \ $(SYSTIME_H) +W32FONT_H = $(SRC)/w32font.h \ + $(FONT_H) W32TERM_H = $(SRC)/w32term.h \ $(W32GUI_H) WINDOW_H = $(SRC)/window.h \ @@ -480,7 +485,6 @@ $(BLD)/alloc.$(O) : \ $(SRC)/syssignal.h \ $(SRC)/w32.h \ $(NT_INC)/unistd.h \ - $(GNU_LIB)/execinfo.h \ $(GNU_LIB)/verify.h \ $(BLOCKINPUT_H) \ $(BUFFER_H) \ @@ -554,7 +558,6 @@ $(BLD)/callint.$(O) : \ $(BLD)/callproc.$(O) : \ $(SRC)/callproc.c \ - $(SRC)/ccl.h \ $(SRC)/commands.h \ $(SRC)/composite.h \ $(SRC)/epaths.h \ @@ -564,6 +567,7 @@ $(BLD)/callproc.$(O) : \ $(NT_INC)/unistd.h \ $(BLOCKINPUT_H) \ $(BUFFER_H) \ + $(CCL_H) \ $(CHARACTER_H) \ $(CODING_H) \ $(CONFIG_H) \ @@ -603,7 +607,7 @@ $(BLD)/category.$(O) : \ $(BLD)/ccl.$(O) : \ $(SRC)/ccl.c \ - $(SRC)/ccl.h \ + $(CCL_H) \ $(CHARACTER_H) \ $(CHARSET_H) \ $(CODING_H) \ @@ -635,7 +639,7 @@ $(BLD)/charset.$(O) : \ $(BLD)/chartab.$(O) : \ $(SRC)/chartab.c \ - $(SRC)/ccl.h \ + $(CCL_H) \ $(CHARACTER_H) \ $(CHARSET_H) \ $(CONFIG_H) \ @@ -657,9 +661,9 @@ $(BLD)/cmds.$(O) : \ $(BLD)/coding.$(O) : \ $(SRC)/coding.c \ - $(SRC)/ccl.h \ $(SRC)/composite.h \ $(BUFFER_H) \ + $(CCL_H) \ $(CHARACTER_H) \ $(CHARSET_H) \ $(CODING_H) \ @@ -803,6 +807,7 @@ $(BLD)/emacs.$(O) : \ $(PROCESS_H) \ $(SYSTTY_H) \ $(TERMHOOKS_H) \ + $(W32TERM_H) \ $(WINDOW_H) $(BLD)/eval.$(O) : \ @@ -898,10 +903,10 @@ $(BLD)/font.$(O) : \ $(BLD)/fontset.$(O) : \ $(SRC)/fontset.c \ - $(SRC)/ccl.h \ $(SRC)/fontset.h \ $(BLOCKINPUT_H) \ $(BUFFER_H) \ + $(CCL_H) \ $(CHARACTER_H) \ $(CHARSET_H) \ $(CONFIG_H) \ @@ -1269,6 +1274,7 @@ $(BLD)/process.$(O) : \ $(SYSTIME_H) \ $(SYSTTY_H) \ $(TERMHOOKS_H) \ + $(W32TERM_H) \ $(WINDOW_H) $(BLD)/ralloc.$(O) : \ @@ -1524,14 +1530,13 @@ $(BLD)/xfaces.$(O) : \ $(BLD)/w32fns.$(O) : \ $(SRC)/w32fns.c \ - $(SRC)/ccl.h \ $(SRC)/epaths.h \ $(SRC)/fontset.h \ $(SRC)/w32.h \ - $(SRC)/w32font.h \ $(SRC)/w32heap.h \ $(BLOCKINPUT_H) \ $(BUFFER_H) \ + $(CCL_H) \ $(CHARACTER_H) \ $(CHARSET_H) \ $(CODING_H) \ @@ -1544,6 +1549,7 @@ $(BLD)/w32fns.$(O) : \ $(LISP_H) \ $(SYSTIME_H) \ $(TERMHOOKS_H) \ + $(W32FONT_H) \ $(W32TERM_H) \ $(WINDOW_H) @@ -1568,18 +1574,17 @@ $(BLD)/w32menu.$(O) : \ $(BLD)/w32term.$(O) : \ $(SRC)/w32term.c \ - $(SRC)/ccl.h \ $(SRC)/disptab.h \ $(SRC)/fontset.h \ $(SRC)/keymap.h \ $(SRC)/termchar.h \ $(SRC)/termopts.h \ - $(SRC)/w32font.h \ $(SRC)/w32heap.h \ $(NT_INC)/sys/stat.h \ $(ATIMER_H) \ $(BLOCKINPUT_H) \ $(BUFFER_H) \ + $(CCL_H) \ $(CHARACTER_H) \ $(CHARSET_H) \ $(CODING_H) \ @@ -1594,6 +1599,7 @@ $(BLD)/w32term.$(O) : \ $(SYSTIME_H) \ $(SYSTTY_H) \ $(TERMHOOKS_H) \ + $(W32FONT_H) \ $(W32TERM_H) \ $(WINDOW_H) @@ -1629,7 +1635,6 @@ $(BLD)/w32xfns.$(O) : \ $(BLD)/w32font.$(O) : \ $(SRC)/w32font.c \ $(SRC)/fontset.h \ - $(SRC)/w32font.h \ $(CHARACTER_H) \ $(CHARSET_H) \ $(CODING_H) \ @@ -1638,13 +1643,13 @@ $(BLD)/w32font.$(O) : \ $(FONT_H) \ $(FRAME_H) \ $(LISP_H) \ + $(W32FONT_H) \ $(W32TERM_H) $(BLD)/w32uniscribe.$(O) : \ $(SRC)/w32uniscribe.c \ $(SRC)/composite.h \ $(SRC)/fontset.h \ - $(SRC)/w32font.h \ $(CHARACTER_H) \ $(CHARSET_H) \ $(CONFIG_H) \ @@ -1652,6 +1657,7 @@ $(BLD)/w32uniscribe.$(O) : \ $(FONT_H) \ $(FRAME_H) \ $(LISP_H) \ + $(W32FONT_H) \ $(W32TERM_H) # Each object file depends on stamp_BLD, because in parallel builds we must