e09ed92d0e
-- The GLE Tubing and Extrusion Library is a graphics application programming interface (API). The library consists of a number of "C" language subroutines for drawing tubing and extrusions. It is a very fast implementation of these shapes, outperforming all other implementations, most by orders of magnitude. The library is distributed in source code form, in a package that includes documentation, a VRML proposal, Makefiles, and full source code and header files. It uses the OpenGL (TM) programming API to perform the actual drawing of the tubing and extrusions. GLE is designed for and maintained on the Linux operating system, and is known to run on other Unix operating systems such as AIX, IRIX, Ultrix and HPUX with OpenGL or Mesa. GLE is also known to run on IBM OS/2 Warp, Apple Macintosh OS9, and Microsoft Windows NT and has been used to develop screen-savers for some of these popular PC operating systems. WWW: http://www.linas.org/gle/
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2001/06/20 18:57:28 lebel Exp $
|
|
--- Makefile.in.orig Wed Jun 13 15:13:01 2001
|
|
+++ Makefile.in Wed Jun 20 14:15:13 2001
|
|
@@ -70,7 +70,7 @@ PACKAGE = @PACKAGE@
|
|
RANLIB = @RANLIB@
|
|
VERSION = @VERSION@
|
|
|
|
-SUBDIRS = src examples man public_html swig
|
|
+SUBDIRS = src man public_html swig
|
|
|
|
EXTRA_DIST = .cvsignore
|
|
|