Mercurial > emacs
changeset 89580:fa5b8317a0bb
Add character.h dependancies.
(character.o, chartab.o): New targets.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 11 Oct 2003 22:00:53 +0000 |
parents | f15c12edaf6d |
children | d297605d3dd3 |
files | src/makefile.w32-in |
diffstat | 1 files changed, 70 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.w32-in Thu Oct 09 23:19:34 2003 +0000 +++ b/src/makefile.w32-in Sat Oct 11 22:00:53 2003 +0000 @@ -55,7 +55,6 @@ OBJ1 = $(BLD)/abbrev.$(O) \ $(BLD)/alloc.$(O) \ - $(BLD)/alloca.$(O) \ $(BLD)/atimer.$(O) \ $(BLD)/buffer.$(O) \ $(BLD)/bytecode.$(O) \ @@ -116,6 +115,8 @@ $(BLD)/region-cache.$(O) \ $(BLD)/strftime.$(O) \ $(BLD)/charset.$(O) \ + $(BLD)/character.$(O) \ + $(BLD)/chartab.$(O) \ $(BLD)/coding.$(O) \ $(BLD)/category.$(O) \ $(BLD)/ccl.$(O) \ @@ -260,6 +261,7 @@ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/commands.h \ $(SRC)/dispextern.h \ @@ -275,6 +277,7 @@ $(EMACS_ROOT)/src/config.h \ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/composite.h \ $(SRC)/dispextern.h \ @@ -288,18 +291,6 @@ $(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 \ @@ -342,7 +333,8 @@ $(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 \ @@ -368,6 +360,7 @@ $(EMACS_ROOT)/nt/inc/sys/file.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/commands.h \ @@ -384,6 +377,7 @@ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/commands.h \ $(SRC)/composite.h \ @@ -405,6 +399,7 @@ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ $(SRC)/category.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/keymap.h @@ -414,9 +409,22 @@ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h +$(BLD)/character.$(O) : \ + $(SRC)/character.c \ + $(EMACS_ROOT)/src/s/ms-w32.h \ + $(EMACS_ROOT)/src/m/intel386.h \ + $(EMACS_ROOT)/src/config.h \ + $(SRC)/buffer.h \ + $(SRC)/character.h \ + $(SRC)/charset.h \ + $(SRC)/coding.h \ + $(SRC)/composite.h \ + $(SRC)/disptab.h + $(BLD)/charset.$(O) : \ $(SRC)/charset.c \ $(EMACS_ROOT)/src/s/ms-w32.h \ @@ -424,11 +432,20 @@ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/composite.h \ $(SRC)/disptab.h +$(BLD)/chartab.$(O) : \ + $(SRC)/chartab.c \ + $(EMACS_ROOT)/src/s/ms-w32.h \ + $(EMACS_ROOT)/src/m/intel386.h \ + $(EMACS_ROOT)/src/config.h \ + $(SRC)/charset.h \ + $(SRC)/character.h + $(BLD)/cm.$(O) : \ $(SRC)/cm.c \ $(EMACS_ROOT)/src/s/ms-w32.h \ @@ -443,6 +460,7 @@ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/commands.h \ $(SRC)/dispextern.h \ @@ -460,10 +478,12 @@ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/composite.h \ $(SRC)/dispextern.h \ + $(SRC)/intervals.h \ $(SRC)/w32bdf.h \ $(SRC)/w32gui.h \ $(SRC)/window.h @@ -474,6 +494,7 @@ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/composite.h \ $(SRC)/dispextern.h \ @@ -487,6 +508,7 @@ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/frame.h \ $(SRC)/keyboard.h \ @@ -500,6 +522,7 @@ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/commands.h \ @@ -517,6 +540,7 @@ $(SRC)/atimer.h \ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/cm.h \ $(SRC)/commands.h \ @@ -545,6 +569,7 @@ $(EMACS_ROOT)/src/config.h \ $(EMACS_ROOT)/nt/inc/sys/file.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/keyboard.h \ $(SRC)/keymap.h @@ -554,6 +579,7 @@ $(EMACS_ROOT)/src/s/ms-w32.h \ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ + $(SRC)/character.h \ $(SRC)/charset.c $(BLD)/editfns.$(O) : \ @@ -564,6 +590,7 @@ $(EMACS_ROOT)/nt/inc/pwd.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/composite.h \ @@ -597,7 +624,8 @@ $(SRC)/systty.h \ $(SRC)/termhooks.h \ $(SRC)/w32bdf.h \ - $(SRC)/w32gui.h + $(SRC)/w32gui.h \ + $(SRC)/window.h $(BLD)/eval.$(O) : \ $(SRC)/eval.c \ @@ -623,6 +651,7 @@ $(EMACS_ROOT)/nt/inc/sys/file.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/commands.h \ @@ -644,6 +673,7 @@ $(EMACS_ROOT)/src/epaths.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/systime.h @@ -679,6 +709,7 @@ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/commands.h \ @@ -701,6 +732,7 @@ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/dispextern.h \ $(SRC)/fontset.h \ @@ -718,6 +750,7 @@ $(SRC)/atimer.h \ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/commands.h \ $(SRC)/dispextern.h \ @@ -746,6 +779,7 @@ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ $(SRC)/category.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/composite.h \ $(SRC)/dispextern.h \ @@ -769,6 +803,7 @@ $(SRC)/atimer.h \ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/composite.h \ $(SRC)/dispextern.h \ @@ -804,6 +839,7 @@ $(SRC)/atimer.h \ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/commands.h \ $(SRC)/composite.h \ @@ -835,6 +871,7 @@ $(SRC)/atimer.h \ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/commands.h \ $(SRC)/composite.h \ @@ -863,6 +900,7 @@ $(EMACS_ROOT)/src/epaths.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/commands.h \ @@ -894,6 +932,7 @@ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h $(BLD)/md5.$(O) : \ @@ -906,6 +945,7 @@ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/commands.h \ $(SRC)/composite.h \ @@ -973,6 +1013,7 @@ $(SRC)/s/ms-w32.h \ $(SRC)/m/intel386.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/config.h \ @@ -990,6 +1031,7 @@ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/composite.h \ $(SRC)/dispextern.h \ @@ -1013,6 +1055,7 @@ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/commands.h \ @@ -1052,6 +1095,7 @@ $(SRC)/m/intel386.h \ $(SRC)/buffer.h \ $(SRC)/category.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/config.h \ $(SRC)/regex.h \ @@ -1087,6 +1131,7 @@ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ $(SRC)/category.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/commands.h \ $(SRC)/composite.h \ @@ -1119,6 +1164,7 @@ $(EMACS_ROOT)/src/config.h \ $(SRC)/buffer.h \ $(SRC)/category.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/commands.h \ $(SRC)/composite.h \ @@ -1163,6 +1209,7 @@ $(EMACS_ROOT)/src/m/intel386.h \ $(EMACS_ROOT)/src/config.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/cm.h \ $(SRC)/coding.h \ @@ -1259,6 +1306,7 @@ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/commands.h \ @@ -1290,6 +1338,7 @@ $(SRC)/atimer.h \ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/composite.h \ $(SRC)/dispextern.h \ @@ -1312,6 +1361,7 @@ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/composite.h \ @@ -1337,6 +1387,7 @@ $(SRC)/atimer.h \ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/dispextern.h \ @@ -1359,6 +1410,7 @@ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/composite.h \ @@ -1390,6 +1442,7 @@ $(SRC)/blockinput.h \ $(SRC)/buffer.h \ $(SRC)/ccl.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/coding.h \ $(SRC)/composite.h \ @@ -1420,6 +1473,7 @@ $(EMACS_ROOT)/src/config.h \ $(SRC)/atimer.h \ $(SRC)/blockinput.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/fontset.h \ $(SRC)/frame.h \ @@ -1436,6 +1490,7 @@ $(EMACS_ROOT)/src/config.h \ $(SRC)/atimer.h \ $(SRC)/blockinput.h \ + $(SRC)/character.h \ $(SRC)/charset.h \ $(SRC)/dispextern.h \ $(SRC)/fontset.h \