added texdown program
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 28 Jan 2000 16:27:27 +0000 (16:27 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 28 Jan 2000 16:27:27 +0000 (16:27 +0000)
progs/demos/Makefile.BeOS-R4
progs/demos/Makefile.X11
progs/demos/Makefile.cygnus

index ddc9a22834008809763b1eff2fc146df8c3942e6..f4504398c52fc2b23a428148f81ddd1d87bc999a 100644 (file)
@@ -1,8 +1,8 @@
-# $Id: Makefile.BeOS-R4,v 1.3 1999/10/22 20:36:38 brianp Exp $
+# $Id: Makefile.BeOS-R4,v 1.4 2000/01/28 16:27:27 brianp Exp $
 
 # Mesa 3-D graphics library
-# Version:  3.1
-# Copyright (C) 1995-1999  Brian Paul
+# Version:  3.3
+# Copyright (C) 1995-2000  Brian Paul
 
 
 # Makefile for GLUT-based demo programs for BeOS R4
@@ -19,7 +19,7 @@ LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
 
 PROGS = bounce clearspd drawpix gamma gears glinfo gloss isosurf \
        morph3d multiarb osdemo paltex pointblast reflect \
-       renormal spectex stex3d texcyl texobj trispd winpos
+       renormal spectex stex3d texcyl texdown texobj trispd winpos
 
 
 ##### RULES #####
index 1e65a0865de8bc2ce9fdfb878fd852204f14ed5d..3a19563358598d9593ac65778ac07b2e7d3c0852 100644 (file)
@@ -1,8 +1,8 @@
-# $Id: Makefile.X11,v 1.3 1999/10/27 10:09:53 brianp Exp $
+# $Id: Makefile.X11,v 1.4 2000/01/28 16:27:27 brianp Exp $
 
 # Mesa 3-D graphics library
-# Version:  3.1
-# Copyright (C) 1995-1998  Brian Paul
+# Version:  3.3
+# Copyright (C) 1995-2000  Brian Paul
 
 
 # Makefile for GLUT-based demo programs for Unix/X11
@@ -19,7 +19,7 @@ LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
 
 PROGS = bounce clearspd drawpix gamma gears glinfo gloss glutfx isosurf \
        morph3d multiarb osdemo paltex pointblast reflect \
-       renormal spectex stex3d tessdemo texcyl texobj trispd winpos \
+       renormal spectex stex3d tessdemo texcyl texdown texobj trispd winpos \
 
 
 ##### RULES #####
index dee1e894533de07f3dc60627058fc0f896cc24c4..ef27b6f6b2d47741af7e45d51db581fe5d1efe0e 100644 (file)
@@ -1,8 +1,8 @@
-# $Id: Makefile.cygnus,v 1.2 1999/10/22 20:37:23 brianp Exp $
+# $Id: Makefile.cygnus,v 1.3 2000/01/28 16:27:27 brianp Exp $
 
 # Mesa 3-D graphics library
-# Version:  3.1
-# Copyright (C) 1995-1999  Brian Paul
+# Version:  3.3
+# Copyright (C) 1995-2000  Brian Paul
 
 
 # Makefile for demo programs for cygnus
@@ -21,7 +21,7 @@ LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
 
 PROGS = clearspd drawpix gamma gears glinfo glutfx gloss isosurf \
        morph3d multiext osdemo paltex pointblast reflect \
-       renormal spectex stex3d tessdemo texcyl texobj trispd winpos
+       renormal spectex stex3d tessdemo texcyl texdown texobj trispd winpos
 
 
 ##### RULES #####