Mercurial > emacs
changeset 7479:80a06d05d7df
Handle Motif and Open-look.
(LIBW): New variable.
(LIBXT): Use it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 12 May 1994 22:09:39 +0000 |
parents | 57cfbcfdf92a |
children | e96f67e55921 |
files | src/Makefile.in |
diffstat | 1 files changed, 16 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Thu May 12 19:21:38 1994 +0000 +++ b/src/Makefile.in Thu May 12 22:09:39 1994 +0000 @@ -290,7 +290,22 @@ #endif /* not HAVE_X_MENU */ #ifdef USE_X_TOOLKIT -LIBXT= -lXaw -lXt -lXmu -lXext +#define @X_TOOLKIT_TYPE@ +#if defined (LUCID) || defined (ATHENA) +LIBW= -lXaw +#endif +#ifdef MOTIF +#ifdef LIB_MOTIF +LIBW= LIB_MOTIF +#else +LIBW= -lXm +#endif +#endif +#ifdef OPEN_LOOK +LIBW= -lXol +#endif + +LIBXT= $(LIBW) -lXt -lXmu -lXext #else LIBXT= #endif