diff options
author | Brian Paul <[email protected]> | 2002-01-25 16:05:31 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-01-25 16:05:31 +0000 |
commit | ad7e727024449e6fde229a928b2ddbda4d3682a2 (patch) | |
tree | 889f5637a3058b11e67475b143661ec645dfbed8 /src/glw/Makefile.X11 | |
parent | 6ee7a02852e45efbfe2843c450dd72243f703430 (diff) |
more info about building for Motif
Diffstat (limited to 'src/glw/Makefile.X11')
-rw-r--r-- | src/glw/Makefile.X11 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/glw/Makefile.X11 b/src/glw/Makefile.X11 index c392c07c279..4857cdbd1db 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 |