/[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.2.6 by miles, Sun Sep 5 01:53:47 2004 UTC revision 1.279.2.7 by miles, Wed Sep 15 09:00:00 2004 UTC
# Line 1024  alloca.o: alloca.c blockinput.h atimer.h Line 1024  alloca.o: alloca.c blockinput.h atimer.h
1024     and so rarely changed in ways that do require any.  */     and so rarely changed in ways that do require any.  */
1025    
1026  abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h character.h \  abbrev.o: abbrev.c buffer.h window.h dispextern.h commands.h character.h \
1027          $(config_h)          syntax.h $(config_h)
1028  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 \
1029     dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h character.h \     dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h character.h \
1030     $(config_h)     $(config_h)
1031  callint.o: callint.c window.h commands.h buffer.h \  callint.o: callint.c window.h commands.h buffer.h keymap.h \
1032     keyboard.h dispextern.h $(config_h)     keyboard.h dispextern.h $(config_h)
1033  callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \  callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \
1034          process.h systty.h syssignal.h character.h coding.h ccl.h msdos.h \          process.h systty.h syssignal.h character.h coding.h ccl.h msdos.h \
1035          composite.h          composite.h w32.h
1036  casefiddle.o: casefiddle.c syntax.h commands.h buffer.h character.h \  casefiddle.o: casefiddle.c syntax.h commands.h buffer.h character.h \
1037     composite.h $(config_h)     composite.h \
1038            charset.h keymap.h $(config_h)
1039  casetab.o: casetab.c buffer.h $(config_h)  casetab.o: casetab.c buffer.h $(config_h)
1040  category.o: category.c category.h buffer.h charset.h character.h $(config_h)  category.o: category.c category.h buffer.h charset.h keymap.h   \
1041            character.h $(config_h)
1042  ccl.o: ccl.c ccl.h charset.h character.h coding.h $(config_h)  ccl.o: ccl.c ccl.h charset.h character.h coding.h $(config_h)
1043  character.o: character.c character.h buffer.h charset.h composite.h disptab.h \  character.o: character.c character.h buffer.h charset.h composite.h disptab.h \
1044     $(config.h)     $(config.h)
1045  charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \  charset.o: charset.c charset.h character.h buffer.h coding.h composite.h \
1046     disptab.h $(config_h)     disptab.h $(config_h)
1047  chartab.o: charset.h character.h $(config.h)  chartab.o: charset.h character.h $(config.h)
1048  coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h intervals.h composite.h window.h $(config_h)  coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h intervals.h composite.h \
1049            window.h dispextern.h $(config_h)
1050  cm.o: cm.c cm.h termhooks.h $(config_h)  cm.o: cm.c cm.h termhooks.h $(config_h)
1051  cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h $(config_h) \  cmds.o: cmds.c syntax.h buffer.h character.h commands.h window.h $(config_h) \
1052          msdos.h dispextern.h          msdos.h dispextern.h keyboard.h keymap.h
1053  pre-crt0.o: pre-crt0.c  pre-crt0.o: pre-crt0.c
1054  ecrt0.o: ecrt0.c $(config_h)  ecrt0.o: ecrt0.c $(config_h)
1055          CRT0_COMPILE ${srcdir}/ecrt0.c          CRT0_COMPILE ${srcdir}/ecrt0.c
# Line 1054  dired.o: dired.c commands.h buffer.h $(c Line 1057  dired.o: dired.c commands.h buffer.h $(c
1057     coding.h regex.h systime.h     coding.h regex.h systime.h
1058  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 \
1059     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 \
1060     disptab.h \     disptab.h indent.h intervals.h \
1061     xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \     xterm.h blockinput.h atimer.h character.h msdos.h composite.h keyboard.h \
1062     $(config_h)     $(config_h)
1063  doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h character.h  doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h character.h
1064  doprnt.o: doprnt.c character.h $(config_h)  doprnt.o: doprnt.c character.h $(config_h)
1065  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 blockinput.h window.h \
1066       msdos.h dosfns.h dispextern.h charset.h coding.h $(config_h)
1067  editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) character.h \  editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) character.h \
1068     coding.h dispextern.h $(config_h)     coding.h dispextern.h frame.h $(config_h)
1069  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 \
1070     termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) \     termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) \
1071     window.h keyboard.h keymap.h     window.h dispextern.h keyboard.h keymap.h
1072  fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) character.h \  fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) character.h \
1073     coding.h ccl.h msdos.h dispextern.h $(config_h)     coding.h msdos.h dispextern.h $(config_h)
1074  filelock.o: filelock.c buffer.h character.h charset.h coding.h systime.h \  filelock.o: filelock.c buffer.h character.h charset.h coding.h systime.h \
1075     epaths.h $(config_h)     epaths.h $(config_h)
1076  filemode.o: filemode.c  $(config_h)  filemode.o: filemode.c  $(config_h)
1077  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 \
1078     blockinput.h atimer.h systime.h buffer.h character.h fontset.h \     blockinput.h atimer.h systime.h buffer.h character.h fontset.h \
1079     msdos.h dosfns.h dispextern.h $(config_h)     msdos.h dosfns.h dispextern.h w32term.h macterm.h $(config_h)
1080  fringe.o: fringe.c dispextern.h frame.h window.h buffer.h $(config_h)  fringe.o: fringe.c dispextern.h frame.h window.h buffer.h $(config_h)
1081  fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h character.h \  fontset.o: dispextern.h fontset.h fontset.c ccl.h buffer.h character.h \
1082     charset.h frame.h keyboard.h $(config_h)     charset.h frame.h keyboard.h $(config_h)
# Line 1083  indent.o: indent.c frame.h window.h inde Line 1087  indent.o: indent.c frame.h window.h inde
1087     termopts.h disptab.h region-cache.h character.h category.h composite.h \     termopts.h disptab.h region-cache.h character.h category.h composite.h \
1088     dispextern.h keyboard.h     dispextern.h keyboard.h
1089  insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h character.h \  insdel.o: insdel.c window.h buffer.h $(INTERVAL_SRC) blockinput.h character.h \
1090     dispextern.h atimer.h systime.h $(config_h)     dispextern.h atimer.h systime.h region-cache.h $(config_h)
1091  keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \  keyboard.o: keyboard.c termchar.h termhooks.h termopts.h buffer.h character.h \
1092     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 \
1093     systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \     systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \
1094     atimer.h xterm.h puresize.h msdos.h $(config_h)     atimer.h xterm.h puresize.h msdos.h keymap.h w32term.h macterm.h $(config_h)
1095  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 \
1096     atimer.h systime.h puresize.h character.h intervals.h $(config_h)     atimer.h systime.h puresize.h character.h intervals.h $(config_h)
1097  lastfile.o: lastfile.c  $(config_h)  lastfile.o: lastfile.c  $(config_h)
# Line 1100  vm-limit.o: vm-limit.c mem-limits.h $(co Line 1104  vm-limit.o: vm-limit.c mem-limits.h $(co
1104  marker.o: marker.c buffer.h character.h $(config_h)  marker.o: marker.c buffer.h character.h $(config_h)
1105  md5.o: md5.c md5.h $(config_h)  md5.o: md5.c md5.h $(config_h)
1106  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 \
1107     buffer.h commands.h character.h msdos.h $(config_h)     buffer.h commands.h character.h msdos.h $(INTERVAL_SRC) keymap.h $(config_h)
1108  mktime.o: mktime.c $(config_h)  mktime.o: mktime.c $(config_h)
1109  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 \
1110     termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \     termopts.h termchar.h character.h coding.h ccl.h disptab.h window.h \
1111     keyboard.h intervals.h $(config_h)     keyboard.h intervals.h buffer.h commands.h blockinput.h $(config_h)
1112  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 \
1113     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 \
1114     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 \
# Line 1116  scroll.o: scroll.c termchar.h dispextern Line 1120  scroll.o: scroll.c termchar.h dispextern
1120     $(config_h)     $(config_h)
1121  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 \
1122     blockinput.h atimer.h systime.h category.h character.h composite.h \     blockinput.h atimer.h systime.h category.h character.h composite.h \
1123       $(INTERVAL_SRC) \
1124     $(config_h)     $(config_h)
1125  strftime.o: strftime.c $(config_h)  strftime.o: strftime.c $(config_h)
1126  syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \  syntax.o: syntax.c syntax.h buffer.h commands.h category.h character.h \
1127     composite.h $(config_h)     composite.h keymap.h regex.h $(INTERVAL_SRC) $(config_h)
1128  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 \
1129     process.h dispextern.h termhooks.h termchar.h termopts.h \     process.h dispextern.h termhooks.h termchar.h termopts.h \
1130     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)
1131  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 \
1132     disptab.h dispextern.h keyboard.h character.h charset.h coding.h ccl.h \     disptab.h dispextern.h keyboard.h character.h charset.h coding.h ccl.h \
1133     msdos.h keymap.h     msdos.h window.h keymap.h
1134  termcap.o: termcap.c $(config_h)  termcap.o: termcap.c $(config_h)
1135  terminfo.o: terminfo.c $(config_h)  terminfo.o: terminfo.c $(config_h)
1136  tparam.o: tparam.c $(config_h)  tparam.o: tparam.c $(config_h)
# Line 1135  undo.o: undo.c buffer.h commands.h $(con Line 1140  undo.o: undo.c buffer.h commands.h $(con
1140  UNEXEC_ALIAS=UNEXEC  UNEXEC_ALIAS=UNEXEC
1141  $(UNEXEC_ALIAS): UNEXEC_SRC $(config_h)  $(UNEXEC_ALIAS): UNEXEC_SRC $(config_h)
1142  w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \  w16select.o: w16select.c dispextern.h frame.h blockinput.h atimer.h systime.h \
1143     msdos.h $(config_h)     msdos.h buffer.h charset.h coding.h composite.h $(config_h)
1144  widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \  widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \
1145     $(srcdir)/../lwlib/lwlib.h $(config_h)     $(srcdir)/../lwlib/lwlib.h $(config_h)
1146  window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \  window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
1147     termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \     termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \
1148       keymap.h blockinput.h $(INTERVAL_SRC) xterm.h w32term.h macterm.h $(config_h)
1149    xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h \
1150       coding.h termchar.h frame.h window.h disptab.h termhooks.h character.h     \
1151       charset.h keyboard.h $(INTERVAL_SRC) region-cache.h xterm.h w32term.h      \
1152       macterm.h $(config_h) msdos.h composite.h fontset.h blockinput.h atimer.h  \
1153       systime.h keymap.h
1154    xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h   \
1155       window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \
1156       systime.h keyboard.h fontset.h w32term.h macterm.h $(INTERVAL_SRC)   \
1157     $(config_h)     $(config_h)
 xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \  
    termchar.h frame.h window.h disptab.h termhooks.h character.h charset.h \  
    $(config_h) msdos.h composite.h fontset.h blockinput.h atimer.h systime.h \  
    keymap.h region-cache.h  
 xfaces.o: xfaces.c dispextern.h frame.h xterm.h buffer.h blockinput.h \  
    window.h character.h charset.h msdos.h dosfns.h composite.h atimer.h \  
    systime.h fontset.h $(config_h) $(INTERVAL_SRC)  
