/[emacs]/emacs/src/Makefile.in
ViewVC logotype

Diff of /emacs/src/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.279 by rms, Wed Jul 30 19:21:58 2003 UTC revision 1.279.2.1 by handa, Mon Sep 8 12:48:09 2003 UTC
# Line 572  XMENU_OBJ = xmenu.o Line 572  XMENU_OBJ = xmenu.o
572  /* lastfile must follow all files  /* lastfile must follow all files
573     whose initialized data areas should be dumped as pure by dump-emacs.  */     whose initialized data areas should be dumped as pure by dump-emacs.  */
574  obj=    dispnew.o frame.o scroll.o xdisp.o $(XMENU_OBJ) window.o \  obj=    dispnew.o frame.o scroll.o xdisp.o $(XMENU_OBJ) window.o \
575          charset.o coding.o category.o ccl.o \          charset.o coding.o category.o ccl.o character.o chartab.o \
576          cm.o term.o xfaces.o $(XOBJ) \          cm.o term.o xfaces.o $(XOBJ) \
577          emacs.o keyboard.o macros.o keymap.o sysdep.o \          emacs.o keyboard.o macros.o keymap.o sysdep.o \
578          buffer.o filelock.o insdel.o marker.o \          buffer.o filelock.o insdel.o marker.o \
# Line 690  lisp= \ Line 690  lisp= \
690          ${lispsource}buff-menu.elc \          ${lispsource}buff-menu.elc \
691          ${lispsource}button.elc \          ${lispsource}button.elc \
692          ${lispsource}emacs-lisp/byte-run.elc \          ${lispsource}emacs-lisp/byte-run.elc \
693            ${lispsource}composite.elc \
694          ${lispsource}cus-face.elc \          ${lispsource}cus-face.elc \
695          ${lispsource}cus-start.elc \          ${lispsource}cus-start.elc \
696          ${lispsource}custom.elc \          ${lispsource}custom.elc \
# Line 716  lisp= \ Line 717  lisp= \
717          ${lispsource}international/mule-conf.el \          ${lispsource}international/mule-conf.el \
718          ${lispsource}international/mule-cmds.elc \          ${lispsource}international/mule-cmds.elc \
719          ${lispsource}international/characters.elc \          ${lispsource}international/characters.elc \
         ${lispsource}international/ucs-tables.elc \  
         ${lispsource}international/utf-8.elc \  
         ${lispsource}international/utf-16.elc \  
         ${lispsource}international/latin-1.el \  
         ${lispsource}international/latin-2.el \  
         ${lispsource}international/latin-3.el \  
         ${lispsource}international/latin-4.el \  
         ${lispsource}international/latin-5.el \  
         ${lispsource}international/latin-8.el \  
         ${lispsource}international/latin-9.el \  
