summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/glw/Makefile.X1110
-rw-r--r--src/glw/README5
2 files changed, 7 insertions, 8 deletions
diff --git a/src/glw/Makefile.X11 b/src/glw/Makefile.X11
index c392c07c27..4857cdbd1d 100644
--- a/src/glw/Makefile.X11
+++ b/src/glw/Makefile.X11
@@ -1,8 +1,4 @@
-# Makefile for OpenGL widgets
-
-# NOTE: widget code is from SGI. See any of the .c or .h files for the
-# complete copyright. Mesa's GNU copyright DOES NOT apply to this widget
-# code.
+# Makefile for SGI's OpenGL widgets
##### MACROS #####
@@ -16,8 +12,10 @@ VPATH = RCS
INCDIRS = -I../include -I/usr/include/Motif1.2 -I/usr/X11R6/include
LIBDIR = ../lib
-# Compile GLwMDrawA.c only if you have Motif headers!
+# Use these sources for Motif (and Xt) support. Requires Motif header files.
#SOURCES = GLwDrawA.c GLwMDrawA.c
+
+# OR, use these sources for non-Motif (Xt only) build:
SOURCES = GLwDrawA.c
diff --git a/src/glw/README b/src/glw/README
index 7d362978ce..70f4f7bc2e 100644
--- a/src/glw/README
+++ b/src/glw/README
@@ -13,9 +13,10 @@ many systems so let us know if you have trouble.
If you want to make a Linux ELF shared lib instead of the non-shared .a
file see the notes in the Makefile.
+If you want to build with Motif support, edit Makefile.X11, looking
+for the "Motif" information.
-These files are NOT covered by Mesa's GNU copyright. The real copyright
-is as follows.
+The SGI copyright is as follows.
* (c) Copyright 1993, Silicon Graphics, Inc.