Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 136:b980b6286996 r20-2b2
Import from CVS: tag r20-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:12 +0200 |
parents | 34a5b81f86ba |
children | 585fb297b004 |
line wrap: on
line diff
--- a/src/Makefile.in.in Mon Aug 13 09:30:13 2007 +0200 +++ b/src/Makefile.in.in Mon Aug 13 09:31:12 2007 +0200 @@ -516,7 +516,7 @@ #endif #ifndef HAVE_XIM -#define INPUT_METHOD_X_OBJS +#define INPUT_METHOD_X_OBJS input-method-xfs.o #elif defined(XIM_MOTIF) #define INPUT_METHOD_X_OBJS input-method-motif.o #else @@ -527,8 +527,8 @@ glyphs-x.o GUI_X_OBJS MENUBAR_X_OBJS objects-x.o redisplay-x.o \ SCROLLBAR_X_OBJS TOOLBAR_X_OBJS INPUT_METHOD_X_OBJS xgccache.o \ xselect.o \ - balloon_help.o balloon-x.o - + balloon_help.o +#define BALLOONOBJS balloon-x.o #ifdef HAVE_XMU #define XMU_OBJS XMU_LIB = -lXmu @@ -605,7 +605,7 @@ #else # define XOBJS # define XMU_OBJS - +# define BALLOONOBJS #endif /* HAVE_X_WINDOWS */ /* We should be able to deal with Canna and Wnn in tty mode once MULE is */ @@ -761,7 +761,7 @@ #ifdef TOOLTALK # define TOOLTALK_OBJS tooltalk.o -# if (defined (IRIX5) || defined (HPUX) || defined (POWERPC) || defined (AIX4) || defined (LINUX)) +# if (defined (IRIX5) || defined (HPUX) || defined (POWERPC) || defined (AIX4) || defined (LINUX) || (defined (OSF1) && defined (DEC_ALPHA))) # define LIB_TOOLTALK -ltt # else # if (defined (SPARC) && !defined (USG)) @@ -782,7 +782,11 @@ #endif /* !TOOLTALK */ #ifdef HAVE_CDE -# define LIB_CDE -lDtSvc -ltt +# if (defined (OSF1) && defined (DEC_ALPHA)) +# define LIB_CDE -lDtSvc -ltt -lcxx +# else +# define LIB_CDE -lDtSvc -ltt +# endif /* (defined (OSF1) && defined (DEC_ALPHA)) */ #else # define LIB_CDE #endif @@ -890,7 +894,7 @@ strftime.o SUNPRO_OBJS symbols.o syntax.o sysdep.o \ TOOLBAR_OBJS TOOLTALK_OBJS TTY_OBJS \ undo.o UNEXEC \ - XOBJS XMU_OBJS \ + XOBJS XMU_OBJS BALLOONOBJS \ window.o #ifdef HAVE_TTY