720          ${lispsource}case-table.elc \          ${lispsource}case-table.elc \
721          ${lispsource}language/chinese.elc \          ${lispsource}language/chinese.el \
722          ${lispsource}language/cyrillic.elc \          ${lispsource}language/cyrillic.el \
723          ${lispsource}language/indian.elc \          ${lispsource}language/indian.el \
724          ${lispsource}language/devanagari.el \          ${lispsource}language/devanagari.el \
725          ${lispsource}language/malayalam.el \          ${lispsource}language/malayalam.el \
726          ${lispsource}language/tamil.el \          ${lispsource}language/tamil.el \
# Line 746  lisp= \ Line 737  lisp= \
737          ${lispsource}language/lao.el \          ${lispsource}language/lao.el \
738          ${lispsource}language/thai.el \          ${lispsource}language/thai.el \
739          ${lispsource}language/tibetan.elc \          ${lispsource}language/tibetan.elc \
740          ${lispsource}language/vietnamese.elc \          ${lispsource}language/vietnamese.el \
741          ${lispsource}language/misc-lang.el \          ${lispsource}language/misc-lang.el \
742          ${lispsource}language/utf-8-lang.el \          ${lispsource}language/utf-8-lang.el \
743          ${lispsource}language/georgian.el \          ${lispsource}language/georgian.el \
# Line 781  shortlisp= \ Line 772  shortlisp= \
772          ../lisp/buff-menu.elc \          ../lisp/buff-menu.elc \
773          ../lisp/button.elc \          ../lisp/button.elc \
774          ../lisp/emacs-lisp/byte-run.elc \          ../lisp/emacs-lisp/byte-run.elc \
775            ../lisp/composite.elc \
776          ../lisp/cus-face.elc \          ../lisp/cus-face.elc \
777          ../lisp/cus-start.elc \          ../lisp/cus-start.elc \
778          ../lisp/custom.elc \          ../lisp/custom.elc \
# Line 805  shortlisp= \ Line 797  shortlisp= \
797          ../lisp/international/mule-conf.el \          ../lisp/international/mule-conf.el \
798          ../lisp/international/mule-cmds.elc \          ../lisp/international/mule-cmds.elc \
799          ../lisp/international/characters.elc \          ../lisp/international/characters.elc \
         ../lisp/international/ucs-tables.elc \  
         ../lisp/international/utf-8.elc \  
         ../lisp/international/utf-16.elc \  
         ../lisp/international/latin-1.el \  
         ../lisp/international/latin-2.el \  
         ../lisp/international/latin-3.el \  
         ../lisp/international/latin-4.el \  
         ../lisp/international/latin-5.el \  
         ../lisp/international/latin-8.el \  
         ../lisp/international/latin-9.el \  
