/[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.248 by jasonr, Sun Feb 24 18:31:35 2002 UTC revision 1.248.2.1 by handa, Fri Mar 1 01:01:48 2002 UTC
# Line 532  MSDOS_OBJ = dosfns.o msdos.o w16select.o Line 532  MSDOS_OBJ = dosfns.o msdos.o w16select.o
532     whose initialized data areas should be dumped as pure by dump-emacs.  */     whose initialized data areas should be dumped as pure by dump-emacs.  */
533  obj=    dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o \  obj=    dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o \
534          charset.o coding.o category.o ccl.o\          charset.o coding.o category.o ccl.o\
535            character.o chartab.o\
536          cm.o term.o xfaces.o $(XOBJ) \          cm.o term.o xfaces.o $(XOBJ) \
537          emacs.o keyboard.o macros.o keymap.o sysdep.o \          emacs.o keyboard.o macros.o keymap.o sysdep.o \
538          buffer.o filelock.o insdel.o marker.o \          buffer.o filelock.o insdel.o marker.o \
# Line 673  lisp= \ Line 674  lisp= \
674          ${lispsource}international/mule-conf.el \          ${lispsource}international/mule-conf.el \
675          ${lispsource}international/mule-cmds.elc \          ${lispsource}international/mule-cmds.elc \
676          ${lispsource}international/characters.elc \          ${lispsource}international/characters.elc \
         ${lispsource}international/utf-8.elc \  
677          ${lispsource}international/latin-1.el \          ${lispsource}international/latin-1.el \
678          ${lispsource}international/latin-2.el \          ${lispsource}international/latin-2.el \
679          ${lispsource}international/latin-3.el \          ${lispsource}international/latin-3.el \
# Line 755  shortlisp= \ Line 755  shortlisp= \
755          ../lisp/international/mule-conf.el \          ../lisp/international/mule-conf.el \
756          ../lisp/international/mule-cmds.elc \          ../lisp/international/mule-cmds.elc \
757          ../lisp/international/characters.elc \          ../lisp/international/characters.elc \
         ../lisp/international/utf-8.elc \  
758          ../lisp/international/latin-1.el \          ../lisp/international/latin-1.el \
759          ../lisp/international/latin-2.el \          ../lisp/international/latin-2.el \
760          ../lisp/international/latin-3.el \          ../lisp/international/latin-3.el \
# Line 1007  alloca.o : alloca.s $(config_h) Line 1006  alloca.o : alloca.s $(config_h)
1006     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
1007     and so rarely changed in ways that do require any.  */     and so rarely changed in ways that do require any.  */
1008    
1009  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 \
1010          $(config_h)          $(config_h)
1011  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 \
1012     dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h charset.h \     dispextern.h $(INTERVAL_SRC) blockinput.h atimer.h systime.h character.h \
1013     $(config_h)     $(config_h)
1014  callint.o: callint.c window.h commands.h buffer.h \  callint.o: callint.c window.h commands.h buffer.h \
1015     keyboard.h dispextern.h $(config_h)     keyboard.h dispextern.h $(config_h)
1016  callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \  callproc.o: callproc.c epaths.h buffer.h commands.h $(config_h) \
1017          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 \
1018          composite.h     composite.h
1019  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 \
1020       composite.h $(config_h)
1021  casetab.o: casetab.c buffer.h $(config_h)  casetab.o: casetab.c buffer.h $(config_h)
1022  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)
1023  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)
1024  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 \
1025          $(config_h)     $(config.h)
1026  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 \
1027       disptab.h $(config_h)
1028    chartab.o: character.h $(config.h)
1029    coding.o: coding.c coding.h ccl.h buffer.h character.h charset.h composite.h \
1030       $(config_h)
1031  cm.o: cm.c cm.h termhooks.h $(config_h)  cm.o: cm.c cm.h termhooks.h $(config_h)
1032  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) \
1033          msdos.h dispextern.h          msdos.h dispextern.h
1034  pre-crt0.o: pre-crt0.c  pre-crt0.o: pre-crt0.c
1035  ecrt0.o: ecrt0.c $(config_h)  ecrt0.o: ecrt0.c $(config_h)
1036          CRT0_COMPILE ${srcdir}/ecrt0.c          CRT0_COMPILE ${srcdir}/ecrt0.c
1037  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 \
1038     systime.h     coding.h regex.h systime.h
1039  dispnew.o: dispnew.c  commands.h frame.h window.h buffer.h dispextern.h \  dispnew.o: dispnew.c  commands.h frame.h window.h buffer.h dispextern.h \
1040     termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \     termchar.h termopts.h termhooks.h cm.h disptab.h systty.h systime.h \
1041     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 \
1042     $(config_h)     $(config_h)
1043  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
1044  doprnt.o: doprnt.c charset.h $(config_h)  doprnt.o: doprnt.c character.h $(config_h)
1045  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)
1046  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 \
1047     coding.h dispextern.h $(config_h)     coding.h dispextern.h $(config_h)
1048  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 \
1049     termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h)     termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h)
1050  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 \
1051     coding.h ccl.h msdos.h dispextern.h $(config_h)     coding.h ccl.h msdos.h dispextern.h $(config_h)
1052  filelock.o: filelock.c buffer.h systime.h epaths.h $(config_h)  filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h \
1053       $(config_h)
1054  filemode.o: filemode.c  $(config_h)  filemode.o: filemode.c  $(config_h)
1055  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 \
1056     buffer.h charset.h fontset.h msdos.h dosfns.h dispextern.h $(config_h)     buffer.h character.h fontset.h msdos.h dosfns.h dispextern.h $(config_h)
1057  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 \
1058     keyboard.h $(config_h)     charset.h frame.h keyboard.h $(config_h)
1059  getloadavg.o: getloadavg.c $(config_h)  getloadavg.o: getloadavg.c $(config_h)
1060  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 \
1061     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 \
1062     keyboard.h     dispextern.h keyboard.h
1063  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 \
1064     dispextern.h atimer.h systime.h $(config_h)     dispextern.h atimer.h systime.h $(config_h)
1065  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 \
1066     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 \
1067     systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \     systty.h systime.h dispextern.h syntax.h $(INTERVAL_SRC) blockinput.h \
1068     atimer.h xterm.h puresize.h msdos.h $(config_h)     atimer.h xterm.h puresize.h msdos.h $(config_h)
1069  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 \
1070     atimer.h systime.h puresize.h charset.h intervals.h $(config_h)     atimer.h systime.h puresize.h character.h charset.h intervals.h $(config_h)
1071  lastfile.o: lastfile.c  $(config_h)  lastfile.o: lastfile.c  $(config_h)
1072  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 \
1073          dispextern.h $(config_h)          dispextern.h $(config_h)
# Line 1070  malloc.o: malloc.c $(config_h) Line 1075  malloc.o: malloc.c $(config_h)
1075  gmalloc.o: gmalloc.c $(config_h)  gmalloc.o: gmalloc.c $(config_h)
1076  ralloc.o: ralloc.c $(config_h)  ralloc.o: ralloc.c $(config_h)
1077  vm-limit.o: vm-limit.c mem-limits.h $(config_h)  vm-limit.o: vm-limit.c mem-limits.h $(config_h)
1078  marker.o: marker.c buffer.h charset.h $(config_h)  marker.o: marker.c buffer.h character.h $(config_h)
1079  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 \
1080     buffer.h commands.h charset.h msdos.h $(config_h)     buffer.h commands.h character.h msdos.h $(config_h)
1081  mktime.o: mktime.c $(config_h)  mktime.o: mktime.c $(config_h)
1082  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 \
1083     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 \
1084     keyboard.h $(config_h)     keyboard.h $(config_h)
1085  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 \
1086     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 \
1087     blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \     blockinput.h atimer.h character.h coding.h ccl.h msdos.h composite.h \
1088     keyboard.h $(config_h)     keyboard.h $(config_h)
1089  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 \
1090       charset.h
1091  region-cache.o: region-cache.c buffer.h region-cache.h  region-cache.o: region-cache.c buffer.h region-cache.h
1092  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 \
1093     $(config_h)     $(config_h)
1094  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 \
1095     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 \
1096       $(config_h)
1097  strftime.o: strftime.c $(config_h)  strftime.o: strftime.c $(config_h)
1098  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 \
1099     composite.h $(config_h)     composite.h $(config_h)
1100  sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \  sysdep.o: sysdep.c $(config_h) dispextern.h termhooks.h termchar.h termopts.h \
1101     frame.h syssignal.h systty.h systime.h syswait.h blockinput.h atimer.h \     frame.h syssignal.h systty.h systime.h syswait.h blockinput.h atimer.h \
1102     window.h msdos.h dosfns.h keyboard.h     window.h msdos.h dosfns.h keyboard.h
1103  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 \
1104     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 \
1105       msdos.h
1106  termcap.o: termcap.c $(config_h)  termcap.o: termcap.c $(config_h)
1107  terminfo.o: terminfo.c $(config_h)  terminfo.o: terminfo.c $(config_h)
1108  tparam.o: tparam.c $(config_h)  tparam.o: tparam.c $(config_h)
# Line 1111  window.o: window.c indent.h commands.h f Line 1119  window.o: window.c indent.h commands.h f
1119     termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \     termhooks.h disptab.h keyboard.h dispextern.h msdos.h composite.h \
1120     $(config_h)     $(config_h)
1121  xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \  xdisp.o: xdisp.c macros.h commands.h indent.h buffer.h dispextern.h coding.h \
1122     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 \
1123     msdos.h composite.h fontset.h     $(config_h) msdos.h composite.h fontset.h
1124  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 \
1125     window.h charset.h msdos.h dosfns.h composite.h atimer.h systime.h $(config_h)     window.h character.h msdos.h dosfns.h composite.h atimer.h systime.h \
1126       fontset.h $(config_h)
1127  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 \
1128     $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \     $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h epaths.h \
1129     charset.h $(config_h)     character.h charset.h coding.h $(config_h)
1130  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 \
1131     keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h \     charset.h keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h \
1132     msdos.h $(config_h)     systime.h msdos.h $(config_h)
1133  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 \
1134    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 \
1135    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 \
1136    coding.h $(config_h)     coding.h $(config_h)
1137  xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h charset.h \  xselect.o: xselect.c dispextern.h frame.h xterm.h blockinput.h character.h \
1138    coding.h ccl.h buffer.h atimer.h systime.h $(config_h)     coding.h composite.h ccl.h buffer.h atimer.h systime.h $(config_h)
1139  xrdb.o: xrdb.c $(config_h) epaths.h  xrdb.o: xrdb.c $(config_h) epaths.h
1140  hftctl.o: hftctl.c $(config_h)  hftctl.o: hftctl.c $(config_h)
1141  sound.o: sound.c dispextern.h $(config_h)  sound.o: sound.c dispextern.h $(config_h)
# Line 1135  atimer.o: atimer.c atimer.h systime.h $( Line 1144  atimer.o: atimer.c atimer.h systime.h $(
1144  /* The files of Lisp proper */  /* The files of Lisp proper */
1145    
1146  alloc.o: alloc.c frame.h window.h buffer.h  puresize.h syssignal.h keyboard.h \  alloc.o: alloc.c frame.h window.h buffer.h  puresize.h syssignal.h keyboard.h \
1147   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) \
1148  bytecode.o: bytecode.c buffer.h syntax.h charset.h $(config_h)   $(INTERVAL_SRC)
1149  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)
1150    data.o: data.c buffer.h puresize.h character.h syssignal.h keyboard.h \
1151     $(config_h)
1152  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 \
1153    $(config_h)    $(config_h)
1154  floatfns.o: floatfns.c $(config_h)  floatfns.o: floatfns.c $(config_h)
1155  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 \
1156   frame.h window.h dispextern.h $(INTERVAL_SRC)   frame.h window.h dispextern.h coding.h $(INTERVAL_SRC)
1157  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 \
1158     $(config_h) dispextern.h msdos.h composite.h     $(config_h) dispextern.h msdos.h composite.h
1159  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 \
1160   termhooks.h msdos.h     charset.h $(config_h) termhooks.h msdos.h
1161    
1162  /* Text properties support */  /* Text properties support */
1163  textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \  textprop.o: textprop.c buffer.h window.h dispextern.h $(INTERVAL_SRC) \
1164          $(config_h)          $(config_h)
1165  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)
1166  composite.o: composite.c buffer.h  charset.h $(INTERVAL_SRC) $(config_h)  composite.o: composite.c buffer.h  character.h $(INTERVAL_SRC) $(config_h)
1167    
1168  /* System-specific programs to be made.  /* System-specific programs to be made.
1169     OTHER_FILES and OBJECTS_MACHINE     OTHER_FILES and OBJECTS_MACHINE

Legend:
Removed from v.1.248  
changed lines
  Added in v.1.248.2.1

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