diff options
| author | Karoly Lorentey | 2005-04-18 13:40:23 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-04-18 13:40:23 +0000 |
| commit | 6ab9dd8034fcd76f5d2e92a91243f8d8be3a8f98 (patch) | |
| tree | a40a6371728d46bdfb26b7090612e0ca70e1c057 /src/Makefile.in | |
| parent | 91fd98fc1eff12aa5a46142efabababa7daf77bb (diff) | |
| parent | d4127a9a1111805640eaa06e9767a7a6f56351a5 (diff) | |
| download | emacs-6ab9dd8034fcd76f5d2e92a91243f8d8be3a8f98.tar.gz emacs-6ab9dd8034fcd76f5d2e92a91243f8d8be3a8f98.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 60-65, 246-265)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-246
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-247
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-248
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-249
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-250
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-251
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-252
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-253
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-254
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-255
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-256
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-257
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-258
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-259
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-260
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-261
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-262
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-263
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-264
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-265
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-60
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-61
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-62
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-63
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-64
(mm-string-to-multibyte): Use Gnus trunk definition.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-65
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-328
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 53725361a80..ec5ff5a4c5f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -686,6 +686,12 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO | |||
| 686 | #define WINNT_SUPPORT | 686 | #define WINNT_SUPPORT |
| 687 | #endif | 687 | #endif |
| 688 | 688 | ||
| 689 | #ifdef HAVE_WINDOW_SYSTEM | ||
| 690 | #define TOOLTIP_SUPPORT ${lispsource}tooltip.elc | ||
| 691 | #else | ||
| 692 | #define TOOLTIP_SUPPORT | ||
| 693 | #endif | ||
| 694 | |||
| 689 | /* List of Lisp files loaded into the dumped Emacs. It's arranged | 695 | /* List of Lisp files loaded into the dumped Emacs. It's arranged |
| 690 | like this because it's easier to generate it semi-mechanically from | 696 | like this because it's easier to generate it semi-mechanically from |
| 691 | loadup.el this way. | 697 | loadup.el this way. |
| @@ -780,6 +786,7 @@ lisp= \ | |||
| 780 | ${lispsource}emacs-lisp/timer.elc \ | 786 | ${lispsource}emacs-lisp/timer.elc \ |
| 781 | ${lispsource}vc-hooks.elc \ | 787 | ${lispsource}vc-hooks.elc \ |
| 782 | ${lispsource}ediff-hook.elc \ | 788 | ${lispsource}ediff-hook.elc \ |
| 789 | TOOLTIP_SUPPORT \ | ||
| 783 | VMS_SUPPORT \ | 790 | VMS_SUPPORT \ |
| 784 | MSDOS_SUPPORT \ | 791 | MSDOS_SUPPORT \ |
| 785 | WINNT_SUPPORT \ | 792 | WINNT_SUPPORT \ |
| @@ -887,6 +894,7 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \ | |||
| 887 | ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \ | 894 | ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \ |
| 888 | ${dotdot}/lisp/w32-fns.elc ${dotdot}/lisp/dos-w32.elc \ | 895 | ${dotdot}/lisp/w32-fns.elc ${dotdot}/lisp/dos-w32.elc \ |
| 889 | ${dotdot}/lisp/disp-table.elc ${dotdot}/lisp/dos-vars.elc \ | 896 | ${dotdot}/lisp/disp-table.elc ${dotdot}/lisp/dos-vars.elc \ |
| 897 | ${dotdot}/lisp/tooltip.elc \ | ||
| 890 | ${dotdot}/lisp/international/ccl.elc \ | 898 | ${dotdot}/lisp/international/ccl.elc \ |
| 891 | ${dotdot}/lisp/international/codepage.elc \ | 899 | ${dotdot}/lisp/international/codepage.elc \ |
| 892 | ${dotdot}/lisp/mouse.elc ${dotdot}/lisp/international/fontset.elc \ | 900 | ${dotdot}/lisp/mouse.elc ${dotdot}/lisp/international/fontset.elc \ |
| @@ -1233,7 +1241,8 @@ abbrev.o buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \ | |||
| 1233 | fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \ | 1241 | fontset.o indent.o insdel.o keyboard.o macros.o minibuf.o msdos.o process.o \ |
| 1234 | scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o xfns.o xmenu.o \ | 1242 | scroll.o sysdep.o term.o widget.o window.o xdisp.o xfaces.o xfns.o xmenu.o \ |
| 1235 | xterm.o xselect.o sound.o: macgui.h | 1243 | xterm.o xselect.o sound.o: macgui.h |
| 1236 | mac.o: mac.c process.h sysselect.h blockinput.h atimer.h systime.h $(config_h) | 1244 | mac.o: mac.c process.h sysselect.h blockinput.h atimer.h systime.h charset.h \ |
| 1245 | coding.h $(config_h) | ||
| 1237 | macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \ | 1246 | macfns.o: macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h \ |
| 1238 | dispextern.h macgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ | 1247 | dispextern.h macgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h \ |
| 1239 | atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h) | 1248 | atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h) |