800          ../lisp/case-table.elc \          ../lisp/case-table.elc \
801          ../lisp/language/chinese.elc \          ../lisp/language/chinese.el \
802          ../lisp/language/cyrillic.elc \          ../lisp/language/cyrillic.el \
803          ../lisp/language/indian.elc \          ../lisp/language/indian.el \
804          ../lisp/language/devanagari.el \          ../lisp/language/devanagari.el \
805          ../lisp/language/malayalam.el \          ../lisp/language/malayalam.el \
806          ../lisp/language/tamil.el \          ../lisp/language/tamil.el \
# Line 835  shortlisp= \ Line 817  shortlisp= \
817          ../lisp/language/lao.el \          ../lisp/language/lao.el \
818          ../lisp/language/thai.el \          ../lisp/language/thai.el \
819          ../lisp/language/tibetan.elc \          ../lisp/language/tibetan.elc \
820          ../lisp/language/vietnamese.elc \          ../lisp/language/vietnamese.el \
821          ../lisp/language/misc-lang.el \          ../lisp/language/misc-lang.el \
822          ../lisp/language/utf-8-lang.el \          ../lisp/language/utf-8-lang.el \
823          ../lisp/language/georgian.el \          ../lisp/language/georgian.el \
# Line 1063  alloca.o : alloca.s $(config_h) Line 1045  alloca.o : alloca.s $(config_h)
1045     it is so often changed in ways that do not require any recompilation     it is so often changed in ways that do not require any recompilation
1046     and so rarely changed in ways that do require any.  */     and so rarely changed in ways that do require any.  */
1047    
1048  abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h charset.h \  abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h character.h \
1049          $(config_h)          $(config_h)
1050  buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \  buffer.o: buffer.c buffer.h region-cache.h commands.h window.h \
1051     dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h charset.h \     dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h character.h \
1052     $(config_h)     $(config_h)
1053  callint.o: callint.c window.h commands.h buffer.h \  callint.o: callint.c window.h commands.h buffer.h \
1054     keyboard.h dispextern.h $(config_h)     keyboard.h dispextern.h $(config_h)
1055  callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \  callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \
1056          process.h systty.h syssignal.h charset.h coding.h ccl.h msdos.h \          process.h systty.h syssignal.h character.h coding.h ccl.h msdos.h \
1057          composite.h          composite.h
1058  casefiddle.o: casefiddle.c syntax.h commands.h buffer.h composite.h $(config_h)  casefiddle.o: casefiddle.c syntax.h commands.h buffer.h character.h \
1059       composite.h $(config_h)
1060  casetab.o: casetab.c buffer.h $(config_h)  casetab.o: casetab.c buffer.h $(config_h)
1061  category.o: category.c category.h buffer.h charset.h $(config_h)  category.o: category.c category.h buffer.h charset.h character.h $(config_h)
1062  ccl.o: ccl.c ccl.h charset.h coding.h $(config_h)  ccl.o: ccl.c ccl.h charset.h character.h coding.h $(config_h)
1063  charset.o: charset.c charset.h buffer.h coding.h composite.h disptab.h \  character.o: character.c character.h buffer.h charset.h composite.h disptab.h \
1064          $(config_h)     $(config.h)
1065  coding.o: coding.c coding.h ccl.h buffer.h charset.h $(config_h)  charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \
1066       disptab.h $(config_h)
1067    chartab.o: charset.h character.h $(config.h)
1068    coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h composite.h \
1069       $(config_h)
1070  cm.o: cm.c cm.h termhooks.h $(config_h)  cm.o: cm.c cm.h termhooks.h $(config_h)
1071  cmds.o: cmds.c syntax.h buffer.h charset.h commands.h window.h $(config_h) \  cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h $(config_h) \
1072          msdos.h dispextern.h          msdos.h dispextern.h
1073  pre-crt0.o: pre-crt0.c  pre-crt0.o: pre-crt0.c
1074  ecrt0.o: ecrt0.c $(config_h)  ecrt0.o: ecrt0.c $(config_h)
1075          CRT0_COMPILE ${srcdir}/ecrt0.c          CRT0_COMPILE ${srcdir}/ecrt0.c
1076  dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \  dired.o: dired.c commands.h buffer.h $(config_h) character.h charset.h \
1077     systime.h     coding.h regex.h systime.h
1078  dispnew.o: dispnew.c  systty.h systime.h commands.h process.h frame.h \  dispnew.o: dispnew.c  systty.h systime.h commands.h process.h frame.h \
1079     window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \     window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \
1080     disptab.h \     disptab.h \
1081     xterm.h blockinput.h atimer.h charset.h msdos.h composite.h keyboard.h \     xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \
1082     $(config_h)     $(config_h)
1083  doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h charset.h  doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h character.h
1084  doprnt.o: doprnt.c charset.h $(config_h)  doprnt.o: doprnt.c character.h $(config_h)
1085  dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)  dosfns.o: buffer.h termchar.h termhooks.h frame.h msdos.h dosfns.h $(config_h)
1086  editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \  editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) character.h \
1087     coding.h dispextern.h $(config_h)     coding.h dispextern.h $(config_h)
1088  emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \  emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1089     termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h)     termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h)
1090  fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \  fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) character.h \
1091     coding.h ccl.h msdos.h dispextern.h $(config_h)     coding.h ccl.h msdos.h dispextern.h $(config_h)
1092  filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h)  filelock.o: filelock.c buffer.h character.h charset.h coding.h systime.h \
1093       epaths.h $(config_h)
1094  filemode.o: filemode.c  $(config_h)  filemode.o: filemode.c  $(config_h)
1095  frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \  frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
1096     blockinput.h atimer.h systime.h buffer.h charset.h fontset.h \     blockinput.h atimer.h systime.h buffer.h character.h fontset.h \
1097     msdos.h dosfns.h dispextern.h $(config_h)     msdos.h dosfns.h dispextern.h $(config_h)
1098  fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h charset.h frame.h \  fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h character.h \
1099     keyboard.h $(config_h)     charset.h frame.h keyboard.h $(config_h)
1100  getloadavg.o: getloadavg.c $(config_h)  getloadavg.o: getloadavg.c $(config_h)
1101  indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \  indent.o: indent.c frame.h window.h indent.h buffer.h $(config_h) termchar.h \
1102     termopts.h disptab.h region-cache.h charset.h composite.h dispextern.h \     termopts.h disptab.h region-cache.h character.h category.h composite.h \
1103     keyboard.h     dispextern.h keyboard.h
1104  insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h charset.h \  insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h character.h \
1105     dispextern.h atimer.h systime.h $(config_h)     dispextern.h atimer.h systime.h $(config_h)
1106  keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h charset.h \  keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \
1107     commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \     commands.h frame.h window.h macros.h disptab.h keyboard.h syssignal.h \
1108     systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \     systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \
1109     atimer.h xterm.h puresize.h msdos.h $(config_h)     atimer.h xterm.h puresize.h msdos.h $(config_h)
1110  keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \  keymap.o: keymap.c buffer.h commands.h keyboard.h termhooks.h blockinput.h \
1111     atimer.h systime.h puresize.h charset.h intervals.h $(config_h)     atimer.h systime.h puresize.h character.h intervals.h $(config_h)
1112  lastfile.o: lastfile.c  $(config_h)  lastfile.o: lastfile.c  $(config_h)
1113  macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \  macros.o: macros.c window.h buffer.h commands.h macros.h keyboard.h \
1114          dispextern.h $(config_h)          dispextern.h $(config_h)
# Line 1128  malloc.o: malloc.c $(config_h) Line 1116  malloc.o: malloc.c $(config_h)
1116  gmalloc.o: gmalloc.c $(config_h)  gmalloc.o: gmalloc.c $(config_h)
1117  ralloc.o: ralloc.c $(config_h)  ralloc.o: ralloc.c $(config_h)
1118  vm-limit.o: vm-limit.c mem-limits.h $(config_h)  vm-limit.o: vm-limit.c mem-limits.h $(config_h)
1119  marker.o: marker.c buffer.h charset.h $(config_h)  marker.o: marker.c buffer.h character.h $(config_h)
1120  md5.o: md5.c md5.h $(config_h)  md5.o: md5.c md5.h $(config_h)
1121  minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \  minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
1122     buffer.h commands.h charset.h msdos.h $(config_h)     buffer.h commands.h character.h msdos.h $(config_h)
1123  mktime.o: mktime.c $(config_h)  mktime.o: mktime.c $(config_h)
1124  msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \  msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
1125     termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \     termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \
1126     keyboard.h $(config_h)     keyboard.h $(config_h)
1127  process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \  process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
1128     commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \     commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \
1129     blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \     blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \
1130     keyboard.h $(config_h)     keyboard.h $(config_h)
1131  regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h charset.h  regex.o: regex.c syntax.h buffer.h $(config_h) regex.h category.h character.h \
1132       charset.h
1133  region-cache.o: region-cache.c buffer.h region-cache.h  region-cache.o: region-cache.c buffer.h region-cache.h
1134  scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \  scroll.o: scroll.c termchar.h dispextern.h frame.h msdos.h keyboard.h \
1135     $(config_h)     $(config_h)
1136  search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \  search.o: search.c regex.h commands.h buffer.h region-cache.h syntax.h \
1137     blockinput.h atimer.h systime.h category.h charset.h composite.h $(config_h)     blockinput.h atimer.h systime.h category.h character.h composite.h \
1138       $(config_h)
1139  strftime.o: strftime.c $(config_h)  strftime.o: strftime.c $(config_h)
1140  syntax.o: syntax.c syntax.h buffer.h commands.h category.h charset.h \  syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \
1141     composite.h $(config_h)     composite.h $(config_h)
1142  sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \  sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
1143     process.h dispextern.h termhooks.h termchar.h termopts.h \     process.h dispextern.h termhooks.h termchar.h termopts.h \
1144     frame.h atimer.h window.h msdos.h dosfns.h keyboard.h  $(config_h)     frame.h atimer.h window.h msdos.h dosfns.h keyboard.h  $(config_h)
1145  term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \  term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
1146     disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h     disptab.h dispextern.h keyboard.h character.h charset.h coding.h ccl.h \
1147       msdos.h keymap.h
1148  termcap.o: termcap.c $(config_h)  termcap.o: termcap.c $(config_h)
1149  terminfo.o: terminfo.c $(config_h)  terminfo.o: terminfo.c $(config_h)
1150  tparam.o: tparam.c $(config_h)  tparam.o: tparam.c $(config_h)
# Line 1170  window.o: window.c indent.h commands.h f Line 1161  window.o: window.c indent.h commands.h f
1161     termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \     termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \
1162     $(config_h)     $(config_h)
1163  xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \  xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \
1164     termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \     termchar.h frame.h window.h disptab.h termhooks.h character.h charset.h \
1165     msdos.h composite.h fontset.h blockinput.h atimer.h systime.h keymap.h     $(config_h) msdos.h composite.h fontset.h blockinput.h atimer.h systime.h \
1166       keymap.h region-cache.h
1167  xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \  xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \
1168     window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h $(config_h)     window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \
1169       systime.h fontset.h $(config_h) $(INTERVAL_SRC)
1170  xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \  xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \
1171     $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \     $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \
1172     charset.h gtkutil.h $(config_h)     character.h charset.h coding.h gtkutil.h $(config_h) termhooks.h
1173  xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \  xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
1174     keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h \     charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \
1175     gtkutil.h msdos.h $(config_h)     systime.h gtkutil.h msdos.h $(config_h) coding.h
1176  xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \  xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
1177    dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \     dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
1178    keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \     keyboard.h gnu.h character.h charset.h ccl.h fontset.h composite.h \
1179    coding.h process.h gtkutil.h $(config_h)     coding.h process.h gtkutil.h $(config_h)
1180  xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \  xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \
1181    buffer.h atimer.h systime.h $(config_h)    buffer.h atimer.h systime.h $(config_h)
1182  xrdb.o: xrdb.c $(config_h) epaths.h  xrdb.o: xrdb.c $(config_h) epaths.h
# Line 1198  atimer.o: atimer.c atimer.h systime.h $( Line 1191  atimer.o: atimer.c atimer.h systime.h $(
1191  /* The files of Lisp proper */  /* The files of Lisp proper */
1192    
1193  alloc.o: alloc.c process.h frame.h window.h buffer.h  puresize.h syssignal.h keyboard.h \  alloc.o: alloc.c process.h frame.h window.h buffer.h  puresize.h syssignal.h keyboard.h \
1194   blockinput.h atimer.h systime.h charset.h dispextern.h $(config_h) $(INTERVAL_SRC)   blockinput.h atimer.h systime.h character.h dispextern.h $(config_h) \
1195  bytecode.o: bytecode.c buffer.h syntax.h charset.h $(config_h)   $(INTERVAL_SRC)
1196  data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h)  bytecode.o: bytecode.c buffer.h syntax.h character.h $(config_h)
1197    data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h \
1198     $(config_h)
1199  eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \  eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
1200    $(config_h)    $(config_h)
1201  floatfns.o: floatfns.c $(config_h)  floatfns.o: floatfns.c $(config_h)
1202  fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \  fns.o: fns.c commands.h $(config_h) frame.h buffer.h character.h keyboard.h \
1203   frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h   frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h
1204  print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \  print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \
1205     $(config_h) dispextern.h msdos.h composite.h     $(config_h) dispextern.h msdos.h composite.h
1206  lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h $(config_h) \  lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \
1207   termhooks.h coding.h msdos.h   charset.h $(config_h) termhooks.h coding.h msdos.h
1208    
1209  /* Text properties support */  /* Text properties support */
1210  textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \  textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \
1211          $(config_h)          $(config_h)
1212  intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h $(config_h)  intervals.o: intervals.c buffer.h $(INTERVAL_SRC) keyboard.h puresize.h $(config_h)
1213  composite.o: composite.c buffer.h  charset.h $(INTERVAL_SRC) $(config_h)  composite.o: composite.c buffer.h  character.h $(INTERVAL_SRC) $(config_h)
1214    
1215  /* System-specific programs to be made.  /* System-specific programs to be made.
1216     OTHER_FILES and OBJECTS_MACHINE     OTHER_FILES and OBJECTS_MACHINE

Legend:
Removed from v.1.279  
changed lines
  Added in v.1.279.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26