diff src/Makefile.in @ 61568:05466a718f4f

Define new macro TOOLTIP_SUPPORT. (lisp): Use it. (SOME_MACHINE_LISP): Add tooltip.
author Luc Teirlinck <teirllm@auburn.edu>
date Sat, 16 Apr 2005 00:30:45 +0000
parents 95d38c47c806
children 9b7b62fc3d45
line wrap: on
line diff
--- a/src/Makefile.in	Sat Apr 16 00:25:43 2005 +0000
+++ b/src/Makefile.in	Sat Apr 16 00:30:45 2005 +0000
@@ -686,6 +686,12 @@
 #define WINNT_SUPPORT
 #endif
 
+#ifdef HAVE_WINDOW_SYSTEM
+#define TOOLTIP_SUPPORT ${lispsource}tooltip.elc
+#else
+#define TOOLTIP_SUPPORT
+#endif
+
 /* List of Lisp files loaded into the dumped Emacs.  It's arranged
    like this because it's easier to generate it semi-mechanically from
    loadup.el this way.
@@ -779,6 +785,7 @@
 	${lispsource}emacs-lisp/timer.elc \
 	${lispsource}vc-hooks.elc \
 	${lispsource}ediff-hook.elc \
+	TOOLTIP_SUPPORT \
 	VMS_SUPPORT \
 	MSDOS_SUPPORT \
 	WINNT_SUPPORT \
@@ -885,6 +892,7 @@
   ${dotdot}/lisp/ls-lisp.elc ${dotdot}/lisp/dos-fns.elc \
   ${dotdot}/lisp/w32-fns.elc ${dotdot}/lisp/dos-w32.elc \
   ${dotdot}/lisp/disp-table.elc ${dotdot}/lisp/dos-vars.elc \
+  ${dotdot}/lisp/tooltip.elc \
   ${dotdot}/lisp/international/ccl.elc \
   ${dotdot}/lisp/international/codepage.elc