Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b1fc21c5
Commit
b1fc21c5
authored
May 12, 1994
by
Richard M. Stallman
Browse files
Handle Motif and Open-look.
(LIBW): New variable. (LIBXT): Use it.
parent
89e14386
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
src/Makefile.in
src/Makefile.in
+16
-1
No files found.
src/Makefile.in
View file @
b1fc21c5
...
@@ -290,7 +290,22 @@ LIBXMENU=
...
@@ -290,7 +290,22 @@ LIBXMENU=
#endif /* not HAVE_X_MENU */
#endif /* not HAVE_X_MENU */
#ifdef USE_X_TOOLKIT
#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
#else
LIBXT=
LIBXT=
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment