#pragma ident        "@(#)README.contrib 1.4     98/08/03 SMI"
#
# Copyright (c) 1995 by Sun Microsystems, Inc.
# All Rights Reserved
#

#
# Building the contributed examples
#

#
# If you have installed the OpenGL libraries in a non-standard location
# set the OGLHOME environment variable prior to executing a make
#
# setenv OGLHOME <path to OpenGL libraries, default is /usr/openwin>
#


#
# Building AUX examples 
#
cd contrib/utils/aux/examples
make


#
# Building Widget examples 
#
cd contrib/utils/widgets/examples
make


#
# Building Overaly examples
#
cd contrib/examples/sun/overlay
make


#
# Building Compressed Geometry examples
#
cd contrib/examples/sun/cg/examples
make


#
# Building Constant Data examples
#
cd contrib/examples/sun/constdata
make


#
# Building MultiDrawArrays examples
#
cd contrib/examples/sun/mda  
make
