diff options
| author | Karoly Lorentey | 2007-04-22 12:12:29 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2007-04-22 12:12:29 +0000 |
| commit | e18c709364b095ea0be8ecabe458ac9a642a252f (patch) | |
| tree | efe814a842f932f387b3947c572bf43a548d17ef /src/Makefile.in | |
| parent | 81088e260b086fe28f36964f32b6338210ec6fd8 (diff) | |
| parent | 9f25e707aaad5ed14a9448e9c5d345ff0bdbc5a7 (diff) | |
| download | emacs-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.in | 32 |
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 | ||
| 408 | XFT_LIBS=@XFT_LIBS@ | 406 | XFT_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 | */ |
| 1091 | alloca.o: alloca.c blockinput.h atimer.h | 1089 | alloca.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 | |||
| 1121 | ecrt0.o: ecrt0.c $(config_h) | 1119 | ecrt0.o: ecrt0.c $(config_h) |
| 1122 | CRT0_COMPILE ${srcdir}/ecrt0.c | 1120 | CRT0_COMPILE ${srcdir}/ecrt0.c |
| 1123 | dired.o: dired.c commands.h buffer.h $(config_h) charset.h coding.h regex.h \ | 1121 | dired.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 |
| 1125 | dispnew.o: dispnew.c systime.h commands.h process.h frame.h \ | 1123 | dispnew.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 \ | |||
| 1130 | doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h charset.h | 1128 | doc.o: doc.c $(config_h) epaths.h buffer.h keyboard.h keymap.h charset.h |
| 1131 | doprnt.o: doprnt.c charset.h $(config_h) | 1129 | doprnt.o: doprnt.c charset.h $(config_h) |
| 1132 | dosfns.o: buffer.h termchar.h termhooks.h frame.h blockinput.h window.h \ | 1130 | dosfns.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) | ||
| 1134 | editfns.o: editfns.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ | 1133 | editfns.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) |
| 1136 | emacs.o: emacs.c commands.h systty.h syssignal.h blockinput.h process.h \ | 1135 | emacs.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 |
| 1139 | fileio.o: fileio.c window.h buffer.h systime.h $(INTERVAL_SRC) charset.h \ | 1138 | fileio.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) |
| 1141 | filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h $(config_h) | 1140 | filelock.o: filelock.c buffer.h charset.h coding.h systime.h epaths.h $(config_h) |
| 1142 | filemode.o: filemode.c $(config_h) | 1141 | filemode.o: filemode.c $(config_h) |
| 1143 | frame.o: frame.c xterm.h window.h frame.h termhooks.h commands.h keyboard.h \ | 1142 | frame.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 \ | |||
| 1176 | mktime.o: mktime.c $(config_h) | 1175 | mktime.o: mktime.c $(config_h) |
| 1177 | msdos.o: msdos.c msdos.h dosfns.h systime.h termhooks.h dispextern.h frame.h \ | 1176 | msdos.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) |
| 1180 | process.o: process.c process.h buffer.h window.h termhooks.h termopts.h \ | 1179 | process.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) |
| 1197 | term.o: term.c termchar.h termhooks.h termopts.h $(config_h) cm.h frame.h \ | 1196 | term.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 |
| 1200 | termcap.o: termcap.c $(config_h) | 1199 | termcap.o: termcap.c $(config_h) |
| 1201 | terminal.o: terminal.c frame.h termchar.h termhooks.h charset.h coding.h \ | 1200 | terminal.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) |
| 1214 | window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \ | 1213 | window.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) | ||
| 1217 | xdisp.o: xdisp.c macros.h commands.h process.h indent.h buffer.h dispextern.h coding.h \ | 1217 | xdisp.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 | |||
| 1238 | xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \ | 1238 | xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \ |
| 1239 | lisp.h termopts.h | 1239 | lisp.h termopts.h |
| 1240 | gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ | 1240 | gtkutil.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 | ||
| 1243 | hftctl.o: hftctl.c $(config_h) | 1244 | hftctl.o: hftctl.c $(config_h) |
| 1244 | sound.o: sound.c dispextern.h $(config_h) | 1245 | sound.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 \ | |||
| 1256 | floatfns.o: floatfns.c $(config_h) | 1257 | floatfns.o: floatfns.c $(config_h) |
| 1257 | fns.o: fns.c commands.h $(config_h) frame.h buffer.h charset.h keyboard.h \ | 1258 | fns.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 |
| 1260 | print.o: print.c process.h frame.h window.h buffer.h keyboard.h charset.h \ | 1261 | print.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 |
| 1263 | lread.o: lread.c commands.h keyboard.h buffer.h epaths.h charset.h \ | 1264 | lread.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) |
| 1286 | macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \ | 1287 | macfns.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) |
| 1289 | macmenu.o: macmenu.c termhooks.h frame.h window.h dispextern.h macgui.h \ | 1290 | macmenu.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) |
| 1291 | macterm.o: blockinput.h atimer.h systime.h syssignal.h macterm.h macgui.h \ | 1292 | macterm.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) |
| 1295 | macselect.o: blockinput.h macterm.h macgui.h frame.h keymap.h $(config_h) | 1296 | macselect.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 $@ |