Home | History | Annotate | only in /xsrc/external/mit/glw/dist
Up to higher level directory
NameDateSize
aclocal.m416-Dec-2014320.8K
compile16-Dec-20143.7K
config.guess16-Dec-201443.9K
config.sub16-Dec-201433.6K
configure16-Dec-2014411.9K
configure.ac16-Dec-20143.9K
depcomp16-Dec-201418.2K
glw.pc.in16-Dec-2014294
GLwDrawA.c16-Dec-201423.9K
GLwDrawA.h16-Dec-20146.5K
GLwDrawAP.h16-Dec-20144.2K
GLwMDrawA.c16-Dec-20142K
GLwMDrawA.h16-Dec-20142K
GLwMDrawAP.h16-Dec-20142K
install-sh16-Dec-201413.3K
ltmain.sh16-Dec-2014247.2K
Makefile.am16-Dec-20141.7K
Makefile.in16-Dec-201428.2K
missing16-Dec-201411.2K
README16-Dec-20142.6K

README

      1 
      2                            widgets README file
      3 
      4 
      5 This directory contains the source code for SGI's OpenGL Xt/Motif widgets,
      6 slightly modified by Jeroen van der Zijp to work better with Mesa.
      7 
      8 To compile the widget code (producing lib/libGLw.a) cd to the widgets/
      9 directory and type 'make <config>' where <config> is the system configuration
     10 you used to compile Mesa (like 'make linux').  This hasn't been tested on
     11 many systems so let us know if you have trouble.
     12 
     13 If you want to make a Linux ELF shared lib instead of the non-shared .a
     14 file see the notes in the Makefile.
     15 
     16 If you want to build with Motif support, edit Makefile.X11, looking
     17 for the "Motif" information.
     18 
     19 The SGI copyright is as follows.
     20 
     21 
     22  * (c) Copyright 1993, Silicon Graphics, Inc.
     23  * ALL RIGHTS RESERVED 
     24  * Permission to use, copy, modify, and distribute this software for 
     25  * any purpose and without fee is hereby granted, provided that the above
     26  * copyright notice appear in all copies and that both the copyright notice
     27  * and this permission notice appear in supporting documentation, and that 
     28  * the name of Silicon Graphics, Inc. not be used in advertising
     29  * or publicity pertaining to distribution of the software without specific,
     30  * written prior permission. 
     31  *
     32  * THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS"
     33  * AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE,
     34  * INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR
     35  * FITNESS FOR A PARTICULAR PURPOSE.  IN NO EVENT SHALL SILICON
     36  * GRAPHICS, INC.  BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT,
     37  * SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY
     38  * KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION,
     39  * LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF
     40  * THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC.  HAS BEEN
     41  * ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON
     42  * ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE
     43  * POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE.
     44  * 
     45  * 
     46  * US Government Users Restricted Rights 
     47  * Use, duplication, or disclosure by the Government is subject to
     48  * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph
     49  * (c)(1)(ii) of the Rights in Technical Data and Computer Software
     50  * clause at DFARS 252.227-7013 and/or in similar or successor
     51  * clauses in the FAR or the DOD or NASA FAR Supplement.
     52  * Unpublished-- rights reserved under the copyright laws of the
     53  * United States.  Contractor/manufacturer is Silicon Graphics,
     54  * Inc., 2011 N.  Shoreline Blvd., Mountain View, CA 94039-7311.
     55  *
     56  * OpenGL(TM) is a trademark of Silicon Graphics, Inc.
     57