1158  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 \
1159     $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \     $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \
1160     character.h charset.h coding.h gtkutil.h $(config_h) termhooks.h     character.h charset.h coding.h gtkutil.h $(config_h) termhooks.h
# Line 1175  atimer.o: atimer.c atimer.h systime.h $( Line 1182  atimer.o: atimer.c atimer.h systime.h $(
1182  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 \
1183   blockinput.h atimer.h systime.h character.h dispextern.h $(config_h) \   blockinput.h atimer.h systime.h character.h dispextern.h $(config_h) \
1184   $(INTERVAL_SRC)   $(INTERVAL_SRC)
1185  bytecode.o: bytecode.c buffer.h syntax.h character.h window.h $(config_h)  bytecode.o: bytecode.c buffer.h syntax.h character.h window.h dispextern.h \
1186  data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h \    frame.h xterm.h $(config_h)
1187    data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h frame.h \
1188   $(config_h)   $(config_h)
1189  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 \
1190    dispextern.h $(config_h)    dispextern.h $(config_h)
1191  floatfns.o: floatfns.c $(config_h)  floatfns.o: floatfns.c $(config_h)
1192  fns.o: fns.c commands.h $(config_h) frame.h buffer.h character.h keyboard.h \  fns.o: fns.c commands.h $(config_h) frame.h buffer.h character.h keyboard.h \
1193   frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h   keymap.h frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h \
1194     blockinput.h xterm.h
1195  print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \  print.o: print.c process.h frame.h window.h buffer.h keyboard.h character.h \
1196     $(config_h) dispextern.h msdos.h composite.h     $(config_h) dispextern.h termchar.h $(INTERVAL_SRC) msdos.h composite.h
1197  lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \  lread.o: lread.c commands.h keyboard.h buffer.h epaths.h character.h \
1198   charset.h $(config_h) termhooks.h coding.h msdos.h   charset.h $(config_h) $(INTERVAL_SRC) termhooks.h coding.h msdos.h
1199    
1200  /* Text properties support */  /* Text properties support */
1201  textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \  textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \
1202          $(config_h)          $(config_h)
1203  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 \
1204            keymap.h $(config_h)
1205  composite.o: composite.c buffer.h  character.h $(INTERVAL_SRC) $(config_h)  composite.o: composite.c buffer.h  character.h $(INTERVAL_SRC) $(config_h)
1206    
1207  /* System-specific programs to be made.  /* System-specific programs to be made.

Legend:
Removed from v.1.279.2.6  
changed lines
  Added in v.1.279.2.7

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