OSDN Git Service

more info about building for Motif
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 25 Jan 2002 16:05:31 +0000 (16:05 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 25 Jan 2002 16:05:31 +0000 (16:05 +0000)
src/glw/Makefile.X11
src/glw/README

index c392c07..4857cdb 100644 (file)
@@ -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
 
 
index 7d36297..70f4f7b 100644 (file)
@@ -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.