comparison 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
comparison
equal deleted inserted replaced
135:4636a6841cd6 136:b980b6286996
514 #else 514 #else
515 #define GUI_X_OBJS 515 #define GUI_X_OBJS
516 #endif 516 #endif
517 517
518 #ifndef HAVE_XIM 518 #ifndef HAVE_XIM
519 #define INPUT_METHOD_X_OBJS 519 #define INPUT_METHOD_X_OBJS input-method-xfs.o
520 #elif defined(XIM_MOTIF) 520 #elif defined(XIM_MOTIF)
521 #define INPUT_METHOD_X_OBJS input-method-motif.o 521 #define INPUT_METHOD_X_OBJS input-method-motif.o
522 #else 522 #else
523 #define INPUT_METHOD_X_OBJS input-method-xlib.o 523 #define INPUT_METHOD_X_OBJS input-method-xlib.o
524 #endif 524 #endif
525 525
526 #define XOBJS console-x.o device-x.o DIALOG_X_OBJS event-Xt.o frame-x.o \ 526 #define XOBJS console-x.o device-x.o DIALOG_X_OBJS event-Xt.o frame-x.o \
527 glyphs-x.o GUI_X_OBJS MENUBAR_X_OBJS objects-x.o redisplay-x.o \ 527 glyphs-x.o GUI_X_OBJS MENUBAR_X_OBJS objects-x.o redisplay-x.o \
528 SCROLLBAR_X_OBJS TOOLBAR_X_OBJS INPUT_METHOD_X_OBJS xgccache.o \ 528 SCROLLBAR_X_OBJS TOOLBAR_X_OBJS INPUT_METHOD_X_OBJS xgccache.o \
529 xselect.o \ 529 xselect.o \
530 balloon_help.o balloon-x.o 530 balloon_help.o
531 531 #define BALLOONOBJS balloon-x.o
532 #ifdef HAVE_XMU 532 #ifdef HAVE_XMU
533 #define XMU_OBJS 533 #define XMU_OBJS
534 XMU_LIB = -lXmu 534 XMU_LIB = -lXmu
535 #else 535 #else
536 #define XMU_OBJS xmu.o 536 #define XMU_OBJS xmu.o
603 #endif 603 #endif
604 604
605 #else 605 #else
606 # define XOBJS 606 # define XOBJS
607 # define XMU_OBJS 607 # define XMU_OBJS
608 608 # define BALLOONOBJS
609 #endif /* HAVE_X_WINDOWS */ 609 #endif /* HAVE_X_WINDOWS */
610 610
611 /* We should be able to deal with Canna and Wnn in tty mode once MULE is */ 611 /* We should be able to deal with Canna and Wnn in tty mode once MULE is */
612 /* ported to tty, right? */ 612 /* ported to tty, right? */
613 #ifdef MULE 613 #ifdef MULE
759 #define REALPATH_OBJS realpath.o 759 #define REALPATH_OBJS realpath.o
760 #endif 760 #endif
761 761
762 #ifdef TOOLTALK 762 #ifdef TOOLTALK
763 # define TOOLTALK_OBJS tooltalk.o 763 # define TOOLTALK_OBJS tooltalk.o
764 # if (defined (IRIX5) || defined (HPUX) || defined (POWERPC) || defined (AIX4) || defined (LINUX)) 764 # if (defined (IRIX5) || defined (HPUX) || defined (POWERPC) || defined (AIX4) || defined (LINUX) || (defined (OSF1) && defined (DEC_ALPHA)))
765 # define LIB_TOOLTALK -ltt 765 # define LIB_TOOLTALK -ltt
766 # else 766 # else
767 # if (defined (SPARC) && !defined (USG)) 767 # if (defined (SPARC) && !defined (USG))
768 # define LIB_TOOLTALK -ltt -lI18N 768 # define LIB_TOOLTALK -ltt -lI18N
769 # else 769 # else
780 # define TOOLTALK_OBJS 780 # define TOOLTALK_OBJS
781 # define LIB_TOOLTALK 781 # define LIB_TOOLTALK
782 #endif /* !TOOLTALK */ 782 #endif /* !TOOLTALK */
783 783
784 #ifdef HAVE_CDE 784 #ifdef HAVE_CDE
785 # define LIB_CDE -lDtSvc -ltt 785 # if (defined (OSF1) && defined (DEC_ALPHA))
786 # define LIB_CDE -lDtSvc -ltt -lcxx
787 # else
788 # define LIB_CDE -lDtSvc -ltt
789 # endif /* (defined (OSF1) && defined (DEC_ALPHA)) */
786 #else 790 #else
787 # define LIB_CDE 791 # define LIB_CDE
788 #endif 792 #endif
789 793
790 #ifdef HAVE_OFFIX_DND 794 #ifdef HAVE_OFFIX_DND
888 rangetab.o REALPATH_OBJS redisplay.o redisplay-output.o regex.o \ 892 rangetab.o REALPATH_OBJS redisplay.o redisplay-output.o regex.o \
889 SCROLLBAR_OBJS search.o signal.o sound.o SOUND_OBJS specifier.o \ 893 SCROLLBAR_OBJS search.o signal.o sound.o SOUND_OBJS specifier.o \
890 strftime.o SUNPRO_OBJS symbols.o syntax.o sysdep.o \ 894 strftime.o SUNPRO_OBJS symbols.o syntax.o sysdep.o \
891 TOOLBAR_OBJS TOOLTALK_OBJS TTY_OBJS \ 895 TOOLBAR_OBJS TOOLTALK_OBJS TTY_OBJS \
892 undo.o UNEXEC \ 896 undo.o UNEXEC \
893 XOBJS XMU_OBJS \ 897 XOBJS XMU_OBJS BALLOONOBJS \
894 window.o 898 window.o
895 899
896 #ifdef HAVE_TTY 900 #ifdef HAVE_TTY
897 # ifdef HAVE_NCURSES 901 # ifdef HAVE_NCURSES
898 /* If your machine needs -ltermcap, define LIBS_TERMCAP to include 902 /* If your machine needs -ltermcap, define LIBS_TERMCAP to include