aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorKaroly Lorentey2007-04-22 12:12:29 +0000
committerKaroly Lorentey2007-04-22 12:12:29 +0000
commite18c709364b095ea0be8ecabe458ac9a642a252f (patch)
treeefe814a842f932f387b3947c572bf43a548d17ef /src/Makefile.in
parent81088e260b086fe28f36964f32b6338210ec6fd8 (diff)
parent9f25e707aaad5ed14a9448e9c5d345ff0bdbc5a7 (diff)
downloademacs-e18c709364b095ea0be8ecabe458ac9a642a252f.tar.gz
emacs-e18c709364b095ea0be8ecabe458ac9a642a252f.zip
Merged from emacs@sv.gnu.org
Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-660 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-661 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-662 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-663 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-664 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-665 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-666 Fix read-only prompt problem in isearch * emacs@sv.gnu.org/emacs--devo--0--patch-667 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-668 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-669 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-670 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-671 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-672 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-673 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-206 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-207 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-208 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-600
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in32
1 files changed, 17 insertions, 15 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index e19083e3e15..31fc7b5c23e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -403,8 +403,6 @@ LIBXT=$(LIBW)
403#endif /* not USE_X_TOOLKIT */ 403#endif /* not USE_X_TOOLKIT */
404 404
405#if HAVE_XFT 405#if HAVE_XFT
406#undef LIB_X11_LIB /* XFT_LIBS includes -lX11 */
407#define LIB_X11_LIB
408XFT_LIBS=@XFT_LIBS@ 406XFT_LIBS=@XFT_LIBS@
409#endif /* HAVE_XFT */ 407#endif /* HAVE_XFT */
410 408
@@ -1088,7 +1086,7 @@ stamp-oldxmenu:
1088 They should define HAVE_ALLOCA. 1086 They should define HAVE_ALLOCA.
1089 Some use the C version in alloca.c (these define C_ALLOCA in config.h). 1087 Some use the C version in alloca.c (these define C_ALLOCA in config.h).
1090 */ 1088 */
1091alloca.o: alloca.c blockinput.h atimer.h 1089alloca.o: alloca.c blockinput.h atimer.h systime.h
1092 1090
1093/* Nearly all the following files depend on lisp.h, 1091/* Nearly all the following files depend on lisp.h,
1094 but it is not included as a dependency because 1092 but it is not included as a dependency because
@@ -1121,7 +1119,7 @@ pre-crt0.o: pre-crt0.c
1121ecrt0.o: ecrt0.c $(config_h) 1119ecrt0.o: ecrt0.c $(config_h)
1122 CRT0_COMPILE ${srcdir}/ecrt0.c 1120 CRT0_COMPILE ${srcdir}/ecrt0.c
1123dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \ 1121dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \
1124 systime.h blockinput.h 1122 systime.h blockinput.h atimer.h
1125dispnew.o: dispnew.c systime.h commands.h process.h frame.h \ 1123dispnew.o: dispnew.c systime.h commands.h process.h frame.h \
1126 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \ 1124 window.h buffer.h dispextern.h termchar.h termopts.h termhooks.h cm.h \
1127 disptab.h indent.h intervals.h \ 1125 disptab.h indent.h intervals.h \
@@ -1130,14 +1128,15 @@ dispnew.o: dispnew.c systime.h commands.h process.h frame.h \
1130doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h charset.h 1128doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h charset.h
1131doprnt.o: doprnt.c charset.h $(config_h) 1129doprnt.o: doprnt.c charset.h $(config_h)
1132dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ 1130dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \
1133 msdos.h dosfns.h dispextern.h charset.h coding.h $(config_h) 1131 msdos.h dosfns.h dispextern.h charset.h coding.h atimer.h systime.h \
1132 $(config_h)
1134editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1133editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \
1135 coding.h dispextern.h frame.h blockinput.h $(config_h) 1134 coding.h dispextern.h frame.h blockinput.h atimer.h $(config_h)
1136emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ 1135emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \
1137 termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) \ 1136 termhooks.h buffer.h atimer.h systime.h $(INTERVAL_SRC) $(config_h) \
1138 window.h dispextern.h keyboard.h keymap.h 1137 window.h dispextern.h keyboard.h keymap.h
1139fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ 1138fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \
1140 coding.h msdos.h dispextern.h blockinput.h $(config_h) 1139 coding.h msdos.h dispextern.h blockinput.h atimer.h $(config_h)
1141filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h $(config_h) 1140filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h $(config_h)
1142filemode.o: filemode.c $(config_h) 1141filemode.o: filemode.c $(config_h)
1143frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ 1142frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \
@@ -1176,7 +1175,7 @@ minibuf.o: minibuf.c syntax.h dispextern.h frame.h window.h keyboard.h \
1176mktime.o: mktime.c $(config_h) 1175mktime.o: mktime.c $(config_h)
1177msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ 1176msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \
1178 termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \ 1177 termopts.h termchar.h charset.h coding.h ccl.h disptab.h window.h \
1179 keyboard.h intervals.h buffer.h commands.h blockinput.h $(config_h) 1178 keyboard.h intervals.h buffer.h commands.h blockinput.h atimer.h $(config_h)
1180process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ 1179process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \
1181 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \ 1180 commands.h syssignal.h systime.h systty.h syswait.h frame.h dispextern.h \
1182 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \ 1181 blockinput.h atimer.h charset.h coding.h ccl.h msdos.h composite.h \
@@ -1196,7 +1195,7 @@ sysdep.o: sysdep.c syssignal.h systty.h systime.h syswait.h blockinput.h \
1196 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h $(config_h) 1195 frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h $(config_h)
1197term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ 1196term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \
1198 disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h \ 1197 disptab.h dispextern.h keyboard.h charset.h coding.h ccl.h msdos.h \
1199 window.h keymap.h 1198 window.h keymap.h blockinput.h atimer.h systime.h
1200termcap.o: termcap.c $(config_h) 1199termcap.o: termcap.c $(config_h)
1201terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \ 1200terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \
1202 keyboard.h $(config_h) 1201 keyboard.h $(config_h)
@@ -1213,7 +1212,8 @@ widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \
1213 $(srcdir)/../lwlib/lwlib.h $(config_h) 1212 $(srcdir)/../lwlib/lwlib.h $(config_h)
1214window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ 1213window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \
1215 disptab.h keyboard.h dispextern.h msdos.h composite.h \ 1214 disptab.h keyboard.h dispextern.h msdos.h composite.h \
1216 keymap.h blockinput.h $(INTERVAL_SRC) xterm.h w32term.h macterm.h $(config_h) 1215 keymap.h blockinput.h atimer.h systime.h $(INTERVAL_SRC) \
1216 xterm.h w32term.h macterm.h $(config_h)
1217xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \ 1217xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \
1218 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \ 1218 termchar.h frame.h window.h disptab.h termhooks.h charset.h $(config_h) \
1219 keyboard.h $(INTERVAL_SRC) region-cache.h xterm.h w32term.h macterm.h \ 1219 keyboard.h $(INTERVAL_SRC) region-cache.h xterm.h w32term.h macterm.h \
@@ -1238,7 +1238,8 @@ xrdb.o: xrdb.c $(config_h) epaths.h
1238xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \ 1238xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \
1239 lisp.h termopts.h 1239 lisp.h termopts.h
1240gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ 1240gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \
1241 blockinput.h window.h atimer.h termhooks.h keyboard.h charset.h coding.h 1241 blockinput.h window.h atimer.h systime.h termhooks.h keyboard.h \
1242 charset.h coding.h
1242 1243
1243hftctl.o: hftctl.c $(config_h) 1244hftctl.o: hftctl.c $(config_h)
1244sound.o: sound.c dispextern.h $(config_h) 1245sound.o: sound.c dispextern.h $(config_h)
@@ -1256,10 +1257,10 @@ eval.o: eval.c commands.h keyboard.h blockinput.h atimer.h systime.h \
1256floatfns.o: floatfns.c $(config_h) 1257floatfns.o: floatfns.c $(config_h)
1257fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ 1258fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \
1258 keymap.h frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h \ 1259 keymap.h frame.h window.h dispextern.h $(INTERVAL_SRC) coding.h md5.h \
1259 blockinput.h xterm.h termhooks.h 1260 blockinput.h atimer.h systime.h xterm.h termhooks.h
1260print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \ 1261print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \
1261 $(config_h) dispextern.h termchar.h $(INTERVAL_SRC) msdos.h composite.h \ 1262 $(config_h) dispextern.h termchar.h $(INTERVAL_SRC) msdos.h composite.h \
1262 termchar.h 1263 blockinput.h atimer.h systime.h
1263lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h \ 1264lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h \
1264 $(config_h) $(INTERVAL_SRC) termhooks.h coding.h msdos.h 1265 $(config_h) $(INTERVAL_SRC) termhooks.h coding.h msdos.h
1265 1266
@@ -1285,14 +1286,15 @@ mac.o: mac.c process.h sysselect.h blockinput.h atimer.h systime.h charset.h \
1285 coding.h ccl.h $(config_h) 1286 coding.h ccl.h $(config_h)
1286macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \ 1287macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \
1287 dispextern.h macgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ 1288 dispextern.h macgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \
1288 atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h) 1289 atimer.h systime.h epaths.h termhooks.h coding.h $(config_h)
1289macmenu.o: macmenu.c termhooks.h frame.h window.h dispextern.h macgui.h \ 1290macmenu.o: macmenu.c termhooks.h frame.h window.h dispextern.h macgui.h \
1290 keyboard.h blockinput.h atimer.h systime.h buffer.h macterm.h $(config_h) 1291 keyboard.h blockinput.h atimer.h systime.h buffer.h macterm.h $(config_h)
1291macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \ 1292macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \
1292 frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h termopts.h \ 1293 frame.h charset.h ccl.h dispextern.h fontset.h termhooks.h termopts.h \
1293 termchar.h gnu.h disptab.h buffer.h window.h keyboard.h $(INTERVAL_SRC) \ 1294 termchar.h gnu.h disptab.h buffer.h window.h keyboard.h $(INTERVAL_SRC) \
1294 process.h coding.h $(config_h) 1295 process.h coding.h $(config_h)
1295macselect.o: blockinput.h macterm.h macgui.h frame.h keymap.h $(config_h) 1296macselect.o: blockinput.h atimer.h systime.h macterm.h macgui.h frame.h \
1297 keymap.h $(config_h)
1296 1298
1297${emacsapp}Contents/Resources/English.lproj: 1299${emacsapp}Contents/Resources/English.lproj:
1298 mkdir -p $@ 1300 mkdir -p $@